<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>Addictive Software</title>
	<link>http://blog.addictivesoftware.net</link>
	<description>ramblings of a chaotic mind</description>
	<lastBuildDate>Tue, 06 Jul 2010 09:04:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Read PDF&#8217;s and webpages on iBooks</title>
		<description>You need a Mac to do this.

	If it doesn't exist create the directory ~/Library/PDF Services/
	Create an alias for iTunes and move it into this directory
	Print the PDF of webpage you want to  read on your device, choose your iTunes alias from the dropdown at the left corner.
	Sync your device
 </description>
		<link>http://blog.addictivesoftware.net/2010/07/read-pdfs-and-webpages-on-ibooks/</link>
			</item>
	<item>
		<title>Writing better unittests</title>
		<description>Unittests are an integral part of building quality software and the sole responsibility of the developer.
Here I explain some of the lessons i've learned after the last couple of years.

	Unittests takes times to write
I'm even inclined to say that writing your tests should take at least the time as writing ...</description>
		<link>http://blog.addictivesoftware.net/2010/02/writing-better-unittests/</link>
			</item>
	<item>
		<title>Rest easy</title>
		<description>I’ve been playing around with REST (REpresentational State Transfer) for a bit and decided to write a small tutorial to show how easy it is to create a rest interface to your business objects

Advantages of rest

	Works over HTTP, known protocol with known data formats (mime types), no weird ports open ...</description>
		<link>http://blog.addictivesoftware.net/2009/12/rest-easy/</link>
			</item>
	<item>
		<title>JavaFX data binding to Java</title>
		<description>Data binding in JavaFX is pretty straightforward.
You should think binding to Java Objects should be just as simple, well it is a little complicater then just doing
var someObject : bind myJavaclass.getProperty();
JavaFX needs to be aware of any changes to the bound variables to be able to update the related objects. ...</description>
		<link>http://blog.addictivesoftware.net/2009/11/data-binding-in-javafx/</link>
			</item>
	<item>
		<title>.Net&#8217;s using() for Java</title>
		<description>As I'm working as a Java developer in a microsoft oriented company this means I sometime have to do .Net programming.
As there are some things I don't like about .Net (no checked exceptions is one) there is one thing I find very good and useful.

In .Net an object that implements ...</description>
		<link>http://blog.addictivesoftware.net/2009/11/nets-using-for-java/</link>
			</item>
</channel>
</rss>
