<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Diary of a Grunt (Jason Holden&apos;s Blog)</title>
			<link>http://www.jasonholden.com/blog/index.cfm</link>
			<description>The thoughts and musings of Jason Holden</description>
			<language>en-us</language>
			<pubDate>Fri, 18 May 2012 15:48:27 -0500</pubDate>
			<lastBuildDate>Thu, 17 Nov 2011 13:04:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>jason@jasonholden.com</managingEditor>
			<webMaster>jason@jasonholden.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>jason@jasonholden.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Diary of a Grunt (Jason Holden&apos;s Blog)</title>
				<link>http://www.jasonholden.com/blog/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>HOW-TO:  Generate Large Files</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2011/11/17/HOWTO--Generate-Large-Files</link>
				<description>
				
				Simple Windows command-line to generate files for testing:&lt;code&gt;fsutil file createnew &lt;filename&gt; &lt;length in bytes&gt;&lt;/code&gt;
				
				</description>
						
				
				<category>Windows</category>				
				
				<pubDate>Thu, 17 Nov 2011 13:04:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2011/11/17/HOWTO--Generate-Large-Files</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Transfer Contacts from LG VX9200M to iPhone 4</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2011/6/19/Transfer-Contacts-from-LG-VX9200M-to-iPhone-4</link>
				<description>
				
				Accidently wiped contacts on wife&apos;s new iPhone 4 (previous phone was an LG V9200M)

NOTE:  Using the same steps below should work on any phone that is supported by &lt;a title=&quot;BitPim&quot; href=&quot;http://www.bitpim.org/&quot;&gt;BitPim&lt;/a&gt;

&lt;ol&gt;
&lt;li&gt;Download / Install &lt;a title=&quot;BitPim&quot; href=&quot;http://www.bitpim.org/&quot;&gt;BitPim&lt;/a&gt; (&lt;a title=&quot;BitPim&quot; href=&quot;http://www.bitpim.org/&quot; target=&quot;_blank&quot;&gt;http://www.bitpim.org/&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Plugin LG phone via USB cable&lt;/li&gt;
&lt;li&gt;Choose &quot;Data&quot; on USB device settings (shows on phone screen)&lt;/li&gt;
&lt;li&gt;Open BitPim&lt;/li&gt;
&lt;li&gt;Select Find Phone (phone with magnifying glass in main BitPim toolbar)&lt;/li&gt;
&lt;li&gt;Enter a title for the phone profile when prompted&lt;/li&gt;
&lt;li&gt;Select Get Phone Data from main toolbar&lt;/li&gt;
&lt;li&gt;Check PhoneBook (Wallpaper selection also retrieves images stored internally and any SD cards)&lt;/li&gt;
&lt;li&gt;After Get Phone Data complete, you can verify the phone book entries by selecting the PhoneBook node&lt;/li&gt;
&lt;li&gt;Click File &gt; Export &gt; vCards (vCard v2.1 is ok)&lt;/li&gt;
&lt;li&gt;After exporting the contacts to VCF you may close BitPim&lt;/li&gt;
&lt;li&gt;Open Windows Contacts (Windows 7) (%USERPROFILE%\Contacts)&lt;/li&gt;
&lt;li&gt;Select Import &gt; vCard &gt; vCard (VCF file)&lt;/li&gt;
&lt;li&gt;Select the BitPim exported VCF file created earlier&lt;/li&gt;
&lt;li&gt;Windows Contacts will require you to OK each entry&lt;/li&gt;
&lt;li&gt;Plugin the iPhone, should automatically start iTunes&lt;/li&gt;
&lt;li&gt;Goto the Info tab from the device info screen&lt;/li&gt;
&lt;li&gt;Check Sync Contacts with:&lt;/li&gt;
&lt;li&gt;In the selection box select Windows Conctacts&lt;/li&gt;
&lt;li&gt;Sync the iPhone&lt;/li&gt;
&lt;/ol&gt;
				
				</description>
						
				
				<category>iPhone</category>				
				
				<category>Windows</category>				
				
				<pubDate>Sun, 19 Jun 2011 18:12:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2011/6/19/Transfer-Contacts-from-LG-VX9200M-to-iPhone-4</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Javascript SCORM API</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2011/6/1/Simple-Javascript-SCORM</link>
				<description>
				
				For anyone that&apos;s tried to wade through the mountains of &lt;a title=&quot;ADLNet&quot; href=&quot;http://www.adlnet.gov/Technologies/scorm/default.aspx&quot;&gt;SCORM&lt;/a&gt; documentation it can be a little frusrating trying to put all the pieces together.

