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

<channel>
	<title>GreatWebGuy</title>
	<atom:link href="http://greatwebguy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://greatwebguy.com</link>
	<description>Self-proclaimed greatness is a hard thing to prove.</description>
	<pubDate>Thu, 18 Dec 2008 20:59:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting your tabindex on your html forms automatically with jQuery</title>
		<link>http://greatwebguy.com/programming/dom/setting-your-tabindex-on-your-html-forms-automatically-with-jquery/</link>
		<comments>http://greatwebguy.com/programming/dom/setting-your-tabindex-on-your-html-forms-automatically-with-jquery/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 20:59:41 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
		
		<category><![CDATA[DOM]]></category>

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

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

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

		<guid isPermaLink="false">http://greatwebguy.com/?p=100</guid>
		<description><![CDATA[
The tabindex is absolutely necessary for controlling the tab order through a really long form, from a usability and accessibility standpoint.  This is probably not the preferred way to do this, you should be setting the tabindex attribute on all of your input elements in your html.  Now if you work with lazy [...]]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/setting-your-tabindex-on-your-html-forms-automatically-with-jquery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgrading Wordpress with the iPhone</title>
		<link>http://greatwebguy.com/blogging/plug-ins/upgrading-wordpress-iphone/</link>
		<comments>http://greatwebguy.com/blogging/plug-ins/upgrading-wordpress-iphone/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 02:12:47 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
		
		<category><![CDATA[Plug-ins]]></category>

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

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

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

		<guid isPermaLink="false">http://greatwebguy.com/?p=97</guid>
		<description><![CDATA[
I&#8217;ve been using InstantUpgrade for over a year now to keep my blog on the latest version of Wordpress without fail.  Every upgrade has been smooth and successful and has gone off without a hitch.  This evening I got really brave and used my iPhone to upgrade to Wordpress 2.7, again everything went [...]]]></description>
		<wfw:commentRss>http://greatwebguy.com/blogging/plug-ins/upgrading-wordpress-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>inSpot.org a public service or a bad joke</title>
		<link>http://greatwebguy.com/recommended/humor/inspotorg-a-public-service-or-a-bad-joke/</link>
		<comments>http://greatwebguy.com/recommended/humor/inspotorg-a-public-service-or-a-bad-joke/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 03:23:04 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
		
		<category><![CDATA[Humor]]></category>

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

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

		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/?p=74</guid>
		<description><![CDATA[
Catching up on my buddies tweets, I ran into an interesting one..&#8221;Web 2.0 hookups gone bad,&#8221; with a link to http://inspot.org/gateway.aspx.  Just when you think everything has hit the web, around the corner comes something new and bold and if your a little twisted, a lot of fun.  The gist of the site [...]]]></description>
		<wfw:commentRss>http://greatwebguy.com/recommended/humor/inspotorg-a-public-service-or-a-bad-joke/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Prevent double submit with jQuery</title>
		<link>http://greatwebguy.com/programming/dom/prevent-double-submit-with-jquery/</link>
		<comments>http://greatwebguy.com/programming/dom/prevent-double-submit-with-jquery/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 00:58:44 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
		
		<category><![CDATA[DOM]]></category>

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

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

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

		<guid isPermaLink="false">http://greatwebguy.com/?p=70</guid>
		<description><![CDATA[
Another great &#8220;little&#8221; solution with jQuery.  Needed a simple way to protect all the forms on our site from being double submitted.  There was an attempted solution in place on our app, that added an onsubmit to every form with a function above it called ignoreDoubleSubmit that tried to trap the event of [...]]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/prevent-double-submit-with-jquery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stock quote and chart from Yahoo in Java</title>
		<link>http://greatwebguy.com/programming/java/stock-quote-and-chart-from-yahoo-in-java/</link>
		<comments>http://greatwebguy.com/programming/java/stock-quote-and-chart-from-yahoo-in-java/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 15:06:22 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
		
		<category><![CDATA[Java]]></category>

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

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

		<guid isPermaLink="false">http://greatwebguy.com/?p=55</guid>
		<description><![CDATA[
I was recently in need of a stock quote web service in order to display quote information and charts for a corporate website I was working on, so I started looking around for something, free of course.  I kept reading that the most common example of web as a service is the stock quote [...]]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/java/stock-quote-and-chart-from-yahoo-in-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Europa to Ganymede, a flawless Eclipse upgrade</title>
		<link>http://greatwebguy.com/programming/eclipse/europa-to-ganymede-a-flawless-eclipse-upgrade/</link>
		<comments>http://greatwebguy.com/programming/eclipse/europa-to-ganymede-a-flawless-eclipse-upgrade/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 16:26:48 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
		
		<category><![CDATA[Eclipse]]></category>

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

		<guid isPermaLink="false">http://greatwebguy.com/?p=53</guid>
		<description><![CDATA[I&#8217;ve been burned by Eclipse upgrades before, especially when it comes to running local tomcat servers in the IDE.  I think as recent as 3.1 to 3.2 and 3.2 to 3.3, this or that got moved and all my tomcat servers disappeared, or they were there and they just didn&#8217;t want to start.  [...]]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/eclipse/europa-to-ganymede-a-flawless-eclipse-upgrade/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3 released today</title>
		<link>http://greatwebguy.com/hacks/browsers/firefox-3-released-today/</link>
		<comments>http://greatwebguy.com/hacks/browsers/firefox-3-released-today/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 12:59:07 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

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

		<guid isPermaLink="false">http://greatwebguy.com/?p=52</guid>
		<description><![CDATA[
Today&#8217;s the day all us developer types have been waiting for, Firefox 3 will be released and a world record for most downloads in a day will be set.  If you&#8217;re a web app developer and you&#8217;re not using this browser, with at least Firebug, YSlow, and the Web Developer Toolbar, you might as [...]]]></description>
		<wfw:commentRss>http://greatwebguy.com/hacks/browsers/firefox-3-released-today/feed/</wfw:commentRss>
		</item>
		<item>
		<title>It&#8217;s so cold in the office, you&#8217;ll crap your pants</title>
		<link>http://greatwebguy.com/recommended/humor/its-so-cold-in-the-office-youll-crap-your-pants/</link>
		<comments>http://greatwebguy.com/recommended/humor/its-so-cold-in-the-office-youll-crap-your-pants/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 14:36:13 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
		
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/?p=50</guid>
		<description><![CDATA[Got this one this morning and I&#8217;m still laughing, I&#8217;ve removed names to protect the innocent.  I never knew it could get that cold and something tells me the opposite would occur.

Sent: Monday, June 16, 2008 9:16 AM
To: IT Department
Subject: Air Conditioning
Hello All,
We have spoken to facilities about the air conditioner.  They are [...]]]></description>
		<wfw:commentRss>http://greatwebguy.com/recommended/humor/its-so-cold-in-the-office-youll-crap-your-pants/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Input focus with jQuery</title>
		<link>http://greatwebguy.com/programming/dom/input-focus-with-jquery/</link>
		<comments>http://greatwebguy.com/programming/dom/input-focus-with-jquery/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 12:58:40 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
		
		<category><![CDATA[DOM]]></category>

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

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

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

		<guid isPermaLink="false">http://greatwebguy.com/?p=49</guid>
		<description><![CDATA[
Form input focus always seems a pain to me, I don&#8217;t like all of the generated inline javascript that struts or other frameworks add to accomplish this and it always seems to be one issue or another.  So here&#8217;s a simple solution that applies focus to the last input element in the document that [...]]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/input-focus-with-jquery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Converting a Java project to a Dynamic Web project in Eclipse</title>
		<link>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/</link>
		<comments>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/#comments</comments>
		<pubDate>Sat, 03 May 2008 01:03:09 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
		
		<category><![CDATA[Eclipse]]></category>

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

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

		<guid isPermaLink="false">http://greatwebguy.com/?p=48</guid>
		<description><![CDATA[Once a project is created in Eclipse Europa of a certain type, it&#8217;s not the most straight forward process of changing the project to a different type.  For example you have a project that Eclipse considers to be a Java project, but it&#8217;s actually a Web Project, you don&#8217;t get to take advantage of [...]]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.306 seconds -->
<!-- Cached page served by WP-Cache -->
