<?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>Dan&apos;s Blog</title>
			<link>http://danparker.us/index.cfm</link>
			<description>This is my blog.</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 22:02:14 -0400</pubDate>
			<lastBuildDate>Sat, 17 Apr 2010 16:34:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>dan@danparker.us</managingEditor>
			<webMaster>dan@danparker.us</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>dan@danparker.us</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Dan&apos;s Blog</title>
				<link>http://danparker.us/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Configuring auto-logon in Windows Server 2003</title>
				<link>http://danparker.us/index.cfm/2010/4/17/Configuring-autologon-in-Windows-Server-2003</link>
				<description>
				
				I have a few virtual machines that I wanted to skip the logon step.

&lt;a href=&quot;http://www.petri.co.il/configuring_autologon.htm&quot;&gt;This&lt;/a&gt; site show exactly how to do it with a few registry tweaks. Its a time saver! 
				</description>
				
				<category>Virtualization</category>				
				
				<pubDate>Sat, 17 Apr 2010 16:34:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2010/4/17/Configuring-autologon-in-Windows-Server-2003</guid>
				
			</item>
			
			<item>
				<title>Cloning VirtualBox images</title>
				<link>http://danparker.us/index.cfm/2010/4/12/Cloning-VirtualBox-images</link>
				<description>
				
				syntax I&apos;ll never remember.
&lt;br&gt;&lt;br&gt;
C:\Program Files\Sun\VirtualBox&gt;VBoxManage clonehd &quot;base.vdi&quot; &quot;myNewBox.vdi&quot; 
				</description>
				
				<category>Virtualization</category>				
				
				<category>Technology</category>				
				
				<pubDate>Mon, 12 Apr 2010 18:51:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2010/4/12/Cloning-VirtualBox-images</guid>
				
			</item>
			
			<item>
				<title>Pageflakes</title>
				<link>http://danparker.us/index.cfm/2010/2/16/Pageflakes</link>
				<description>
				
				In me never ending quest for the ultimate browser start page, I&apos;m giving &lt;a href=&quot;http://www.pageflakes.com&quot;&gt;Pageflakes&lt;/a&gt; a try. The interface is very similar to iGoogle or &quot;My Yahoo&quot; personalized start pages. I thought I&apos;d try something that&apos;s off the corporate bandwagon.

From their &quot;&lt;a href=&quot;http://company.pageflakes.com/aboutus&quot;&gt;about us&lt;/a&gt;&quot; page: Pageflakes, the social personalized homepage, is revolutionizing how we how we start with and use the Internet. At www.Pageflakes.com, you can easily customize the Internet and make it yours using &apos;&quot;Flakes&quot; ? small, movable versions of all of your web favorites that you can arrange on your personal homepage. You can also participate in the Pageflakes community, sharing your page as a &quot;Pagecast&quot; with a private group or with the world, and connecting with other users across the globe. Over 235,000 Flakes and 140,000 Pagecasts are available for thousands of uses and interests, including Facebook, MySpace, YouTube, Twitter, Flickr, news, sports, e-mail, local events, search, photos, music, videos ? even interactive tools like a calendar and a to-do list ? and just about anything else you do on the web at school, work and at home. The Pageflakes user community creates and helps each other discover more new Flakes and Pagecasts every day. 
				</description>
				
				<category>Technology</category>				
				
				<pubDate>Tue, 16 Feb 2010 07:38:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2010/2/16/Pageflakes</guid>
				
			</item>
			
			<item>
				<title>Removing An Obsolete Workspace From Eclipse 3.1</title>
				<link>http://danparker.us/index.cfm/2010/2/1/Removing-An-Obsolete-Workspace-From-Eclipse-31</link>
				<description>
				
				Courtesy &lt;a href=&quot;http://www.eclipsezone.com/eclipse/forums/t28376.html&quot;&gt;EclipseZone&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;

Eclipse is storing the workspace information in a preferences file called &quot;org.eclipse.ui.ide.prefs&quot;. This file is located under &quot;%ECLIPSE_HOME%\configuration\.settings&quot; and contains a key named &quot;RECENT_WORKSPACES&quot;. The value of this key contains a comma separated list of workspaces, more precisely the path to the workspaces. If you delete one of the entries, it&apos;ll disappear from the workspace launcher. 
				</description>
				
				<category>Eclipse</category>				
				
				<pubDate>Mon, 01 Feb 2010 17:36:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2010/2/1/Removing-An-Obsolete-Workspace-From-Eclipse-31</guid>
				
			</item>
			
			<item>
				<title>Disable Shutdown Event Tracker on Windows Server 2003</title>
				<link>http://danparker.us/index.cfm/2010/1/28/Disable-Shutdown-Event-Tracker-on-all-Windows-Server-2003</link>
				<description>
				
				&lt;ol&gt;
