<?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/category/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>Writing JavaScript specific CSS</title>
		<link>http://greatwebguy.com/programming/css/writing-javascript-specific-css/</link>
		<comments>http://greatwebguy.com/programming/css/writing-javascript-specific-css/#comments</comments>
		<pubDate>Fri, 01 May 2009 14:53:55 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/?p=153</guid>
		<description><![CDATA[I wrote an article recently recommending Using jQuery to write JavaScript specific CSS, I&#8217;ve since change my mind on this approach. The approach I&#8217;ve moved to is similar, but doesn&#8217;t rely on a framework and allows more flexibility like moving all of my JavaScript includes to the bottom of the page for better performance. In]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/css/writing-javascript-specific-css/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Enable JavaScript specific CSS with one line of jQuery</title>
		<link>http://greatwebguy.com/programming/dom/enable-javascript-specific-css-with-one-line-of-jquery/</link>
		<comments>http://greatwebguy.com/programming/dom/enable-javascript-specific-css-with-one-line-of-jquery/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 02:27:21 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/?p=132</guid>
		<description><![CDATA[jQuery is by far my favorite JavaScript framework in terms of simplicity and just pure DOM power. I picked up a little trick at a conference quite a few months back and improved upon it and thought it could benefit anyone that believes in the mantra of progressive enhancement. Here&#8217;s the line of code that]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/enable-javascript-specific-css-with-one-line-of-jquery/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<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 developers, that]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/setting-your-tabindex-on-your-html-forms-automatically-with-jquery/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</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 the button]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/prevent-double-submit-with-jquery/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</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 example,]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/java/stock-quote-and-chart-from-yahoo-in-java/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</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. I&#8217;m pleased]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/eclipse/europa-to-ganymede-a-flawless-eclipse-upgrade/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</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 has]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/input-focus-with-jquery/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</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 all]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Default html button submit on enter with JQuery</title>
		<link>http://greatwebguy.com/programming/dom/default-html-button-submit-on-enter-with-jquery/</link>
		<comments>http://greatwebguy.com/programming/dom/default-html-button-submit-on-enter-with-jquery/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 14:43:45 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[DOM]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[submit]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/?p=47</guid>
		<description><![CDATA[I basically needed the update button to be the default action on clicking enter in the form, but there were multiple submit buttons in my form and they weren&#8217;t in the order I needed due to UI design. This was a quick and dirty solution to select an html submit button and make it the]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/dom/default-html-button-submit-on-enter-with-jquery/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Simple Cross Site Scripting (XSS) Servlet Filter</title>
		<link>http://greatwebguy.com/programming/java/simple-cross-site-scripting-xss-servlet-filter/</link>
		<comments>http://greatwebguy.com/programming/java/simple-cross-site-scripting-xss-servlet-filter/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 02:16:12 +0000</pubDate>
		<dc:creator>webguy</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[servlet filter]]></category>
		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://greatwebguy.com/uncategorized/simple-cross-site-scripting-xss-servlet-filter/</guid>
		<description><![CDATA[Ran into some issues on some of our Java sites today and needed a quick fix to protect the sites from malicious Cross Site Scripting (XSS) attempts. If you&#8217;re not aware of what XSS is and have websites that have sensitive user data, you may want to read up, you&#8217;re probably vulnerable, which means your]]></description>
		<wfw:commentRss>http://greatwebguy.com/programming/java/simple-cross-site-scripting-xss-servlet-filter/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
