<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>progression</title>
	<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>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Inject jQuery into a page with a bookmarklet</title>
		<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>
		<link>http://www.jessewilkinson.com/2009/11/02/inject-jquery-into-a-page-with-a-bookmarklet/</link>
			</item>
	<item>
		<title>Godaddy and Google&#8217;s Gdata API</title>
		<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>
		<link>http://www.jessewilkinson.com/2009/07/20/godaddy-and-googles-gdata-api/</link>
			</item>
	<item>
		<title>Ruby code to rip vids from iClips.net</title>
		<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>
		<link>http://www.jessewilkinson.com/2009/01/15/ruby-code-to-rip-vids-from-iclipsnet/</link>
			</item>
	<item>
		<title>Virginia Tech WLAN Auto-login</title>
		<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>
		<link>http://www.jessewilkinson.com/2009/01/02/virginia-tech-wlan-auto-login/</link>
			</item>
	<item>
		<title>Please Kill Opera</title>
		<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>
		<link>http://www.jessewilkinson.com/2008/10/17/please-kill-opera/</link>
			</item>
	<item>
		<title>Apple Keyboard Support on a PC</title>
		<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>
		<link>http://www.jessewilkinson.com/2008/09/28/apple-keyboard-support-on-a-pc/</link>
			</item>
	<item>
		<title>Facebook Ad-Removal</title>
		<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>
		<link>http://www.jessewilkinson.com/2008/09/18/facebook-ad-removal/</link>
			</item>
	<item>
		<title>Free up to 20% of your used hard disk space on Vista</title>
		<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>
		<link>http://www.jessewilkinson.com/2008/07/27/free-up-to-20-of-your-used-hard-disk-space-on-vista/</link>
			</item>
	<item>
		<title>jQuery stay focused!</title>
		<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>
		<link>http://www.jessewilkinson.com/2008/06/06/jquery-stay-focused/</link>
			</item>
	<item>
		<title>Jobs</title>
		<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>
		<link>http://www.jessewilkinson.com/2008/06/05/jobs/</link>
			</item>
</channel>
</rss>
