<?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"
	>

<channel>
	<title>boakes.org &#187; Eclipse</title>
	<atom:link href="http://boakes.org/category/tech/eclipse/rss2" rel="self" type="application/rss+xml" />
	<link>http://boakes.org</link>
	<description>nice of you to drop by.  tea?</description>
	<pubDate>Tue, 08 Jul 2008 13:50:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Paranoia and Backups</title>
		<link>http://boakes.org/paranoia-and-backups/</link>
		<comments>http://boakes.org/paranoia-and-backups/#comments</comments>
		<pubDate>Mon, 03 Jul 2006 09:46:53 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		
		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[Tech]]></category>

	<!-- AutoMeta Start -->
	<category>paranoia</category>
	<category>backups</category>
	<category>heat</category>
	<category>eclipse</category>
	<category>soviet</category>
	<category>dream</category>
	<category>Incremental backup</category>
	<category>Smart Sync</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://boakes.org/paranoia-and-backups</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  apache_lookup_uri() [<a href='function.apache-lookup-uri'>function.apache-lookup-uri</a>]: Unable to include '/pics/2006/paranoia/soviet' - error finding URI in <b>/home/www/boakes.org/htdocs/mods/plugins/boakes-depicticon.php</b> on line <b>65</b><br />
This was a hard-work weekend.  On Thursday, it seemed like I had lots of code starting to work.  It appeared that the imaginary brackets that surround each work package and sub package were closing themselves off, so that the virtual equation that describes my work might seem a little smaller and more tractable. [...]]]></description>
		<wfw:commentRss>http://boakes.org/paranoia-and-backups/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RegEx Plugin for Eclipse</title>
		<link>http://boakes.org/regex-plugin-for-eclipse/</link>
		<comments>http://boakes.org/regex-plugin-for-eclipse/#comments</comments>
		<pubDate>Thu, 28 Apr 2005 12:15:56 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		
		<category><![CDATA[Eclipse]]></category>

	<!-- AutoMeta Start -->
	<category>great</category>
	<category>writing</category>
	<category>and</category>
	<category>checking</category>
	<category>regular</category>
	<category>expressions</category>
	<category>and</category>
	<category>knowing</category>
	<category>a</category>
	<category>regular</category>
	<category>expression</category>
	<category>evaluator</category>
	<category>ensure</category>
	<category>my</category>
	<category>spam</category>
	<category>filters</category>
	<category>enamoured</category>
	<category>plugin</category>
	<category>optimally</category>
	<category>written</category>
	<category>will     there</category>
	<category>nice</category>
	<category>features</category>
	<category>doubt</category>
	<category>the</category>
	<category>beauty</category>
	<category>start</category>
	<category>regularly</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://boakes.org/regex-plugin-for-eclipse</guid>
		<description><![CDATA[I&#8217;m rather enamoured with this little plugin.  It&#8217;s a regular expression evaluator, great for writing and checking regular expressions and knowing that they&#8217;re going to work in the way you think they will.
There&#8217;s some very nice features that I doubt I&#8217;ll use, but that&#8217;s the beauty of a good tool, until you start to [...]]]></description>
		<wfw:commentRss>http://boakes.org/regex-plugin-for-eclipse/feed/</wfw:commentRss>
		</item>
		<item>
		<title>keep resident for eclipse</title>
		<link>http://boakes.org/keep-resident-for-eclipse/</link>
		<comments>http://boakes.org/keep-resident-for-eclipse/#comments</comments>
		<pubDate>Thu, 02 Dec 2004 20:24:16 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		
		<category><![CDATA[Eclipse]]></category>

	<!-- AutoMeta Start -->
	<category>keepresident</category>
	<category>swapping</category>
	<category>windows</category>
	<category>eclipse</category>
	<category>happier</category>
	<category>coding</category>
	<category>suffer</category>
	<category>stops</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://boakes.org/keep-resident-for-eclipse</guid>
		<description><![CDATA[This could be useful; it&#8217;s a tool which stops Windows from swapping Eclipse out of memory.
My development box has 3Gb RAM so that I don&#8217;t have to suffer swapping, but windows still does it.  The KeepResident plugin could make my coding life far happier. 
]]></description>
		<wfw:commentRss>http://boakes.org/keep-resident-for-eclipse/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eclipse Java Bytecode Viewer</title>
		<link>http://boakes.org/eclipse-java-bytecode-viewer/</link>
		<comments>http://boakes.org/eclipse-java-bytecode-viewer/#comments</comments>
		<pubDate>Thu, 07 Oct 2004 09:25:38 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/www/boakes.org/htdocs/mods/plugins/autometa/autometa.php</b> on line <b>364</b><br />

		<category><![CDATA[Eclipse]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://boakes.org/eclipse-java-bytecode-viewer</guid>
		<description><![CDATA[The geek in me loves this.  It is a java bytecode viewer plugin for eclipse.
For the uninitiated this means it lets you look at the low level code which is generated when a .java file is compiled.  If you&#8217;ve ever read Bill Venners book Inside the JVM, you&#8217;re probably going to like this. [...]]]></description>
		<wfw:commentRss>http://boakes.org/eclipse-java-bytecode-viewer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>the eclipse png alpha transparency problem and the road to SVG icons</title>
		<link>http://boakes.org/eclipse-png-alpha-transparency-problem/</link>
		<comments>http://boakes.org/eclipse-png-alpha-transparency-problem/#comments</comments>
		<pubDate>Mon, 20 Sep 2004 14:42:43 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/www/boakes.org/htdocs/mods/plugins/autometa/autometa.php</b> on line <b>364</b><br />

		<category><![CDATA[Eclipse]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://boakes.org/eclipse-png-alpha-transparency-problem</guid>
		<description><![CDATA[Good PNG support is an important thing to nail since it has a significant effect on the sheen of the application.  The alpha transparency mechanism currently supported by Eclipse already works under certain circumstances, but not all, and until it does, developers are stuck with the clunky transparency offered by GIF.
In the mean time, [...]]]></description>
		<wfw:commentRss>http://boakes.org/eclipse-png-alpha-transparency-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eclipse 3.0.1</title>
		<link>http://boakes.org/e101/</link>
		<comments>http://boakes.org/e101/#comments</comments>
		<pubDate>Mon, 20 Sep 2004 14:38:06 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/www/boakes.org/htdocs/mods/plugins/autometa/autometa.php</b> on line <b>364</b><br />

		<category><![CDATA[Eclipse]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://boakes.org/e101</guid>
		<description><![CDATA[Eclipse 3.0.1 has been released and includes 286 bug fixes.   This is generally good news for the stability of the platform. 
Looking at the list of  fixed bugs, 76 were of major, critical or blocker status, and only 5 were enhancements.  This reflects the intended purpose ironing out any v3 teething [...]]]></description>
		<wfw:commentRss>http://boakes.org/e101/feed/</wfw:commentRss>
		</item>
		<item>
		<title>properties linked</title>
		<link>http://boakes.org/properties-linked/</link>
		<comments>http://boakes.org/properties-linked/#comments</comments>
		<pubDate>Wed, 25 Jun 2003 09:05:11 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		
		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[RDFX]]></category>

	<!-- AutoMeta Start -->
	<category>twisties</category>
	<category>the</category>
	<category>properties</category>
	<category>view</category>
	<category>and</category>
	<category>add</category>
	<category>user</category>
	<category>preference</category>
	<category>2</category>
	<category>display</category>
	<category>resources</category>
	<category>and</category>
	<category>literals</category>
	<category>an</category>
	<category>rdfx</category>
	<category>view</category>
	<category>linked</category>
	<category>the</category>
	<category>rdfx</category>
	<category>view</category>
	<category>tree</category>
	<category>resources</category>
	<category>and</category>
	<category>literals</category>
	<category>defined</category>
	<category></category>
	<category>using</category>
	<category>schemas</category>
	<category>notes</category>
	<category>added</category>
	<category>the</category>
	<category>properties</category>
	<category>view</category>
	<category>twisties</category>
	<category>cases</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://boakes.org/properties-linked</guid>
		<description><![CDATA[Some good news. I now have an RDFX View linked to the properties view so that both Resources and Literals are showing up.
Still to do however:
   1. Stop showing the triple, just show the RDF object value
   2. Display resources and Literals in different twisties within the Properties View (and add [...]]]></description>
		<wfw:commentRss>http://boakes.org/properties-linked/feed/</wfw:commentRss>
		</item>
		<item>
		<title>being in the dark</title>
		<link>http://boakes.org/being-in-the-dark/</link>
		<comments>http://boakes.org/being-in-the-dark/#comments</comments>
		<pubDate>Wed, 25 Jun 2003 09:03:39 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		
		<category><![CDATA[Eclipse]]></category>

	<!-- AutoMeta Start -->
	<category>problem</category>
	<category>eclipse</category>
	<category>development</category>
	<category>work</category>
	<category>left</category>
	<category>dark</category>
	<category>purposeful</category>
	<category>lack</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://boakes.org/being-in-the-dark</guid>
		<description><![CDATA[there is a problem with much eclipse development - when something doesn&#8217;t work, you&#8217;re left very much in the dark. the purposeful lack of documentation thus far - perhaps to enable the platform to remain agile leaves one relying on examples, which is fine - it suits my learning style - but sometimes, when things [...]]]></description>
		<wfw:commentRss>http://boakes.org/being-in-the-dark/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
