<?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>GeekTieGuy &#187; Software</title>
	<atom:link href="http://www.geektieguy.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geektieguy.com</link>
	<description>News and views from the geek tie guy.</description>
	<lastBuildDate>Mon, 31 May 2010 05:24:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Windows Phone 7 Series &#8211; home-roll an offline installer</title>
		<link>http://www.geektieguy.com/2010/04/07/windows-phone-7-series-home-roll-an-offline-installer/</link>
		<comments>http://www.geektieguy.com/2010/04/07/windows-phone-7-series-home-roll-an-offline-installer/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 17:51:18 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/?p=619</guid>
		<description><![CDATA[[Update 2010-05-05: I originally wrote this for the CTP that worked with VS2010 RC. Now that an updated set of tools has been released to work with VS2010 RTM, the folder name has changed. It is now called 30319.31 as far as I can tell. That is likely to change again for future releases, so [...]]]></description>
			<content:encoded><![CDATA[<p>[<strong>Update 2010-05-05:</strong> I originally wrote this for the CTP that worked with VS2010 RC. Now that an updated set of tools has been released to work with VS2010 RTM, the folder name has changed. It is now called 30319.31 as far as I can tell. That is likely to change again for future releases, so just be aware of that. The steps should still work.]</p>
<p>If you have several machines that you want to install the Windows Phone 7 Series developer tools on and don&#8217;t want to have to wait for the download on each machine, here&#8217;s a little tip for how you can make yourself an &#8220;offline&#8221; installer:</p>
<p>1. Start with a clean Win 7 machine.</p>
<p>2. Download the web installer (vm_web.exe) from <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=cabcd5ed-7dfc-4731-9d7e-3220603cad14" target="_blank">Microsoft</a> and save it to a folder of your choice (let&#8217;s say C:\WinPhone7). Start the install.</p>
<p>3. Let the download happen, but when the install itself starts, temporarily cancel it (you can let it finish after step 5).</p>
<p>4. Go to %Temp% using Windows Explorer.</p>
<p>5. Copy the folder 30128.39 to your folder of choice from step 2.</p>
<p>6. Create a Install_WP7_Tools.cmd file containing the following:</p>
<blockquote><p>xcopy 30128.39 %temp%\30128.39 /I /E<br />
vm_web.exe<br />
pause</p></blockquote>
<p>7. Copy the folder of choice to a USB storage device.</p>
<p>8. Use the Install_WP7_Tools.cmd file on your other systems. The tools should install and skip most of the downloads quickly.</p>
<p>If you don&#8217;t start with a clean Windows 7 machine, the files that the vm_web.exe tool collects in the 30128.39 folder may not contain all the files needed for the install, so you may see a few things extra get downloaded while using the .cmd file on other machines.</p>
<p>On my clean 64-bit Windows 7 machine, I got the following files as part of the toolset:</p>
<p>C:\WinPhone7\30128.39\1033\VM_EXP\Ixpvm.exe<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\dotnetframework\dotNetFx40_Full_x86_x64.exe<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\help\HelpSetup_x64.exe<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\mtpack\NetFx_DTP.cab<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\mtpack\NetFx_DTP.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\rdbg\vs_expbsln_x64_enu.cab<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\rdbg\vs_expbsln_x64_enu.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\silverlight4\Silverlight.4.0_Developer.exe<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\silverlight4\Silverlight4_Tools.exe<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\silverlight4\silverlight_sdk.exe<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\vcruntimes\x64\vc_runtime_x64.cab<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\vcruntimes\x64\vc_runtime_x64.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\watson\dw20shared.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\sde_xde64-enu.cab<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\sde_xde64-enu.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\vs_sdeprolightup-enu.cab<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\vs_sdeprolightup-enu.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\WindowsPhoneDeveloperResources.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\WindowsPhoneExtensions.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\XNAGS40_setup.exe</p>
<p>A total of about 320 MB.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2010/04/07/windows-phone-7-series-home-roll-an-offline-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP TouchSmart SDK 3.0 &#8211; Giveaways at PDC 09</title>
		<link>http://www.geektieguy.com/2009/11/17/hp-touchsmart-sdk-3-0-giveaways-at-pdc-09/</link>
		<comments>http://www.geektieguy.com/2009/11/17/hp-touchsmart-sdk-3-0-giveaways-at-pdc-09/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:00:00 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/11/17/hp-touchsmart-sdk-3-0-giveaways-at-pdc-09/</guid>
		<description><![CDATA[To mark the release of the TouchSmart 3.0 SDK, HP has a goodie to give away at the Microsoft PDC 09: A super-slim 2 GB USB memory stick (embedded in a hard-plastic business card with a nice imprint). It contains the new SDK and a few documents about a software development partner program HP is [...]]]></description>
			<content:encoded><![CDATA[<p>To mark the release of the TouchSmart 3.0 SDK, HP has a goodie to give away at the Microsoft PDC 09: A super-slim 2 GB USB memory stick (embedded in a hard-plastic business card with a nice imprint). It contains the new SDK and a few documents about a software development partner program HP is starting.</p>
<p>If you see me at PDC, say hi, and I may be able to hand you one of these puppies. I only have a limited supply, though. 15 to be precise.</p>
<p>Check out the pictures:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3135.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3135" border="0" alt="IMG_3135" src="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3135_thumb.jpg" width="644" height="484" /></a></p>
<p>Front of the card</p>
<p>&#160;</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3136.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3136" border="0" alt="IMG_3136" src="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3136_thumb.jpg" width="644" height="484" /></a></p>
<p>Back of the card</p>
<p>&#160;</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3137.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3137" border="0" alt="IMG_3137" src="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3137_thumb.jpg" width="644" height="484" /></a></p>
<p>Back of the card with USB memory stick flipped open/out </p>
<p>&#160;</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3138.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3138" border="0" alt="IMG_3138" src="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3138_thumb.jpg" width="644" height="484" /></a>&#160;</p>
<p>Front of the card with USB memory stick flipped open/out</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/11/17/hp-touchsmart-sdk-3-0-giveaways-at-pdc-09/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgraded your HP TouchSmart IQ500/800 to Windows 7? A tip on installing the new apps.</title>
		<link>http://www.geektieguy.com/2009/10/31/upgraded-your-hp-touchsmart-iq500800-to-windows-7-a-tip-on-installing-the-new-apps/</link>
		<comments>http://www.geektieguy.com/2009/10/31/upgraded-your-hp-touchsmart-iq500800-to-windows-7-a-tip-on-installing-the-new-apps/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 18:19:36 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/10/31/upgraded-your-hp-touchsmart-iq500800-to-windows-7-a-tip-on-installing-the-new-apps/</guid>
		<description><![CDATA[(Update 2009-11-05: Looks like one more application is now made available for IQ500/800 customers: Twitter) (Update 2010-02-05: The &#8220;shell&#8221; has been updated from 3.0.32.0 to 3.0.35.0 on HP&#8217;s support site. I&#8217;ve updated the link here as well) I can’t get into every detail of the upgrade process (how to install Windows 7, drivers, etc.), but I thought [...]]]></description>
			<content:encoded><![CDATA[<p>(<strong>Update 2009-11-05</strong>: Looks like one more application is now made available for IQ500/800 customers: Twitter)</p>
<p>(<strong>Update 2010-02-05</strong>: The &#8220;shell&#8221; has been updated from 3.0.32.0 to 3.0.35.0 on HP&#8217;s support site. I&#8217;ve updated the link here as well)</p>
<p>I can’t get into every detail of the upgrade process (how to install Windows 7, drivers, etc.), but I thought I would list the HP TouchSmart software applications that are currently available for download and suggest a good order of installation to you. This is all just interim, personal information until something official is made available.</p>
<p>So what’s currently up there on the HP support site? Here’s the list (as of the time of this post) in the order that would be good to follow when installing (again, this may differ from whatever official guidance may come out later; it’s my personal take on it as of right now):</p>
<ul>
<li><a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-80115-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;lang=en&amp;os=4063&amp;product=3886179" target="_blank">HP TouchSmart 3.0 itself</a> (the “shell”/the “foundation”), called the HP TouchSmart Application Update 3.0.35.0 (15 MB)</li>
<li>Music/Photo/Video <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-76220-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;product=3886179&amp;os=4063&amp;lang=en" target="_blank">3.0.2.3228</a> (158 MB)</li>
<li>Notes <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-77232-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;product=3886179&amp;os=4063&amp;lang=en" target="_blank">3.0.3462.28879</a> (19 MB)</li>
<li>Calendar <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-75967-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;product=3886179&amp;os=4063&amp;lang=en" target="_blank">3.0.3476.32189</a> (6 MB)</li>
<li>RSS <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-77386-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;product=3886179&amp;os=4063&amp;lang=en" target="_blank">3.00.0006</a> (5 MB)</li>
<li>Browser <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-76216-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;product=3886179&amp;os=4063&amp;lang=en" target="_blank">3.00.0008</a> (3 MB)</li>
<li>Clock <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-77063-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;product=3886179&amp;os=4063&amp;lang=en" target="_blank">3.0.3572.25998</a> (2 MB)</li>
<li>DVD <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-76969-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;product=3886179&amp;os=4063&amp;lang=en" target="_blank">3.0.1.3123</a>, called HP MediaSmart DVD (not sure why) (64 MB)</li>
<li>Weather <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-75931-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;product=3886179&amp;os=4063&amp;lang=en" target="_blank">3.00.0001</a> (3 MB)</li>
<li>Webcam <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-75927-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;product=3886179&amp;os=4063&amp;lang=en" target="_blank">3.0.1.1903</a> (61 MB)</li>
<li>Netflix <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-76215-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;product=3886179&amp;os=4063&amp;lang=en" target="_blank">1.0.29.0</a> (4 MB)</li>
<li>Hulu <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-76118-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;product=3886179&amp;os=4063&amp;lang=en" target="_blank">0.9.7</a> (4 MB)</li>
<li>Twitter <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-77528-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;lang=en&amp;os=4063&amp;product=3886179" target="_blank">1.0.3541.23899</a> (6 MB) (<strong>new 2009-11-05</strong>)</li>
<li>Live TV <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-75531-2&amp;lc=en&amp;dlc=en&amp;cc=us&amp;product=3886179&amp;os=4063&amp;lang=en" target="_blank">3.00.1924</a> (46 MB)</li>
</ul>
<p>Note that the Live TV application only works with a certain set of TV tuner models. I snagged the links in this post (which may get outdated over time) from the updates page for the IQ527. Since your model may be different, the Live TV app may not work for you. That’s partly why it’s listed last.</p>
<p>So there it is, a refresh to work with Windows 7 for all the original applications that came with the IQ500/800, plus three new ones (Netflix, Hulu and Live TV.) A total of 390 MB of new software. All for just the cost of download bandwidth and your time to install everything.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/10/31/upgraded-your-hp-touchsmart-iq500800-to-windows-7-a-tip-on-installing-the-new-apps/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>Design changes in the TouchSmart 3.0 software &#8211; what&#8217;s new and different from 2.x</title>
		<link>http://www.geektieguy.com/2009/10/26/design-changes-in-the-touchsmart-3-0-software-whats-new-and-different-from-2-x/</link>
		<comments>http://www.geektieguy.com/2009/10/26/design-changes-in-the-touchsmart-3-0-software-whats-new-and-different-from-2-x/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 05:48:48 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/10/26/design-changes-in-the-touchsmart-3-0-software-whats-new-and-different-from-2-x/</guid>
		<description><![CDATA[There are plenty of tutorial videos for the TouchSmart 3.0 software available (see a longer list at the bottom of this post). For those of you who would rather read about things, here is a little overview of what’s new and changed in TouchSmart 3.0: Direct interaction / tile size: The biggest change is that [...]]]></description>
			<content:encoded><![CDATA[<p>There are plenty of <a href="http://h30429.www3.hp.com/?fr_story=88536f3689b07a1a3981fcf7b2ffff4feac725c4&amp;rf=bm" target="_blank">tutorial videos for the TouchSmart 3.0 software</a> available (see a longer list at the bottom of this post). For those of you who would rather read about things, here is a little overview of what’s new and changed in TouchSmart 3.0:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="HP TouchSmart 3" border="0" alt="HP TouchSmart 3" src="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3_thumb.png" width="644" height="404" /></a></p>
<p><strong>Direct interaction / tile size:</strong> The biggest change is that the top row of tiles is much bigger and wider in 3.0. This enables direct interaction with the content of the tiles, something the 2.x software didn’t allow for most tiles. This means that you can no longer scroll the top row of tiles by just touching them anywhere and then moving your finger. To scroll you have to use either the colored bar at the top of the tile or the semi-transparent border around the tile.</p>
<p><strong>Resource usage:</strong> In order to let you better manage resource usage while running the TouchSmart software, tiles that are placed in the bottom row no longer present any live data as they did in 2.x. So if you find little use for all but two tiles, for example, put the ones you don’t use much in the lower row. That way only two apps have to run (each tile corresponds to an app) and the computer will have more resources available for other tasks.</p>
<p><strong>Tile states:</strong> TouchSmart 3.0 still has the concept of two app states: the state a tile is in when it’s in the top row (called “wide-interactive”) and the state it’s in when you “launch” it (called “large”). The difference is more academic in 3.0, since you can now interact with tiles whether they’re wide-interactive or large. In 2.x you could only interact with “large” tiles. To “launch” a tile to the large state, you tap on the colored bar or the semi-transparent border around the tile. Tiles in the large state have access to more screen area, and thus may present more functionality in that state than they do in the wide-interactive state (Canvas is a good example of this.)</p>
<p><strong>Speedy scrolling / “throwing”:</strong> One of the more fun interactions in TouchSmart 2.x was the ability to “throw” tiles, giving them momentum with a quick flick of your finger, and letting them spin until they came to rest. You could do this in the top row and the bottom row. TouchSmart 3.0 still lets you “throw” tiles, but now there is a beginning and an end to the row; things no longer just spin. That should make it a little easier to find a tile you may be looking for. Also, a “throw” will now take you to the next “set” of tiles and will always center on a tile. If you’re about to go past the end of the row, a snap-back effect will indicate that there are no more tiles in that direction. This snap-back effect is most pronounced in the lower row, since a “throw” there will take you “further”. None of the tutorial videos actually show these “throw” effects, so play around a bit to experience them for yourself. I think they’re fun, anyway.</p>
<p><strong>More apps, more features:</strong> TouchSmart 3.0 introduces a whole bunch of new apps: Canvas, Link, Live TV, Netflix, Recipe Box, Twitter and Hulu. You can read much more about these on the <a href="http://www.hp.com/united-states/campaigns/touchsmart/index.html?jumpid=in_r329_touchsmarthome/hhoslp/psg/desktops/hpcampaign" target="_blank">HP TouchSmart product page</a>.</p>
<p>&#160;&#160; <a href="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmartPrograms.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="HP TouchSmart Programs" border="0" alt="HP TouchSmart Programs" src="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmartPrograms_thumb.png" width="583" height="484" /></a> </p>
<p>Also, the “main” apps (Music/Photo/Video) have been improved substantially, allowing for home network discovery of media files (support for USB/network/Media Server locations) as well as providing access to Pandora and Rhapsody Internet music services.</p>
<p><strong>Personalization:</strong> An area that got a major overhaul in the “Shell” application (branded “HP TouchSmart” proper, but really named SmartCenter by the developers) is Personalization. The introduction of the colored bar at the top of each wide-interactive tile enabled bringing in lots more “color”. Let’s take a more in-depth look at the personalization screens:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeManageTiles.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="HP TouchSmart 3 Personalize - Manage Tiles" border="0" alt="HP TouchSmart 3 Personalize - Manage Tiles" src="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeManageTiles_thumb.png" width="644" height="404" /></a> </p>
<p>On this screen (Manage My Tiles) you can pick a tile to customize in the list on the right (hitting a letter on the keyboard takes you around the list quickly). Then you can choose a color for the tile’s bar on the left, using the various buttons or the rainbow color picker (with an optional RGB color input field for access to all colors). You can also delete a tile. If you do that, and the tile was one of the TouchSmart apps, you can get it back via the Create Tile button (pick the button called HP TouchSmart Program).</p>
<p>You can create a new tile using the Create Tile button:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeCreateTile.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="HP TouchSmart 3 Personalize - Create Tile" border="0" alt="HP TouchSmart 3 Personalize - Create Tile" src="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeCreateTile_thumb.png" width="644" height="404" /></a> </p>
<p>Creating a Windows Program tile looks like this:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeCreateWindowsProgramTile.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="HP TouchSmart 3 Personalize - Create Windows Program Tile" border="0" alt="HP TouchSmart 3 Personalize - Create Windows Program Tile" src="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeCreateWindowsProgramTile_thumb.png" width="644" height="404" /></a> </p>
<p>You can choose from a list of programs found on your computer (the list is filtered a bit to suppress irrelevant programs) or use the Advanced button to define everything “by hand”:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeCreateWindowsProgramTileAdvanced.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="HP TouchSmart 3 Personalize - Create Windows Program Tile - Advanced" border="0" alt="HP TouchSmart 3 Personalize - Create Windows Program Tile - Advanced" src="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeCreateWindowsProgramTileAdvanced_thumb.png" width="644" height="404" /></a> </p>
<p>Here you can name the tile, type in the full path to the executable (exe) and define any command line arguments in the Parameters box. You can also pick an icon (if the exe has a suitable icon you can use it, or you can pick from a list of icons provided by HP TouchSmart.) If you find the list of icons too limiting, you can place icon files of your liking (best to use 256*256 PNG files with transparency) in the folder %LocalAppData%\Hewlett-Packard\TouchSmart\SmartCenter 2.0\Icons and they should get added to the list [This is for all you fellow geeks out there.]</p>
<p>Creating a Website tile is quite similar, except here the list is made up of Favorites from Internet Explorer:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeCreateWebsiteTile.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="HP TouchSmart 3 Personalize - Create Website Tile" border="0" alt="HP TouchSmart 3 Personalize - Create Website Tile" src="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeCreateWebsiteTile_thumb.png" width="644" height="404" /></a> </p>
<p>Typing in your own URL (aka website address) also works.</p>
<p>Tapping the Delete button for a tile just brings up a confirmation screen:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeDeleteTile.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="HP TouchSmart 3 Personalize - Delete Tile" border="0" alt="HP TouchSmart 3 Personalize - Delete Tile" src="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeDeleteTile_thumb.png" width="644" height="404" /></a> </p>
<p>If you delete a TouchSmart Program tile, you can recover it later via the Create Tile button by choosing the HP TouchSmart Program button as mentioned above. That will look a little like this:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeRecoverTile.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="HP TouchSmart 3 Personalize - Recover Tile" border="0" alt="HP TouchSmart 3 Personalize - Recover Tile" src="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeRecoverTile_thumb.png" width="644" height="404" /></a> </p>
<p>TouchSmart 3.0 comes with a lot more choices of background pictures as well. You can select one from the Choose Background screen in Personalize (see the three buttons towards the top: Manage My Tiles, Choose Background and – on the far right – About):</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeChooseBackground.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="HP TouchSmart 3 Personalize - Choose Background" border="0" alt="HP TouchSmart 3 Personalize - Choose Background" src="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeChooseBackground_thumb.png" width="644" height="404" /></a> </p>
<p>You may not have all of these since my screenshots are from a custom install on a test machine. To add your own background pictures to this selection screen, just copy some pictures to the “HP TouchSmart” folder in the Public Pictures folder of Windows 7. Sadly, the ones I managed to get included in 2.x are now gone <img src='http://www.geektieguy.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>The last area of Personalize is the venerable “About” screen. Here you’ll find the version number of the SmartCenter program itself as well as a “build” number (in parentheses, here you see “build” 32):</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeAbout.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="HP TouchSmart 3 Personalize - About" border="0" alt="HP TouchSmart 3 Personalize - About" src="http://www.geektieguy.com/wp-content/uploads/2009/10/HPTouchSmart3PersonalizeAbout_thumb.png" width="644" height="404" /></a> </p>
<p>I hope you enjoyed this little guided tour around the TouchSmart 3.0 “shell” and learned something new in the process!</p>
<p>If you’re a developer and want to know how you can add your own apps to the 3.0 “shell”, stay tuned. More information on that will be coming out soon.</p>
<p>P.S.: Here’s a list of direct links to some more TouchSmart 3.0 tutorial videos: </p>
<p><a href="http://h30429.www3.hp.com/?fr_story=88536f3689b07a1a3981fcf7b2ffff4feac725c4&amp;rf=bm">General</a>    <br /><a href="http://h30429.www3.hp.com/?fr_story=1e0ddc5bb8786e972c7b2141b41295bb4d8fafda&amp;rf=bm">Canvas</a>    <br /><a href="http://h30429.www3.hp.com/?fr_story=2746d55bfaaa1af5a7ca571855cebb91e40c30fa&amp;rf=bm">Demo</a>    <br /><a href="http://h30429.www3.hp.com/?fr_story=c69cbd6f647b7100e07dedff96f136d3cacddee8&amp;rf=bm">Recipe Box: Overview</a>    <br /><a href="http://h30429.www3.hp.com/?fr_story=a9da3c04be54b35cf9e9bafd63fd4e4deb80e2f4&amp;rf=bm">Recipe Box: Headset</a>    <br /><a href="http://h30429.www3.hp.com/?fr_story=84cc12a57d73cc7e15958a241bcdd28f950cac97&amp;rf=bm">Recipe Box: Add a recipe</a>    <br /><a href="http://h30429.www3.hp.com/?fr_story=bc94e6d28943ea6e75c9927723a09a341c817a5c&amp;rf=bm">Recipe Box: Voice control</a>    <br /><a href="http://h30429.www3.hp.com/?fr_story=179f5bb4965bb53a8b51cf338d092865127514d1&amp;rf=bm">Recipe Box: Troubleshooting</a>    <br /><a href="http://h30429.www3.hp.com/?fr_story=248d67ae7c4b8291211b4b1a17a5f00c8d60b0a3&amp;rf=bm">Touch Tips</a>    <br /><a href="http://h30429.www3.hp.com/?fr_story=23b375a97c8176b2a30dad3c310687696e859731&amp;rf=bm">Live TV: Setup</a>    <br /><a href="http://h30429.www3.hp.com/?fr_story=3f1fddd6e519b6dc69aac44b59a3729389418dcc&amp;rf=bm">Live TV: Watch and Record</a>    <br /><a href="http://h30429.www3.hp.com/?fr_story=865fdf8d9d4828c52fc27177dd70c0b15feb0a91&amp;rf=bm">Video: Make Videos</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/10/26/design-changes-in-the-touchsmart-3-0-software-whats-new-and-different-from-2-x/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Windows 7 Upgrade discs: Shiny, happy holograms!</title>
		<link>http://www.geektieguy.com/2009/10/26/windows-7-upgrade-discs-shiny-happy-holograms/</link>
		<comments>http://www.geektieguy.com/2009/10/26/windows-7-upgrade-discs-shiny-happy-holograms/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 02:55:20 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/10/26/windows-7-upgrade-discs-shiny-happy-holograms/</guid>
		<description><![CDATA[Just in case you’re wondering (yeah, I know, you probably AREN’T) what you’re missing by buying a new PC (such as the HP TouchSmart 600xt – hint, hint ) with Windows 7 preinstalled, here are some pictures of a Windows 7 upgrade DVD that recently showed up at my doorstep: &#160;&#160; Not only is more [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case you’re wondering (yeah, I know, you probably AREN’T) what you’re missing by buying a new PC (such as the <a href="http://www.shopping.hp.com/webapp/shopping/computer_can_series.do?storeName=computer_store&amp;category=desktops&amp;a1=Category&amp;v1=All-in-One+PCs&amp;series_name=600xt_series&amp;jumpid=in_R329_prodexp/hhoslp/psg/desktops/All-in-One_PCs/600xt_series" target="_blank">HP TouchSmart 600xt</a> – hint, hint <img src='http://www.geektieguy.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ) with Windows 7 preinstalled, here are some pictures of a Windows 7 upgrade DVD that recently showed up at my doorstep: </p>
<p> <a href="http://www.geektieguy.com/wp-content/uploads/2009/10/CopyofIMG_3067.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Copy of IMG_3067" border="0" alt="Copy of IMG_3067" src="http://www.geektieguy.com/wp-content/uploads/2009/10/CopyofIMG_3067_thumb.jpg" width="244" height="197" /></a>&#160;<a href="http://www.geektieguy.com/wp-content/uploads/2009/10/CopyofIMG_3068.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Copy of IMG_3068" border="0" alt="Copy of IMG_3068" src="http://www.geektieguy.com/wp-content/uploads/2009/10/CopyofIMG_3068_thumb.jpg" width="244" height="200" /></a>&#160;<a href="http://www.geektieguy.com/wp-content/uploads/2009/10/CopyofIMG_3069.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Copy of IMG_3069" border="0" alt="Copy of IMG_3069" src="http://www.geektieguy.com/wp-content/uploads/2009/10/CopyofIMG_3069_thumb.jpg" width="244" height="193" /></a>
<p>Not only is more “happy” coming with Windows 7, as <a href="http://www.youtube.com/watch?v=ssOq02DTTMU" target="_blank">Kylie is fond of saying</a>, if you buy an upgrade, it also brings you a lot of “shiny”.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/10/26/windows-7-upgrade-discs-shiny-happy-holograms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New HP TouchSmart 600 and 300: choice quotes on the software</title>
		<link>http://www.geektieguy.com/2009/10/13/new-hp-touchsmart-600-and-300-choice-quotes-on-the-software/</link>
		<comments>http://www.geektieguy.com/2009/10/13/new-hp-touchsmart-600-and-300-choice-quotes-on-the-software/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 15:23:26 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/10/13/new-hp-touchsmart-600-and-300-choice-quotes-on-the-software/</guid>
		<description><![CDATA[PCMag.com: This third-generation TouchSmart PC is boosted by Windows 7&#8242;s gesture support, but HP&#8217;s custom multitouch software is even more impressive. But as with the earlier models, on the TouchSmart 600 it&#8217;s HP&#8217;s custom software that really shines. Version 3.0 is a significant upgrade, offering touch-friendly versions of Hulu, Netflix, Twitter […] And the HP [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.engadget.com/photos/hp-touchsmart-300-and-600-press-shots/2359457/"><img title="" alt="" src="http://www.blogcdn.com/www.engadget.com/media/2009/10/hp-touchsmart-pr-17.jpg" width="320" height="258" /></a><a href="http://www.engadget.com/photos/hp-touchsmart-300-and-600-press-shots/2359449/"><img alt="" src="http://www.blogcdn.com/www.engadget.com/media/2009/10/hp-touchsmart-pr-11.jpg" width="320" height="265" /></a></p>
<p align="left"><a href="http://www.pcworld.com/reviews/product/302502/review/touchsmart_600.html" target="_blank">PCMag.com</a>:</p>
<blockquote><p align="left">This third-generation TouchSmart PC is boosted by Windows 7&#8242;s gesture support, but HP&#8217;s custom multitouch software is even more impressive.</p>
</blockquote>
<blockquote><p align="left">But as with the earlier models, on the TouchSmart 600 it&#8217;s HP&#8217;s custom software that really shines. Version 3.0 is a significant upgrade, offering touch-friendly versions of Hulu, Netflix, Twitter<span style="color: #333333"> […]</span></p>
</blockquote>
<blockquote><p align="left">And the HP apps now multitask, letting you hop back and forth by sliding them around with a fingertip. The interface is responsive, and is the benchmark for <a href="http://www.pcworld.com/article/168576-2/allinone_pcs_with_a_touch_of_style.html">upcoming</a> Windows 7 all-in-one PCs from Acer, Asus, Dell, Gateway, and MSI.</p>
</blockquote>
<p align="left">&#160;<a href="http://www.engadget.com/2009/10/13/hp-touchsmart-300-and-600-bump-the-software-to-the-next-level-t/" target="_blank">Engadget</a>:</p>
<blockquote><p align="left">[…], but more important is what HP is doing with its own TouchSmart application. It&#8217;s added panes for Hulu, Netflix, Twitter and an HP Music Store powered by Rhapsody, which work in nicely with the rest of the touch-friendly apps onboard and a bit of underlying Microsoft technology keeping things humming &#8212; like a nice big handwriting pane for quick Rhapsody searches. There&#8217;s also a voice controlled recipe app that can capture recipes from popular recipe sites and read them out loud to you, and the photo app can hook up with a phone over Bluetooth and pull off photos.</p>
</blockquote>
<p align="left"><a href="http://gizmodo.com/5380088/hp-touchsmart-600-review-multitouch-multimedia-mogul" target="_blank">Gizmodo</a>:</p>
<blockquote><p align="left">But to really take advantage of the system, you&#8217;ll want to use the TouchSmart interface and the wonderful, custom apps.</p>
</blockquote>
<blockquote><p align="left">The one downfall here is that HP has designed TouchSmart to run all of the bundled apps at once. You&#8217;re truly multitasking, and that means stacking HDTV, Hulu, Netflix, photo editing, a browser, Twitter, and even more video playback. The system generally handles itself admirably, but the TV tuning definitely tips the scales on occasion (just watch the video for interface stutters). If I were to use the system as my DVR on a regular basis, I&#8217;d probably cut down the fat on HP&#8217;s apps and buy myself some resources.</p>
</blockquote>
<blockquote><p align="left">I want to love the TouchSmart 600, but I just really, really like it a lot. The functionality is all there; no one can question the full media suite of apps, like Netflix, Hulu, and Twitter, let alone the full Windows 7 OS sitting right behind HP&#8217;s optional software. It&#8217;s the light performance hiccups coupled with a less than 100% touch interface that stop me from screaming at the top of my lungs, &quot;YOU SHOULD BUY THIS RIGHT NOW OR GIVE UP ON LIFE COMPLETELY.&quot;</p>
</blockquote>
<p align="left"><a href="http://reviews.cnet.com/desktops/hp-touchsmart-600/4505-3118_7-33775796.html?tag=centerColumnArea1.1" target="_blank">CNet.com</a>:</p>
<blockquote><p align="left">While HP has clearly borrowed from Sony in its wall-mounting and video input capabilities, the software designed for its touch interface is unique and just as compelling.</p>
</blockquote>
<blockquote><p align="left">As promising as we find HP&#8217;s new touch programs, Recipe Box in particular, we found the touch interface unresponsive at times, and the main touch software carousel can be slow to load.</p>
</blockquote>
<blockquote><p align="left">Neither Sony nor Gateway have put as much effort into their respective touch software as HP has.</p>
</blockquote>
<blockquote><p align="left">You might also appreciate the numerous video tutorials included with the system to help you navigate the new touch software.</p>
</blockquote>
<p align="left"><a href="http://howtohackstuff.com/2009/10/12/hp-goes-multitouch-crazy-with-touchsmart-all-in-ones-and-tx2-updates-hp/" target="_blank">Howtohackstuff.com</a>:</p>
<blockquote><p>HP continues to put its TouchSmart user interface on top of Windows 7 and it is one of the best I have seen. The new stuff comes in the way of applications; there are now loads of new third party applications, including Hulu, Twitter and Netflix. The interface is as smooth as a baby&#8217;s bottom and the main set of tiles fan across the screen and you can easily flick to toggle them. Again, check out the full review of the TouchSmart 600 to get a glimpse of how it really works. HP may just have a method to its touch madness.</p>
</blockquote>
<p align="left"><a href="http://blog.laptopmag.com/video-hands-on-newish-hp-touchsmart-tx2-offers-touch-twitter-hulu-apps" target="_blank">Laptopmag.com</a>:</p>
<blockquote><p>Not only is the touch interface on the refreshed tx2 much better than anything else we’ve used on a notebook, HP is adding cool new apps like Twitter and Hulu, with more to come.</p>
</blockquote>
<blockquote><p>What makes the “new” tx2 stand out is what it does with touch.</p>
</blockquote>
<blockquote><p>Unlike the very limited MediaSmart software HP bundled previously, this machine has HP’s full TouchSmart treatment, which means it has the same slick tile interface and nearly all the same applications. These include <a href="http://blog.laptopmag.com/video-hands-on-newish-hp-touchsmart-tx2-offers-touch-twitter-hulu-apps#">photos</a>, music, weather, notes, games, a touch-friendly Web browser, and more. Just like on the desktop, you can move smaller menu items to the main menu by dragging the tiles up, or vice versa.</p>
</blockquote>
<p><a href="http://www.chipchick.com/2009/10/hp-touchsmart-600.html" target="_blank">ChipChick.com</a>:</p>
<blockquote><p><a href="http://www.shopping.hp.com/webapp/shopping/series_can.do;HHOJSID=kJFBKJLFjLVzq6vBg1vFGVZs1CGn1GBcWnh2VWG8RJnsyPsK24hn!-1463697170?storeName=computer_store&amp;landing=desktops&amp;a1=Category&amp;v1=All-in-One+PCs">HP</a> has released two new TouchSmart All-in-one PCs and these latest models come preloaded with an&#160; impressive, and very much improved upon set of built-for-touch applications.</p>
</blockquote>
<p><span style="color: #777777"><a href="http://www.gottabemobile.com/2009/10/13/video-demos-of-new-hp-touchsmart-apps-touch-interface" target="_blank">GottaBeMobile.com</a>:</span></p>
<blockquote><p>HP’s new all-in-one TouchSmart PCs come with an improved touch interface and some new apps. I really like Recipe Box, an application that organizes all of your online recipes. The application can be controlled with your fingers or through a Bluetooth headset. I rarely cook, but I’d probably be willing to spend more time in the kitchen if I had something like this.</p>
</blockquote>
<blockquote><p>The new TouchSmart PCs have a touch interface that’s a lot more lively than previous versions.</p>
</blockquote>
<blockquote><p>The new TouchSmart PCs come with touch applications for Hulu, Netflix and Twitter. Consumers may have fun with these applications, but I found the business applications HP had on display much more compelling.</p>
</blockquote>
<p>Edit [adding more stuff just because]:</p>
<p><a href="http://www.crunchgear.com/2009/10/13/this-years-laptop-and-pc-lines-are-touch-gasmic-but-why/" target="_blank">CrunchGear</a>:</p>
<blockquote><p>I will hand it to HP and Sony: their interfaces are gorgeous. The HP interface I saw last week has a number of simple tools – a recipe box, for example, that can take recipes from the web and import them into a private database – as well as the standard stretch’n&#8217;drag photo and note-taking applications that make touch actually compelling.</p>
</blockquote>
<p>I’m sure there will be more, and there will be more criticism too. Developing software is always about trade-offs, and sometimes customers want other trade-offs to be made; that’s why software is never “done”.</p>
<p>But these first few reviews make me feel it was worth the time, working on the TouchSmart software. And yes, the “shell” that hosts all the various applications is still written in WPF. WPF rocks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/10/13/new-hp-touchsmart-600-and-300-choice-quotes-on-the-software/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HP TouchSmart application development in a nutshell</title>
		<link>http://www.geektieguy.com/2009/09/24/hp-touchsmart-application-development-in-a-nutshell/</link>
		<comments>http://www.geektieguy.com/2009/09/24/hp-touchsmart-application-development-in-a-nutshell/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 00:09:27 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/?p=447</guid>
		<description><![CDATA[There is a document available for download (wrapped in an MSI to keep the HP lawyers happy) that describes all the nitty-gritty details of how to create an app that &#8220;fits&#8221; into the HP TouchSmart software environment. But some people might enjoy just a quick introduction to what it takes to get an application to [...]]]></description>
			<content:encoded><![CDATA[<p>There is a <a href="http://www.touchsmartcommunity.com/download/60/HP-TouchSmart-Software-Developer-Guidelines/" target="_blank">document available for download </a>(wrapped in an MSI to keep the HP lawyers happy) that describes all the nitty-gritty details of how to create an app that &#8220;fits&#8221; into the HP TouchSmart software environment. But some people might enjoy just a quick introduction to what it takes to get an application to show up in the HP TouchSmart software. So here&#8217;s my attempt at providing just the essentials in a bulleted list:</p>
<ul>
<li>Create a Windows app using any technology you please (C++, MFC, VB, WPF, Flash, Air, whatever)</li>
<li>Do not use DirectX exclusive mode</li>
<li>Make sure the app produces one Win32 window (and <strong>only</strong> <strong>one</strong> window) and does this quickly</li>
<li>Make sure the window has no &#8220;chrome&#8221; whatsoever (no borders, resize grips, close/minimize/maximize buttons, system menu, etc.)</li>
<li>Make sure the window can still be resized by WM_SIZE and moved by WM_MOVE messages (and make sure it does so very responsively)</li>
<li>Make sure the window content is touch friendly</li>
</ul>
<p>That&#8217;s it. If you know how to produce a program that does the above, you&#8217;re all set. No need to learn any interfaces, new programming models, technologies, nothing. I&#8217;ve actually had partial success at getting apps designed for Windows 1.0 to run inside the HP TouchSmart environment.</p>
<p>Now, if you want to improve on things, here are some more things you could do:</p>
<ul>
<li>Make sure you have a black background for your window</li>
<li>Support the three &#8220;layouts&#8221;/sizes that HP TouchSmart uses as the user interacts with the UI (small, medium, large)</li>
<li>Take into account that the user can only interact with your window in large layout/size</li>
<li>Present something useful/informative in small and medium layout/size</li>
<li>Provide a beautiful, large icon</li>
</ul>
<p>And to make it really great:</p>
<ul>
<li>Use the notification mechanism that the environment provides (if your app needs to notify the user of anything)</li>
<li>Use the mechanism for launching IE that the environment provides (if your app needs to put the user in a full web browser experience)</li>
</ul>
<p>Finally, use the RegisterSmartCenterApp.exe registration mechanism (described in the document linked to above) in the package you deliver for installing your app. You need to do that so program you&#8217;ve developed can be integrated into the HP TouchSmart UI.</p>
<p>If you&#8217;ve climbed the WPF cliff, the latest version of the HP TouchSmart software (2.8) includes a library that you can use for even closer integration. Leave a comment if you&#8217;d like more information about that. I don&#8217;t consider that part of the &#8220;nutshell&#8221;, since it ends up binding you to a specific technology stack.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/09/24/hp-touchsmart-application-development-in-a-nutshell/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t create Notes in HP TouchSmart? Check your user account name</title>
		<link>http://www.geektieguy.com/2009/08/31/cant-create-notes-in-hp-touchsmart-check-your-user-account-name/</link>
		<comments>http://www.geektieguy.com/2009/08/31/cant-create-notes-in-hp-touchsmart-check-your-user-account-name/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 03:25:24 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/08/31/cant-create-notes-in-hp-touchsmart-check-your-user-account-name/</guid>
		<description><![CDATA[Several users of the HP TouchSmart software suite have reported that they are unable to create certain kinds of notes in the HP TouchSmart notes program. I had an opportunity to investigate this issue today on an actual customer unit. The investigation details, while quite interesting to some, shall remain for some future post, perhaps. [...]]]></description>
			<content:encoded><![CDATA[<p>Several users of the HP TouchSmart software suite <a href="http://h30434.www3.hp.com/psg/board/message?board.id=TouchSmartPC&amp;thread.id=186" target="_blank">have reported</a> that they are <a href="http://www.touchsmartcommunity.com/forum/thread/1270/TouchSmart-Notes-application-does-not-work/" target="_blank">unable to create certain kinds of notes in the HP TouchSmart notes program</a>. I had an opportunity to investigate this issue today on an actual customer unit. The investigation details, while quite interesting to some, shall remain for some future post, perhaps. Here’s the conclusion:</p>
<p>If the user account you’ve created contains the ampersand character (aka. “and” symbol: &amp;), the Notes application can’t save the “sticky” note kind. To-Do list notes are not affected by this problem. </p>
<p>The symptom is that you draw on the sticky note and then tap the Done button. Now the Done button will gray out, but the note won’t be saved and the creation surface won’t disappear. Only a tap on the Cancel button will make the creation surface go away (and without saving the note).</p>
<p>A workaround, if you want to use that Note feature, is to create a new user account that does not contain the ampersand (&amp;) symbol. Renaming the user account is not enough, since the initial creation sets up certain things that can’t be changed later on. (After creating the new account, most of the user data needs to be copied from the old account to the new account so documents, pictures, etc. are available under the new account. For example everything from “c:\users\old&amp;problem” needs to go to “c:\users\new-no-problem”.)</p>
<p>Until a proper fix can be developed and published, this is the only known workaround, unfortunately.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/08/31/cant-create-notes-in-hp-touchsmart-check-your-user-account-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft also had an OS code-named &#8220;Tiger&#8221;: OS/2 1.3</title>
		<link>http://www.geektieguy.com/2009/08/07/microsoft-also-had-an-os-code-named-tiger-os2-1-3/</link>
		<comments>http://www.geektieguy.com/2009/08/07/microsoft-also-had-an-os-code-named-tiger-os2-1-3/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 03:24:04 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/08/07/microsoft-also-had-an-os-code-named-tiger-os2-1-3/</guid>
		<description><![CDATA[As evidenced by this scan of one of the setup disks: &#160; (Someone was cleaning up a bunch of old floppy disks at work. I happened to come across them because I needed a floppy for updating the BIOS of a really old laptop.) Just an interesting little factoid for your geek trivia…]]></description>
			<content:encoded><![CDATA[<p>As evidenced by this scan of one of the setup disks:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/08/OS2_Tiger.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="OS2_Tiger" border="0" alt="OS2_Tiger" src="http://www.geektieguy.com/wp-content/uploads/2009/08/OS2_Tiger_thumb.png" width="359" height="377" /></a>&#160;</p>
<p>(Someone was cleaning up a bunch of old floppy disks at work. I happened to come across them because I needed a floppy for updating the BIOS of a really <a href="http://www.geektieguy.com/2009/08/03/running-windows-7-rtm-on-really-old-hardware/" target="_blank">old laptop</a>.)</p>
<p>Just an interesting little factoid for your geek trivia…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/08/07/microsoft-also-had-an-os-code-named-tiger-os2-1-3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Why are you not a member of the ACCU?</title>
		<link>http://www.geektieguy.com/2009/08/06/why-are-you-not-a-member-of-the-accu/</link>
		<comments>http://www.geektieguy.com/2009/08/06/why-are-you-not-a-member-of-the-accu/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 16:36:00 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[Work in general]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/08/06/why-are-you-not-a-member-of-the-accu/</guid>
		<description><![CDATA[You may never have heard of ACCU, the Association of C and C++ Users as it was originally called. It is a volunteer organization, consisting of programmers who care about programming. The ACCU publishes two magazines, both devoted to raising the standards of programming everywhere: C Vu and Overload. On top of that they organize [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://accu.org/index.php"><img alt="ACCU Home page" src="http://accu.org/themes/AccuBimini/graphics/accu_logo.gif" width="216" height="75" /></a></p>
<p>You may never have heard of <a href="http://www.accu.org" target="_blank">ACCU</a>, the Association of C and C++ Users as it was originally called. It is a volunteer organization, consisting of programmers who care about programming. The ACCU publishes two magazines, both devoted to raising the standards of programming everywhere: C Vu and Overload. On top of that they organize a conference every year, where some of the top names in C/C++ programming (and many other software development fields) come to speak and mingle with programmers from all around the globe.</p>
<p>I was introduced to the ACCU several years ago, when I first came to Silicon Valley, and still renew my membership every year, even though I don’t attend the local <a href="http://accu.org/index.php/accu_branches/accu_usa/" target="_blank">ACCU-USA</a> events anymore. Yes, there is a local “chapter” of the <a href="http://www.accu-usa.org/" target="_blank">ACCU in Silicon Valley</a>, and they have monthly events that you can attend for free. I had the good fortune of hearing Bjarne Stroustrup speak once (plus going to dinner with him and the rest of the attendees afterwards, and even getting to exchange a few words with him in private.)</p>
<p><img alt="C Vu Volume 21 Issue 3 Cover" src="http://accu.org/content/images/journals/CVu213Cover.png" />&#160;&#160;&#160;&#160; <a href="http://www.geektieguy.com/wp-content/uploads/2009/08/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.geektieguy.com/wp-content/uploads/2009/08/image_thumb.png" width="247" height="347" /></a> </p>
<p>At one time I also co-hosted an event for the ACCU, and I think it is this personal connection that has kept me going as a member, even though I’ve not been much directly involved since. What keeps me hanging on now are the two <a href="http://accu.org/index.php/aboutus/aboutjournals" target="_blank">excellent journals</a>, which are largely ad-free and contain almost nothing but passionately written articles and code samples, demonstrating how to become a better programmer.</p>
<p>If this is something you strive for, I highly recommend checking out the ACCU and encourage you to <a href="http://accu.org/index.php/joining" target="_blank">become a member</a>. Even if you live in the United States or elsewhere outside the UK.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/08/06/why-are-you-not-a-member-of-the-accu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Windows 7 RTM on REALLY old hardware</title>
		<link>http://www.geektieguy.com/2009/08/03/running-windows-7-rtm-on-really-old-hardware/</link>
		<comments>http://www.geektieguy.com/2009/08/03/running-windows-7-rtm-on-really-old-hardware/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 15:43:00 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Experiment]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/08/03/running-windows-7-rtm-on-really-old-hardware/</guid>
		<description><![CDATA[How old? How about a laptop shipped in 2000, a Dell CPx H450GT: Obviously this is from before I started my current job… One of the benefits of my current job is being able to verify soon after RTM that the Windows 7 bits you can obtain “out there” have not been messed with. Anyway, [...]]]></description>
			<content:encoded><![CDATA[<p>How old? How about a laptop shipped in 2000, a Dell CPx H450GT:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/08/IMG_2838.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_2838" border="0" alt="IMG_2838" src="http://www.geektieguy.com/wp-content/uploads/2009/08/IMG_2838_thumb.jpg" width="364" height="484" /></a> </p>
<p>Obviously this is from before I started my current job… One of the benefits of my current job is being able to verify soon after RTM that the Windows 7 bits you can obtain “out there” have not been messed with. Anyway, let’s see how it looks:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/08/IMG_2842_1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_2842_1" border="0" alt="IMG_2842_1" src="http://www.geektieguy.com/wp-content/uploads/2009/08/IMG_2842_1_thumb.jpg" width="644" height="484" /></a> </p>
<p>There’s no display driver for this system’s ancient ATI Rage Mobility M1, so it runs in standard 800*600. Thus the black frame inside the physical bezel. On to the desktop:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/08/IMG_2843.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_2843" border="0" alt="IMG_2843" src="http://www.geektieguy.com/wp-content/uploads/2009/08/IMG_2843_thumb.jpg" width="644" height="484" /></a> </p>
<p>No sound driver, either. I think it’s an ESS Maestro 2 or something. I haven’t really spent a lot of time looking for drivers. This system used a Xircom RBEM56G-100 multifunction Ethernet/Modem CardBus card for network connectivity, and as you can see there’s also no driver for that (“x” over the network icon in the notification area.)</p>
<p>Okay. On to some system specs:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/08/SysProp.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="SysProp" border="0" alt="SysProp" src="http://www.geektieguy.com/wp-content/uploads/2009/08/SysProp_thumb.png" width="644" height="484" /></a> </p>
<p>A 450 Mhz Pentium III. 256 MB RAM. Naturally, Windows 7 wouldn’t normally install on something as low end as this, but there are ways around that. They involve making a bootable USB drive, copying the Windows 7 install files onto it and then messing a little with a hex editor and winsetup.dll.</p>
<p>Now the most interesting part: actual performance of the system:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/08/Perf.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Perf" border="0" alt="Perf" src="http://www.geektieguy.com/wp-content/uploads/2009/08/Perf_thumb.png" width="415" height="547" /></a> </p>
<p>Not too shabby. Only 28 processes and it’s able to run with 256 MB with 87 MB Available. The processor curve looks pretty normal too. Mind you, this thing probably won’t be able to run much else than a browser, but since I didn’t look for network drivers I don’t have Internet access from this system anyway.</p>
<p>Well, there you have it. A really old laptop, running Windows 7. Pretty cool. Great job, Microsoft!</p>
<p>I was going to try this on two other systems I have lying around (collecting dust) as well, but one of them failed with an ACPI Stop error 0x000000A5 (0x0001000B, 0&#215;50434146,…) which, after some digging, turned out to mean that the BIOS on this system didn’t follow the ACPI specs of the FACP table. More digging into the BIOS showed that the length entry in the table (and the table length itself) is supposed to be longer than it is, although it actually is as long as the table entry says. The other system is so old that it doesn’t have the ability to boot from USB, and the CD drive is unable to read CD-R discs, so it’s more trouble than it’s worth. It’s only got a PII 400 MHz and 192 MB RAM, too. That would be really interesting to see running Windows 7.</p>
<p>So, maybe Windows 7 really can breathe new life into old hardware. This may be a little extreme, but anything from within the last five years should probably do just fine. If it follows the ACPI specs and can boot from USB or CD/DVD, that is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/08/03/running-windows-7-rtm-on-really-old-hardware/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Recover from BAD_POOL_HEADER blue screen errors after upgrading hard drive</title>
		<link>http://www.geektieguy.com/2009/07/27/recover-from-bad_pool_header-blue-screen-errors-after-upgrading-hard-drive/</link>
		<comments>http://www.geektieguy.com/2009/07/27/recover-from-bad_pool_header-blue-screen-errors-after-upgrading-hard-drive/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 17:00:00 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech Toys]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/07/27/recover-from-bad_pool_header-blue-screen-errors-after-upgrading-hard-drive/</guid>
		<description><![CDATA[I noticed recently that I’d get logged off from my computer over night. I’d leave the system running at night without logging off, and in the morning I’d have to log in again, with all the previously running programs gone. I had recently added a SATA controller in order to be able to run three [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed recently that I’d get logged off from my computer over night. I’d leave the system running at night without logging off, and in the morning I’d have to log in again, with all the previously running programs gone. I had recently added a SATA controller in order to be able to run three SATA drives on this particular system (it only has 2 SATA ports on the motherboard), so I thought the culprit was a bad driver for the new card. Turns out that wasn’t it.</p>
<p>My computer runs backups over night (I use <a href="http://www.mozy.com" target="_blank">MozyHome</a>), which shouldn’t be a problem, really. But as part of the backup, a volume shadow copy snapshot is made, and this step caused the blue screen error.</p>
<p>In addition to adding a SATA controller, I had also bought a bigger hard drive to hold my ever expanding collection of pictures, vacation videos, etc. When I installed it, I cloned the old drive (which was a PATA drive) to carry all the information forward onto the new drive.</p>
<p>Apparently, after you install a cloned a hard drive, some information is retained on the system about the old drive, and this affects volume shadow copies.</p>
<p>I had to go to Device Manager and turn on “Show hidden devices”:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/07/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.geektieguy.com/wp-content/uploads/2009/07/image_thumb.png" width="644" height="455" /></a> </p>
<p>Then, under Storage Volumes, I had to delete one in particular that seemed to have gotten a corrupted name (something like Generic Volume□□□ [not shown in this screenshot, since it’s fixed now]):</p>
<p>&#160;<a href="http://www.geektieguy.com/wp-content/uploads/2009/07/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.geektieguy.com/wp-content/uploads/2009/07/image_thumb1.png" width="644" height="455" /></a> </p>
<p>Just for good measure I deleted all of them (although they didn’t seem to really disappear), ignoring the request to reboot after each prompt to do so.</p>
<p>When I was done, a couple of reboots of Windows recreated the necessary information about these volumes from the (old and new) hardware. After that the volume shadow copy snapshots no longer failed and I was able to run my backups without blue screen errors.</p>
<p>Credits for this find go to the folks in this thread: <a href="http://www.techspot.com/vb/topic94820-2.html">http://www.techspot.com/vb/topic94820-2.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/07/27/recover-from-bad_pool_header-blue-screen-errors-after-upgrading-hard-drive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CardSharkV updated</title>
		<link>http://www.geektieguy.com/2009/07/22/cardsharkv-updated/</link>
		<comments>http://www.geektieguy.com/2009/07/22/cardsharkv-updated/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 17:00:00 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/07/22/cardsharkv-updated/</guid>
		<description><![CDATA[I’ve updated my program for transferring digital pictures to your computer while organizing them into grouped folders. There’s now better keyboard navigation and some more guiding text as well as support for mpg files and a bunch of “raw” formats. It’s also been made localizable (and I’ve added a language too), for personal reasons. The [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve updated my program for transferring digital pictures to your computer while organizing them into grouped folders. There’s now better keyboard navigation and some more guiding text as well as support for mpg files and a bunch of “raw” formats. It’s also been made localizable (and I’ve added a language too), for personal reasons. The version is now 1.0.4.0.</p>
<p>Check out the <a href="http://www.geektieguy.com/products" target="_blank">program page</a> and <a href="http://www.geektieguy.com/cardsharkv/SetupCardSharkV.zip" target="_blank">download the new version</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/07/22/cardsharkv-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few extra details on the HP TouchSmart 2.5 software update</title>
		<link>http://www.geektieguy.com/2009/02/14/a-few-extra-details-on-the-hp-touchsmart-25-software-update/</link>
		<comments>http://www.geektieguy.com/2009/02/14/a-few-extra-details-on-the-hp-touchsmart-25-software-update/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 04:10:48 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/02/14/a-few-extra-details-on-the-hp-touchsmart-25-software-update/</guid>
		<description><![CDATA[The HP TouchSmart &#8220;shell&#8221; version 2.5 is now posted at the HP Support site. It lists only one enhancement, the resolution of a 1618 installer error. But there are plenty of other things in there. For one, this version of the shell (2.5) is part of the Spring 2009 update mentioned at http://www.touchsmartcommunity.com. It is [...]]]></description>
			<content:encoded><![CDATA[<p>The HP TouchSmart &#8220;shell&#8221; version 2.5 is now <a href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-68357-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;lang=en&amp;os=2100&amp;product=3809131" target="_blank">posted at the HP Support site</a>. It lists only one enhancement, the resolution of a 1618 installer error. But there are plenty of other things in there. For one, this version of the shell (2.5) is part of the Spring 2009 update mentioned at <a href="http://www.touchsmartcommunity.com">http://www.touchsmartcommunity.com</a>. It is the version that comes preinstalled on IQ52x and IQ82x TouchSmart PCs.</p>
<p>I thought I would give a few more details on this update, mostly for developers and other technically minded people.</p>
<ul>
<li>The shell is now DPI/screen resolution independent, in other words it should display correctly no matter what DPI and resolution the computer uses.</li>
<li>Memory usage has been reduced by eliminating two previously needed processes.</li>
<li>The minimize command line argument now also minimizes a hosted application in large layout.</li>
<li>In Personalize, an option is now available to pick a background image.</li>
</ul>
<p>This version reports itself as 2.5.3238.28760 and as version 2.5.312 in Add/Remove Programs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/02/14/a-few-extra-details-on-the-hp-touchsmart-25-software-update/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Crayon Physics is out now!</title>
		<link>http://www.geektieguy.com/2009/01/09/crayon-physics-is-out-now/</link>
		<comments>http://www.geektieguy.com/2009/01/09/crayon-physics-is-out-now/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 02:48:24 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech Toys]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/01/09/crayon-physics-is-out-now/</guid>
		<description><![CDATA[Just in case you haven&#8217;t seen it, this is probably the neatest geek game out there right now (next to World of Goo). Crayon Physics Deluxe from Petri Purho on Vimeo Go get it at www.crayonphysics.com. Perfect for the HP TouchSmart PC, by the way!]]></description>
			<content:encoded><![CDATA[<p>Just in case you haven&#8217;t seen it, this is probably the neatest geek game out there right now (next to <a href="http://2dboy.com/games.php" target="_blank">World of Goo</a>).</p>
<p><embed src="http://vimeo.com/moogaloop.swf?clip_id=1849263&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" width="400" height="321" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p><a href="http://vimeo.com/1849263">Crayon Physics Deluxe</a> from <a href="http://vimeo.com/user795183">Petri Purho</a> on <a href="http://vimeo.com">Vimeo</a> </p>
<p>Go get it at <a href="http://www.crayonphysics.com">www.crayonphysics.com</a>. </p>
<p>Perfect for the HP TouchSmart PC, by the way!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/01/09/crayon-physics-is-out-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP TouchSmart software in CES 2009 keynote</title>
		<link>http://www.geektieguy.com/2009/01/07/hp-touchsmart-software-in-ces-2009-keynote/</link>
		<comments>http://www.geektieguy.com/2009/01/07/hp-touchsmart-software-in-ces-2009-keynote/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 04:49:01 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/01/07/hp-touchsmart-software-in-ces-2009-keynote/</guid>
		<description><![CDATA[I just caught the replay of the CES keynote by Steve Ballmer. I think this is the first time ever that I&#8217;ve seen Microsoft allow non-Microsoft software to be shown in a keynote product video. I was blown away to see the HP TouchSmart software actually shown and interacted with instead of the Windows Desktop. [...]]]></description>
			<content:encoded><![CDATA[<p>I just caught the replay of the CES keynote by Steve Ballmer. I think this is the first time ever that I&#8217;ve seen Microsoft allow non-Microsoft software to be shown in a keynote product video. I was blown away to see the HP TouchSmart software actually shown and interacted with instead of the Windows Desktop. Thank you, Microsoft!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/01/07/hp-touchsmart-software-in-ces-2009-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digitial photo metadata: What a mess! Tools disagree on what is what.</title>
		<link>http://www.geektieguy.com/2008/12/26/digitial-photo-metadata-what-a-mess-tools-disagree-on-what-is-what/</link>
		<comments>http://www.geektieguy.com/2008/12/26/digitial-photo-metadata-what-a-mess-tools-disagree-on-what-is-what/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 07:52:43 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2008/12/26/digitial-photo-metadata-what-a-mess-tools-disagree-on-what-is-what/</guid>
		<description><![CDATA[Part of the motivation to write my Simple Photo Tagger program was to make sure that when I put a caption on a picture, it will be embedded in the picture in all the various &#8220;locations&#8221; (I have no better word for it) that the various tools out there use. And let me tell you, [...]]]></description>
			<content:encoded><![CDATA[<p>Part of the motivation to write my <a href="http://www.geektieguy.com/simple-photo-tagger" target="_blank">Simple Photo Tagger</a> program was to make sure that when I put a caption on a picture, it will be embedded in the picture in all the various &#8220;locations&#8221; (I have no better word for it) that the various tools out there use.</p>
<p>And let me tell you, it&#8217;s a big mess! To illustrate, let me use the WIC query notation for metadata that Microsoft uses and list which program uses what locations to store &#8220;caption&#8221; (and &#8220;select&#8221; other) information:</p>
<p><b>Adobe Photoshop Elements 6.0 Organizer<br /></b>/app1/ifd/{uint=270}<br />/xmp/dc:description/x-default<br />/app13/irb/8bimiptc/iptc/Caption</p>
<p><b>Windows Live Photo Gallery 12.0.1347.718</b> <br />/xmp/dc:title/x-default</p>
<p><b>Google Picasa 3.1.0 (build 70.71, 0)</b> <br />/app13/irb/8bimiptc/iptc/Caption</p>
<p><b>Microsoft Pro Photo Tools 1.0</b> <br /><em>Title</em> <br />/app1/ifd/{uint=270}<br />/xmp/dc:title/x-default<br />/app13/irb/8bimiptc/iptc/Object Name</p>
<p><em>Headline </em><br />/xmp/dc:description/x-default<br />/app13/irb/8bimiptc/iptc/Caption</p>
<p><strong>Adobe Photoshop 7.0.1</strong> <br /><em>Caption</em> <br />/app1/ifd/{uint=270}<br />/xmp/dc:description/x-default<br />/app13/irb/8bimiptc/iptc/Caption</p>
<p><em>Title</em> <br />/xmp/dc:title/x-default<br />/app13/irb/8bimiptc/iptc/Object Name</p>
<p>I actually used Simple Photo Tagger to discover these differences, since it will query most of the above locations and display any that have data &#8220;in them&#8221;. The ones that don&#8217;t have data, will not be shown.</p>
<p>So if you want to make sure that no matter which tool you use to work on your digital photos, they will pick up your caption properly, use <a href="http://www.geektieguy.com/simple-photo-tagger" target="_blank">Simple Photo Tagger</a>. It will make sure to write your caption to as many locations as the various other tools out there seem to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2008/12/26/digitial-photo-metadata-what-a-mess-tools-disagree-on-what-is-what/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Photo Tagger &#8211; A simple, fast and efficient tool for adding comments to digital pictures</title>
		<link>http://www.geektieguy.com/2008/12/24/simple-photo-tagger-a-simple-fast-and-efficient-tool-for-adding-comments-to-digital-pictures/</link>
		<comments>http://www.geektieguy.com/2008/12/24/simple-photo-tagger-a-simple-fast-and-efficient-tool-for-adding-comments-to-digital-pictures/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 22:28:08 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/?p=327</guid>
		<description><![CDATA[You may have seen the CardSharkV program I&#8217;ve published here previously. So far it hasn&#8217;t met with much interest out there. Maybe this one will: Simple Photo Tagger.          I&#8217;ve been looking for a program that will help me work through commenting on thousands of my digital photos. I haven&#8217;t found anything that&#8217;s focused solely on this one [...]]]></description>
			<content:encoded><![CDATA[<p>You may have seen the <a href="http://www.geektieguy.com/products/" target="_blank">CardSharkV program</a> I&#8217;ve published here previously. So far it hasn&#8217;t met with much interest out there. Maybe this one will: Simple Photo Tagger.</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/12/shot1.png"><img class="alignnone size-medium wp-image-320" title="SimplePhotoTagger1" src="http://www.geektieguy.com/wp-content/uploads/2008/12/shot1-300x236.png" alt="SimplePhotoTagger1" width="300" height="236" /></a>         <a href="http://www.geektieguy.com/wp-content/uploads/2008/12/shot2.png"><img class="alignnone size-medium wp-image-332" title="SimplePhotoTagger2" src="http://www.geektieguy.com/wp-content/uploads/2008/12/shot2-300x236.png" alt="SimplePhotoTagger2" width="300" height="236" /></a></p>
<p>I&#8217;ve been looking for a program that will help me work through commenting on thousands of my digital photos. I haven&#8217;t found anything that&#8217;s focused solely on this one task that I consider essential for adding value to my collection. So, like any developer not finding what he/she wants, I rolled my own.</p>
<p>I&#8217;m making the result <a href="http://www.geektieguy.com/simple-photo-tagger" target="_blank">available to you</a>, in case you&#8217;re interested. It&#8217;s written in WPF 3.5 SP1, in case you&#8217;re curious about such details. I&#8217;m looking for testers and feedback, so for a while I&#8217;ll waive the nominal charge for a license key.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2008/12/24/simple-photo-tagger-a-simple-fast-and-efficient-tool-for-adding-comments-to-digital-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP TouchSmart software update: Weather always reverts to the location set before the update</title>
		<link>http://www.geektieguy.com/2008/12/17/hp-touchsmart-software-update-weather-always-reverts-to-the-location-set-before-the-update/</link>
		<comments>http://www.geektieguy.com/2008/12/17/hp-touchsmart-software-update-weather-always-reverts-to-the-location-set-before-the-update/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 06:30:24 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2008/12/17/hp-touchsmart-software-update-weather-always-reverts-to-the-location-set-before-the-update/</guid>
		<description><![CDATA[From a couple of people at touchsmartcommunity.com comes a report of the Weather tile always reverting back to &#34;Cupertino&#34; after closing and re-opening the HP TouchSmart software. Until a proper fix for this can be published this is a series of steps that can be taken to get the Weather tile settings to &#34;stick&#34; and [...]]]></description>
			<content:encoded><![CDATA[<p>From a couple of people at touchsmartcommunity.com comes a report of the Weather tile always reverting back to &quot;Cupertino&quot; after closing and re-opening the HP TouchSmart software. Until a proper fix for this can be published this is a series of steps that can be taken to get the Weather tile settings to &quot;stick&quot; and not revert back:</p>
<p>1. Close down the HP TouchSmart software completely. You may have to go to Personalize &#8211; TouchSmart Settings first and uncheck the QuickLaunch option to ensure everything closes down completely. If the QuickLaunch option is checked, the Close button behaves more like a standby function in that it hides the HP TouchSmart UI but keeps things running in the background for faster re-opening.</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/12/image.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="404" alt="image" src="http://www.geektieguy.com/wp-content/uploads/2008/12/image-thumb.png" width="644" border="0" /></a> </p>
<p>2. Start Windows Explorer, for example by using the Win+E keyboard hotkey combination, or by using the Vista Start Menu to open the Documents folder.</p>
<p>3. Type %LocalAppData% into the address bar:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/12/image1.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="645" alt="image" src="http://www.geektieguy.com/wp-content/uploads/2008/12/image-thumb1.png" width="921" border="0" /></a>&#160;</p>
<p>(4.) and then press Enter on the keyboard.</p>
<p>5. Now navigate into the Hewlett-Packard folder:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/12/image2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="645" alt="image" src="http://www.geektieguy.com/wp-content/uploads/2008/12/image-thumb2.png" width="744" border="0" /></a> </p>
<p>6. Now navigate into the Weather.exe_Url_* folder (the cryptic letters after the _Url_ part will be different on every system, on my system it looks like above):</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/12/image3.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="645" alt="image" src="http://www.geektieguy.com/wp-content/uploads/2008/12/image-thumb3.png" width="744" border="0" /></a> </p>
<p>7. If you have two folders as shown above (particular folder names are not that important), delete the one with the smaller version number. In the above example it would be the 1.0.3106.17497 folder. Alternatively you can rename it to start with anything but a digit.</p>
<p>From now on any setting changes you make in the Weather tile should be remembered properly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2008/12/17/hp-touchsmart-software-update-weather-always-reverts-to-the-location-set-before-the-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Recovered from host server upgrade &#8211; sorry for the outage</title>
		<link>http://www.geektieguy.com/2008/12/11/recovered-from-host-server-upgrade-sorry-for-the-outage/</link>
		<comments>http://www.geektieguy.com/2008/12/11/recovered-from-host-server-upgrade-sorry-for-the-outage/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 03:04:53 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2008/12/11/recovered-from-host-server-upgrade-sorry-for-the-outage/</guid>
		<description><![CDATA[Looks like my hosting company decided to move my blog from a 32 bit OS to a 64 bit OS, breaking the PHP CGI in the process. Thus, my blog was offline for around 20 hours or so (rough guess). Support claimed I had a &#8220;custom&#8221; PHP install, which I think is not the case. [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like my hosting company decided to move my blog from a 32 bit OS to a 64 bit OS, breaking the PHP CGI in the process. Thus, my blog was offline for around 20 hours or so (rough guess).</p>
<p>Support claimed I had a &#8220;custom&#8221; PHP install, which I think is not the case. Anyway, I had to copy the 64 bit PHP CGI binary from their system location to my blog location, update a pointer and now everything is good again.</p>
<p>Apologies all around for going &#8220;dark&#8221; for a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2008/12/11/recovered-from-host-server-upgrade-sorry-for-the-outage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word 2007 and Vista Speech Recognition &#8211; don&#8217;t say &quot;delete document&quot;!</title>
		<link>http://www.geektieguy.com/2008/12/10/word-2007-and-vista-speech-recognition-dont-say-delete-document/</link>
		<comments>http://www.geektieguy.com/2008/12/10/word-2007-and-vista-speech-recognition-dont-say-delete-document/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 03:35:29 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2008/12/10/word-2007-and-vista-speech-recognition-dont-say-delete-document/</guid>
		<description><![CDATA[I had a very unpleasant experience today. My wife is trying to deal with pain in her arms and hands from too much typing by using Vista&#8217;s speech recognition feature along with Word 2007. She was writing a final paper for a college class and had just finished the last four of nine pages. That&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I had a very unpleasant experience today. My wife is trying to deal with pain in her arms and hands from too much typing by using Vista&#8217;s speech recognition feature along with Word 2007. She was writing a final paper for a college class and had just finished the last four of nine pages. That&#8217;s when she noticed an extra word in her paper, right at the end: &#8220;document&#8221;. It didn&#8217;t belong there, so she did what you&#8217;d do naturally and said &#8220;delete document&#8221;.</p>
<p>THAT&#8217;S WHEN BAD THINGS HAPPENED. Apparently the speech recognition software turned that phrase into a command and proceeded to empty the nine page paper of all content without hesitation. On top of that, the undo feature of Word seemed to not have noticed the command (or been bypassed somehow), so she couldn&#8217;t get the document back via undo either!</p>
<p>This all happened while I was in a meeting at work right before lunch. When I got back to my desk I had several panicked voice messages. Luckily, five pages from the day before could be salvaged because my wife had the presence of mind to close the document without saving, which let her recover all but the about four hours of work that had gone in before the disaster struck.</p>
<p>I went home over lunch to see if I could salvage any more. I decided that I needed support from Microsoft. Well, the call with Microsoft Product Support was less than pleasant (as support calls usually are) and didn&#8217;t get us the four pages back, either. Best I could tell nobody had ever reported such an issue before.</p>
<p>I&#8217;m surprised this glaring problem escaped all testing at Microsoft. One of the cardinal rules of software development was violated in this case: &#8220;Never, EVER, lose the user&#8217;s data.&#8221; I can&#8217;t believe there was no prompt to confirm if she really intended to delete everything in response to the phrase &#8220;delete document&#8221;. I can&#8217;t believe there was no undo possible.</p>
<p>I just can&#8217;t believe it. Yet, it&#8217;s true.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2008/12/10/word-2007-and-vista-speech-recognition-dont-say-delete-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP TouchSmart software update: Touch Optimizer</title>
		<link>http://www.geektieguy.com/2008/11/20/hp-touchsmart-software-update-touch-optimizer/</link>
		<comments>http://www.geektieguy.com/2008/11/20/hp-touchsmart-software-update-touch-optimizer/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 06:06:59 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2008/11/20/hp-touchsmart-software-update-touch-optimizer/</guid>
		<description><![CDATA[Lots of people find that once they&#8217;re outside the touch optimized environment that the HP TouchSmart software provides, things in Vista are not all that easy to use with touch. This is something we addressed with what we called a &#8220;Touch Optimizer&#8221; on the IQ770 (our first TouchSmart series). On the IQ500 series we initially [...]]]></description>
			<content:encoded><![CDATA[<p>Lots of people find that once they&#8217;re outside the touch optimized environment that the HP TouchSmart software provides, things in Vista are not all that easy to use with touch.</p>
<p>This is something we addressed with what we called a &#8220;Touch Optimizer&#8221; on the IQ770 (our first TouchSmart series). On the IQ500 series we initially left this program out of the factory configuration (the reasons would bore you, trust me.) Now we&#8217;ve brought it back as an update that you can get at the HP Support website: <a title="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-66423-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;lang=en&amp;os=2100&amp;product=3752240" href="http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-66423-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;lang=en&amp;os=2100&amp;product=3752240">http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-66423-1&amp;lc=en&amp;dlc=en&amp;cc=us&amp;lang=en&amp;os=2100&amp;product=3752240</a></p>
<p>This utility will increase several &#8220;non-client metrics&#8221;, as they&#8217;re called in Windows developer lingo, to sizes that make things easier to hit with your finger. If I remember correctly, the tool increases scrollbar, close/minimize/maximize buttons and taskbar quicklaunch icon sizes. It also turns on single click for desktop icons so you don&#8217;t have to double-tap to launch programs from the desktop anymore.</p>
<p>Until Windows 7 arrives with better integrated touch in the whole OS, try this tool and see if it doesn&#8217;t get you 60% of the way there. Maybe even 80%.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2008/11/20/hp-touchsmart-software-update-touch-optimizer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Steven Sinofsky&#8217;s Vista UAC discussion at PDC 2008</title>
		<link>http://www.geektieguy.com/2008/11/14/steven-sinofskys-vista-uac-discussion-at-pdc-2008/</link>
		<comments>http://www.geektieguy.com/2008/11/14/steven-sinofskys-vista-uac-discussion-at-pdc-2008/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 17:36:02 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2008/11/14/steven-sinofskys-vista-uac-discussion-at-pdc-2008/</guid>
		<description><![CDATA[One thing I haven&#8217;t written about yet is my impression of a few moments in Steven Sinofsky&#8217;s PDC 2008 keynote. It was when he talked about User Account Control. UAC was not well received when it was put in Vista, to put it mildly. At around 45 minutes in the keynote, Steven mentions UAC and, [...]]]></description>
			<content:encoded><![CDATA[<p>One thing I haven&#8217;t written about yet is my impression of a few moments in Steven Sinofsky&#8217;s PDC 2008 keynote. It was when he talked about User Account Control. UAC was not well received when it was put in Vista, to put it mildly. </p>
<p>At around 45 minutes in the keynote, Steven mentions UAC and, as far as I can tell, pauses deliberately for a second or two to get an audience reaction. If you weren&#8217;t in the room at the time, it&#8217;s hard to tell, but there was a collective groan and some chuckling at that point. </p>
<p>I think it&#8217;s the closest attempt at trying to apologize for a design blunder I&#8217;ve ever seen Microsoft make, albeit without words. I found it to be a brave move for someone like Steven to make, and I wager that it put a more human face on the large, often faceless corporation that is Microsoft. It certainly did for me. </p>
<p>If nothing else it gave me the impression that there is someone at the helm of Windows development who is not afraid of acknowledging when things go wrong and who will try to make up for it. I find that very refreshing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2008/11/14/steven-sinofskys-vista-uac-discussion-at-pdc-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make WordPress MU work in a development environment without a domain</title>
		<link>http://www.geektieguy.com/2008/10/15/make-wordpress-mu-work-in-a-development-environment-without-a-domain/</link>
		<comments>http://www.geektieguy.com/2008/10/15/make-wordpress-mu-work-in-a-development-environment-without-a-domain/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 15:00:56 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2008/10/15/make-wordpress-mu-work-in-a-development-environment-without-a-domain/</guid>
		<description><![CDATA[If you&#8217;re trying to get WordPress MU to work on a machine that isn&#8217;t on any domain, i.e. doesn&#8217;t have a dot in its name, this article by Will Norris leads you down a possible path. To tie a bow on it, this is what I did to get things to work in a &#34;WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to get WordPress MU to work on a machine that isn&#8217;t on any domain, i.e. doesn&#8217;t have a dot in its name, <a href="http://willnorris.com/2008/09/wordpress-mu-in-a-development-environment" target="_blank">this article by Will Norris</a> leads you down a possible path.</p>
<p>To tie a bow on it, this is what I did to get things to work in a &quot;WordPress MU subdirectory&quot; configuration: In the wp-config.php file, add a line like this</p>
<p>define(&#8216;COOKIE_DOMAIN&#8217;, &#8221;);</p>
<p>In a subdomain configuration it probably won&#8217;t work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2008/10/15/make-wordpress-mu-work-in-a-development-environment-without-a-domain/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fix Windows Live Photo Gallery file associations</title>
		<link>http://www.geektieguy.com/2008/09/10/fix-windows-live-photo-gallery-file-associations/</link>
		<comments>http://www.geektieguy.com/2008/09/10/fix-windows-live-photo-gallery-file-associations/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 04:35:04 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2008/09/10/fix-windows-live-photo-gallery-file-associations/</guid>
		<description><![CDATA[Not sure this is something people run into a lot, but if you are using Windows Live Photo Gallery and you can&#8217;t use it to view files by double-clicking on them anymore, the fix is to re-register the PhotoViewerShim.dll like this: regsvr32 &#34;%ProgramFiles%\Windows Live\Photo Gallery\PhotoViewerShim.dll&#34; This information is brought to you courtesy of winhelponline.com]]></description>
			<content:encoded><![CDATA[<p>Not sure this is something people run into a lot, but if you are using Windows Live Photo Gallery and you can&#8217;t use it to view files by double-clicking on them anymore, the fix is to re-register the PhotoViewerShim.dll like this:</p>
<p>regsvr32 &quot;%ProgramFiles%\Windows Live\Photo Gallery\PhotoViewerShim.dll&quot;</p>
<p>This information is brought to you courtesy of <a href="http://www.winhelponline.com/blog/fix-windows-live-photo-gallery-update-955359-breaks-image-file-associations/" target="_blank">winhelponline.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2008/09/10/fix-windows-live-photo-gallery-file-associations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
