<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Rich Buggy</title>
	<link>http://buggy.id.au</link>
	<description>Developer, Manager, Entrepreneur</description>
	<lastBuildDate>Thu, 02 Sep 2010 12:41:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>jQuery UI sortable</title>
		<description><![CDATA[Recently I&#8217;ve been playing with a list of lists using the jQuery UI sortable component. Graphically it looks something like: List 1 Item 1 Item 2 Item 3 List 2 Item 5 Item 6 Item 7 List 3 Item 7 Item 8 Item 9 The HTML for this is pretty simple &#60;ul class="lists"&#62; &#60;li&#62; &#60;h1&#62;List [...]]]></description>
		<link>http://buggy.id.au/2010/09/02/jquery-ui-sortable/</link>
			</item>
	<item>
		<title>Auto Increment in SugarCRM</title>
		<description><![CDATA[Earlier today I posted about creating a DateTime Picker in SugarCRM. A second problem I had was creating an auto increment field. This turned out to be slightly more difficult than the datetime picker. Again you need to edit your vardefs.php but this time you add the following to your field. 'auto_increment' =&#62; true, You [...]]]></description>
		<link>http://buggy.id.au/2010/05/22/auto-increment-in-sugarcrm/</link>
			</item>
	<item>
		<title>Date/Time Picker in SugarCRM</title>
		<description><![CDATA[Recently I needed to add a date/time field to a custom SugarCRM module. Sadly the module builder doesn&#8217;t include support this and the documentation is pretty bad. Eventually I managed to solve my problem and the solution is suprisingly simple. After adding a date field to the form I edited my vardefs.php file. You&#8217;ll find [...]]]></description>
		<link>http://buggy.id.au/2010/05/22/datetime-picker-in-sugarcrm/</link>
			</item>
	<item>
		<title>Don&#039;t blame the framework for bad performance</title>
		<description><![CDATA[As a developer it&#8217;s all too easy to blame a framework for your applications bad performance. Before you do you might like to ask if you&#8217;re contributing to the problem. Most developers don&#8217;t think about what they&#8217;re really doing or how they could improve performance. I&#8217;ve seen a lot of code where every request results [...]]]></description>
		<link>http://buggy.id.au/2010/04/08/dont-blame-the-framework-for-bad-performance/</link>
			</item>
	<item>
		<title>API equals dollars</title>
		<description><![CDATA[Lately I&#8217;ve been looking at a number of SaaS providers covering a range of areas. It amazes me how many of them have no API or only a reporting API. If you&#8217;re thinking of building a SaaS start-up then you should be thinking about creating an API that allows your customers to do everything they can [...]]]></description>
		<link>http://buggy.id.au/2009/12/20/api-equals-dollars/</link>
			</item>
	<item>
		<title>Please sack the NSW Government</title>
		<description><![CDATA[Committing unlawful acts one month, Premier elect the next. The NSW Government has imploded and is no longer capable of governing this state. It&#8217;s time for the Governor of NSW to stand up for the people of NSW. If this is all we have left to run the state then it&#8217;s time to sack the [...]]]></description>
		<link>http://buggy.id.au/2009/12/03/please-sack-the-nsw-government/</link>
			</item>
	<item>
		<title>WebBlast</title>
		<description><![CDATA[It&#8217;s that time of year again. Tickets are available now http://www.webblast.com.au/]]></description>
		<link>http://buggy.id.au/2009/11/30/webblast/</link>
			</item>
	<item>
		<title>Where&#039;s the data Nathan?</title>
		<description><![CDATA[After reading Pia&#8217;s post about opening up government data I went back to a post I made the day the NSW Government announced that it was opening up government data. That was the 4th September. We were promised that a trial feed was being tested and a full feed would be opened on 21st Septemer. [...]]]></description>
		<link>http://buggy.id.au/2009/10/15/wheres-the-data-nathan/</link>
			</item>
	<item>
		<title>NSW opens up data</title>
		<description><![CDATA[Normally I&#8217;m highly critical of the NSW Government but they seem to finally be doing something right. According to Builder AU the NSW Government is now starting to open data to developers. They&#8217;re even running a competition for developers and have an entire website dedicate to providing public sector information. Sadly the site doesn&#8217;t contain [...]]]></description>
		<link>http://buggy.id.au/2009/09/04/nsw-opens-up-data/</link>
			</item>
	<item>
		<title>Unit tests</title>
		<description><![CDATA[I just read a post asking if my unit test take too long. In it the author suggests that 5 minutes is long and asks if anyone has solved this problem. This reminded me of a discussion I had with some developers about 12 months ago about unit testing in which my argument was simply [...]]]></description>
		<link>http://buggy.id.au/2009/08/28/unit-tests/</link>
			</item>
</channel>
</rss>
