<?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>GreatWebGuy &#187; Programming</title>
	<atom:link href="http://greatwebguy.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://greatwebguy.com</link>
	<description>Self-proclaimed greatness is a hard thing to prove.</description>
	<lastBuildDate>Thu, 25 Feb 2010 21:42:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The functional mess that is Oracle JDeveloper</title>
		<link>http://greatwebguy.com/programming/java/the-functional-mess-that-is-oracle-jdeveloper/</link>
		<comments>http://greatwebguy.com/programming/java/the-functional-mess-that-is-oracle-jdeveloper/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 21:01:09 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/programming/java/the-functional-mess-that-is-oracle-jdeveloper/</guid>
		<description><![CDATA[By corporate mandate I&#8217;ve been using Oracle JDeveloper 10.1.3.1.0.3984, that version number is ridiculous and ought to tell us something, to develop Java EE web applications on and off for about 6 months now and I&#8217;ve never been so frustrated with a development environment in my life. I hear it from seasoned Oracle developers that]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/java/the-functional-mess-that-is-oracle-jdeveloper/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>An AJAX email contact form using DWR and Scriptaculous</title>
		<link>http://greatwebguy.com/programming/ajax/an-ajax-email-contact-form-using-dwr-and-scriptaculous/</link>
		<comments>http://greatwebguy.com/programming/ajax/an-ajax-email-contact-form-using-dwr-and-scriptaculous/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 05:44:23 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[dwr]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[javacript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/ajax/an-ajax-email-contact-form-using-dwr-and-scriptaculous/</guid>
		<description><![CDATA[Coming from the Java Server side, my JavaScript skills are pretty limited, a lot of the AJAX frameworks still require a good deal of JavaScript, or wildly complex configurations, not to mention having to take into consideration how you plan to accept and answer the asynchronous calls on the server side. I needed a framework]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/ajax/an-ajax-email-contact-form-using-dwr-and-scriptaculous/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Eclipse &#8211; Open Resource Shortcut &#8211; Ctrl+Shift+R</title>
		<link>http://greatwebguy.com/programming/eclipse/eclipse-open-resource-shortcut-ctrlshiftr/</link>
		<comments>http://greatwebguy.com/programming/eclipse/eclipse-open-resource-shortcut-ctrlshiftr/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 02:08:58 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/eclipse/eclipse-open-resource-shortcut-ctrlshiftr/</guid>
		<description><![CDATA[The biggest time-saver I&#8217;ve stumbled upon in Eclipse is the Open Resource Shortcut. Under the Navigate menu is the Open Resource command, shortcut Ctrl+Shift+R, which opens a window that allows you to type a search for any file that exists in your workspace, in your search you can use the ? to replace a single]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/eclipse/eclipse-open-resource-shortcut-ctrlshiftr/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Google Code Search &#8211; Great &#8220;Source&#8221; for Developers</title>
		<link>http://greatwebguy.com/recommended/reference/google-code-search-great-source-for-developers/</link>
		<comments>http://greatwebguy.com/recommended/reference/google-code-search-great-source-for-developers/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 20:32:00 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Recommended]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/programming-resources/google-code-search-great-source-for-developers/</guid>
		<description><![CDATA[I happened to be in Google Labs today poking around and noticed Google Code Search. If you&#8217;re looking for a code snippet or example, this beats poking through links in the regular Google search. Just type the snippet that you&#8217;re looking for and off you are with dozens of examples returned. I&#8217;ve already found tons]]></description>
		<wfw:commentRss>http://greatwebguy.com/recommended/reference/google-code-search-great-source-for-developers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
