<?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>MarkPReynolds.com &#187; Technology</title>
	<atom:link href="http://markpreynolds.com/category/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://markpreynolds.com</link>
	<description>... an Archive of My Miscellaneum</description>
	<lastBuildDate>Sat, 28 Aug 2010 11:03:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Excel Calendar Add-In</title>
		<link>http://markpreynolds.com/technology/excel-calendar-add-in</link>
		<comments>http://markpreynolds.com/technology/excel-calendar-add-in#comments</comments>
		<pubDate>Sun, 30 May 2010 15:18:43 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://markpreynolds.com/?p=1642</guid>
		<description><![CDATA[I wanted a pop up calendar for date fields.  It wasn&#8217;t obvious in Excel how to add this, so I checked online.  The #1 Google hit is for a $20 commercial product.  Seriously?  Every web site I visit has this by default, but people pay for it for Excel?  No. [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted a pop up calendar for date fields.  It wasn&#8217;t obvious in Excel how to add this, so I checked online.  The #1 Google hit is for a $20 commercial product.  Seriously?  Every web site I visit has this by default, but people pay for it for Excel?  No.  This one works great:  http://blogs.msdn.com/b/excel/archive/2007/08/01/sam-radakovitz-on-date-pickers.aspx.</p>
<p>Summary:</p>
<ol>
<li>Copy <a href="http://officeblogs.net/excel/samradDatePicker.xla">this file</a> to your your XLSTART folder (usually C:\Program Files\Microsoft Office\OFFICE12\XLSTART)</li>
<li>Restart Excel.</li>
</ol>
<p style="text-align: center;"><a href="http://markpreynolds.com/wp-content/uploads/2010/05/date_picker.png"><img class="aligncenter size-full wp-image-1645" title="date_picker" src="http://markpreynolds.com/wp-content/uploads/2010/05/date_picker.png" alt="date_picker" width="285" height="198" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://markpreynolds.com/technology/excel-calendar-add-in/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Growing A VMWare Fusion NTFS Disk</title>
		<link>http://markpreynolds.com/technology/increase-vm-disk</link>
		<comments>http://markpreynolds.com/technology/increase-vm-disk#comments</comments>
		<pubDate>Mon, 01 Mar 2010 12:28:31 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://markpreynolds.com/?p=1491</guid>
		<description><![CDATA[How to resize your disk image and then allow Windows to recognize it.  (Mostly all via:  Jim Culbert (thanks!))

Resize / increase disk space in Fusion settings.
Download GParted, Boot the VM to it (more boot specifics here)
In Fusion CD settings for the VM, choose to boot to the image you downloaded.
Select the default GParted options and [...]]]></description>
			<content:encoded><![CDATA[<p>How to resize your disk image and then allow Windows to recognize it.  (<a href="http://culbert.net/?p=63 ">Mostly all via:  Jim Culbert</a> (thanks!))</p>
<ol>
<li>Resize / increase disk space in Fusion settings.</li>
<li><a href="http://gparted.sourceforge.net/download.php">Download GParted</a>, Boot the VM to it (<a href="http://culbert.net/?p=63 ">more boot specifics here</a>)</li>
<li>In Fusion CD settings for the VM, choose to boot to the image you downloaded.</li>
<li>Select the default GParted options and extend the disk to use the rest of your allotted space</li>
<li>Voila!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://markpreynolds.com/technology/increase-vm-disk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let it snow, let it snow&#8230;</title>
		<link>http://markpreynolds.com/technology/let-it-snow</link>
		<comments>http://markpreynolds.com/technology/let-it-snow#comments</comments>
		<pubDate>Tue, 15 Dec 2009 01:47:24 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://markpreynolds.com/?p=994</guid>
		<description><![CDATA[I grabbed the cool snowstorm script from WordPress.com.  It&#8217;s made by Shillmania
Either WP or my Atahualpa theme required I use the an explicit link to the script and not a relative link like in the documentation.  I&#8217;m not certain why.
So the code is this in the head tag:

&#60;script type='text/javascript' src='http://markpreynolds.com/snowstorm.js?ver=1260233238'&#62;&#60;/script&#62;

]]></description>
			<content:encoded><![CDATA[<p>I grabbed the cool snowstorm script from WordPress.com.  It&#8217;s made by <a href="http://www.schillmania.com/projects/snowstorm/">Shillmania</a></p>
<p>Either WP or my Atahualpa theme required I use the an explicit link to the script and not a relative link like in the documentation.  I&#8217;m not certain why.</p>
<p>So the code is this in the head tag:</p>
<pre id="line1">
<pre id="line686">&lt;<span>script</span><span> type</span>=<span>'text/javascript' </span><span>src</span><span>='</span><a href="view-source:http://markpreynolds.com/snowstorm.js?ver=1260233238">http://markpreynolds.com/snowstorm.js?ver=1260233238</a><span>'</span>&gt;&lt;/<span>script</span>&gt;</pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://markpreynolds.com/technology/let-it-snow/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Move Cursor To Form Field</title>
		<link>http://markpreynolds.com/technology/move-cursor-to-form-field</link>
		<comments>http://markpreynolds.com/technology/move-cursor-to-form-field#comments</comments>
		<pubDate>Tue, 15 Dec 2009 01:15:38 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://markpreynolds.com/?p=990</guid>
		<description><![CDATA[Rrrrg.  There is nothing more annoying than having to leave the keyboard and click into a form field before being able to enter any text into it.  Below is the javascript method to pre focus the cursor on a form field.  ( I don&#8217;t do it on the search field on this page because a) [...]]]></description>
			<content:encoded><![CDATA[<p>Rrrrg.  There is nothing more annoying than having to leave the keyboard and click into a form field before being able to enter any text into it.  Below is the javascript method to pre focus the cursor on a form field.  ( I don&#8217;t do it on the search field on this page because a) the search is rarely used upon arriving here and b) focusing at that field moves the top of this page out of view.</p>
<p>In &lt;head&gt; &lt;/head&gt; section:<br />
&lt;SCRIPT TYPE=&#8221;TEXT/JAVASCRIPT&#8221;&gt;<br />
&lt;!&#8211;<br />
function focus(){document.FORM_NAME.FIELD_NAME.focus();}<br />
// &#8211;&gt;<br />
&lt;/SCRIPT&gt;</p>
<p>In &lt;body&gt; tag:  &lt;body onLoad=focus() &gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://markpreynolds.com/technology/move-cursor-to-form-field/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photo Booth, The Digital Archiver</title>
		<link>http://markpreynolds.com/technology/photo-booth-the-digital-archiver</link>
		<comments>http://markpreynolds.com/technology/photo-booth-the-digital-archiver#comments</comments>
		<pubDate>Thu, 03 Dec 2009 18:00:40 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://markpreynolds.com/?p=979</guid>
		<description><![CDATA[Clothing tag scratching you?  Cut it right out of there!
But wait&#8230;what were those care instructions again?
OSX Photo Booth to the rescue!

]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">Clothing tag scratching you?  Cut it right out of there!</p>
<p style="text-align: center;">But wait&#8230;what were those care instructions again?</p>
<p style="text-align: center;">OSX Photo Booth to the rescue!</p>
<p><img class="aligncenter size-full wp-image-980" title="label" src="http://markpreynolds.com/wp-content/uploads/2009/12/label.jpg" alt="label" width="640" height="480" /></p>
]]></content:encoded>
			<wfw:commentRss>http://markpreynolds.com/technology/photo-booth-the-digital-archiver/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