This is useful if you want to get interaction data out of products like &lt;a title=&quot;Adobe Captivate&quot; href=&quot;http://www.adobe.com/products/captivate.html?sess=1efe28a73add6f139ae45c75e5d0c222&quot;&gt;Adobe Captivate&lt;/a&gt;, &lt;a title=&quot;Adobe Presenter&quot; href=&quot;http://www.adobe.com/products/presenter&quot;&gt;Adobe Presenter&lt;/a&gt;, or &lt;a title=&quot;Articulate&quot; href=&quot;http://www.articulate.com&quot;&gt;Articulate&lt;/a&gt;.

So I&apos;m providing a very simple SCORM 2004 javascript API that will hopefully be a useful starting point for anyone trying to implement an LMS or SCORM data collector.

&lt;code&gt;&lt;script type=&quot;text/javascript&quot;&gt;
	window[&quot;API_1484_11&quot;] = {
		Initialize: function(parameter) {
 			console.log(&quot;Initialize: parameter=&quot; + parameter);
			return &quot;true&quot;;
 		},
		Commit: function(parameter) {
			console.log(&quot;Commit parameter=&quot; + parameter);
			return &quot;true&quot;;
		},
		Terminate: function(parameter) {
			console.log(&quot;Terminate parameter=&quot; + parameter);
			return &quot;true&quot;;
		},
		GetValue: function(parameter) {
			console.log(&quot;GetValue parameter=&quot; + parameter);
			if (parameter.toLowerCase() == &quot;cmi.completion_status&quot;)
				// Default response
				return &quot;incomplete&quot;;
			return &quot;&quot;;
		},
		SetValue: function(paremter_1,parameter_2)  {
			console.log(&quot;SetValue: paremter_1=&quot; + paremter_1 + &quot; | parameter_2=&quot; + parameter_2);
			return &quot;0&quot;;
		},
		GetErrorString: function() {
			console.log(&quot;GetErrorString&quot;);
			return &quot;&quot;;
		},
		GetDiagnostic: function() {
			console.log(&quot;GetDiagnostic&quot;);
			return &quot;&quot;;
		},
		GetLastError: function() {
			console.log(&quot;GetLastError&quot;);
			return &quot;0&quot;;
		}				
	};
&lt;/script&gt;
&lt;/code&gt;

This script needs to be on the page that launches the SCORM compliant presentation.

Click here to download a &lt;a title=&quot;Download Demo&quot; href=&quot;/files/Demo SCORM 2004.zip&quot;&gt;demo presentation&lt;/a&gt; (MUST BE LAUNCHED FROM A WEBSERVER / WILL NOT WORK IF LAUNCHED DIRECTLY)
				
				</description>
						
				
				<category>Javascript</category>				
				
				<category>SCORM</category>				
				
				<pubDate>Wed, 01 Jun 2011 16:57:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2011/6/1/Simple-Javascript-SCORM</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Combine/Merge Tables in Access 2010</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2011/3/5/CombineMerge-Tables-in-Access-2010</link>
				<description>
				
				&lt;p&gt;The following is a very basic merge, it assumes the data structure is the same for all combined tables.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Select the first table within Tables Pane&lt;/li&gt;
&lt;li&gt;Copy the selected table (CTRL+C)&lt;/li&gt;
&lt;li&gt;Paste the copied table into the Tables Pane (CTRL+V)&lt;/li&gt;
&lt;li&gt;The Paste Table As dialog will appears&lt;/li&gt;
&lt;li&gt;Ensure the Structure and Data option is selected, select OK&lt;/li&gt;
&lt;li&gt;Open the newly copied table in Design View (Right-click &gt; Design View)&lt;/li&gt;
&lt;li&gt;Drop all AutoNumber fields, Primary Keys, and Foreign Keys&lt;/li&gt;
&lt;li&gt;Save the changes to the copied table&lt;/li&gt;
&lt;li&gt;Copy the new table (CTRL+C)&lt;/li&gt;
&lt;li&gt;Paste the new table into the Tables Pane (CTRL+V)&lt;/li&gt;
&lt;li&gt;The Paste Table As dialog will appear again&lt;/li&gt;
&lt;li&gt;Type the name of the table that will recieve the copied data&lt;/li&gt;
&lt;li&gt;Ensure the Append Data to Existing Table option is selected, select OK&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Using this method Access provids no feedback on the results of the merge.&lt;p&gt;Quick and dirty!&lt;/p&gt;
				
				</description>
						
				
				<category>Access</category>				
				
				<pubDate>Sat, 05 Mar 2011 10:51:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2011/3/5/CombineMerge-Tables-in-Access-2010</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Change Coldfusion Temporary Files Location Used by GetTempDirectory()</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2010/11/2/Change-Coldfusion-Temporary-Files-Location-Used-by-GetTempDirectory</link>
				<description>
				
				I wanted to change the default location Coldfusion uses for temporary storage when using:
