<?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>Mon, 06 Sep 2010 04:08:03 -0500</pubDate>
			<lastBuildDate>Mon, 28 Dec 2009 18:05: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>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 an 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>Coldfusion</category>				
				
				<category>Internet Information Server</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>
			
		 	
			
			
			<item>
				<title>Eclipse CSS Editor</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/6/30/Eclipse-CSS-Editor</link>
				<description>
				
				Started searching around for a good CSS editor plugin for Eclipse.  I&apos;ve used &lt;a title=&quot;Aptana&quot; href=&quot;http://www.aptana.com/&quot; target=&quot;_blank&quot;&gt;Aptana&lt;/a&gt; in the past, but was very disappointed.  Mostly due to Aptana&apos;s intrusive takeover of my Eclipse IDE.  I wanted something simple that provided some code highlighting.

Enter &lt;a title=&quot;Project Amateras&quot; href=&quot;http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor&quot; target=&quot;_blank&quot;&gt;Project Amateras&lt;/a&gt;.  An Eclipse based HTML editor.  Has all the usual charactaristics of a good code editor:

&lt;ul&gt;
&lt;li&gt;HTML/CSS/Javascript code assist&lt;/li&gt;
&lt;li&gt;Code highlighting&lt;/li&gt;
&lt;li&gt;Code folding&lt;/li&gt;
&lt;/ul&gt;

Very nice and FREE plugin.
				
				</description>
						
				
				<category>CSS</category>				
				
				<category>Javascript</category>				
				
				<category>Eclipse</category>				
				
				<category>Tools</category>				
				
				<pubDate>Tue, 30 Jun 2009 20:31:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/6/30/Eclipse-CSS-Editor</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>SQL Server 2008 Active Connections</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/6/17/SQL-Server-2008-Active-Connection</link>
				<description>
				
				Went digging around for ways to view the active connections in Microsoft SQL 2008.  To my surprise Microsoft moved the Activity Monitor.  Apparently they did this way back in SQL 2005.  I skipped 2005 so I missed that.  To view the open connection:
&lt;ol&gt;
&lt;li&gt;Open Management Studio.&lt;/li&gt;
&lt;li&gt;On the standard toolbar is a little graph icon.  That is the Activity Monitor (CTRL + ALT + A).&lt;/li&gt;
&lt;li&gt;Click on Processes&lt;/li&gt;
&lt;/ol&gt;

Simple as that!
				
				</description>
						
				
				<category>SQL Server</category>				
				
				<pubDate>Wed, 17 Jun 2009 15:29:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/6/17/SQL-Server-2008-Active-Connection</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flash Builder / Flex 4 and Flash vars.</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/6/13/Flash-Builder--Flex-4-and-Flash-vars</link>
				<description>
				
				I don&apos;t know if this has changed since Flex 3, but I couldn&apos;t find any information about how to access Flash vars from within a Flex 4 application.  Since the beta was only recently released it&apos;s no surprise that documentation is lacking.  One thing that I couldn&apos;t find was how to access flash vars passed via HTML from within a Flex 4 application.  

In Flex 3 I used this:
&lt;code&gt;[Bindable]
protected var someparam:String;

protected function applicationCompleteHandler(event:FlexEvent):void {
     this.someparam = Applcation.application.parameters.someparam;
}
&lt;/code&gt;

In Flex 4 it&apos;s a little more intuitive, but not documented (at least not where I could find it).  

In Flex 4 do this to grab the flash vars:
&lt;code&gt;[Bindable]
protected var someparam:String;

protected function applicationCompleteHandler(event:FlexEvent):void {
     this.someparam = this.parameters.someparam;
}
&lt;/code&gt;

Pretty simple, but elusive.
				
				</description>
						
				
				<category>Flex</category>				
				
				<pubDate>Sat, 13 Jun 2009 11:24:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/6/13/Flash-Builder--Flex-4-and-Flash-vars</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Neat USER-AGENT parser.</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/5/10/Neat-USERAGENT-parser</link>
				<description>
				
				I was trying to decipher a user agent setting and stumbled across this handy website:

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

Give it a browsers USER-AGENT string and it will parse it and give you some helpful information.
				
				</description>
						
				
				<category>Tools</category>				
				
				<pubDate>Sun, 10 May 2009 20:33:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/5/10/Neat-USERAGENT-parser</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Internet Explorer 8 Impressions.</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/5/2/Internet-Explorer-8-Impressions</link>
				<description>
				
				I&apos;ve been using &lt;a title=&quot;Internet Explorer 8&quot; href=&quot;http://www.microsoft.com/windows/Internet-explorer/default.aspx&quot; target=&quot;_blank&quot;&gt;IE8&lt;/a&gt; since it&apos;s official release.  Microsoft recently started pushing it as a recommended update.

For me the most compelling reason to upgrade is the new interactive Javascript debugger, included in the Developer Toolbar.  Anyone who is doing web development understands just how difficult it can be to debug javascript code.  A debugger makes it so much easier.

Think &lt;a title=&quot;Firebug&quot; href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1843&quot; target=&quot;_blank&quot;&gt;Firebug&lt;/a&gt; for Internet Explorer.

IE8 includes the Developer Toolbar by default, which can be activated by pressing F12.

The new tools inlude the usual DOM and CSS explorers as well as the new debugger.

The debugger interface is pretty straighforward and should be easily accessible to anyone who has used an interactive debugger.
				 [More]
				</description>
						
				
				<category>Javascript</category>				
				
				<category>Internet Explorer</category>				
				
				<pubDate>Sat, 02 May 2009 19:32:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/5/2/Internet-Explorer-8-Impressions</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>A Very Inspiring Day</title>
				<link>http://www.jasonholden.com/blog/index.cfm/2009/1/20/A-Very-Inspiring-Day</link>
				<description>
				
				Today was very inspiring!  I just hope our new leader is as great as he seems.  Time will tell and I wish him the very best.
				
				</description>
						
				
				<category>Politics</category>				
				
				<pubDate>Tue, 20 Jan 2009 19:32:00 -0500</pubDate>
				<guid>http://www.jasonholden.com/blog/index.cfm/2009/1/20/A-Very-Inspiring-Day</guid>
				
			</item>
			
		 	
			</channel></rss>