<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fudgiepoos &#187; Programming</title>
	<atom:link href="http://mr.fudgie.org/index.php/category/computers/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://mr.fudgie.org</link>
	<description>Progressive Coder</description>
	<lastBuildDate>Sun, 28 Aug 2011 08:15:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>glTail and Ruby 1.9.1</title>
		<link>http://mr.fudgie.org/index.php/2009/10/16/gltail-and-ruby-1-9-1/</link>
		<comments>http://mr.fudgie.org/index.php/2009/10/16/gltail-and-ruby-1-9-1/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 09:16:13 +0000</pubDate>
		<dc:creator>Fudgie</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://mr.fudgie.org/?p=389</guid>
		<description><![CDATA[I spent an evening updating glTail to run on Ruby 1.9.1 and the latest net-ssh, and it was easier than expected. You can have a look at my github repo.]]></description>
		<wfw:commentRss>http://mr.fudgie.org/index.php/2009/10/16/gltail-and-ruby-1-9-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preparing for Rails 2.1</title>
		<link>http://mr.fudgie.org/index.php/2008/05/08/preparing-for-rails-21/</link>
		<comments>http://mr.fudgie.org/index.php/2008/05/08/preparing-for-rails-21/#comments</comments>
		<pubDate>Thu, 08 May 2008 07:51:02 +0000</pubDate>
		<dc:creator>Fudgie</dc:creator>
				<category><![CDATA[ClockingIT]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://mr.fudgie.org/index.php/2008/05/08/preparing-for-rails-21/</guid>
		<description><![CDATA[I&#8217;ve had a quick go at upgrading ClockingIT to Ruby On Rails 2.1 and the most difficult snag I ran into was a has_and_belongs_to_many relation with a symbol as the join_table parameter which suddenly lacked the downcase method, and had to be changed to a string.]]></description>
		<wfw:commentRss>http://mr.fudgie.org/index.php/2008/05/08/preparing-for-rails-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QProcess and exit(1)</title>
		<link>http://mr.fudgie.org/index.php/2008/03/08/qprocess-and-exit1/</link>
		<comments>http://mr.fudgie.org/index.php/2008/03/08/qprocess-and-exit1/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 08:31:57 +0000</pubDate>
		<dc:creator>Fudgie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://mr.fudgie.org/index.php/2008/03/08/qprocess-and-exit1/</guid>
		<description><![CDATA[Whups. I&#8217;ve been using QProcess from QT to spawn some SSH processes in glTail, and then just using exit(1) to quit while testing. And on thursday evening, by server ran out of memory due to ~4000 SSH processes running. Guess I should find out how to properly quit a QT application instead of just exiting.]]></description>
		<wfw:commentRss>http://mr.fudgie.org/index.php/2008/03/08/qprocess-and-exit1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>glTrail &#8211; Realtime website visualization using a force based layout and OpenGL</title>
		<link>http://mr.fudgie.org/index.php/2008/03/04/gltrail-realtime-website-visualization-using-a-force-based-layout-and-opengl/</link>
		<comments>http://mr.fudgie.org/index.php/2008/03/04/gltrail-realtime-website-visualization-using-a-force-based-layout-and-opengl/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 21:00:32 +0000</pubDate>
		<dc:creator>Fudgie</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://mr.fudgie.org/index.php/2008/03/04/gltrail-realtime-website-visualization-using-a-force-based-layout-and-opengl/</guid>
		<description><![CDATA[I&#8217;ve had a bit of fun the last week or so, and done two implementations of the same program. One in Ruby, and one in C++. The goal was to try and make a &#8216;pretty&#8217; and entertaining view of the relationship between your web-pages, and where your traffic is coming from. The Ruby version ended [...]]]></description>
		<wfw:commentRss>http://mr.fudgie.org/index.php/2008/03/04/gltrail-realtime-website-visualization-using-a-force-based-layout-and-opengl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>glTail</title>
		<link>http://mr.fudgie.org/index.php/2008/01/27/gltail/</link>
		<comments>http://mr.fudgie.org/index.php/2008/01/27/gltail/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 12:47:40 +0000</pubDate>
		<dc:creator>Fudgie</dc:creator>
				<category><![CDATA[File-Sharing]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://mr.fudgie.org/index.php/2008/01/27/gltail/</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://mr.fudgie.org/index.php/2008/01/27/gltail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun CEO sets open source Java time frame</title>
		<link>http://mr.fudgie.org/index.php/2006/10/31/sun-ceo-sets-open-source-java-time-frame/</link>
		<comments>http://mr.fudgie.org/index.php/2006/10/31/sun-ceo-sets-open-source-java-time-frame/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 13:23:20 +0000</pubDate>
		<dc:creator>Fudgie</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://mr.fudgie.org/index.php/2006/10/31/sun-ceo-sets-open-source-java-time-frame/</guid>
		<description><![CDATA[Sun CEO sets open source Java time frame &#8211; Yahoo! News &#62; San Francisco (InfoWorld) &#8211; SAN FRANCISCO &#8211; Demonstrating a perhaps more aggressive path than anticipated, Sun Microsystems is set to announce the open-sourcing of the core Java platform within 30 to 60 days, Sun President and CEO Jonathan Schwartz said at the Oracle [...]]]></description>
		<wfw:commentRss>http://mr.fudgie.org/index.php/2006/10/31/sun-ceo-sets-open-source-java-time-frame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploring the Google Web Toolkit</title>
		<link>http://mr.fudgie.org/index.php/2006/07/04/exploring-the-google-web-toolkit/</link>
		<comments>http://mr.fudgie.org/index.php/2006/07/04/exploring-the-google-web-toolkit/#comments</comments>
		<pubDate>Tue, 04 Jul 2006 08:18:22 +0000</pubDate>
		<dc:creator>Fudgie</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://mr.fudgie.org/index.php/2006/07/04/exploring-the-google-web-toolkit/</guid>
		<description><![CDATA[Ajax for Java developers: Exploring the Google Web Toolkit &#62; The recently released Google Web Toolkit (GWT) is a comprehensive set of APIs and tools that lets you create dynamic Web applications almost entirely in Java&#195;&#162;&#226;€ž&#194;&#162; code. Philip McCarthy returns to his popular Ajax for Java developers series to show you what GWT can do [...]]]></description>
		<wfw:commentRss>http://mr.fudgie.org/index.php/2006/07/04/exploring-the-google-web-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun Denies Open Source Java Imminent</title>
		<link>http://mr.fudgie.org/index.php/2006/07/04/sun-denies-open-source-java-imminent/</link>
		<comments>http://mr.fudgie.org/index.php/2006/07/04/sun-denies-open-source-java-imminent/#comments</comments>
		<pubDate>Tue, 04 Jul 2006 08:05:04 +0000</pubDate>
		<dc:creator>Fudgie</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://mr.fudgie.org/index.php/2006/07/04/sun-denies-open-source-java-imminent/</guid>
		<description><![CDATA[Sun Denies Open Source Java Imminent &#62; Sun was quick to deny published reports today that it plans to open source Java in the next few months. The company is working on the project, but any transition to open source is closer to a year away. Bugger, but I guess this will give GNU Classpath [...]]]></description>
		<wfw:commentRss>http://mr.fudgie.org/index.php/2006/07/04/sun-denies-open-source-java-imminent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LI padding/margin in Internet Explorer</title>
		<link>http://mr.fudgie.org/index.php/2006/06/28/li-paddingmargin-in-internet-explorer/</link>
		<comments>http://mr.fudgie.org/index.php/2006/06/28/li-paddingmargin-in-internet-explorer/#comments</comments>
		<pubDate>Wed, 28 Jun 2006 12:44:50 +0000</pubDate>
		<dc:creator>Fudgie</dc:creator>
				<category><![CDATA[ClockingIT]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://mr.fudgie.org/index.php/2006/06/28/li-paddingmargin-in-internet-explorer/</guid>
		<description><![CDATA[While reworking my HTML in ClockingIT to support TaskList reordering with Drag and Drop, I ended up with some strange padding around empty LI&#8217;s used to make sure a tasklist never ends up empty (to work around a dropOnEmpty problem with Prototype/Scriptaculous). After several hours of trying just about everything, it seems IE decides that [...]]]></description>
		<wfw:commentRss>http://mr.fudgie.org/index.php/2006/06/28/li-paddingmargin-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Almost there&#8230;</title>
		<link>http://mr.fudgie.org/index.php/2006/06/23/almost-there/</link>
		<comments>http://mr.fudgie.org/index.php/2006/06/23/almost-there/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 13:55:38 +0000</pubDate>
		<dc:creator>Fudgie</dc:creator>
				<category><![CDATA[ClockingIT]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://mr.fudgie.org/index.php/2006/06/23/almost-there/</guid>
		<description><![CDATA[We&#8217;ve been hard at work lately and we&#8217;ve implemented a new design which we&#8217;re both very happy with. I&#8217;ve also ripped out domTT and created my own tooltips implementation, as domTT was way overkill and created all kinds of problems with stuck tooltips. I&#8217;ve also changed the ajax working indicator into something I think gives [...]]]></description>
		<wfw:commentRss>http://mr.fudgie.org/index.php/2006/06/23/almost-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