&lt;li&gt;Click Start, and then click Run.&lt;/li&gt;
&lt;li&gt;Type gpedit.msc, and then click OK.&lt;/li&gt;
&lt;li&gt;Expand Computer Configuration, expand Administrative Templates, and then expand System.&lt;/li&gt;
&lt;li&gt;Double-click Display Shutdown Event Tracker.&lt;/li&gt;
&lt;li&gt;Click Disabled, and then click OK.&lt;/li&gt;
&lt;/ol&gt;
Reference: &lt;a href=&quot;http://support.microsoft.com/kb/293814&quot;&gt;Microsoft Support&lt;/a&gt; 
				</description>
				
				<category>Network Administration</category>				
				
				<category>Technology</category>				
				
				<pubDate>Thu, 28 Jan 2010 13:34:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2010/1/28/Disable-Shutdown-Event-Tracker-on-all-Windows-Server-2003</guid>
				
			</item>
			
			<item>
				<title>Firefox Default Zoom Level</title>
				<link>http://danparker.us/index.cfm/2010/1/9/Firefox-Default-Zoom-Level</link>
				<description>
				
				I find myself squinting more and more when I read blogs on the internet, but I hate the lower Windows display resolutions (I&apos;m using 1400x900). Firefox has built in keyboard shortcuts for zooming (CTRL+/CTRL-), but I find them clumsy to use...also, you have to repeat this for every page you view. 

I found a Firefox extension named &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/6965&quot;&gt;Default FullZoom Level&lt;/a&gt; that meets my needs perfectly. I can set the default zoom to 125% so I don&apos;t need to change it on every page I view, and I can easily change the zoom by clicking CTRL, or CTRL. for zooming in and out respectively. Those shortcuts are more user friendly for me than Firefox&apos;s default ones, and the default zoom level is a life saver. 
				</description>
				
				<category>Technology</category>				
				
				<pubDate>Sat, 09 Jan 2010 22:22:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2010/1/9/Firefox-Default-Zoom-Level</guid>
				
			</item>
			
			<item>
				<title>7 Must-See Web Design Videos and Presentations</title>
				<link>http://danparker.us/index.cfm/2010/1/8/7-MustSee-Web-Design-Videos-and-Presentations</link>
				<description>
				
				I need to watch these: &lt;a href=&quot;http://www.noupe.com/design/7-must-see-web-design-videos-and-presentations.html&quot;&gt;http://www.noupe.com/design/7-must-see-web-design-videos-and-presentations.html&lt;/a&gt; 
				</description>
				
				<category>Professional Development</category>				
				
				<pubDate>Fri, 08 Jan 2010 08:05:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2010/1/8/7-MustSee-Web-Design-Videos-and-Presentations</guid>
				
			</item>
			
			<item>
				<title>Blog Apptacular ColdFusion Builder Extension - Scaffolding</title>
				<link>http://danparker.us/index.cfm/2010/1/7/Blog-Apptacular-ColdFusion-Builder-Extension--Scaffolding</link>
				<description>
				
				I need to watch this

&lt;a href= &quot;http://www.terrenceryan.com/blog/post.cfm/apptacular-coldfusion-builder-extension-scaffolding&quot;&gt;http://www.terrenceryan.com/blog/post.cfm/apptacular-coldfusion-builder-extension-scaffolding&lt;/a&gt; 
				</description>
				
				<category>Professional Development</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 07 Jan 2010 01:11:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2010/1/7/Blog-Apptacular-ColdFusion-Builder-Extension--Scaffolding</guid>
				
			</item>
			
			<item>
				<title>25 User Experience Videos That Are Worth Your Time</title>
				<link>http://danparker.us/index.cfm/2010/1/5/25-User-Experience-Videos-That-Are-Worth-Your-Time</link>
				<description>
				
				I need to watch these videos

From &lt;a href=&quot;http://www.smashingmagazine.com&quot;&gt;Smashing Magazine&lt;/a&gt;:

