<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries tagged with how to - Channel 10</title><atom:link rel="self" type="application/rss+xml" href="http://www.on10.net/tags/how+to/feed/zune/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/Channel10/images/feedimage.png</url><title>Entries tagged with how to - Channel 10</title><link>http://on10.net/tags/How+To/</link></image><description>how to</description><link>http://on10.net/tags/How+To/</link><language>en-us</language><pubDate>Tue, 01 Apr 2008 16:50:26 GMT</pubDate><lastBuildDate>Tue, 01 Apr 2008 16:50:26 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3143.743, Culture=neutral, PublicKeyToken=null)</generator><item><title>Direct Folders</title><description>&lt;img src="http://on10.net/Link/b55e7fa6-aa16-48f3-85db-9917cac4e54d/" border="0" /&gt;&lt;p&gt;Don't you wish there was an easy way to add custom locations to the Save/Open dialog box? Well, actually, there is. With &lt;a href="http://www.codesector.com/directfolders.php"&gt;Direct Folders&lt;/a&gt;, you can quickly find frequently used folders in the Save/Open dialog box. After the program is installed, you can right-click in the white space of the window to access your customized list of folder shortcuts. &lt;/p&gt;
&lt;p&gt;Of course, there are other ways to tweak this box too - for example, in Windows XP, a registry hack can let you update the box with your own settings:&lt;/p&gt;
&lt;p&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\PlacesBar] &lt;br /&gt;
"Place0"="e:\\XP Utils" &lt;br /&gt;
"Place1"="e:\\research" &lt;br /&gt;
"Place2"="e:\\Registry Patches" &lt;br /&gt;
"Place3"="e:\\UtilitiesSet 2" &lt;br /&gt;
"Place4"="e:\\UtilitiesSet 1"&lt;/p&gt;
&lt;p&gt;&lt;a href="http://download.microsoft.com/download/f/c/a/fca6767b-9ed9-45a6-b352-839afb2a2679/TweakUiPowertoySetup.exe"&gt;TweakUI&lt;/a&gt; does it too.&lt;/p&gt;
&lt;p&gt;In Vista, it's a bit different. The Places bar is now the "Favorite Links" bar, so customizing them involves going into your Links folder: &lt;em&gt;User_Profile\Links&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In here, you can customize the Windows Shortcut (.Ink) files according to &lt;a href="http://support.microsoft.com/kb/926167/"&gt;this document&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://on10.net/21809/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://on10.net/blogs/sarahintampa/21809/</comments><link>http://on10.net/blogs/sarahintampa/21809/</link><pubDate>Fri, 04 Apr 2008 13:35:00 GMT</pubDate><guid isPermaLink="true">http://on10.net/blogs/sarahintampa/21809/</guid><evnet:views>4362</evnet:views><evnet:viewtrackingurl>http://on10.net/21809/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;Don't you wish there was an easy way to add custom locations to the Save/Open dialog box? Well, actually, there is. With &lt;a href="http://www.codesector.com/directfolders.php"&gt;Direct Folders&lt;/a&gt;, you can quickly find frequently used folders in the Save/Open dialog box. After the program is installed, you can right-click in the white space of the window to access your customized list of folder shortcuts. &lt;/p&gt;
&lt;p&gt;Of course, there are other ways to tweak this box too - for example, in Windows XP, a registry hack can let you update the box with your own settings...&lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://on10.net/Link/594ab67e-5b46-415a-bfbd-8b6b70e84454/" height="240" width="320" /><media:thumbnail url="http://on10.net/Link/b55e7fa6-aa16-48f3-85db-9917cac4e54d/" height="64" width="85" /><dc:creator>sarahintampa</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://on10.net/blogs/sarahintampa/21809/RSS/</wfw:commentRss><trackback:ping>http://on10.net/21809/Trackback.aspx</trackback:ping><category>How To</category><category>windows vista</category><category>Windows XP</category></item><item><title>Building Your Own Deep Zoom</title><description>&lt;img src="http://on10.net/Link/423031ec-270f-4936-bdb2-7ac390ae7bcb/" border="0" /&gt;&lt;p&gt;In Silverlight 2, one of the new features is the support for Deep Zoom technology, which allows you to quickly zoom in and out on really large images. If you haven't already done so, you've got to check out our video on this &lt;a href="http://on10.net/blogs/larry/Silverlight-SeaDragon-Youve-GOT-to-see-this/"&gt;here&lt;/a&gt;. Or just visit the Hard Rock Memorabilia site here: &lt;a href="http://memorabilia.hardrock.com/"&gt;http://memorabilia.hardrock.com/&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;So now that you've seen it in action, do you want to build your own Deep Zoom? You can with the &lt;a href="http://blogs.msdn.com/expression/archive/2008/03/05/download-the-preview-of-the-deep-zoom-composer.aspx"&gt;Deep Zoom Composer&lt;/a&gt;, a powertoy that lets you import your own images, arrange them as you'd like, then export them as a Deep Zoom Image or Collection which can then be used with Silverlight's MultiScaleImage control.&lt;/p&gt;
&lt;p&gt;To begin, get the powertoy, then thanks to &lt;a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2008/03/05/10217.aspx"&gt;Mike Taulty's blog post&lt;/a&gt;, you can follow some easy step-by-step documentation (with images!) on how to work with this software. Scott Hanselman also has some good tips on his blog, &lt;a href="http://www.hanselman.com/blog/DeepZoomSeadragonSilverlight2MultiScaleImagesAtMix.aspx"&gt;ComputerZen&lt;/a&gt;. &lt;/p&gt;&lt;img src="http://on10.net/21474/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://on10.net/blogs/sarahintampa/21474/</comments><link>http://on10.net/blogs/sarahintampa/21474/</link><pubDate>Thu, 06 Mar 2008 20:54:00 GMT</pubDate><guid isPermaLink="true">http://on10.net/blogs/sarahintampa/21474/</guid><evnet:views>6969</evnet:views><evnet:viewtrackingurl>http://on10.net/21474/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;In Silverlight 2, one of the new features is the support for Deep Zoom technology, which allows you to quickly zoom in and out on really large images. If you haven't already done so, you've got to check out our video on this &lt;a href="http://on10.net/blogs/larry/Silverlight-SeaDragon-Youve-GOT-to-see-this/"&gt;here&lt;/a&gt;. Or just visit the Hard Rock Memorabilia site here: &lt;a href="http://memorabilia.hardrock.com/"&gt;http://memorabilia.hardrock.com/&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;So now that you've seen it in action, do you want to build your own Deep Zoom? You can with the &lt;a href="http://blogs.msdn.com/expression/archive/2008/03/05/download-the-preview-of-the-deep-zoom-composer.aspx"&gt;Deep Zoom Composer&lt;/a&gt;, a powertoy that lets you import your own images, arrange them as you'd like, then...&lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://on10.net/Link/1c4d69dc-57a5-409b-873f-f4b1b6b9c242/" height="240" width="320" /><media:thumbnail url="http://on10.net/Link/423031ec-270f-4936-bdb2-7ac390ae7bcb/" height="64" width="85" /><dc:creator>sarahintampa</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://on10.net/blogs/sarahintampa/21474/RSS/</wfw:commentRss><trackback:ping>http://on10.net/21474/Trackback.aspx</trackback:ping><category>Deep Zoom</category><category>How To</category></item><item><title>How to: Move A PC Without Powering Down</title><description>&lt;img src="http://on10.net/Link/724d6b0c-b9c7-4e63-96ed-854a1411d3ea/" border="0" /&gt;We all joke about it, the guy with all the passwords in his head gets hit by a bus. So how do you move his computer from one location to another without shutting it down?  Well, because you might need to know some day, this is how you do it. You use a product called a &lt;a href="http://www.wiebetech.com/products/HotPlug.php"&gt;HotPlug&lt;/a&gt;, which is made by Wiebetech. Built for forensic technicians to physically circumvent Vista's Whole Disk Encryption (Windows+L locks machines people, use it), a HotPlug can also help in other situations, &lt;a href="http://www.imdb.com/title/tt0697701/"&gt;like moving a Frogger machine without unplugging it&lt;/a&gt; and losing the high score. &lt;br /&gt;
&lt;br /&gt;
The first step is a dongle called Mouse Jiggler. This keeps a constant mouse movement going so the computer doesn't sleep, screen save, or lock on its own. The next step is plugging the HotPlug into a UPS and routing around the computers power supply (not for the faint of heart). Then you reverse the process when you get to the new location, hopefully before the UPS runs out. &lt;br /&gt;
&lt;br /&gt;&lt;img src="http://on10.net/20805/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://on10.net/blogs/larry/How-to-Move-A-Server-Without-Powering-Down/</comments><link>http://on10.net/blogs/larry/How-to-Move-A-Server-Without-Powering-Down/</link><pubDate>Tue, 29 Jan 2008 03:00:00 GMT</pubDate><guid isPermaLink="true">http://on10.net/blogs/larry/How-to-Move-A-Server-Without-Powering-Down/</guid><evnet:views>7454</evnet:views><evnet:viewtrackingurl>http://on10.net/20805/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>We all joke about it, the guy with all the passwords in his head gets hit by a bus. So how do you move his computer from one location to another without shutting it down? Well, because you might need to know some day, this is how you do it. You use a product called a &lt;a href="http://www.wiebetech.com/products/HotPlug.php"&gt;HotPlug&lt;/a&gt;, which is made by Wiebetech. Built for forensic technicians to physically circumvent Vista's Whole Disk Encryption (Windows+L locks machines people, use it), a HotPlug can also help in other situations, &lt;a href="http://www.imdb.com/title/tt0697701/"&gt;like moving a Frogger machine without unplugging it&lt;/a&gt; and losing the high score...</evnet:previewtext><media:thumbnail url="http://on10.net/Link/659c5a92-3b76-4a55-8bbd-7726f55f5d40/" height="240" width="320" /><media:thumbnail url="http://on10.net/Link/724d6b0c-b9c7-4e63-96ed-854a1411d3ea/" height="64" width="85" /><dc:creator>Larry</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://on10.net/blogs/larry/How-to-Move-A-Server-Without-Powering-Down/RSS/</wfw:commentRss><trackback:ping>http://on10.net/20805/Trackback.aspx</trackback:ping><category>How To</category></item></channel></rss>