<?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>progression</title>
	<atom:link href="http://www.jessewilkinson.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jessewilkinson.com</link>
	<description>the sweat between my fingers and the keyboard</description>
	<lastBuildDate>Mon, 02 Nov 2009 17:58:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Inject jQuery into a page with a bookmarklet</title>
		<link>http://www.jessewilkinson.com/2009/11/02/inject-jquery-into-a-page-with-a-bookmarklet/</link>
		<comments>http://www.jessewilkinson.com/2009/11/02/inject-jquery-into-a-page-with-a-bookmarklet/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:54:27 +0000</pubDate>
		<dc:creator>Jesse Wilkinson</dc:creator>
				<category><![CDATA[Food for thought]]></category>

		<guid isPermaLink="false">http://www.jessewilkinson.com/?p=133</guid>
		<description><![CDATA[Three easy steps to making your own jQuery bookmarklet, allowing you to dynamically inject jQuery into any page on the internet.

Make a new bookmark in your browser, name it &#8220;Inject jQuery&#8221;
Copy and paste this code into the &#8220;location&#8221; of the bookmarklet:
javascript:var%20s=document.createElement('script');s.setAttribute('src',%20'http://jquery.com/src/jquery-latest.js');document.getElementsByTagName('body')[0].appendChild(s);alert('jQuerified');void(s);

Save the bookmark.

Now all you have to do is click the bookmark whenever you want [...]]]></description>
			<content:encoded><![CDATA[<p>Three easy steps to making your own jQuery bookmarklet, allowing you to dynamically inject jQuery into any page on the internet.</p>
<ol>
<li>Make a new bookmark in your browser, name it &#8220;Inject jQuery&#8221;</li>
<li>Copy and paste this code into the &#8220;location&#8221; of the bookmarklet:
<p><code>javascript:var%20s=document.createElement('script');s.setAttribute('src',%20'http://jquery.com/src/jquery-latest.js');document.getElementsByTagName('body')[0].appendChild(s);alert('jQuerified');void(s);<br />
</code></li>
<li>Save the bookmark.</li>
</ol>
<p>Now all you have to do is click the bookmark whenever you want to use jQuery on a page.  This is useful if you want to try different javascript effects on the fly during web-development.  You can test it from the <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug </a>console:</p>
<p><code>$("p").hide("slow");</code></p>
<p>This code should hide all the paragraph elements with an animated effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessewilkinson.com/2009/11/02/inject-jquery-into-a-page-with-a-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Godaddy and Google&#8217;s Gdata API</title>
		<link>http://www.jessewilkinson.com/2009/07/20/godaddy-and-googles-gdata-api/</link>
		<comments>http://www.jessewilkinson.com/2009/07/20/godaddy-and-googles-gdata-api/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:49:47 +0000</pubDate>
		<dc:creator>Jesse Wilkinson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Food for thought]]></category>

		<guid isPermaLink="false">http://www.jessewilkinson.com/?p=108</guid>
		<description><![CDATA[So after several hours of painstaking research and trial and error I finally figured out how to make the Google Data API work with Godaddy servers. The problem lies in that godaddy tunnels all of it&#8217;s encrypted SSL traffic through a proxy server.  There are various solutions and &#8220;hacks&#8221; available, but it seems that these [...]]]></description>
			<content:encoded><![CDATA[<p>So after several hours of painstaking research and trial and error I finally figured out how to make the Google Data API work with Godaddy servers. The problem lies in that godaddy tunnels all of it&#8217;s encrypted SSL traffic through a proxy server.  There are various solutions and &#8220;hacks&#8221; available, but it seems that these are no longer necessary to get it working, probably because Zend has upgraded the code to support this.  Some speculate that the feature was added because Google is partnered with Godaddy on a few fronts, but regardless, this is a good thing for Godaddy developers (which I routinely am, but I do not favor them).</p>
<p>Reference to a &#8216;hack&#8217; to get Gdata working with godaddy (<strong>This is no longer needed!</strong>): <a href="http://www.ehartwell.com/InfoDabble/HowTo:_Use_the_Zend_Framework_GData_Google_Data_API_on_GoDaddy_servers">http://www.ehartwell.com/InfoDabble/HowTo:_Use_the_Zend_Framework_GData_Google_Data_API_on_GoDaddy_servers</a></p>
<p>You can connect from godaddy now by using the Gdata API&#8217;s built in proxy support. Here&#8217;s how to do it!</p>
<ol>
<li>First upload your Google Gdata API directory to your web server, wherever you feel necessary.</li>
<li>Create a new php file (test.php) or something to use as a testbed for your API.</li>
<li>Copy the source code from <a title="charles!" href="http://www.jessewilkinson.com/dev/gdata/test.txt" target="_blank">this file</a> into test.php, and modify the username and password for the Gdata connection, as well as the include path for your Gdata install.</li>
<li>Test it by running it. Modify to fit your needs (Use the API documentation)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.jessewilkinson.com/2009/07/20/godaddy-and-googles-gdata-api/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ruby code to rip vids from iClips.net</title>
		<link>http://www.jessewilkinson.com/2009/01/15/ruby-code-to-rip-vids-from-iclipsnet/</link>
		<comments>http://www.jessewilkinson.com/2009/01/15/ruby-code-to-rip-vids-from-iclipsnet/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 09:13:38 +0000</pubDate>
		<dc:creator>Jesse Wilkinson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[High Technology]]></category>
		<category><![CDATA[iclips.net iclips jam music download ruby flash video]]></category>

		<guid isPermaLink="false">http://www.jessewilkinson.com/?p=98</guid>
		<description><![CDATA[EDIT: iClips has updated their player to combat this, instead I recommend you check out the Firefox plug-in: flashgot

I just finished compiling some code that will handle downloading the live shows from iClips.net.  Please do not use this script to download content that may be copyrighted live work, as it is not intended for that [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>EDIT: iClips has updated their player to combat this, instead I recommend you check out the Firefox plug-in: <a href="https://addons.mozilla.org/en-US/firefox/addon/220">flashgot</a></strong></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.iclips.net/v2/header_logo_sm.png" alt="" align="center" /></p>
<p>I just finished compiling some code that will handle downloading the live shows from iClips.net.  Please do not use this script to download content that may be copyrighted live work, as it is not intended for that kind of use.</p>
<p>Download the tool here: <a href="http://www.jessewilkinson.com/dev/ruby/iClipsDownloader.zip">iClipsDownloader.zip</a></p>
<p>To use the script program, simply copy the content_id # from the URL of the show you want to download from iClips into the settings.ini file.  See the photos below for more info on that.</p>
<p><img src="http://www.jessewilkinson.com/uploads/iclipsdl.JPG" alt="" /></p>
<p>And you get that number here:</p>
<p><img src="http://www.jessewilkinson.com/uploads/contentid.JPG" alt="" /></p>
<p>Then run the program and your files will be stored in the &#8220;\dump&#8221; folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessewilkinson.com/2009/01/15/ruby-code-to-rip-vids-from-iclipsnet/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Virginia Tech WLAN Auto-login</title>
		<link>http://www.jessewilkinson.com/2009/01/02/virginia-tech-wlan-auto-login/</link>
		<comments>http://www.jessewilkinson.com/2009/01/02/virginia-tech-wlan-auto-login/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 20:23:05 +0000</pubDate>
		<dc:creator>Jesse Wilkinson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[High Technology]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[virginia]]></category>
		<category><![CDATA[wlan]]></category>

		<guid isPermaLink="false">http://www.jessewilkinson.com/?p=93</guid>
		<description><![CDATA[I wrote a greasemonkey script earlier today to automatically log into the virginia tech wireless network.  I&#8217;m so sick of doing this, and this will automate the job.
To install, first get greasemonkey for firefox: https://addons.mozilla.org/en-US/firefox/addon/748
Once, you have that installed, restart your browser and load this script: http://www.jessewilkinson.com/dev/greasemonkey/vt_login.user.js
Now you just have to add some login credentials [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a greasemonkey script earlier today to automatically log into the virginia tech wireless network.  I&#8217;m so sick of doing this, and this will automate the job.</p>
<p>To install, first get greasemonkey for firefox: <a href="https://addons.mozilla.org/en-US/firefox/addon/748">https://addons.mozilla.org/en-US/firefox/addon/748</a></p>
<p>Once, you have that installed, restart your browser and load this script: <a href="http://www.jessewilkinson.com/dev/greasemonkey/vt_login.user.js">http://www.jessewilkinson.com/dev/greasemonkey/vt_login.user.js</a></p>
<p>Now you just have to add some login credentials so you can access the network.  Right click the greasemonkey icon in the bottom right corner and select &#8220;Manage User Scripts.&#8221; Make sure &#8220;VT Login&#8221; is selected and then click &#8220;Edit&#8221; on the bottom of the window.</p>
<p>Type your login information into that file and save, then you&#8217;re good to go!</p>
<blockquote><p>//pid<br />
pid = &#8220;pid&#8221;<br />
//password<br />
pass = &#8220;pass&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.jessewilkinson.com/2009/01/02/virginia-tech-wlan-auto-login/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Please Kill Opera</title>
		<link>http://www.jessewilkinson.com/2008/10/17/please-kill-opera/</link>
		<comments>http://www.jessewilkinson.com/2008/10/17/please-kill-opera/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 19:30:17 +0000</pubDate>
		<dc:creator>Jesse Wilkinson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Food for thought]]></category>
		<category><![CDATA[Low Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://jessewilkinson.com/?p=53</guid>
		<description><![CDATA[Being a web-developer, there is nothing more annoying than having to test on multiple browsers.   Getting your CSS &#38; Javascript (and sometimes HTML in IE) to work is a real pain, and frankly I&#8217;m sick of having to do this after I finish each project.  It often takes longer to write it so it&#8217;s compatible [...]]]></description>
			<content:encoded><![CDATA[<p>Being a web-developer, there is nothing more annoying than having to test on multiple browsers.   Getting your CSS &amp; Javascript (and sometimes HTML in IE) to work is a real pain, and frankly I&#8217;m sick of having to do this after I finish each project.  It often takes longer to write it so it&#8217;s compatible for each browser than it does to actually write the page in the first place.</p>
<p>As much as you might think of how pissed off I was at Google releasing it&#8217;s own browser, i&#8217;m actually not too upset.  Chrome runs on webkit, which means that whatever I had hacked to make work on Safari works just as well on Chrome.  And I appreciate Google&#8217;s wisdom at deciding to use webkit instead of using some layout engine that i&#8217;ve never heard of.</p>
<p>Because I highly doubt that the battle of the &#8220;Standards&#8221; will ever end on a good note, I point my finger at Opera.  Opera needs to die.  Opera has less than 1% of the browser market, and I don&#8217;t even bother coding CSS so that it works on Opera anymore.  Sure, I agree that the presto layout engine is fantastic and does everything to the highest standards, but no one uses Opera.</p>
<p>Please die Opera, I&#8217;m sick of having to code for you.  I will do my part and continue to not support Opera, and I hope you do the same.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessewilkinson.com/2008/10/17/please-kill-opera/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Apple Keyboard Support on a PC</title>
		<link>http://www.jessewilkinson.com/2008/09/28/apple-keyboard-support-on-a-pc/</link>
		<comments>http://www.jessewilkinson.com/2008/09/28/apple-keyboard-support-on-a-pc/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 01:43:49 +0000</pubDate>
		<dc:creator>Jesse Wilkinson</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Low Technology]]></category>
		<category><![CDATA[aluminum]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jessewilkinson.com/2008/09/28/apple-keyboard-support-on-a-pc/</guid>
		<description><![CDATA[
First of all I&#8217;ve only tested this with the new apple aluminum keyboard, but I assume it works just as well with all the other keyboards.  I was sick of digging around on the internet to find an easy way to do this so I&#8217;m posting a guide.

Boot into windows and plug in your beautiful [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://img90.imageshack.us/img90/5637/applekeyboardga3.jpg" alt="" /></p>
<p>First of all I&#8217;ve only tested this with the new apple aluminum keyboard, but I assume it works just as well with all the other keyboards.  I was sick of digging around on the internet to find an easy way to do this so I&#8217;m posting a guide.</p>
<ol>
<li>Boot into windows and plug in your beautiful apple keyboard.</li>
<li>Download this driver package:  <a href="http://www.filedropper.com/bc14-keyboard" target="_blank">http://www.filedropper.com/bc14-keyboard</a> (select download this file)</li>
<li>Unzip and run BootCamp.msi &#8211; DO NOT RUN AppleKeyboardInstaller.exe!!!</li>
<li>Restart your computer when prompted to do so</li>
<li>On restart your computer will LAG for ~10 seconds.  This is because the BootCamp manager is searching for OSX partitions to no avail.  After it times out you will be able to use your computer normally.</li>
</ol>
<p>Known Issues:</p>
<ul>
<li>10 second lag on login, this occurs regularly. As of right now there are no patches for this available.</li>
<li>You can&#8217;t open the boot camp manager.  This means that you can&#8217;t turn off the setting that allows for F1, F2, and F7 &#8211; F12 to act like their default Windows settings without pressing the &#8220;fn&#8221; key.</li>
<li>Sometimes the boot camp manager doesn&#8217;t start.  This happens occasionally, you can find the boot camp manager&#8217;s executable here: C:\Program Files\Boot Camp, the program is called: KbdMgr.exe</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jessewilkinson.com/2008/09/28/apple-keyboard-support-on-a-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Ad-Removal</title>
		<link>http://www.jessewilkinson.com/2008/09/18/facebook-ad-removal/</link>
		<comments>http://www.jessewilkinson.com/2008/09/18/facebook-ad-removal/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 00:40:59 +0000</pubDate>
		<dc:creator>Jesse Wilkinson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[High Technology]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[advertisements]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[removal]]></category>
		<category><![CDATA[stylish]]></category>

		<guid isPermaLink="false">http://jessewilkinson.com/?p=51</guid>
		<description><![CDATA[
Took me like 5 minutes to write a css script that nukes all the ads on the new facebook, i&#8217;ll update it as needed to make sure it functions without messing up the layout too much.
To install go to my development page
]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://img518.imageshack.us/img518/4294/facebookvi2.gif" style="margin-right:10px;margin-bottom:10px;" alt="" /></p>
<p>Took me like 5 minutes to write a css script that nukes all the ads on the new facebook, i&#8217;ll update it as needed to make sure it functions without messing up the layout too much.</p>
<p>To install go to my <a href="http://jessewilkinson.com/development/facebook-ad-removal/">development page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessewilkinson.com/2008/09/18/facebook-ad-removal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free up to 20% of your used hard disk space on Vista</title>
		<link>http://www.jessewilkinson.com/2008/07/27/free-up-to-20-of-your-used-hard-disk-space-on-vista/</link>
		<comments>http://www.jessewilkinson.com/2008/07/27/free-up-to-20-of-your-used-hard-disk-space-on-vista/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 23:16:32 +0000</pubDate>
		<dc:creator>Jesse Wilkinson</dc:creator>
				<category><![CDATA[Food for thought]]></category>
		<category><![CDATA[Low Technology]]></category>
		<category><![CDATA[cleanup]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Disk]]></category>
		<category><![CDATA[empty]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[Space]]></category>
		<category><![CDATA[used]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jessewilkinson.com/?p=48</guid>
		<description><![CDATA[
Some of Windows Vista&#8217;s &#8220;Enhancements&#8221; have made the operating system rely heavily on valuable hard disk space.  Recently I&#8217;ve been trying to comprehend how I could have possibly filled up a 750 gb hard drive with 680 gb of information after only owning the computer for 6 months.  The fact of the matter is that [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://www.jessewilkinson.com/uploads/article/5.png" alt="" width="223" height="80" /></p>
<p style="text-align: left;">Some of Windows Vista&#8217;s &#8220;Enhancements&#8221; have made the operating system rely heavily on valuable hard disk space.  Recently I&#8217;ve been trying to comprehend how I could have possibly filled up a 750 gb hard drive with 680 gb of information after only owning the computer for 6 months.  The fact of the matter is that a few of these &#8220;enhancements&#8221; use way more than they need in order to &#8220;enhance&#8221; your user experience.</p>
<p style="text-align: left;">There are two Windows Vista Specific features that hinder disk space:</p>
<ol style="text-align: left;">
<li>Windows &#8220;Temp&#8221; folder (Used for IE7 and applications that use the Windows Installer API for installation)</li>
<li>Windows &#8220;Shadow Copy&#8221; service (Used to create periodic system restore points to prevent data loss due to malicious software or hardware failure)</li>
</ol>
<p style="text-align: left;">You can save yourself upwards of 5 GB of space if you periodically empty your &#8220;TEMP&#8221; folder, however the real disk space hog lies in the latter &#8220;enhancement.&#8221;</p>
<p style="text-align: left;">The Windows Shadow Copy service can use up to 15% of your hard disk space just by keeping ancient versions of your files.  The problem lies in that the Windows Shadow Copy service creates copies of your files <strong>DAILY </strong>by default.  From what i&#8217;ve seen this &#8220;vault&#8221; of backups purges backups that are a month old or older.</p>
<p style="text-align: left;">By deleting the Windows Shadow Copy backups (not including the most recent one) I was able to free up <strong>120 gb of space on my 750 GB hard drive (16%)</strong>.<span id="more-48"></span></p>
<p style="text-align: left;">Thankfully, Windows Vista provides us with an age old tool to nuke worthless, decaying files: Disk Cleanup.  Originally I was skeptical that this utility would be useful (due to the ever-so-hated &#8220;Desktop Cleanup&#8221; on XP), however it seems to get the job done well.</p>
<ul style="text-align: left;">
<li>Start by opening up &#8220;Disk Cleanup&#8221; in &#8220;System Tools&#8221; under &#8220;Accessories&#8221; on the start menu.  From there, select &#8220;C:\&#8221; to scan that drive for files to clean.</li>
</ul>
<p style="text-align: center;"><img src="http://www.jessewilkinson.com/uploads/article/1.png" alt="" /></p>
<ul style="text-align: left;">
<li>Once the Cleanup utility has actually opened, here you can check off other things you would like to cleanup like the Windows Temp Folder.  Mine had 4 GB of information in it.  You can also trash the Hibernate information if you prefer to use the sleep feature instead. (No they are not the same thing.)</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.jessewilkinson.com/uploads/article/4.png" alt="" /></p>
<ul style="text-align: left;">
<li>So just go ahead and check off whatever you don&#8217;t want, then move on to the &#8220;More options&#8221; tab and under &#8220;System Restore and Shadow Copies&#8221; click &#8220;Cleanup.&#8221;</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.jessewilkinson.com/uploads/article/2.png" alt="" width="389" height="467" /></p>
<ul style="text-align: left;">
<li>Next, a confirmation window will appear, asking you to delete all but your most recent restore points.  Click &#8220;Delete&#8221;</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.jessewilkinson.com/uploads/article/3.png" alt="" /></p>
<ul style="text-align: left;">
<li>At this point you may think: &#8220;AHH MY COMPUTERS FROZEN!&#8221; But no worries, Windows is handling a lot of information right now and is currently deleting a lot of information. To check and make sure your Disk Cleanup application is still functioning, open up &#8220;My Computer&#8221; and see if your C:\&#8217;s free space is increasing by right clicking and hitting &#8220;Refresh&#8221; periodically.</li>
</ul>
<p style="text-align: left;">This should give you plenty of disk space back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessewilkinson.com/2008/07/27/free-up-to-20-of-your-used-hard-disk-space-on-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery stay focused!</title>
		<link>http://www.jessewilkinson.com/2008/06/06/jquery-stay-focused/</link>
		<comments>http://www.jessewilkinson.com/2008/06/06/jquery-stay-focused/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 15:34:03 +0000</pubDate>
		<dc:creator>Jesse Wilkinson</dc:creator>
				<category><![CDATA[Food for thought]]></category>

		<guid isPermaLink="false">http://jessewilkinson.com/?p=47</guid>
		<description><![CDATA[This is really just something for all you new jQuery learners, if you want to keep the cursor inside of a text box, even if you click elsewhere on the page, you can do this:
//Initial focus on #inputfieldid
$(&#8220;#inputfieldid&#8221;).focus();
//When you click anywhere it focuses back on #inputfieldid
$(this).click(function(){
$(&#8220;#inputfieldid&#8221;).focus();
});
]]></description>
			<content:encoded><![CDATA[<p>This is really just something for all you new jQuery learners, if you want to keep the cursor inside of a text box, even if you click elsewhere on the page, you can do this:</p>
<p>//Initial focus on #inputfieldid<br />
$(&#8220;#inputfieldid&#8221;).focus();</p>
<p>//When you click anywhere it focuses back on #inputfieldid<br />
$(this).click(function(){<br />
$(&#8220;#inputfieldid&#8221;).focus();<br />
});</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessewilkinson.com/2008/06/06/jquery-stay-focused/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jobs</title>
		<link>http://www.jessewilkinson.com/2008/06/05/jobs/</link>
		<comments>http://www.jessewilkinson.com/2008/06/05/jobs/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 15:34:50 +0000</pubDate>
		<dc:creator>Jesse Wilkinson</dc:creator>
				<category><![CDATA[Food for thought]]></category>

		<guid isPermaLink="false">http://jessewilkinson.com/?p=46</guid>
		<description><![CDATA[So the summer is in full swing and I&#8217;m cranking out 45 hour work weeks.  9 &#8211; 7 with an hour lunch break has been the general theme.  I&#8217;m now working the afternoons with a new company called JAT Digital Solutions which I have been doing extensive PHP/MySQL + HTML/CSS/jQuery for.  I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>So the summer is in full swing and I&#8217;m cranking out 45 hour work weeks.  9 &#8211; 7 with an hour lunch break has been the general theme.  I&#8217;m now working the afternoons with a new company called JAT Digital Solutions which I have been doing extensive PHP/MySQL + HTML/CSS/jQuery for.  I&#8217;m learning quite a lot in the development world and this in particular has further accelerated my quest for javascript mastery.</p>
<p>Some development stuff i&#8217;d like to post soon:</p>
<p>- How to fix bootcamp 2.0 in leopard<br />
- Barcode generator with caching support<br />
- FWDK updates<br />
- FileCal updates<br />
- G2P Lite updates<br />
- How to clean up a windows xp/vista computer so it actually runs faster<br />
- How to build a web based security system for under $100<br />
- jQuery tutorials<br />
- Debt management system<br />
- IMS dev</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessewilkinson.com/2008/06/05/jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