&quot;We&apos;re all mostly accustomed to educating ourselves by reading articles. Rare are the opportunities to attend conferences or watch live shows on subjects that we&apos;re interested in. That&apos;s why we are presenting here phenomenal videos and related resources on the topic of user experience (UX) by different presenters at different events. We have focused on current content but have included some older videos that are still relevant. It will take you more than 16 hours to watch all of these videos. So, make some popcorn, turn off the lights and enjoy.&quot;

The videos: &lt;a href=&quot;http://www.smashingmagazine.com/2010/01/05/25-user-experience-videos-that-are-worth-your-time/&quot;&gt;25 User Experience Videos That Are Worth Your Time&lt;/a&gt; 
				</description>
				
				<category>Professional Development</category>				
				
				<pubDate>Tue, 05 Jan 2010 23:03:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2010/1/5/25-User-Experience-Videos-That-Are-Worth-Your-Time</guid>
				
			</item>
			
			<item>
				<title>Setting the physical file path of an application with ColdFusion</title>
				<link>http://danparker.us/index.cfm/2009/12/18/Setting-the-physical-file-path-of-an-application-with-ColdFusion</link>
				<description>
				
				Hopefully this tip will help someone down the road too, or maybe someone can enlighten me as to the &quot;right&quot; way to code for the physical file path of an application.