&lt;code&gt;&lt;cffile action=&quot;upload&quot;&gt;&lt;/code&gt;

This meant changing the default location returned by &lt;span class=&quot;codeKeyword&quot;&gt;GetTempDirectory()&lt;/span&gt;

EDIT&amp;nbsp;&lt;span class=&quot;codeKeyword&quot;&gt;%CFusion%\runtime\servers\coldfusion\SERVER-INF\jrun.xml&lt;/span&gt;
Comment this line:
&lt;code&gt;&lt;attribute name=&quot;temporaryDirectory&quot;&gt;{jrun.server.rootdir}/SERVER-INF/temp&lt;/attribute&gt;&lt;/code&gt;

Add this key:
&lt;code&gt;&lt;attribute name=&quot;temporaryDirectory&quot;&gt;{YourFullTempFolderPath}&lt;/attribute&gt;&lt;/code&gt;

So that you have this:
&lt;code&gt;&lt;!--    &lt;attribute name=&quot;temporaryDirectory&quot;&gt;{jrun.server.rootdir}/SERVER-INF/temp&lt;/attribute&gt; --&gt;
   &lt;attribute name=&quot;temporaryDirectory&quot;&gt;C:\ExampleCustomTempPath&lt;/attribute&gt;&lt;/code&gt;

RESTART the Coldfusion Application service

NOTE:  Coldfusion will create a subfolder in the temporary directory named &lt;span class=&quot;codeKeyword&quot;&gt;wwwroot-tmp&lt;/span&gt;
				
				</description>
						
				
				<category>Coldfusion</category>				
				
				<category>Tips &amp;amp; Tricks</category>				
				
				<pubDate>Tue, 02 Nov 2010 20:20:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2010/11/2/Change-Coldfusion-Temporary-Files-Location-Used-by-GetTempDirectory</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Android Emulator Virtual Hosts with IIS</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2010/9/10/Android-Emulator-Virtual-Hosts-with-IIS</link>
				<description>
				
				I do most of my development locally (using my local IIS webserver).  My local webserver makes use of host headers to host multiple development sites on a single IP.  After reading several articles and blog entries I was unable to find a good solution to allow using host headers with Android. The emulator can access the host machine out of the box on 10.0.2.2, but that will only show you the default IIS site.

