<?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>the How-To Geek &#187; Geek Stuff</title>
		<atom:link href="http://www.howtogeek.com/tag/the-geek-blog/feed/" rel="self" type="application/rss+xml" />
		<link>http://www.howtogeek.com</link>
		<description>Computer Help from your Friendly How-To Geek</description>
		<pubDate>Sun, 08 Nov 2009 02:23:54 +0000</pubDate>
		<generator>http://wordpress.org/?v=2.8.5</generator>
		<language>en</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
						<item>
			<title>Week in Geek: The Stupid Geek Tricks to Hide Extra Windows Edition</title>
			<link>http://www.howtogeek.com/howto/6260/week-in-geek-the-stupid-geek-tricks-to-hide-extra-windows-edition/</link>
			<comments>http://www.howtogeek.com/howto/6260/week-in-geek-the-stupid-geek-tricks-to-hide-extra-windows-edition/#comments</comments>
			<pubDate>Sat, 07 Nov 2009 07:56:51 +0000</pubDate>
			<dc:creator>The Geek</dc:creator>
					<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Week in Geek]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/?p=6260</guid>
						<description><![CDATA[<p>One of my favorite little features in Windows 7 is the shortcut key combination that hides all the open windows except for the one you are working on. It&#8217;s a great way to clear out the extra window clutter. Also, Wave invites.</p>
<p><strong>Hiding Extra Windows</strong></p>
<p>So, you&#8217;re using Windows 7 and you&#8217;ve got loads of stuff open on your screen. No matter, just press the Win+Home keyboard shortcut&#8230;</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/11/image13.png" width="640" height="374"> </p>
<p>And all the windows hide except for the one you were using. Useful! But you probably already knew that&#8230;</p>
<p><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.howtogeek.com/wp-content/uploads/2009/11/image19.png" width="640" height="374"> </p>
<p>What you didn&#8217;t think about is that there&#8217;s probably an easier way to use that shortcut key combination. Instead of using Win+Home, I prefer to use the Win+H shortcut combination since it&#8217;s easier to use without moving my fingers off the main row.</p>
<p>What we&#8217;ll do is create a really simple <a href="http://www.autohotkey.com">AutoHotkey</a> script to do just that. You&#8217;ll need to make sure AutoHotkey is installed, then create a new .ahk script (you can use the New –&gt; AutoHotkey script item on the context menu).</p>
<p>Next you&#8217;ll paste in some boilerplate code:</p>
<blockquote><p>#InstallKeybdHook<br />#Persistent<br />#HotkeyInterval,100<br />SetKeyDelay, –1</p>
</blockquote>
<p>And then here&#8217;s the line that actually does the work. When you press Win+H, which in AutoHotkey language is #h, it will use the Send function to push down the Windows key, press the Home key, and then release the Windows key. (of course, your keyboard keys won&#8217;t actually move. This isn&#8217;t an auto-play piano).</p>
<blockquote><p>#h::Send,{LWin down}{Home}{LWin up}</p>
</blockquote>
<p>Once you&#8217;ve created the script you can double-click it, and the shortcut key should start working immediately.</p>
<p><em>Oh, so you aren&#8217;t using Windows 7 yet? Well you can still </em><a href="http://www.howtogeek.com/howto/windows-vista/get-macs-hide-others-cmdopth-keyboard-shortcut-for-windows/"><em>get Mac’s Hide Others (cmd+opt+H) Keyboard Shortcut for Windows</em></a><em>.</em></p>
<p><strong>Wave Invites? Who Said Wave Invites?</strong></p>
<p>We were given 20 invites to the Google Wave preview, and we <a href="http://www.howtogeek.com/howto/6242/we-have-20-google-wave-invites.-want-one/">offered them up to the readers</a>. Out of a whopping 454 total comments requesting a login, we&#8217;ve picked 22 people that we&#8217;ll send an invitation to Google Wave.</p>
<p>Fuzzy math! And yes, we are aware that 22 &gt; 20, but reader Xander volunteered to give up 2 of his invites as well, bringing the total to 22. He&#8217;s <a href="http://twitter.com/housecalls905">also on Twitter</a>, in case you are wondering what generous soul would do such a thing. <em>Thanks Xander!</em></p>
<p><em>Note: Google Wave invitations are being manually approved on Google&#8217;s end of things, so be patient.</em></p>
<p><strong>The Weekly Random Links, Courtesy of Tiny Hacker</strong></p>
<p>This is just a sampling of the random geekery over at Tiny Hacker this week. Want them in your feed reader or inbox each day? Head over to <a href="http://tinyhacker.com/">TinyHacker</a> and subscribe.</p>
<table id="rounduptable" border="0" cellspacing="0" cellpadding="0" width="600">
<tbody>
<tr>
<td valign="top" width="139"><strong><img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image25.png" width="140" height="88"></strong></td>
<td valign="top" width="461"><a href="http://tinyhacker.com/hacks/got-carpal-tunnel-instead-of-getting-off-the-pc-install-an-app-to-help/"><strong>Got Carpal Tunnel? Instead of Getting Off the PC, Install an App to Help!</strong></a></td>
</tr>
<tr>
<td valign="top" width="139"><strong><img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image33.png" width="140" height="110"></strong></td>
<td valign="top" width="461"><a href="http://tinyhacker.com/hacks/tweak-the-windows-7-taskbar-behavior-the-easy-way/"><strong>Tweak the Windows 7 Taskbar Behavior the Easy Way</strong></a></td>
</tr>
<tr>
<td valign="top" width="139"><strong><img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image30.png" width="140" height="97"></strong></td>
<td valign="top" width="461"><a href="http://tinyhacker.com/hacks/betterprivacy-clears-out-those-hidden-flash-tracking-cookies/"><strong>BetterPrivacy Clears Out those Hidden Flash Tracking Cookies</strong></a></td>
</tr>
<tr>
<td valign="top" width="139"><strong><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/11/image15.png" width="140" height="101"> </strong></td>
<td valign="top" width="461"><a href="http://tinyhacker.com/hacks/power-up-your-firefox-tabs-the-lightweight-way/"><strong>Power Up Your Firefox Tabs the Lightweight Way</strong></a></td>
</tr>
<tr>
<td valign="top" width="139"><strong><img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image27.png" width="140" height="88"></strong></td>
<td valign="top" width="461"><a href="http://tinyhacker.com/hacks/fun-logic-game-stuck-in-a-room-with-2-people/"><strong>Fun Logic Game: Stuck in a Room With 2 People</strong></a></td>
</tr>
<tr>
<td valign="top" width="139"><strong><img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image22.png" width="140" height="75"></strong></td>
<td valign="top" width="461"><a href="http://tinyhacker.com/hacks/find-and-recover-those-files-you-didnt-mean-to-delete/"><strong>Find and Recover Those Files You Didn’t Mean to Delete</strong></a></td>
</tr>
<tr>
<td valign="top" width="139"><strong><img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image21.png" width="136" height="76"></strong></td>
<td valign="top" width="461"><a href="http://tinyhacker.com/hacks/share-one-mouse-and-keyboard-with-multiple-pcs/"><strong>Share One Mouse and Keyboard with Multiple PCs</strong></a></td>
</tr>
<tr>
<td valign="top" width="139"><strong><img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image12.png" width="140" height="61"></strong></td>
<td valign="top" width="461"><a href="http://tinyhacker.com/hacks/save-firefox-bookmark-searches-to-make-dynamic-folders/"><strong>Save Firefox Bookmark Searches to Make Dynamic Folders</strong></a></td>
</tr>
<tr>
<td valign="top" width="139"><strong><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/11/image16.png" width="138" height="110"></strong></td>
<td valign="top" width="461"><a href="http://tinyhacker.com/hacks/99-freeware-programs-to-trick-out-your-pc/"><strong>99 freeware programs to trick out your PC</strong></a></td>
</tr>
<tr>
<td valign="top" width="139"><strong><img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image1.png" width="137" height="67"></strong></td>
<td valign="top" width="461"><a href="http://tinyhacker.com/hacks/turn-task-manager-into-a-cpu-usage-widget/"><strong>Turn Task Manager Into a CPU Usage Widget</strong></a></td>
</tr>
<tr>
<td valign="top" width="139"><strong><img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image6.png" width="134" height="73"></strong></td>
<td valign="top" width="461"><a href="http://tinyhacker.com/hacks/windows-7-libraries-the-complete-guide/"><strong>Complete Guide to Windows 7 Libraries</strong></a></td>
</tr>
<tr>
<td valign="top" width="139"><strong><img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/10/image38.png" width="133" height="102"></strong></td>
<td valign="top" width="461"><a href="http://tinyhacker.com/hacks/add-cpu-and-memory-meters-to-your-windows-7-taskbar/"><strong>Add CPU and Memory Meters to Your Windows 7 Taskbar</strong></a></td>
</tr>
</tbody>
</table>
<p><strong>Super User has Super Questions with Super Answers&#8230; Super!</strong></p>
<p>More great stuff from Super User, as usual.</p>
<ul>
<li><a href="http://superuser.com/questions/64815/tips-for-approaching-a-hanging-computer">Tips for approaching a hanging computer?</a>
<li><a href="http://superuser.com/questions/64602/when-is-the-best-time-to-purchase-a-new-computer">When is the best time to purchase a new computer?</a>
<li><a href="http://superuser.com/questions/65593/word-2003-doc-formatting-lost-in-html-emails">Word 2003 .DOC formatting lost in HTML Emails</a>
<li><a href="http://superuser.com/questions/64612/hidden-features-of-windows-command-prompt">Hidden features of Windows command prompt</a>
<li><a href="http://superuser.com/questions/64842/installing-windows-7-64-bit-on-a-mac-pro-without-bootcamp">Installing Windows 7 (64 bit) on a Mac Pro without Bootcamp?</a>
<li><a href="http://superuser.com/questions/65840/how-to-install-snow-leopard-in-vmware">How to install snow leopard in VMWare</a>
<li><a href="http://superuser.com/questions/64564/can-you-store-cds-dvds-in-a-fireproof-safe">Can you store CDs/DVDs in a fireproof safe?</a>
<li><a href="http://superuser.com/questions/65158/is-there-spyware-in-most-crack-cracked-keygen-software">Is there spyware in most crack/cracked/keygen software?</a>
<li><a href="http://superuser.com/questions/65246/windows-7-libraries-how-do-you-back-them-up">Windows 7 “Libraries” &#8211; How do you back them up?</a></li>
</ul>
<p>Did I use the same joke last week? I vaguely think I did. Oh well. </p>
<p><strong>Last Year in Geek</strong></p>
<p>One year ago, we were being lazy and not posting nearly enough. Here&#8217;s a couple of the interesting things that we did post during our non-lazy time.</p>
<ul>
<li><a href="http://www.howtogeek.com/howto/keyboard-ninja/keyboard-ninja-toggle-hidden-files-with-a-shortcut-key-in-windows/">Keyboard Ninja: Toggle Hidden Files with a Shortcut Key in Windows</a>
<li><a href="http://www.howtogeek.com/howto/windows-vista/add-control-panel-to-the-desktop-right-click-menu/">Add Control Panel to the Desktop Right-Click Menu in Vista</a>
<li><a href="http://blogs.howtogeek.com/mysticgeek/2008/11/10/easily-determine-windows-uptime-in-vista-or-xp/">Easily Determine Windows Uptime in Windows 7, Vista or XP</a>
<li><a href="http://www.howtogeek.com/howto/windows-vista/power-up-and-manage-your-windows-send-to-menu-with-send-to-toys/">Power Up and Manage Your Windows Send To Menu with Send To Toys</a>
<li><a href="http://blogs.howtogeek.com/mysticgeek/2008/10/30/benchmark-startup-times-of-software-applications-with-apptimer/">Benchmark Startup Times of Software Applications with AppTimer</a></li>
</ul>
<p><strong>The Weekly Geek Note</strong></p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="You would think I would have gone with C# instead of B flat." border="0" alt="You would think I would have gone with C# instead of B flat." src="http://www.howtogeek.com/wp-content/uploads/2009/11/image17.png" width="204" height="203"></p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/windows/stupid-geek-tricks-shrink-the-xp-volume-control/" rel="bookmark" title="Permanent Link: Stupid Geek Tricks: Shrink the XP Volume Control">Stupid Geek Tricks: Shrink the XP Volume Control</a></li><li><a href="http://www.howtogeek.com/howto/5239/stupid-geek-tricks-duplicate-a-tab-with-a-shortcut-key-in-chrome-or-firefox/" rel="bookmark" title="Permanent Link: Stupid Geek Tricks: Duplicate a Tab with a Shortcut Key in Chrome or Firefox">Stupid Geek Tricks: Duplicate a Tab with a Shortcut Key in Chrome or Firefox</a></li><li><a href="http://www.howtogeek.com/howto/windows-7/stupid-geek-tricks-secret-items-on-the-windows-7-send-to-menu/" rel="bookmark" title="Permanent Link: Stupid Geek Tricks: Secret Items on the Windows 7 Send To Menu">Stupid Geek Tricks: Secret Items on the Windows 7 Send To Menu</a></li><li><a href="http://www.howtogeek.com/howto/windows-vista/stupid-geek-tricks-hide-data-in-a-secret-text-file-compartment/" rel="bookmark" title="Permanent Link: Stupid Geek Tricks: Hide Data in a Secret Text File Compartment">Stupid Geek Tricks: Hide Data in a Secret Text File Compartment</a></li><li><a href="http://www.howtogeek.com/howto/windows-vista/stupid-geek-tricks-open-an-explorer-window-from-the-command-prompts-current-directory/" rel="bookmark" title="Permanent Link: Stupid Geek Tricks: Open an Explorer Window from the Command Prompt&#8217;s Current Directory">Stupid Geek Tricks: Open an Explorer Window from the Command Prompt&#8217;s Current Directory</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'>No pop out sidebar in windows 7?</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/6260/week-in-geek-the-stupid-geek-tricks-to-hide-extra-windows-edition/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
						</item>
				<item>
			<title>Friday Fun: Server Quest II</title>
			<link>http://www.howtogeek.com/howto/6195/friday-fun-server-quest-ii/</link>
			<comments>http://www.howtogeek.com/howto/6195/friday-fun-server-quest-ii/#comments</comments>
			<pubDate>Fri, 06 Nov 2009 13:00:00 +0000</pubDate>
			<dc:creator>Mysticgeek</dc:creator>
					<category><![CDATA[Geek Fun]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/6195/friday-fun-server-quest-ii/</guid>
						<description><![CDATA[<p>Finally another Friday has arrived and you&#8217;re sick of dealing with your IT department because they never fix anything. Today take a look at Server Quest II which is a fun game from Microsoft&#8217;s TechNet that puts you in the roll of an IT professional.</p>
<p><strong>Server Quest II</strong></p>
<p>The game is aimed at Administrators and IT Professionals but if you think you can do it better try it out.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="1-sq" border="0" alt="1-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/1sq.png" width="640" height="413"> </p>
<p>Choose between two characters, Matt or Alicia where each has their own geeky characteristics.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="2-sq" border="0" alt="2-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/2sq.png" width="655" height="318"> </p>
<p>Decide what kind of geek you are…</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="3-sq" border="0" alt="3-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/3sq.png" width="620" height="309"> </p>
<p>The controls are very basic…just the arrow keys and spacebar.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="4-sq" border="0" alt="4-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/4sq.png" width="549" height="354"> </p>
<p>You start out in your IT dungeon office and people come to bug you about things not working. Challenges vary from querying a database to a user&#8217;s monitor not working because it isn&#8217;t plugged in.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="5-sq" border="0" alt="5-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/5sq.png" width="646" height="589"> </p>
<p>You can walk around to the cubes and talk to the other employees. </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="6-sq" border="0" alt="6-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/6sq.png" width="640" height="371"> </p>
<p>Mini games with different challenges come up. In this example, Matt is biking around to grab a bunch of emails that were accidently sent out to an entire contact list.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="8-sq" border="0" alt="8-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/8sq.png" width="640" height="350"> </p>
<p>After you complete a mission, go back to your computer and check your email for another task.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="7-sq" border="0" alt="7-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/7sq.png" width="640" height="400"> </p>
<p>If you work in IT you&#8217;ll find a lot of humor and fun in Server Quest II. If you are a worker who thinks they can get things done better than those lazy game playing IT geeks, you&#8217;ll have fun with this game as well.</p>
<p><a href="http://www.microsoft.com/click/serverquest/">Play Server Quest II</a></p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/" rel="bookmark" title="Permanent Link: Setup OpenSSH Server on Ubuntu Linux">Setup OpenSSH Server on Ubuntu Linux</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/access-your-mysql-server-remotely-over-ssh/" rel="bookmark" title="Permanent Link: Access Your MySQL Server Remotely Over SSH">Access Your MySQL Server Remotely Over SSH</a></li><li><a href="http://www.howtogeek.com/howto/windows/add-an-external-drive-to-windows-home-server/" rel="bookmark" title="Permanent Link: Add an External Drive to Windows Home Server">Add an External Drive to Windows Home Server</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/share-ubuntu-home-directories-using-samba/" rel="bookmark" title="Permanent Link: Share Ubuntu Home Directories using Samba">Share Ubuntu Home Directories using Samba</a></li><li><a href="http://www.howtogeek.com/howto/windows/how-to-remote-desktop-to-the-actual-server-console-on-windows-2003/" rel="bookmark" title="Permanent Link: How to Remote Desktop to the Actual Server Console on Windows 2003">How to Remote Desktop to the Actual Server Console on Windows 2003</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'>No pop out sidebar in windows 7?</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/6195/friday-fun-server-quest-ii/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
						</item>
				<item>
			<title>We Have 20 Google Wave Invites. Want One?</title>
			<link>http://www.howtogeek.com/howto/6242/we-have-20-google-wave-invites.-want-one/</link>
			<comments>http://www.howtogeek.com/howto/6242/we-have-20-google-wave-invites.-want-one/#comments</comments>
			<pubDate>Thu, 05 Nov 2009 21:59:08 +0000</pubDate>
			<dc:creator>The Geek</dc:creator>
					<category><![CDATA[Geek Stuff]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/?p=6242</guid>
						<description><![CDATA[<p>Google Wave is all the rage these days, probably in large part because you need to be invited to participate in the preview version. Want an invite? <del datetime="2009-11-07T07:18:06+00:00">We&#8217;ve got 20 of them to give away.</del> Sorry, the giveaway is over!</p>
<p><strong>What&#8217;s Google Wave, You Ask?</strong></p>
<p>The all-knowing Google robots decided to come up with a new solution to the problem of collaborating on the web. You can edit and discuss documents in real-time with a group of people. The Google Wave team says Wave is &#8220;what email would look like if it were invented today.&#8221;</p>
<p>Right now, that&#8217;s the extent of what it does, though the underlying framework will eventually allow a lot more interesting uses.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/11/image11.png" width="633" height="661"></p>
<p>Instead of bothering to take you on a tour of how it works, instead we&#8217;ll just point you towards the very best source on the subject, the <a href="http://completewaveguide.com/">Complete Guide to Google Wave</a>, written by Adam Pash and Gina Trapani from Lifehacker.</p>
<p><a href="http://completewaveguide.com/"><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.howtogeek.com/wp-content/uploads/2009/11/image12.png" width="295" height="439"></a>&nbsp;</p>
<p><strong>Be Quiet and Give Me My Invite Already!</strong></p>
<p>Fine! We&#8217;ll get down to business. Here&#8217;s what you need to do:</p>
<ul>
<li>Leave a comment with your idea for a topic that you would like to see us write about.</li>
<li>Include the keyword googlewave in your comment (for spam checking purposes).</li>
<li>Make sure to use your real email address (nobody will see it but us).</li>
</ul>
<p>We&#8217;ll pick 20 random people from the comments, and announce the winners in our weekly roundup, so even if you are reading this on Friday you can still participate.</p>
<p><em>Note that your comment might not be approved immediately, but rest assured that it&#8217;s sitting in the queue.</em></p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/6260/week-in-geek-the-stupid-geek-tricks-to-hide-extra-windows-edition/" rel="bookmark" title="Permanent Link: Week in Geek: The Stupid Geek Tricks to Hide Extra Windows Edition">Week in Geek: The Stupid Geek Tricks to Hide Extra Windows Edition</a></li><li><a href="http://www.howtogeek.com/howto/4918/tired-of-waiting-for-google-wave-try-shareflow-now/" rel="bookmark" title="Permanent Link: Tired of Waiting for Google Wave? Try ShareFlow Now">Tired of Waiting for Google Wave? Try ShareFlow Now</a></li><li><a href="http://www.howtogeek.com/howto/internet/firefox/quick-tip-show-pagerank-in-firefox-while-google-toolbar-is-hidden/" rel="bookmark" title="Permanent Link: Quick Tip: Show PageRank in Firefox while Google Toolbar is Hidden">Quick Tip: Show PageRank in Firefox while Google Toolbar is Hidden</a></li><li><a href="http://www.howtogeek.com/howto/internet/firefox/make-firefox-quick-search-use-googles-beta-search-keys/" rel="bookmark" title="Permanent Link: Make Firefox Quick Search Use Google&#8217;s Beta Search Keys">Make Firefox Quick Search Use Google&#8217;s Beta Search Keys</a></li><li><a href="http://www.howtogeek.com/howto/internet/firefox/quickly-add-appointments-to-google-calendar-in-firefox/" rel="bookmark" title="Permanent Link: Quickly Add Appointments to Google Calendar in Firefox">Quickly Add Appointments to Google Calendar in Firefox</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'>No pop out sidebar in windows 7?</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/6242/we-have-20-google-wave-invites.-want-one/feed/</wfw:commentRss>
			<slash:comments>454</slash:comments>
						</item>
				<item>
			<title>Getting Started with TrueCrypt (to Secure Your Data)</title>
			<link>http://www.howtogeek.com/howto/6169/use-truecrypt-to-secure-your-data/</link>
			<comments>http://www.howtogeek.com/howto/6169/use-truecrypt-to-secure-your-data/#comments</comments>
			<pubDate>Thu, 05 Nov 2009 19:00:00 +0000</pubDate>
			<dc:creator>Mysticgeek</dc:creator>
					<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Security]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/6169/use-truecrypt-to-secure-your-hard-drive/</guid>
						<description><![CDATA[<p>BitLocker is a hard drive encryption utility in Windows 7 and Vista, unfortunately it&#8217;s only available in Ultimate and Enterprise editions and not in XP at all. Today we take a look at TrueCrypt, which is a free utility that will enable encryption functionality to other versions.&nbsp;&nbsp; </p>
<p><strong>TrueCrypt</strong></p>
<p>TrueCrypt is a free Open Source disk encryption utility that works with Windows, Mac, and Linux. It allows you to encrypt an entire drive, partition or flash drive and ensure no one can access the data without the right password. It provides on-the-fly encryption and after the drive is encrypted you can continue to use everything like you normally would.&nbsp; </p>
<p>Installation is straight forward and it&#8217;s recommended to create a system restore point before installing.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="3-tc" border="0" alt="3-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/3tc.png" width="605" height="441">&nbsp;&nbsp; </p>
<p>Click on the Create Volume button to begin setting the disc up for encryption.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="15-tc" border="0" alt="15-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/15tc.png" width="608" height="526"> </p>
<p>The entire process is wizard driven which makes it easy to use even for beginners. You can encrypt a virtual disk, removable drive, or an entire system drive. There are a lot more steps than what we show here, but the wizard makes all of your choices easy.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2-tc" border="0" alt="2-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/2tc.png" width="615" height="318"> </p>
<p>You can choose different levels of encryption. There are several types to choose from and each has its unique qualities…but for most users you will be fine with AES.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="7-tc" border="0" alt="7-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/7tc.png" width="615" height="318"> </p>
<p>To complete the process you will need to restart the computer.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="12-tc" border="0" alt="12-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/12tc.png" width="615" height="318"> </p>
<p>The amount of time it takes to encrypt a hard drive will vary depending on the size and speed of the system. In our test we encrypted an entire 320GB drive and it took about 4 hours.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="13-tc" border="0" alt="13-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/13tc.png" width="615" height="318"></p>
<p>To complete the process a restart is required.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="12-tc" border="0" alt="12-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/12tc.png" width="615" height="318"> </p>
<p>Now anytime you start up your PC you will need to log in using the password you created in TrueCrypt.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2-tc" border="0" alt="2-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/2tc1.png" width="643" height="336"></p>
<p>If you&#8217;re worried about private or sensitive data being compromised, TrueCrypt is a simple and effective free option. If you have a version of Windows or other OS that doesn&#8217;t include BitLocker or another encryption feature, TrueCrypt has you covered. It&#8217;s a versatile utility as it can encrypt partitions, VHDs, Flash Drives, or entire hard drive like we showed.</p>
<p><a href="http://www.truecrypt.org/downloads">Download TrueCrypt for Windows, Mac, and Linux</a></p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/ubuntu/install-truecrypt-on-ubuntu-edgy/" rel="bookmark" title="Permanent Link: Install TrueCrypt on Ubuntu Edgy">Install TrueCrypt on Ubuntu Edgy</a></li><li><a href="http://www.howtogeek.com/howto/windows-vista/stupid-geek-tricks-hide-data-in-a-secret-text-file-compartment/" rel="bookmark" title="Permanent Link: Stupid Geek Tricks: Hide Data in a Secret Text File Compartment">Stupid Geek Tricks: Hide Data in a Secret Text File Compartment</a></li><li><a href="http://blogs.howtogeek.com/mysticgeek/2009/05/21/copy-website-tables-into-excel-2007-spreadsheets/" rel="bookmark" title="Permanent Link: Copy Website Tables into Excel 2007 Spreadsheets">Copy Website Tables into Excel 2007 Spreadsheets</a></li><li><a href="http://blogs.howtogeek.com/mysticgeek/2009/04/15/office-2007-import-microsoft-access-data-into-excel/" rel="bookmark" title="Permanent Link: Import Microsoft Access Data Into Excel">Import Microsoft Access Data Into Excel</a></li><li><a href="http://www.howtogeek.com/howto/internet/firefox/using-secure-login-in-firefox/" rel="bookmark" title="Permanent Link: Using Secure Login in Firefox">Using Secure Login in Firefox</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'>No pop out sidebar in windows 7?</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/6169/use-truecrypt-to-secure-your-data/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
						</item>
				<item>
			<title>Rants: We Hate the Scam of Bundled Crapware</title>
			<link>http://www.howtogeek.com/howto/5619/avoid-crapware-when-installing-free-apps/</link>
			<comments>http://www.howtogeek.com/howto/5619/avoid-crapware-when-installing-free-apps/#comments</comments>
			<pubDate>Thu, 05 Nov 2009 13:00:00 +0000</pubDate>
			<dc:creator>Mysticgeek</dc:creator>
					<category><![CDATA[Geek Stuff]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/5619/avoid-crapware-when-installing-free-apps/</guid>
						<description><![CDATA[<p>One of the things we hate most is all the free software applications scamming less knowledgeable users by trying to sneak extra toolbars or other software onto their computer. Sadly, the practice is getting even more common, and we&#8217;re going to rant about it.</p>
<p><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.howtogeek.com/wp-content/uploads/2009/11/image10.png" width="522" height="183"> </p>
<p><strong>What&#8217;s the Problem?</strong></p>
<p>Sure, you say, you can just uncheck the box when you are installing it. You&#8217;re a geek, and you know stuff!</p>
<p>&#8230;but what about all the doctors, teachers, and moms that don&#8217;t know any better? They don&#8217;t want to be geeks, they have other things that matter to them more than sitting in front of a computer all day and night. It&#8217;s Shocking, I know, but they <em>have a life.</em></p>
<p>They shouldn&#8217;t be punished by companies earning their living by scamming them into installing some worthless piece of crap software that they don&#8217;t need or want. They shouldn&#8217;t have a PC loaded down with crapware just because you like free stuff so much that you&#8217;ll keep supporting these products by installing them. When is enough finally going to be enough?</p>
<p>If you really love free software so much, why don&#8217;t you switch to truly free (open source) software, and maybe start using Linux? After all, everybody knows as soon as you install Linux you&#8217;ll be all-knowing and gain special comment-leaving powers.</p>
<p><strong>Nobody Wants Toolbars!</strong></p>
<p>Having extra software riders is common place in apps like RealPlayer or iTunes and other &#8220;Lameware&#8221; apps, but now it&#8217;s getting worse. When getting the latest version of&nbsp; Flash Player on a Windows 7 install, we see they&#8217;re trying to add extra software like the Google Toolbar, or worse, a Mcafee scan.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="1-crap" border="0" alt="1-crap" src="http://www.howtogeek.com/wp-content/uploads/2009/10/1crap.png" width="587" height="382"></p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2-crap" border="0" alt="2-crap" src="http://www.howtogeek.com/wp-content/uploads/2009/10/2crap.png" width="587" height="325"></p>
<p>Sun&#8217;s Java tries to install extra things as well like in this example they want to put the Bing Toolbar in Internet Explorer for you&#8230;</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="3-crap" border="0" alt="3-crap" src="http://www.howtogeek.com/wp-content/uploads/2009/10/3crap.png" width="530" height="384">&nbsp;</p>
<p>And sometimes it offers to install the awful Yahoo toolbar as well.</p>
<p><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.howtogeek.com/wp-content/uploads/2009/11/image9.png" width="546" height="424"> </p>
<p>A bunch of quality freeware apps seem to be using this practice nowadays as well…like CCleaner&#8230; which makes us sad. We love CCleaner.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="4-crap" border="0" alt="4-crap" src="http://www.howtogeek.com/wp-content/uploads/2009/10/4crap.png" width="515" height="256">&nbsp;</p>
<p>Or Foxit Reader who want to install their own toolbar and make Ask.com your default search. <em>On a side note, have you noticed how bloated Foxit seems to be getting in recent versions?</em></p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="7-crap" border="0" alt="7-crap" src="http://www.howtogeek.com/wp-content/uploads/2009/10/7crap.png" width="526" height="355">&nbsp;</p>
<p><strong>Avoid The Extra Junk</strong>&nbsp;</p>
<p>The extra apps they try to sneak on your system aren&#8217;t malware like <a href="http://www.howtogeek.com/howto/2310/be-careful-not-to-install-junk-software-with-digsby/">Digsby was trying to do</a> when they joined the dark side, but it&#8217;s irritating and annoying that a user is automatically opted in. One service that makes it easy to install your favorite apps without the extra baggage is Ninite which we have <a href="http://www.howtogeek.com/howto/4774/getvolery-makes-installing-software-incredibly-simple/">previously covered</a>. </p>
<p>Not only do they make it a huge time saver to install multiple apps at once, they say NO to all the extra crapware they might try to include.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="1gv" border="0" alt="1gv" src="http://www.howtogeek.com/wp-content/uploads/2009/10/1gv1.png" width="640" height="596"></p>
<p>We spoke with Patrick Swieskowski, one of the founders of <a href="http://ninite.com">Ninite</a>, and he told us about how they ensure their service installs apps free of crapware.</p>
<blockquote><p>These tricky toolbars and addons were a big reason we started Ninite. You always have to be on your toes when running installers these days.</p>
<p>When we set up the automation for each installer we pay careful attention to these offers and decline them. We also check our test systems for new toolbars or other bundled apps after the automation, and if anything got through we throw out that configuration and try again.</p>
<p>We&#8217;re really serious about making Ninite a place to get software where people don&#8217;t have to worry about these sort of addons or spyware. For example, if I found that our Digsby install had the research mode enabled by default, we would have immediately removed it from the site until we could resolve the problem. Any feedback we receive about malicious or shady app behavior becomes our top priority.</p>
</blockquote>
<p><strong>How-To Geek Policy</strong></p>
<p>When you read about free apps and utilities that we write about here, we will always let you know if the app tries to sneak something else in. It&#8217;s our official policy. </p>
<p><em>Note: if we&#8217;ve written about something in the past and the developer has since added a crappy toolbar, be sure to let us know so we can update the article and point it out.</em></p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="5-crap" border="0" alt="5-crap" src="http://www.howtogeek.com/wp-content/uploads/2009/10/5crap.png" width="549" height="508">&nbsp;</p>
<p><strong>Conclusion</strong></p>
<p>Yes, it&#8217;s only a matter of un-checking a box, but it seems that allowing a user to opt-into installing the extra junk would be more acceptable.</p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/4774/getvolery-makes-installing-software-incredibly-simple/" rel="bookmark" title="Permanent Link: Volery (Now Ninite) Makes Installing Software Incredibly Simple">Volery (Now Ninite) Makes Installing Software Incredibly Simple</a></li><li><a href="http://blogs.howtogeek.com/mysticgeek/2009/04/28/enhance-windows-functionality-with-extensions-for-windows/" rel="bookmark" title="Permanent Link: Enhance Productivity With Extensions For Windows">Enhance Productivity With Extensions For Windows</a></li><li><a href="http://www.howtogeek.com/howto/5219/run-apps-in-sandboxie-to-keep-your-system-secure/" rel="bookmark" title="Permanent Link: Run Apps in Sandboxie to Keep Your System Clean and Secure">Run Apps in Sandboxie to Keep Your System Clean and Secure</a></li><li><a href="http://blogs.howtogeek.com/mysticgeek/2009/05/04/codysafe-is-an-alternative-to-portableapps/" rel="bookmark" title="Permanent Link: CodySafe is an Alternative to PortableApps">CodySafe is an Alternative to PortableApps</a></li><li><a href="http://www.howtogeek.com/howto/ubuntu/check-your-disk-usage-on-ubuntu-from-the-command-line/" rel="bookmark" title="Permanent Link: Check your Disk Usage on Ubuntu from the command line">Check your Disk Usage on Ubuntu from the command line</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'>No pop out sidebar in windows 7?</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/5619/avoid-crapware-when-installing-free-apps/feed/</wfw:commentRss>
			<slash:comments>29</slash:comments>
						</item>
				<item>
			<title>Foobar2000 is a Fully Customizable Music Player</title>
			<link>http://www.howtogeek.com/howto/5686/foobar2000-is-a-fully-customizable-music-player/</link>
			<comments>http://www.howtogeek.com/howto/5686/foobar2000-is-a-fully-customizable-music-player/#comments</comments>
			<pubDate>Wed, 04 Nov 2009 22:00:00 +0000</pubDate>
			<dc:creator>Mysticgeek</dc:creator>
					<category><![CDATA[Geek Stuff]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/5686/foobar2000-is-a-fully-customizable-music-player/</guid>
						<description><![CDATA[<p>If you are sick of iTunes or Windows Media Player because they&#8217;re bulky and won&#8217;t play certain formats, then it&#8217;s time to look for another player. Today we take a look at Foobar2000 which is light on system resources, extremely configurable, and plays several types of music format.</p>
<p><strong>foobar2000</strong></p>
<p>Foobar2000 is a great music player for the geek who wants a light player that they can tweak the heck out of to their liking. The installer is only a 1.6 MB download but packs a lot of power. Features include gapless playback, ReplayGain support, ripping CDs, customizable interface, open component architecture and a lot more. It supports FLAC, MP3, MP4, OGG, WAV, WMA, AIFF, and other music formats. </p>
<p>Installation is straight-forward following the install wizard and you can go for the standard or portable version.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="1-foo" border="0" alt="1-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/1foo.png" width="541" height="427"></p>
<p>When you initially set it up or at anytime after you can go through the quick appearance setup feature to change the look and feel how you like it.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="11-foo" border="0" alt="11-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/11foo.png" width="638" height="381"> </p>
<p>The player is easy to navigate and with a component plugin like Columns UI has all of the features you would expect from most players out there today.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="sshot-2009-10-31-[18-44-19]" border="0" alt="sshot-2009-10-31-[18-44-19]" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sshot20091031184419.png" width="643" height="595"> </p>
<p>You can find a bunch of different plugin components that have been created by different developers over the years as the project has grown. There are plugins for appearance, tagging, CD burning, and even an iPod manager. Virtually any function you might want, someone has created a plugin. To use the plugin components, download the zip file and extract the DLL file into the Foobar2000 components folder.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="15-foo" border="0" alt="15-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/15foo.png" width="628" height="474"> </p>
<p>One of the must have components is Columns UI that lets you customize the interface in several ways.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="18" border="0" alt="18" src="http://www.howtogeek.com/wp-content/uploads/2009/10/18.png" width="640" height="595"> </p>
<p>Depending on the layout you can get tabbed or dropdown playlist features.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="5-foo" border="0" alt="5-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/5foo.png" width="367" height="282"> </p>
<p>It also includes the ability to convert your music files to different formats. Just right click on a song and select Convert.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="12-foo" border="0" alt="12-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/12foo.png" width="462" height="350"> </p>
<p>Now you can go through and choose the format you want to convert it to and add select between several settings and effects options.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="13-foo" border="0" alt="13-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/13foo.png" width="548" height="606"> </p>
<p>An EQ is included for you to tweak the sound how you like it, and you can save your own presets. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="14-foo" border="0" alt="14-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/14foo.png" width="501" height="444"> </p>
<p>If you are a Keyboard Ninja you&#8217;ll like the customizable shortcuts.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="9-kbnin" border="0" alt="9-kbnin" src="http://www.howtogeek.com/wp-content/uploads/2009/10/9kbnin.png" width="521" height="524"></p>
<p>Going through your library is easy with the search feature.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="3-foo" border="0" alt="3-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/3foo.png" width="627" height="362"></p>
<p>Foobar2000 is a cool player for a music loving computer geek who wants to tweak every aspect of their player. If you&#8217;re a fan of foobar2000 or just started using it, leave us a comment and let us about it.</p>
<p><a href="http://www.foobar2000.org/download">Download foobar2000 for Windows</a></p>
<p><a href="http://www.foobar2000.org/components">foobar2000 Plugin Components</a></p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/windows-vista/fixing-when-windows-media-player-library-wont-let-you-add-files/" rel="bookmark" title="Permanent Link: Fixing When Windows Media Player Library Won&#8217;t Let You Add Files">Fixing When Windows Media Player Library Won&#8217;t Let You Add Files</a></li><li><a href="http://www.howtogeek.com/howto/windows-vista/make-windows-media-player-automatically-open-in-mini-player-mode/" rel="bookmark" title="Permanent Link: Make Windows Media Player Automatically Open in Mini Player Mode">Make Windows Media Player Automatically Open in Mini Player Mode</a></li><li><a href="http://blogs.howtogeek.com/mysticgeek/2009/04/20/great-sounding-music-and-skin-possibilities-with-xion/" rel="bookmark" title="Permanent Link: Great Sounding Music and Skin Possibilities with Xion">Great Sounding Music and Skin Possibilities with Xion</a></li><li><a href="http://www.howtogeek.com/howto/windows-vista/lock-the-screen-while-in-full-screen-mode-in-windows-media-player/" rel="bookmark" title="Permanent Link: Lock The Screen While in Full-Screen Mode in Windows Media Player">Lock The Screen While in Full-Screen Mode in Windows Media Player</a></li><li><a href="http://www.howtogeek.com/howto/the-geek-blog/musicbee-is-a-fast-and-powerful-music-manager/" rel="bookmark" title="Permanent Link: MusicBee is a Fast and Powerful Music Manager">MusicBee is a Fast and Powerful Music Manager</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'>No pop out sidebar in windows 7?</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/5686/foobar2000-is-a-fully-customizable-music-player/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
						</item>
				<item>
			<title>Convert Photos to Flash for Your Website</title>
			<link>http://www.howtogeek.com/howto/5930/convert-photos-to-flash-for-your-website/</link>
			<comments>http://www.howtogeek.com/howto/5930/convert-photos-to-flash-for-your-website/#comments</comments>
			<pubDate>Tue, 03 Nov 2009 22:00:21 +0000</pubDate>
			<dc:creator>Asian Angel</dc:creator>
					<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Geek Stuff]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/?p=5930</guid>
						<description><![CDATA[<p>Looking for a quick and easy way to convert your photos into a flash slideshow for your website? Now you can with Photo Flash Maker Free.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-00" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash00.png" width="620" height="151"> </p>
<p><strong>Installation</strong></p>
<p>Installation for Photo Flash Maker Free is extremely quick with only three install windows (and no EULA) to sort through.</p>
<p>When you start the program you will see the “Main &amp; Slideshow Wizard Windows”. Notice that you can easily disable the “Slideshow Wizard” (lower left corner) so that it does not appear each time you start the program.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-01" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash01.png" width="640" height="488"> </p>
<p>This is what the “Main Window” looks like once you close the “Slideshow Wizard”.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-02" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash02.png" width="640" height="488"> </p>
<p><strong>Photo Flash Maker Free in Action</strong></p>
<p>There are two ways to start creating your new flash slideshows…using the visible three step toolbar or by using the wizard. Using the three step toolbar will allow you to choose the “between photo” effects to suit your personal style. For our example we chose to use the wizard.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-03" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash03.png" width="640" height="488"> </p>
<p>To get things started go to the “File Menu” and select “New Project From Wizard”…</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-04" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash04.png" width="640" height="488"> </p>
<p>You will be presented with the “Add Images to Slideshow Window” and can browse for the photos that you would like to use.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-05" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash05.png" width="640" height="488"> </p>
<p>Once you have selected the photos that you would like to use click “Next”.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-06" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash06.png" width="640" height="488"> </p>
<p>Choose the “Frame Style” that you like best and click “Next”. For our example we chose “Photo Only”…</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-07" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash07.png" width="640" height="488"> </p>
<p>The final part is to choose the names that you would like to use for the “swf &amp; html files”. Once that is finished click the “Publish Now! Button”.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-08" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash08.png" width="640" height="488"> </p>
<p>At this point you can choose to immediately view your files or wait until you have closed the wizard and then view them.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-09" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash09.png" width="640" height="488"> </p>
<p>Here is the swf file opened directly in Firefox…</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-10" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash10.png" width="640" height="508"> </p>
<p>Followed by the html file with the flash file embedded. Notice the “advertisement-type listing” at the bottom…this is extremely easy to remove by editing the html file in Notepad (or your favorite text editor). <em>See screenshot below for the exact text to remove.</em></p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-11" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash11.png" width="640" height="508"> </p>
<p>The only drawback to using Photo Flash Maker Free is the momentary banner at the end of the slideshow…but it is a very small price to pay for such a nice file.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-12" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash12.png" width="640" height="485"> </p>
<p>For those who would like to remove the textual “advertisement-type listing” at the bottom of the webpage here is the exact code that you will need to select and delete. Afterwards the webpage is clean and ready to go…</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-13" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash13.png" width="640" height="508"> </p>
<p><strong>Menus</strong></p>
<p>The menus for Photo Flash Maker Free are simple and straightforward. Here you can see the “File, View, &amp; Photo Menus”…</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-14" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash14.png" width="640" height="589"> </p>
<p>And the “Music, Create, Preference, &amp; Help Menus”.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-15" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash15.png" width="474" height="628"> </p>
<p><strong>Options</strong></p>
<p>There are three parts to pay special attention to in the “General Options Area”:</p>
<ul>
<li>You can delete the “Default URL” and leave it blank without any effect on your flash files
<li>It is recommended to deselect “Show Title on each photo” to keep your flash files looking clean (unless you want to label your photos)
<li>Make certain to set the JPEG quality to 100 to get the best looking result for your photos</li>
</ul>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-16" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash16.png" width="640" height="549"> </p>
<p>Select the settings that best suit your needs for background music (if you are adding any to your files).</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-17" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash17.png" width="640" height="549"> </p>
<p>Make any background color and scale adjustments that you desire.</p>
<p><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="photo-flash-18" src="http://www.howtogeek.com/wp-content/uploads/2009/11/photoflash18.png" width="640" height="549"> </p>
<p><strong>Conclusion</strong></p>
<p>If you have been looking for a way to add some photo fun to your website, then Photo Flash Maker is definitely worth taking a look at.</p>
<p><strong>Links</strong></p>
<p><a href="http://www.photo-flash-maker.com/download.html" target="_blank">Download Photo Flash Maker Free (version 5.11)</a></p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/2528/enjoy-quick-easy-unit-conversion-with-convert-for-windows/" rel="bookmark" title="Permanent Link: Enjoy Quick &amp; Easy Unit Conversion with Convert for Windows">Enjoy Quick &amp; Easy Unit Conversion with Convert for Windows</a></li><li><a href="http://www.howtogeek.com/howto/microsoft-office/convert-older-excel-documents-to-excel-2007-format/" rel="bookmark" title="Permanent Link: Convert Older Excel Documents to Excel 2007 Format">Convert Older Excel Documents to Excel 2007 Format</a></li><li><a href="http://www.howtogeek.com/howto/the-geek-blog/apologies-about-an-awful-audio-advertisement/" rel="bookmark" title="Permanent Link: Apologies About An Awful Audio Advertisement">Apologies About An Awful Audio Advertisement</a></li><li><a href="http://blogs.howtogeek.com/mysticgeek/2008/09/26/family-fun-share-photos-with-photo-gallery-and-windows-live-spaces/" rel="bookmark" title="Permanent Link: Family Fun: Share Photos with Photo Gallery and Windows Live Spaces">Family Fun: Share Photos with Photo Gallery and Windows Live Spaces</a></li><li><a href="http://www.howtogeek.com/howto/linux/calculate-with-qalculate-on-linux/" rel="bookmark" title="Permanent Link: Calculate with Qalculate on Linux">Calculate with Qalculate on Linux</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'>No pop out sidebar in windows 7?</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/5930/convert-photos-to-flash-for-your-website/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
						</item>
				<item>
			<title>Week in Geek: The Progress of Geekery Edition</title>
			<link>http://www.howtogeek.com/howto/5656/week-in-geek-the-progress-of-geekery-edition/</link>
			<comments>http://www.howtogeek.com/howto/5656/week-in-geek-the-progress-of-geekery-edition/#comments</comments>
			<pubDate>Sat, 31 Oct 2009 07:00:00 +0000</pubDate>
			<dc:creator>The Geek</dc:creator>
					<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Week in Geek]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/?p=5656</guid>
						<description><![CDATA[<p>Rather than give you some great tip in the weekly roundup today, we&#8217;re going to point out all the new stuff around here that you might have missed since you never leave your feed reader. Also, we&#8217;ve got more great geek links for you. </p>
<p><strong>iPhone / Android / iPod Touch Optimized</strong></p>
<p>If you want to browse through the latest articles on the How-To Geek site on your iPhone or other mobile device, you can now easily do so thanks to our optimized interface&#8230; </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/10/image115.png" width="512" height="352"> </p>
<p>It even nicely resizes the pictures down, keeping the articles readable. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/10/image116.png" width="512" height="352"> </p>
<p>For those who might care, we&#8217;re using the <a href="http://www.bravenewcode.com/wptouch/">WPtouch plugin</a> for WordPress to accomplish it.</p>
<p><strong>User Reviews for Our Reviews Section</strong></p>
<p>You&#8217;ve probably already noticed that we&#8217;re including our product reviews into the main RSS / email newsletter now. What you might not realize is that you can leave your own review underneath ours. </p>
<p>Just head over to any of the reviews, like this one on <a href="http://www.howtogeek.com/reviews/norton-antivirus-2010/">Norton AntiVirus 2010</a>, add in your thoughts about the product, and give it a star rating—feel free to be totally honest, even if you hate the product.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/10/image112.png" width="470" height="245">&nbsp;</p>
<p><strong>Printing Articles is Better Than Before</strong></p>
<p>We&#8217;ve heard from our readers many times over the years, and printing the articles should work a lot better now&#8230; just hit the Print button in your browser, and you&#8217;ll be able to print the page without the sidebars, headers, comments, or the rest of the stuff you don&#8217;t want on your printed page. If you don&#8217;t know where the print button in your browser is, there&#8217;s also a new icon below each article.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/10/image113.png" width="266" height="139"> </p>
<p><em>Tip: If the article seems to run too far off the page, you can use the &#8220;Change Print Size&#8221; to a smaller number, like 95%.</em></p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/10/image114.png" width="629" height="522">&nbsp; </p>
<p>If you want to keep an offline copy of our articles, you should really consider <a href="http://www.dopdf.com">printing them to PDF</a> instead of paper.</p>
<p><strong>New Article Schedule</strong></p>
<p>You might have noticed today that the articles are heading out the door in a slightly different schedule—for the last, well, long time now, we&#8217;ve scheduled all of the articles for the day early in the morning in one big set. Starting yesterday, we&#8217;re going to be publishing articles at regular intervals throughout the day.</p>
<p>The daily email subscribers will still get all of the articles, so don&#8217;t worry. It&#8217;ll just be scheduled a little differently.</p>
<p><strong>Sample the Latest Random Geekery from TinyHacker</strong></p>
<p>For all the rest of you that didn&#8217;t sign up for <a href="http://tinyhacker.com/">TinyHacker</a> the last time we mentioned it, we&#8217;ll continue to show off some of the highlights over here in the weekly roundup. Just keep in mind that there&#8217;s a lot more great stuff over there on <a href="http://tinyhacker.com/">TinyHacker</a>.</p>
<table id="rounduptable" border="0" cellspacing="0" cellpadding="0" width="588">
<tbody>
<tr>
<td valign="top" width="168"><img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/10/image39.png" width="150" height="118"></td>
<td valign="top" width="418"><a href="http://tinyhacker.com/hacks/put-your-virtual-desktops-in-the-windows-7-taskbar/"><strong>Put Your Virtual Desktops In the Windows 7 Taskbar</strong></a></td>
</tr>
<tr>
<td valign="top" width="172"><img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/10/image25.png" width="150" height="96"></td>
<td valign="top" width="424"><a href="http://tinyhacker.com/hacks/crazy-awesome-giant-resolution-wallpaper-images/"><strong>Crazy Awesome, Giant Resolution Wallpaper Images</strong></a></td>
</tr>
<tr>
<td valign="top" width="173"><img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/10/image14.png" width="150" height="111"></td>
<td valign="top" width="425"><a href="http://tinyhacker.com/hacks/the-real-life-paper-mario-geek-fun/"><strong>The Real-Life Paper Mario (Geek Fun)</strong></a></td>
</tr>
<tr>
<td valign="top" width="174"><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.howtogeek.com/wp-content/uploads/2009/10/image117.png" width="150" height="85"> </td>
<td valign="top" width="424"><a href="http://tinyhacker.com/hacks/use-the-ecofont-to-save-money-on-printing/"><strong>Use the Ecofont to Save Money on Printing</strong></a><strong> </strong></td>
</tr>
<tr>
<td valign="top" width="175"><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.howtogeek.com/wp-content/uploads/2009/10/image118.png" width="150" height="79"></td>
<td valign="top" width="423"><a href="http://tinyhacker.com/hacks/hide-your-files-inside-windows-calculator/"><strong>Hide Your Files Inside Windows Calculator</strong></a><strong> </strong></td>
</tr>
<tr>
<td valign="top" width="176"><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.howtogeek.com/wp-content/uploads/2009/10/image119.png" width="150" height="82"></td>
<td valign="top" width="422"><a href="http://tinyhacker.com/hacks/open-your-c-drive-with-one-keystroke-in-the-run-box/"><strong>Open Your C:\ Drive With One Keystroke in the Run Box</strong></a><strong> </strong></td>
</tr>
<tr>
<td valign="top" width="177"><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.howtogeek.com/wp-content/uploads/2009/10/image120.png" width="150" height="114"></td>
<td valign="top" width="421"><a href="http://tinyhacker.com/hacks/want-some-ascii-art-this-guy-has-the-whole-nerd-collection/"><strong>Want Some ASCII Art? This Guy Has the Whole Nerd Collection</strong></a><strong> </strong></td>
</tr>
<tr>
<td valign="top" width="177"><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.howtogeek.com/wp-content/uploads/2009/10/image121.png" width="150" height="114"></td>
<td valign="top" width="421"><a href="http://tinyhacker.com/hacks/find-awesome-icons-that-are-just-the-right-size/"><strong>Find Awesome Icons that are Just the Right Size</strong></a><strong> </strong></td>
</tr>
<tr>
<td valign="top" width="177"><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.howtogeek.com/wp-content/uploads/2009/10/image122.png" width="150" height="100"></td>
<td valign="top" width="421"><a href="http://tinyhacker.com/hacks/richcopy-is-a-powerful-free-copy-application-for-windows/"><strong>RichCopy is a Powerful, Free Copy Application for Windows</strong></a></td>
</tr>
</tbody>
</table>
<p><strong>Super User</strong></p>
<p>Yet more Super Questions with Super Answers from our favorite Super Geeky site. Super. </p>
<ul>
<li><a href="http://superuser.com/questions/61461/why-is-md5-still-used-heavily">Why is MD5 still used heavily?</a>
<li><a href="http://superuser.com/questions/60006/whats-the-purpose-of-the-www-subdomain">Whats the purpose of the WWW subdomain?</a>
<li><a href="http://superuser.com/questions/60205/can-you-activate-one-windows-7-on-2-identical-machines">Can you activate one Windows 7 on 2 identical machines?</a>
<li><a href="http://superuser.com/questions/62141/linux-how-to-move-all-files-from-current-directory-to-upper-directory">Linux: How to move all files from current directory to upper directory ?</a>
<li><a href="http://superuser.com/questions/59740/is-there-a-difference-between-amd-and-intel-processors">Is there a difference between AMD and Intel processors? </a>
<li><a href="http://superuser.com/questions/60646/is-a-clean-install-really-better-than-an-upgrade">Is a clean install really better than an upgrade?</a>
<li><a href="http://superuser.com/questions/59724/windows-vista-32-bit-to-windows-7-64-bit-upgrade">Windows Vista 32-bit to Windows 7 64-bit upgrade?</a>
<li><a href="http://superuser.com/questions/61233/does-using-a-certain-kind-of-numbers-make-a-good-password">Does using a certain kind of numbers make a good password ?</a></li>
</ul>
<p><strong>The Geek on Lifehacker</strong></p>
<p>Over at Lifehacker, I&#8217;ve continued my daily writing with varying levels of usefulness, but loads of eye candy. Here&#8217;s some of the highlights:</p>
<p><a href="http://lifehacker.com/5390086/the-master-list-of-new-windows-7-shortcuts">The Master List of New Windows 7 Shortcuts</a></p>
<p><a href="http://lifehacker.com/5390086/the-master-list-of-new-windows-7-shortcuts"><img title="" alt="" src="http://cache-10.gawkerassets.com/assets/images/17/2009/10/500x_shortcuts-head.jpg" width="267" height="150"></a></p>
<ul>
<li><a href="http://lifehacker.com/5392818/longbar-is-a-slick-open+source-sidebar-for-windows">LongBar is a Slick, Open-Source Sidebar for Windows</a>
<li><a href="http://lifehacker.com/5391993/the-left-4-dead-hud-desktop">The Left 4 Dead HUD Desktop</a>
<li><a href="http://lifehacker.com/5393804/the-ultimate-halloween-desktop">The Ultimate Halloween Desktop</a>
<li><a href="http://lifehacker.com/5388683/the-chromeos-litestep-desktop">The &#8220;ChromeOS&#8221; LiteStep Desktop</a></li>
</ul>
<p><strong>The Geek Note</strong></p>
</p>
</p>
</p>
</p>
</p>
</p>
<p>Wheeeeeeeee!</p>
<p>That&#8217;s right. More new stuff coming soon. </p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/comic/the-iphone-excuse/" rel="bookmark" title="Permanent Link: The Geek Comic: The iPhone Excuse">The Geek Comic: The iPhone Excuse</a></li><li><a href="http://www.howtogeek.com/howto/the-geek-blog/week-in-geek-the-geeks-new-laptop-edition/" rel="bookmark" title="Permanent Link: Week in Geek: The Geek&#8217;s New Laptop Edition">Week in Geek: The Geek&#8217;s New Laptop Edition</a></li><li><a href="http://blogs.howtogeek.com/mysticgeek/2008/03/13/a-look-at-internet-explorer-8-beta-1/" rel="bookmark" title="Permanent Link: Mysticgeek Blog: A Look at Internet Explorer 8 Beta 1 on Windows XP">Mysticgeek Blog: A Look at Internet Explorer 8 Beta 1 on Windows XP</a></li><li><a href="http://blogs.howtogeek.com/mysticgeek/2008/06/26/hidden-xp-utility-verifier/" rel="bookmark" title="Permanent Link: Mysticgeek Blog: Hidden XP Utility &#8211; Driver Verifier">Mysticgeek Blog: Hidden XP Utility &#8211; Driver Verifier</a></li><li><a href="http://www.howtogeek.com/howto/the-geek-blog/week-in-geek-the-gmail-spam-filter-failure-edition/" rel="bookmark" title="Permanent Link: Week in Geek: The Gmail Spam Filter Failure Edition">Week in Geek: The Gmail Spam Filter Failure Edition</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'>No pop out sidebar in windows 7?</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/5656/week-in-geek-the-progress-of-geekery-edition/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
						</item>
				<item>
			<title>Ditch the RealPlayer Bloat with Real Alternative</title>
			<link>http://www.howtogeek.com/howto/5366/ditch-the-realplayer-bloat-with-real-alternative/</link>
			<comments>http://www.howtogeek.com/howto/5366/ditch-the-realplayer-bloat-with-real-alternative/#comments</comments>
			<pubDate>Fri, 30 Oct 2009 19:00:00 +0000</pubDate>
			<dc:creator>Mysticgeek</dc:creator>
					<category><![CDATA[Firefox & Web]]></category>
		<category><![CDATA[Geek Stuff]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/5366/ditch-the-realplayer-bloat-with-real-alternative/</guid>
						<description><![CDATA[<p>It doesn&#8217;t happen a whole lot these days, but sometimes you might run across a website that requires you to have Real Player to play media content on a page. Today we take a look at Real Alternative, which lets you check out the media content without installing the obnoxious bloat.</p>
<p><strong>The Problem &#8211; Real Player</strong></p>
<p>The problem is RealPlayer which can be a lot of extra bloat to deal with just to watch the occasional RM file or online content. While it may not be as adware ridden as it was a few years ago, it&#8217;s far more than you need just to watch play some online content.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="12-real" border="0" alt="12-real" src="http://www.howtogeek.com/wp-content/uploads/2009/10/12real.png" width="640" height="387"> </p>
<p>Of course it still likes to leave advertisement popups on your desktop, which is completely unacceptable from any program.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="13-real" border="0" alt="13-real" src="http://www.howtogeek.com/wp-content/uploads/2009/10/13real.png" width="640" height="323"> </p>
<p><strong>Real Alternative</strong></p>
<p>Real Alternative is completely ad free and allows you to play RealMedia files <em>(.ra .rm .rmvb .ram .rpm .rv .rp .rt .rnx .smi .smil)</em> without having to install the bloated RealPlayer. It installs the right plugins to support RM content that is embedded in Web pages. It also comes bundled with Media Player Classic which you can use on your desktop for playing RM files. </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="1-real" border="0" alt="1-real" src="http://www.howtogeek.com/wp-content/uploads/2009/10/1real.png" width="541" height="426"> </p>
<p>After installing, you can go through and set it up according to your preferences.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="2-install" border="0" alt="2-install" src="http://www.howtogeek.com/wp-content/uploads/2009/10/2install.png" width="541" height="426"> </p>
<p>If you find a site that requires RealPlayer to watch embedded content right click and select Real Player.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="4-real" border="0" alt="4-real" src="http://www.howtogeek.com/wp-content/uploads/2009/10/4real.png" width="574" height="317"> </p>
<p>It opens up with Media Player Classic to watch the video.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="5-real" border="0" alt="5-real" src="http://www.howtogeek.com/wp-content/uploads/2009/10/5real.png" width="457" height="502"> </p>
<p>This is definitely a lot better solution than dealing with the huge bloated annoyance of RealPlayer.</p>
<p><a href="http://www.codecguide.com/download_real.htm">Download Real Alternative</a></p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/windows/play-real-media-audio-using-vlc/" rel="bookmark" title="Permanent Link: Play Real Media Audio Using VLC">Play Real Media Audio Using VLC</a></li><li><a href="http://www.howtogeek.com/howto/windows/download-and-convert-real-media-audio-streams-the-easy-way/" rel="bookmark" title="Permanent Link: Download and Convert Real Media Audio Streams the Easy Way">Download and Convert Real Media Audio Streams the Easy Way</a></li><li><a href="http://www.howtogeek.com/reviews/allcapture-3-0/" rel="bookmark" title="Permanent Link: ALLCapture 3.0 [Review]">ALLCapture 3.0 [Review]</a></li><li><a href="http://www.howtogeek.com/howto/4812/openoffice-is-a-free-cross-platform-alternative-to-ms-office/" rel="bookmark" title="Permanent Link: Beginner Geeks: OpenOffice is a Free Cross Platform Alternative to MS Office">Beginner Geeks: OpenOffice is a Free Cross Platform Alternative to MS Office</a></li><li><a href="http://www.howtogeek.com/howto/5096/avoid-the-apple-quicktime-bloat-with-qt-lite/" rel="bookmark" title="Permanent Link: Avoid the Apple QuickTime Bloat with QT Lite">Avoid the Apple QuickTime Bloat with QT Lite</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'>No pop out sidebar in windows 7?</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/5366/ditch-the-realplayer-bloat-with-real-alternative/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
						</item>
				<item>
			<title>Awesome Desktop Wallpapers: Halloween Edition</title>
			<link>http://www.howtogeek.com/howto/5600/awesome-desktop-wallpapers-halloween-edition/</link>
			<comments>http://www.howtogeek.com/howto/5600/awesome-desktop-wallpapers-halloween-edition/#comments</comments>
			<pubDate>Fri, 30 Oct 2009 13:00:00 +0000</pubDate>
			<dc:creator>Mysticgeek</dc:creator>
					<category><![CDATA[Customizing: Tips & Tweaks]]></category>
		<category><![CDATA[Geek Fun]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/5600/awesome-desktop-wallpapers-halloween-edition/</guid>
						<description><![CDATA[<p>Since it&#8217;s Halloween weekend we thought we would bring you a collection of cool Halloween themed desktop wallpaper you can use to get into the spirit.</p>
<p>Click on any of the images below for a larger version of the image more suitable for using as a wallpaper. Since everybody’s desktop might be a different size, you may have to crop or adjust the images for best effect. Happy Halloween!&nbsp; </p>
<p><a href="http://rpguere.deviantart.com/art/Halloween-2005-23638554"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2-hal" border="0" alt="2-hal" src="http://www.howtogeek.com/wp-content/uploads/2009/10/2hal.png" width="640" height="505"></a> </p>
<p><a href="http://wdwparksgal.deviantart.com/art/Halloween-Wallpaper-ContestEnt-99824709"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="6-hal" border="0" alt="6-hal" src="http://www.howtogeek.com/wp-content/uploads/2009/10/6hal.png" width="640" height="480"></a> </p>
<p><a href="http://twisted-ky0.deviantart.com/art/Halloween-wp-12185010"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="5-hal" border="0" alt="5-hal" src="http://www.howtogeek.com/wp-content/uploads/2009/10/5hal.png" width="640" height="480"></a> </p>
<p><a href="http://sandpiperw.deviantart.com/art/Halloween-Night-41633549"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="7-hal" border="0" alt="7-hal" src="http://www.howtogeek.com/wp-content/uploads/2009/10/7hal.png" width="640" height="400"></a>&nbsp;</p>
<p><a href="http://zefhar.deviantart.com/art/Think-Halloween-11221543"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="3-hal" border="0" alt="3-hal" src="http://www.howtogeek.com/wp-content/uploads/2009/10/3hal.png" width="640" height="477"></a> </p>
<p><a href="http://www.alwayshalloween.com/downloads/halloween-wallpaper/Halloween%20XP%20Home.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="10-hal" border="0" alt="10-hal" src="http://www.howtogeek.com/wp-content/uploads/2009/10/10hal.png" width="640" height="479"></a> </p>
<p><a href="http://nmsmith.deviantart.com/art/Happy-Halloween-24650314"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="8-hal" border="0" alt="8-hal" src="http://www.howtogeek.com/wp-content/uploads/2009/10/8hal.png" width="640" height="479"></a> </p>
<p><a href="http://bartholomew.deviantart.com/art/Halloween-2005-24676279"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="1-hal" border="0" alt="1-hal" src="http://www.howtogeek.com/wp-content/uploads/2009/10/1hal.png" width="640" height="508"></a> </p>
<p><a href="http://img3.nnm.ru/5/2/e/9/6/52e963dde56f939d7c933107b4b4f9a9_full.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="9-hal" border="0" alt="9-hal" src="http://www.howtogeek.com/wp-content/uploads/2009/10/9hal.png" width="640" height="480"></a> </p>
<p><a href="http://vladstudio.deviantart.com/art/The-Gathering-Storm-Halloween-139358123"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="4-hal" border="0" alt="4-hal" src="http://www.howtogeek.com/wp-content/uploads/2009/10/4hal1.png" width="640" height="478"></a> </p>
<p><a href="http://www.alwayshalloween.com/downloads/halloween-wallpaper/dark_halloween_02.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="11-hal" border="0" alt="11-hal" src="http://www.howtogeek.com/wp-content/uploads/2009/10/11hal.png" width="640" height="511"></a></p>
		<table border='0' cellpadding='3' cellspacing='0' id='articleTable'>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Similar Articles</strong></td>
				<td bgcolor='#cccccc' align='center' width='300' width='50%'><strong>Tinyhacker - Tiny Geek Hacks</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul><li><a href="http://www.howtogeek.com/howto/2023/awesome-desktop-wallpapers-guitar-edition/" rel="bookmark" title="Permanent Link: Awesome Desktop Wallpapers: Guitar Edition">Awesome Desktop Wallpapers: Guitar Edition</a></li><li><a href="http://www.howtogeek.com/howto/the-geek-blog/customization/amazing-desktop-wallpapers-the-castle-themed-edition/" rel="bookmark" title="Permanent Link: Amazing Desktop Wallpapers: the Castle-Themed Edition">Amazing Desktop Wallpapers: the Castle-Themed Edition</a></li><li><a href="http://www.howtogeek.com/howto/customization/fun-wallpapers-the-linux-desktop-edition/" rel="bookmark" title="Permanent Link: Fun Wallpapers: The Linux Desktop Edition">Fun Wallpapers: The Linux Desktop Edition</a></li><li><a href="http://www.howtogeek.com/howto/3244/awesome-desktop-wallpapers-the-windows-7-edition/" rel="bookmark" title="Permanent Link: Awesome Desktop Wallpapers: The Windows 7 Edition">Awesome Desktop Wallpapers: The Windows 7 Edition</a></li><li><a href="http://www.howtogeek.com/howto/internet/firefox/firefox-themes-best-of-the-darkness/" rel="bookmark" title="Permanent Link: Firefox Themes: Best of the Darkness">Firefox Themes: Best of the Darkness</a></li></ul></td>
				<td valign='top'><ul>			<li><a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/">Open Doors is a Fun Logic-Based Flash Game</a></li>
					<li><a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/">Split Large Files into Smaller Pieces using GSplit</a></li>
					<li><a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/">How to Connect Multiple Computers to One Monitor</a></li>
					<li><a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/">Make Any Web Page Printer Friendly with Printee</a></li>
					<li><a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/">Our Favorite Finder Icon</a></li>
					<li><a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/">JumpLaunch Uses Windows 7 Jump Lists as a Launcher</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Latest Software Reviews</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Super User Daily</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/reviews/pcmover-professional/">PCmover Professional</a></li>
					<li><a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/">Spyware Doctor + Antivirus 2010</a></li>
					<li><a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/">Cakewalk Guitar Tracks Pro USB</a></li>
					<li><a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/">BitDefender Total Security 2010</a></li>
		</ul></td>
				<td valign='top'><ul>			<li><a href="http://superuser.com/questions/67408/use-wireless-and-wired-connections-at-the-same-time">Use Wireless and Wired connections at the same time</a></li>
					<li><a href="http://superuser.com/questions/67398/my-computer-is-infected-with-spyware-and-i-spent-8-hours-and-i-still-cant-fix-it">My computer is infected with spyware and i spent 8 hours and i still can't fix it</a></li>
					<li><a href="http://superuser.com/questions/67394/cannot-renew-ip-unable-to-contact-dhcp-server">cannot renew ip unable to contact dhcp server</a></li>
					<li><a href="http://superuser.com/questions/67392/att-3g-microcell-ssh-login">AT&amp;T 3G MicroCell SSH Login</a></li>
		</ul></td>
			</tr>
			<tr>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Geek Arcade</strong></td>
				<td bgcolor='#cccccc' align='center' width='300'><strong>Popular Forum Threads</strong></td>
			</tr>
			<tr>
				<td valign='top'><ul>			<li><a href="http://www.howtogeek.com/games/open-doors/">Open Doors</a></li>
					<li><a href="http://www.howtogeek.com/games/boombot/">Boombot</a></li>
					<li><a href="http://www.howtogeek.com/games/demolition-city/">Demolition City</a></li>
					<li><a href="http://www.howtogeek.com/games/heavy-weapons/">Heavy Weapons</a></li>
		</ul></td>
				<td valign='top'>
					<ul>
											<li><a href='http://www.howtogeek.com/forum/topic/how-remove-grey-box-in-icons-caused-from-nortons-backups'>how remove grey box in icons caused from Nortons backups</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/computer-screen-jumps'>Computer screen jumps</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/can-you-tube-clips-be-captured-on-my-computer'>(Solved) - Can You Tube clips be captured on my computer.</a></li>
											<li><a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'>No pop out sidebar in windows 7?</a></li>
										</ul>
				</td>
			</tr>
		</table>
		]]></description>
						<wfw:commentRss>http://www.howtogeek.com/howto/5600/awesome-desktop-wallpapers-halloween-edition/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
						</item>
			</channel>
</rss>