I was setting the following code in the OnApplicationStart() method to set the application&apos;s physical file path (http://mydomain.com/myApplication): 
&lt;code&gt;&lt;cfset application.rootpath = expandPath(&apos;./&apos;)&gt;&lt;/code&gt;
The application uses index.cfm as a &quot;controller&quot; (i.e.index.cfm?disp=thispage) so I THOUGHT it would set the path relative to the root of the application (C:\inetpub\wwwroot\mydomain\myApplication)

Well, it does...MOST of the time....I still haven&apos;t gotten to the bottom of it, but sometimes the rootpath would get set to nested directories (C:\inetpub\wwwroot\mydomain\myApplication\middle\). I can only assume that the application would sometimes reinit when it was in the middle of processing something in the &quot;middle&quot; directory.

Long story short, I&apos;m about to deploy this code fix to (hopefully) resolve the problem: &lt;code&gt;&lt;cfset application.rootpath = &quot;#expandpath(&apos;/&apos;)##application.applicationname#\&quot;&gt; . &lt;/code&gt;The application.applicationname is the same as the &quot;myApplication&quot; directory, so I&apos;m hopeful that this will work....at least my three test runs worked..lol 
				</description>
				
				<category>ColdFusion</category>				
				
				<pubDate>Fri, 18 Dec 2009 13:12:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2009/12/18/Setting-the-physical-file-path-of-an-application-with-ColdFusion</guid>
				
			</item>
			
			<item>
				<title>Change the default port on the built in ColdFusion Webserver</title>
				<link>http://danparker.us/index.cfm/2009/10/19/Change-the-default-port-on-the-built-in-ColdFusion-Webserver</link>
				<description>
				
				More syntax I never remember

&lt;CODE&gt;
Changing the Port Number for ColdFusion MX 6.1

If using the Macromedia standalone web server with ColdFusion MX 6.1, you can also change the port from 8500 to 80 or any other available port.

Simply open the install directory:\CFusionMX\runtime\servers\default\SERVER-INF\jrun.xmlfile and search for&lt;attribute name=&quot;port&quot;&gt;8500&lt;/attribute&gt;, which is near the bottom of the document. Change the port number from 8500 to the available port you wish to use, such as port 80, and save this file. Stop and restart the ColdFusion
&lt;/CODE&gt; 
				</description>
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 19 Oct 2009 16:49:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2009/10/19/Change-the-default-port-on-the-built-in-ColdFusion-Webserver</guid>
				
			</item>
			
			<item>
				<title>Changing the web root for ColdFusion&apos;s built in webserver</title>
				<link>http://danparker.us/index.cfm/2009/8/22/Changing-the-web-root-for-ColdFusions-built-in-webserver</link>
				<description>
				
				I never remember this file path/syntax when setting up a new machine (instructions courtesy of &lt;a href=&quot;http://www.adobe.com/support/coldfusion/adv_development/config_builtin_webserver/config_builtin_webserver04.html&quot;&gt;Adobe support&lt;/a&gt;)

1. Make a backup copy of C:\ColdFusion8\wwwroot\WEB-INF\jrun-web.xml, and then open the original version of the jrun-web.xml file.&lt;br /&gt;
2. Edit the system-path attribute to change to the new web root directory:&lt;br /&gt;
	
&lt;code&gt;&lt;virtual-mapping&gt;
   &lt;resource-path&gt;/*&lt;/resource-path&gt;
   &lt;system-path&gt;c:/inetpub/wwwroot/&lt;/system-path&gt; 
&lt;/virtual-mapping&gt;&lt;/code&gt;
Note: Remember to use forward slash characters in the pathname.&lt;br /&gt;&lt;br /&gt;
3. Save the file.&lt;br /&gt;
4. You can now move the CFIDE and cfdocs directory to the new web document root.
	These directories contain the files for the ColdFusion Administrator, the ColdFusion documentation, and the ColdFusion example code.
	Caution: Do not move the WEB-INF directory. It must stay under the cf_root\wwwroot directory.&lt;br /&gt;
5. Restart the ColdFusion server. 
				</description>
				
				<category>Programming</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Sat, 22 Aug 2009 10:31:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2009/8/22/Changing-the-web-root-for-ColdFusions-built-in-webserver</guid>
				
			</item>
			
			<item>
				<title>Reset Identity Key in SQL Server</title>
				<link>http://danparker.us/index.cfm/2009/7/6/Reset-Identity-Key-in-SQL-Server</link>
				<description>
				
				I never remember this syntax...

DBCC CHECKIDENT (mytable, RESEED, 0) 
				</description>
				
				<category>Fitness</category>				
				
				<category>Database</category>				
				
				<pubDate>Mon, 06 Jul 2009 16:07:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2009/7/6/Reset-Identity-Key-in-SQL-Server</guid>
				
			</item>
			
			<item>
				<title>Clone Virtual PC images</title>
				<link>http://danparker.us/index.cfm/2009/5/20/Clone-Virtual-PC-images</link>
				<description>
				
				Courtesy of &lt;a href=&quot;http://www.pcmech.com/article/dont-rebuild-virtual-pcs-copy-them/&quot;&gt;http://www.pcmech.com/article/dont-rebuild-virtual-pcs-copy-them/&lt;/a&gt;

&quot;One very handy trick I found is that you can copy virtual hard drives (.vhd) files and instantly get another environment. For example, you could build a new virtual PC hard drive and load XP with all the updates and then simply copy the VHD file to a new file name and, whola!, you now have two ready to go environments. All you have to do is just run through the virtual PC creation wizard and set it to use an existing hard drive (your copied VHD file) and you are ready to go.&quot; 
				</description>
				
				<category>Technology</category>				
				
				<pubDate>Wed, 20 May 2009 16:44:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2009/5/20/Clone-Virtual-PC-images</guid>
				
			</item>
			
			<item>
				<title>Microsoft Virtual PC: Network connectivity with Windows Server 2003</title>
				<link>http://danparker.us/index.cfm/2009/5/9/Microsoft-Virtual-PC-Network-connectivity-with-Windows-Server-2003</link>
				<description>
				
				I had some trouble getting network connectivity on my virtual Windows Server 2003 Instance. Thanks to &lt;a href=&quot;http://www.tipandtrick.net/2008/fix-virtual-pc-2007-shared-networking-nat-internet-not-working-in-windows-server-2003-2008-and-vista-guest-os/&quot;&gt;this&lt;/a&gt; post, I learned that I had to set the Networking Settings for the VM to use Shared Network (NAT) as the network adapter, and then:

&quot;To fix the Shared Network (NAT) Internet no connection or not working issue, the resolution is to manually assign the IP address for the DNS Server for the guest operating system to 192.168.131.254, the virtual gateway IP address used by Virtual PC. To make the change (in guest operating system), open Network Connections folder (in Windows Vista, access via Network and Sharing Center), and right click Local Area Connection network icon to select its Properties. Then double click on Internet Protocl (TCP/IP) under General tab or Internet Protocol Version 4 (TCP/IPv4) under Networking (for Windows Vista) tab. Click to select the radio button of Use the following DNS server addresses, and then type in 192.168.131.254 into the IP address box for Preferred DNS Server. Click OK twice to exit, and voila, the Shared Network (NAT) now works as it should with Internet access.&quot; 
				</description>
				
				<category>Technology</category>				
				
				<pubDate>Sat, 09 May 2009 09:48:00 -0400</pubDate>
				<guid>http://danparker.us/index.cfm/2009/5/9/Microsoft-Virtual-PC-Network-connectivity-with-Windows-Server-2003</guid>
				
			</item>
			</channel></rss>