<?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>Rob Mayhew</title>
	<atom:link href="http://robmayhew.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://robmayhew.com</link>
	<description>Rob Mayhew - Software Developer</description>
	<lastBuildDate>Wed, 28 Mar 2012 02:16:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Java Quick Data Store</title>
		<link>http://robmayhew.com/java-quick-data-store/</link>
		<comments>http://robmayhew.com/java-quick-data-store/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 02:16:21 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://robmayhew.com/?p=120</guid>
		<description><![CDATA[I&#8217;ve written a small library to quickly save and load data in a Java app. It&#8217;s a simple persistent data store. I plan to use it in some upcoming demos. Example: QDS.save("Testing", "A String"); String s = (String)QDS.load("Testing"); Downlaod src]]></description>
		<wfw:commentRss>http://robmayhew.com/java-quick-data-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaFX 2.0 Fading Status Message</title>
		<link>http://robmayhew.com/javafx-2-0-fading-status-message/</link>
		<comments>http://robmayhew.com/javafx-2-0-fading-status-message/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 20:01:51 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://robmayhew.com/?p=112</guid>
		<description><![CDATA[When a user completes an action it&#8217;s nice to display a message to show that the action was successful. With JavaFX animations this becomes very easy to do. The code below displays a message when a button is clicked, and &#8230; <a href="http://robmayhew.com/javafx-2-0-fading-status-message/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://robmayhew.com/javafx-2-0-fading-status-message/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaFX 2.0 Layout with MigPane</title>
		<link>http://robmayhew.com/javafx-2-0-layout-with-migpane/</link>
		<comments>http://robmayhew.com/javafx-2-0-layout-with-migpane/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 17:27:39 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://robmayhew.com/?p=101</guid>
		<description><![CDATA[I have been starting to look at JavaFX 2.0 since I have been doing a lot of GUI work in swing. The first challenge was layout since it is different from swing. JavaFX comes with a number of Panes (or &#8230; <a href="http://robmayhew.com/javafx-2-0-layout-with-migpane/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://robmayhew.com/javafx-2-0-layout-with-migpane/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Javascript Style Guide</title>
		<link>http://robmayhew.com/javascript-style-guide/</link>
		<comments>http://robmayhew.com/javascript-style-guide/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 16:12:46 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://robmayhew.com/?p=95</guid>
		<description><![CDATA[Google has a style guide for writing javascript. I think it&#8217;s great. Link]]></description>
		<wfw:commentRss>http://robmayhew.com/javascript-style-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Appengine supports Java</title>
		<link>http://robmayhew.com/google-appengine-supports-java/</link>
		<comments>http://robmayhew.com/google-appengine-supports-java/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 15:35:50 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://robmayhew.com/google-appengine-supports-java/</guid>
		<description><![CDATA[http://code.google.com/appengine/docs/java/overview.htmlFirst app I will port to the Java App engine will be cl1p.net. This should improves cl1p&#8217;s speed, and scalablity. Fun times!]]></description>
		<wfw:commentRss>http://robmayhew.com/google-appengine-supports-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