Tom Deryckere&apos;s article (&lt;a href=&quot;http://www.mobiledrupal.com/content/using-virtual-hosts-android-emulator&quot; target=&quot;_blank&quot;&gt;http://www.mobiledrupal.com/content/using-virtual-hosts-android-emulator&lt;/a&gt;) explains how to get host headers working on the emulator, but I didn&apos;t want to run terminal commands every time I launched the emulator or keep updating my host file across mulitple emulator images (I&apos;m really lazy.)

The solution was pretty simple and I&apos;m embarrassed that I didn&apos;t think of it before.  I simply added another binding entry to a new port:

In IIS Manager:
&lt;ol&gt;
&lt;li&gt;Select the site you want to access&lt;/li&gt;
&lt;li&gt;Click &apos;Bindings&apos; in the right side Actions pane&lt;/li&gt;
&lt;li&gt;Click &apos;Add...&apos; on the Site Binding dialog that is displayed&lt;/li&gt;
&lt;li&gt;Give the site a any valid port number that is not currently in use (example 9191)&lt;/li&gt;
&lt;/ol&gt;

Now in the Android emulator you can access your site using http://10.0.2.2:9191
				
				</description>
						
				
				<category>Mobile</category>				
				
				<category>Internet Information Server</category>				
				
				<category>Tips &amp;amp; Tricks</category>				
				
				<pubDate>Fri, 10 Sep 2010 10:22:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2010/9/10/Android-Emulator-Virtual-Hosts-with-IIS</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Copy Table Schema with SQL Server Management Studio</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/12/28/Copy-Table-Schema-with-SQL-Server-Management-Studio</link>
				<description>
				
				Quick way to copy the table schema using SQL Server Management Studio:
&lt;ol&gt;
&lt;li&gt;Right-Click table to copy&lt;/li&gt;
&lt;li&gt;Script table as&lt;/li&gt;
&lt;li&gt;CREATE To&lt;/li&gt;
&lt;li&gt;New Query Editor Window&lt;/li&gt;
&lt;li&gt;Find &amp;amp; Replace all instances of the table you are copying with the table you wish to create&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span class=&quot;Bold&quot;&gt;NOTE:&lt;/span&gt; Pay attention to any Primary Key and Foreign Key indexes listed in the SQL script.  They may require updating as well.&lt;/p&gt;
				
				</description>
						
				
				<category>SQL Server</category>				
				
				<pubDate>Mon, 28 Dec 2009 18:05:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/12/28/Copy-Table-Schema-with-SQL-Server-Management-Studio</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Leadership Tulsa</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/11/11/Leadership-Tulsa</link>
				<description>
				
				I was accepted to &lt;a title=&quot;Leadership Tulsa&quot; href=&quot;http://leadershiptulsa.org/&quot; target=&quot;_blank&quot;&gt;Leadership Tulsa Class 42&lt;/a&gt; in June.  

It&apos;s a great program designed to develop community leaders.  They are attempting to groom/prepare people for volunteering and operating programs that help or enrich the Tulsa community.  Last month was &quot;Government Day&quot; where we heard from Tulsa&apos;s (then) mayoral candidates and learned the role local, state, and federal goverment plays in community development.  This month was &quot;Education Day&quot; we toured several community schools in the Tulsa area and learned about the challenges facing the Tulsa area education system.  

Tulsa has some really great educational institutions.  I always assumed that the Oklahoma public education system was broken.  These schools are really taking steps to ensure that kids actually learn.  The state of education is leaps and bounds above what it was five years ago.

There are so many inovative programs that I wish had been available to me when I was in grade school.
				 [More]
				</description>
						
				
				<category>Leadership Tulsa</category>				
				
				<pubDate>Wed, 11 Nov 2009 17:29:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/11/11/Leadership-Tulsa</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Stopped Again.</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/10/9/Stopped-Again</link>
				<description>
				
				This is starting to become more and more frequent:

I&apos;m coding along, making excellent progress on a project only to be stopped dead in my tracks by yet another Coldfusion limitation.

I love Coldfusion, but all the stripped down and half-assed features are starting to get in my way.
				 [More]
				</description>
						
				
				<category>Coldfusion</category>				
				
				<pubDate>Fri, 09 Oct 2009 22:10:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/10/9/Stopped-Again</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Quick CF Builder Beta 2 Note.</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/10/5/Quick-CF-Builder-Beta-2-Note</link>
				<description>
				
				I installed the standalone Beta 1, downloaded Beta 2 today and it noticed the standalone install was disabled.  I uninstalled the previous version and the reinstall picked up my workspace.  My guess is because it was in the default location (Vista x64 Ultimate):

C:\Users\%USER%\Adobe ColdFusion Builder workspace
				
				</description>
						
				
				<category>Coldfusion</category>				
				
				<pubDate>Mon, 05 Oct 2009 19:24:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/10/5/Quick-CF-Builder-Beta-2-Note</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>FCKEditor in Coldfusion</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/8/26/FCKEditor-in-Coldfusion</link>
				<description>
				
				I began using FCKEditor long before it was included with Coldfusion.  I&apos;ve continued to use my own implemenation even after the release of Coldfusion 8.

There was a vulnerability found in the included FCKEditor:
http://www.adobe.com/support/security/bulletins/apsb09-09.html

I applied the patch to my server and it also broke my own FCKEditor instance.  I received &quot;403 Access Denied&quot; errors when using the FCKEditor file browser.  After much time and effort the solution is pretty simple:

Add this to your JVM args in jvm.config:
-Dcoldfusion.fckupload=true

***CAREFUL about copying and pasting the text above. Hidden carriage returns will cause CF to fail on startup.***

Even if you are not using the Coldfusion FCKEditor you still need to enable FCKEditor uploads.  The updated JAR must have a built-in request filter for &quot;filemanager&quot;.
				
				</description>
						
				
				<category>Coldfusion</category>				
				
				<category>Tips &amp;amp; Tricks</category>				
				
				<pubDate>Wed, 26 Aug 2009 13:27:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/8/26/FCKEditor-in-Coldfusion</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Digsby</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/8/9/Digsby</link>
				<description>
				
				I&apos;m officially a Digsby fan:

&lt;a title=&quot;Digsby&quot; href=&quot;http://www.digsby.com/&quot; target=&quot;_blank&quot;&gt;http://www.digsby.com&lt;/a&gt;

This little piece of FREE software is exactly what I was looking for.  I wanted a single piece of software that I could use to manage all my social networking, IMs, etc.

Digsby fills that role and more.

Chatting with your Facebook friend is as easy as chatting with a GMail contact.  All in one interface.

Additionally, Digsby provides a chat widget (right side of this website) that allows visitors to chat with you in real-time right from your own website!  I&apos;ve been wanting this for a long time and was contemplating writing something myself.

Now I can have my cake and eat it too!
				
				</description>
						
				
				<category>Tools</category>				
				
				<pubDate>Sun, 09 Aug 2009 14:23:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/8/9/Digsby</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Coldfusion 8 and 9 on Windows Server 2003, Server 2008, Vista, and Windows 7 (x86 and x64)</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/8/7/Coldfusion-8-and-9-on-Windows-Server-2003-Server-2008-Vista-and-Windows-7-x86-and-x64</link>
				<description>
				
				I wrote &lt;a title=&quot;Coldfusion 8 on Windows Server 2008&quot; href=&quot;&lt;textblock label=&quot;BlogURL&quot;&gt;index.cfm/2008/5/6/Coldfusion-8-on-Windows-server-2008?force=true&quot;&gt;a blog entry&lt;/a&gt; over a year ago discussing how to install Coldfusion on Windows 2008.

With the imminent release of Windows 7 and several user comments I decided to update the instructions for myself and anyone else who finds it useful.

I&apos;ve installed Coldfusion 8 and 9 on most versions of Windows. I used the default setup options.

To make the Coldfusion install as painless as possible you need to take a few pre-installation steps.
				 [More]
				</description>
						
				
				<category>Internet Information Server</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Fri, 07 Aug 2009 11:37:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/8/7/Coldfusion-8-and-9-on-Windows-Server-2003-Server-2008-Vista-and-Windows-7-x86-and-x64</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Eclipse 3.5 (Galileo) Won&apos;t Start / Splash Screen Crashes</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/7/24/Eclipse-35-Galileo-Wont-Start--Splash-Screen-Crashes</link>
				<description>
				
				I ran across an interesting problem using Eclipse 3.5 (Galileo).

After an unexpected crash caused by an unrelated program, I was forced to reboot my computer.

After the reboot I could not get Eclipse to start.  The splash screen was visible and then it would disappear.  

Eclipse was not in the Task Manager.  

It simply didn&apos;t start.
				 [More]
				</description>
						
				
				<category>Eclipse</category>				
				
				<pubDate>Fri, 24 Jul 2009 23:39:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/7/24/Eclipse-35-Galileo-Wont-Start--Splash-Screen-Crashes</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Loading/Waiting images.</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/7/24/LoadingWaiting-images</link>
				<description>
				
				Since I&apos;ve been creating Web 2.0 interfaces I always need some kind of graphic to indicate that I&apos;m waiting on a response.  Usually I just use Google Image search, but today I found this cool site:

&lt;a title=&quot;http://ajaxload.info&quot; href=&quot;http://ajaxload.info&quot; target=&quot;_blank&quot;&gt;
http://ajaxload.info&lt;/a&gt;

Will make customizable graphics for your Web 2.0 applications.
				
				</description>
						
				
				<category>AJAX</category>				
				
				<category>Tools</category>				
				
				<pubDate>Fri, 24 Jul 2009 14:28:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/7/24/LoadingWaiting-images</guid>
				
			</item>
			
		 	
			</channel></rss>
