<?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>Big Joe&#039;s Blog &#187; Technology</title>
	<atom:link href="http://www.joelcottrell.com/category/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://www.joelcottrell.com</link>
	<description>Big Joe&#039;s WordPress weblog</description>
	<lastBuildDate>Wed, 17 Aug 2011 22:26:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Configure Your Router for Network Wide URL Logging</title>
		<link>http://www.joelcottrell.com/blog/2011/07/27/how-to-configure-your-router-for-network-wide-url-logging/</link>
		<comments>http://www.joelcottrell.com/blog/2011/07/27/how-to-configure-your-router-for-network-wide-url-logging/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 16:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.joelcottrell.com/?p=603</guid>
		<description><![CDATA[

Don’t be in the dark about who is visiting what web sites on your LAN. Use our two-prong approach to lock in on who is browsing what on your home network.
Source
]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: left;"><span style="font-weight: normal;"><a href="http://www.joelcottrell.com/wp-content/uploads/2011/07/url-logging.jpg"><img class="size-full wp-image-604 alignnone" title="url-logging" src="http://www.joelcottrell.com/wp-content/uploads/2011/07/url-logging.jpg" alt="" width="549" height="180" /></a><br />
</span></h2>
<p>Don’t be in the dark about who is visiting what web sites on your LAN. Use our two-prong approach to lock in on who is browsing what on your home network.<span id="more-603"></span></p>
<p><a href="http://www.howtogeek.com/68886/how-to-configure-your-router-for-network-wide-url-logging">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelcottrell.com/blog/2011/07/27/how-to-configure-your-router-for-network-wide-url-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embed a TrueCrypt Volume In A Playable Video File</title>
		<link>http://www.joelcottrell.com/blog/2011/03/01/embed-a-truecrypt-volume-in-a-playable-video-file/</link>
		<comments>http://www.joelcottrell.com/blog/2011/03/01/embed-a-truecrypt-volume-in-a-playable-video-file/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 19:52:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.joelcottrell.com/?p=583</guid>
		<description><![CDATA[
Steganography  is the process of hiding an encrypted message in some otherwise  innocent looking format. Normally you can do this with image files, but now(via Lifehacker.com) you can take it to a whole new level by hiding an entire TrueCrypt volume in an mp4 video file.

First you need a suitable mp4 file to hide your TrueCrypt container. I used a video from the NASA website,  just click &#8220;Download video&#8221; to get your mp4 file. Really any mp4 file  will do, but try to find a file ...]]></description>
			<content:encoded><![CDATA[<div><img src="http://fastcache.gawkerassets.com/assets/images/17/2011/02/xlarge_truecrype-mp4-steg.jpg" alt="" width="640" height="360" /></div>
<p>Steganography  is the process of hiding an encrypted message in some otherwise  innocent looking format. Normally you can do this with image files, but now(via Lifehacker.com) you can take it to a whole new level by hiding an entire <a href="http://www.truecrypt.org/">TrueCrypt</a> volume in an mp4 video file.</p>
<div>
<p>First you need a suitable mp4 file to hide your TrueCrypt container. I used a video from the <a href="http://www.nasa.gov/multimedia/videogallery/index.html?collection_id=14554">NASA website</a>,  just click &#8220;Download video&#8221; to get your mp4 file. Really any mp4 file  will do, but try to find a file that matches the proportional size of  the container you are going to create.</p>
<div>
<div><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2011/02/truecrypt-mp4.png">Full size</a></div>
</div>
<h3>Create the TrueCrypt Container</h3>
<p>Once you have your video file, create a TrueCrypt container. Use the  &#8220;Hidden Container&#8221; option, this generates a  container-inside-a-container. Name it &#8216;innocuous-looking-file.mp4&#8242; or  something similar, and fill out the options regarding the volume size  and passwords.</p>
<h3>Merge The Video File And The Container</h3>
<p>Now that you have your two files, the magic happens. <a href="http://keyj.s2000.at/">Martin Fiedler</a>, a software engineer from Germany, created a Python script named <a href="http://keyj.s2000.at/files/tcsteg.py">tcsteg.py</a> that will now merge these two files together. Execute &#8220;python tcsteg.py  Movie.mp4 NameOfTrueCryptVolume.mp4&#8243; from a command line to make the  merge.</p>
<p>The resulting file is very secure, and hard to detect:</p>
<blockquote><p>There are only four ways to detect the presence of the hidden volume,  all of which are unlikely to be checked even by a knowledgeable person.  The easiest way to tell about the manipulation would be bitrate  monitoring: If a player tells you that the stream has a bitrate of 1  Mbps, but by analyzing the file size, you can compute that it must have  at least 5 Mbps, you can tell something is amiss. But who looks at  bitrates this detailed? The only other ways would be (1) a sophisticated  packet-by-packet analysis of the mdat data that would find out that  from offset 65,536 on, there&#8217;s not only random-looking compressed data,  but random-looking garbage; (2) checking for a repetition of the first  64k or mdat somewhere later in the file and (3) seeing that there&#8217;s much  unused space in the mdat that isn&#8217;t referenced by any chunk offset  table.</p></blockquote>
<p>To remount the volume, just enter the mp4 as a TrueCrypt container  and make sure to mark that there is a hidden volume along with the  password.</p>
<div>
<div><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2011/02/decrypt.png">Full size</a></div>
</div>
<p>I tested out the process from beginning to end and it was very easy  to do. Let us know if it works for you or if you have any questions  about the process!</p>
<p><a href="http://keyj.s2000.at/?p=458">Real Steganography with TrueCrypt</a> via <a href="http://keyj.s2000.at/">KeyJ</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.joelcottrell.com/blog/2011/03/01/embed-a-truecrypt-volume-in-a-playable-video-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NES cartridge repurposed as wireless router, exterior sticker and all</title>
		<link>http://www.joelcottrell.com/blog/2010/11/05/nes-cartridge-repurposed-as-wireless-router-exterior-sticker-and-all/</link>
		<comments>http://www.joelcottrell.com/blog/2010/11/05/nes-cartridge-repurposed-as-wireless-router-exterior-sticker-and-all/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 14:05:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.joelcottrell.com/?p=549</guid>
		<description><![CDATA[
This is cool. The Unconventional Hacker has gone above  and beyond the call of duty with his latest hack job, the NES Cartridge  Wireless Router. As the title implies, there&#8217;s an actual Belkin  Wireless G router (the F5D7230-4, for those curious) shoved inside of an  authentic NES game  cartridge. Better still, the instructions to whip this up yourself are  just a click away in the source link, giving you precisely zero reasons  to continue using the horrifically unsightly WLAN router that you  ...]]></description>
			<content:encoded><![CDATA[<div><a href="http://www.engadget.com/2010/11/04/nes-cartridge-repurposed-as-wireless-router-exterior-sticker-an/"><img src="http://www.blogcdn.com/www.engadget.com/media/2010/11/nes-wireless-belkin-router.jpg" border="1" alt="" hspace="4" vspace="4" /></a></div>
<p>This is cool. <em>The Unconventional Hacker</em> has gone above  and beyond the call of duty with his latest hack job, the NES Cartridge  Wireless Router. As the title implies, there&#8217;s an actual Belkin  Wireless G router (the F5D7230-4, for those curious) shoved inside of an  authentic <a href="http://www.engadget.com/tag/NES/">NES</a> game  cartridge. Better still, the instructions to whip this up yourself are  just a click away in the source link, giving you precisely zero reasons  to continue using the horrifically unsightly WLAN router that you  currently are. Oh, and if it sporadically disconnects, we&#8217;re hearing  that a brief (albeit powerful) blow across the Ethernet jacks will fix  things right up.</p>
<p><a href="http://unconventionalhacker.blogspot.com/2010/11/nes-cartridge-wireless-router.html">Read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelcottrell.com/blog/2010/11/05/nes-cartridge-repurposed-as-wireless-router-exterior-sticker-and-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bedol Water Clock Smiley Alarm: Powered by Water</title>
		<link>http://www.joelcottrell.com/blog/2010/07/30/bedol-water-clock-smiley-alarm-powered-by-water/</link>
		<comments>http://www.joelcottrell.com/blog/2010/07/30/bedol-water-clock-smiley-alarm-powered-by-water/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 15:24:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.joelcottrell.com/?p=514</guid>
		<description><![CDATA[
This is a cool device. Bedol What&#8217;s Next specializes in innovative design, and this clock fits that description&#8211;and it&#8217;s eco-friendly, as well. To power up the Water Clock Smiley Alarm, you just fill it with tap water. It  starts running immediately. You&#8217;ll need to swap out the water every 12  weeks or so, but you won&#8217;t lose time when you do so, thanks to a  built-in chip. It even features a daily and hourly alarm.
How  does it work? The site says it converts ions in the ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gearlog.com/assets_c/2010/07/bedol%20smiley%20jpg-thumb-450x582-13967.jpg"><img src="http://www.gearlog.com/assets_c/2010/07/bedol%20smiley%20jpg-thumb-450x582-13967-thumb-250x323-13968.jpg" alt="Thumbnail image for bedol smiley jpg" width="250" height="323" /></a></p>
<div>This is a cool device. Bedol What&#8217;s Next specializes in innovative design, and this clock fits that description&#8211;and it&#8217;s eco-friendly, as well. To <a href="http://www.gearlog.com/2010/07/bedol_water_clock_smiley_alarm.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+ziffdavis%2Fgearlog-ziffdavis+%28Gearlog%29&amp;utm_content=Google+Reader#" target="_blank">power</a> up the Water Clock Smiley Alarm, you just fill it with tap water. It  starts running immediately. You&#8217;ll need to swap out the water every 12  weeks or so, but you won&#8217;t lose time when you do so, thanks to a  built-in chip. It even features a daily and hourly alarm.</p>
<p>How  does it work? The site says it converts ions in the water into clean  energy. (I suspect tiny sea monkeys come to life when you add the water  and keep things ticking, but that may not be correct.)</p>
<p>The new model ships in September; you can preorder one now for $39 at <a href="http://www.bedolwhatsnext.com/-c-89_199.html">Bedol&#8217;s site</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.joelcottrell.com/blog/2010/07/30/bedol-water-clock-smiley-alarm-powered-by-water/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Adds OCR for PDF Files and Images</title>
		<link>http://www.joelcottrell.com/blog/2010/06/22/google-adds-ocr-for-pdf-files-and-images/</link>
		<comments>http://www.joelcottrell.com/blog/2010/06/22/google-adds-ocr-for-pdf-files-and-images/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 17:14:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.joelcottrell.com/?p=508</guid>
		<description><![CDATA[
When you upload files to Google Docs, you&#8217;ll notice a new option that  tells Google to convert the text from PDF and image files to Google Docs  documents. The feature has been released last year as  an experiment, so Google had enough time to improve the accuracy of  the results.
Read More
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joelcottrell.com/wp-content/uploads/2010/06/google-docs-pdf-convert.png"><img class="alignnone size-medium wp-image-509" title="google-docs-pdf-convert" src="http://www.joelcottrell.com/wp-content/uploads/2010/06/google-docs-pdf-convert-300x194.png" alt="" width="300" height="194" /></a></p>
<p>When you upload files to Google Docs, you&#8217;ll notice a new option that  tells Google to convert the text from PDF and image files to Google Docs  documents. The feature has been released last year <a href="http://googlesystem.blogspot.com/2009/09/google-docs-ocr.html">as  an experiment</a>, so Google had enough time to improve the accuracy of  the results.<span id="more-508"></span></p>
<p><a href="http://googlesystem.blogspot.com/2010/06/google-adds-ocr-for-pdf-files-and.html">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelcottrell.com/blog/2010/06/22/google-adds-ocr-for-pdf-files-and-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ei.cfg Removal Utility Lets You Use Any Product Key With Your Windows 7 Disc</title>
		<link>http://www.joelcottrell.com/blog/2010/01/07/ei-cfg-removal-utility-lets-you-use-any-product-key-with-your-windows-7-disc/</link>
		<comments>http://www.joelcottrell.com/blog/2010/01/07/ei-cfg-removal-utility-lets-you-use-any-product-key-with-your-windows-7-disc/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 19:36:30 +0000</pubDate>
		<dc:creator>bigjoe</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://bigjoe.wordpress.com/?p=407</guid>
		<description><![CDATA[
Courtesy of lifehacker.com
Windows: Windows 7 install discs are edition-specific—if you&#8217;ve got a valid license key, you still need the right disc for installation. The ei.cfg Removal Utility, however, lets you create a new, universal installation ISO for Windows 7.
Read More
]]></description>
			<content:encoded><![CDATA[<p><!-- google_ad_section_start --><img src="http://cache.gawker.com/assets/images/17/2009/12/500x_wininstall.jpg" alt="" width="500" /></p>
<p>Courtesy of <a href="http://www.lifehacker.com">lifehacker.com</a></p>
<p>Windows: Windows 7 install discs are edition-specific—if you&#8217;ve got a valid license key, you still need the right disc for installation. The ei.cfg Removal Utility, however, lets you create a new, universal installation ISO for Windows 7.</p>
<p><a href="http://lifehacker.com/5438005/eicfg-removal-utility-lets-you-use-any-product-key-with-your-windows-7-disc">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelcottrell.com/blog/2010/01/07/ei-cfg-removal-utility-lets-you-use-any-product-key-with-your-windows-7-disc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack: Windows 7 “System Launcher”</title>
		<link>http://www.joelcottrell.com/blog/2010/01/05/hack-windows-7-%e2%80%9csystem-launcher%e2%80%9d/</link>
		<comments>http://www.joelcottrell.com/blog/2010/01/05/hack-windows-7-%e2%80%9csystem-launcher%e2%80%9d/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 19:13:48 +0000</pubDate>
		<dc:creator>bigjoe</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://bigjoe.wordpress.com/?p=403</guid>
		<description><![CDATA[By way of on10.net

Mike Halsey just came up with an ingenious way to add system icons like the Control Panel, Recycle Bin, Devices and Printers, and more to the new Windows 7 taskbar, all while keeping them separate from the other icons already docked there.
Mike’s hack builds off of the WinVistaClub forum tip about how to add the quick launch toolbar back into Windows 7 . The end results of the hack look like this (click for image).
Here’s how you do it Click Here

]]></description>
			<content:encoded><![CDATA[<div>By way of <a href="http://www.on10.net">on10.net</a></div>
<p><img src="http://on10.net/Link/5555419e-e843-4506-92b1-8d5ab481a223/?default=content" alt="" /></p>
<p><a href="http://www.thelongclimb.com/?p=739">Mike Halsey</a> just came up with an ingenious way to add system icons like the Control Panel, Recycle Bin, Devices and Printers, and more to the new Windows 7 taskbar, all while keeping them separate from the other icons already docked there.</p>
<p>Mike’s hack builds off of the <a href="http://www.winvistaclub.com/forum/windows-7/26837-how-get-windows-7-build-7025-quick-launch-bar-windows-7-build-7000-a.html">WinVistaClub forum</a> tip about how to add the quick launch toolbar back into Windows 7 . The end results of the hack look like <a href="http://www.inspirare.net/thelongclimb/wp-content/uploads/2009/02/taskbar4-445x10.jpg">this</a> (click for image).</p>
<p><strong>Here’s how you do it </strong>Click Here<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelcottrell.com/blog/2010/01/05/hack-windows-7-%e2%80%9csystem-launcher%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sumatra 1.0 is a Blazing Fast Replacement for Adobe Reader</title>
		<link>http://www.joelcottrell.com/blog/2009/11/21/sumatra-1-0-is-a-blazing-fast-replacement-for-adobe-reader/</link>
		<comments>http://www.joelcottrell.com/blog/2009/11/21/sumatra-1-0-is-a-blazing-fast-replacement-for-adobe-reader/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 19:52:41 +0000</pubDate>
		<dc:creator>bigjoe</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://bigjoe.wordpress.com/?p=384</guid>
		<description><![CDATA[
courtesy of lifehacker.com
Windows only: The Sumatra PDF Viewer is a tiny, open-source, portable, and, most of all, lightning-quick replacement for the bloated Adobe Reader we&#8217;ve all learned to replace. It&#8217;s only a 1.2 MB download, so why not give it a try?
Sumatra opened every PDF we threw at it without any issues, along with a table of contents in the left pane if available. You can head into the Options to choose the default layout and zoom, or choose whether to have the sidebar display automatically. Want to copy text ...]]></description>
			<content:encoded><![CDATA[<p><!-- google_ad_section_start --><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/11/sshot-2009-11-18-12-03-11.jpg"><img src="http://cache.gawker.com/assets/images/17/2009/11/500x_sshot-2009-11-18-12-03-11.jpg" alt="" width="500" /></a></p>
<p>courtesy of <a href="http://http://lifehacker.com/5407557/sumatra-10-is-a-blazing-fast-replacement-for-adobe-reader">lifehacker.com</a></p>
<p>Windows only: The Sumatra PDF Viewer is a tiny, open-source, portable, and, most of all, lightning-quick replacement for the bloated Adobe Reader <a href="http://lifehacker.com/384545/superior-alternatives-to-crappy-windows-software">we&#8217;ve all learned to replace</a>. It&#8217;s only a 1.2 MB download, so why not give it a try?</p>
<p>Sumatra opened every PDF we threw at it without any issues, along with a table of contents in the left pane if available. You can head into the Options to choose the default layout and zoom, or choose whether to have the sidebar display automatically. Want to copy text to the clipboard? Just hold down the Ctrl key and select the text with your mouse, then use Ctrl+C to copy it. There&#8217;s even a full set of hotkeys, <a href="http://blog.kowalczyk.info/software/sumatrapdf/manual.html">including Gmail-style navigation</a>. It&#8217;s not as full-featured as Reader or Foxit, but if all you are doing is reading PDFs, it&#8217;s definitely worth a look.</p>
<p>With giant hard drives and dirt-cheap memory these days, perhaps the biggest reason to switch to an alternative to Adobe Reader isn&#8217;t even the bloat anymore—it&#8217;s the <a href="http://blogs.zdnet.com/security/?p=4601">non-stop</a> <a href="http://news.cnet.com/8301-1009_3-10168266-83.html">security holes</a> that <a href="http://news.cnet.com/8301-1009_3-10229070-83.html">seem to plague</a> the <a href="http://www.adobe.com/support/security/bulletins/apsb09-15.html">popular reader</a>, leaving you vulnerable to <a href="http://blogs.zdnet.com/security/?p=4885">drive-by attacks</a>. If Sumatra isn&#8217;t for you, at least check out one of the other <a href="http://lifehacker.com/5328211/five-best-pdf-readers">five best PDF readers</a>.</p>
<p>Sumatra is a free download for Windows only. If you plan to keep Adobe Reader installed, be sure to <a href="http://blog.kowalczyk.info/software/sumatrapdf/manual.html">check out the manual</a> for instructions on using Sumatra as your default viewer when reading PDFs from the web.</p>
<div><a href="http://blog.kowalczyk.info/software/sumatrapdf/index.html">Sumatra</a> [via <a href="http://www.downloadsquad.com/2009/11/17/open-source-adobe-reader-alternative-sumatra-pdf-hits-version-1/">Download Squad</a>]</div>
]]></content:encoded>
			<wfw:commentRss>http://www.joelcottrell.com/blog/2009/11/21/sumatra-1-0-is-a-blazing-fast-replacement-for-adobe-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LockThis! Password Protects Your Open Programs</title>
		<link>http://www.joelcottrell.com/blog/2009/11/21/lockthis-password-protects-your-open-programs/</link>
		<comments>http://www.joelcottrell.com/blog/2009/11/21/lockthis-password-protects-your-open-programs/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 17:51:33 +0000</pubDate>
		<dc:creator>bigjoe</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://bigjoe.wordpress.com/?p=382</guid>
		<description><![CDATA[
courtesy of lifehacker.com
Windows only: If you&#8217;ve ever wanted to keep a program safe from prying eyes but don&#8217;t want to close it, free utility LockThis! will let you easily protect any open program, so that un-minimizing it requires a password.
LockThis! is extremely easy to use—to lock an application, all you need to do is press Ctrl while minimizing the window that you want protected. It will ask you for your admin password (which by default is LockThis! but can be changed from the admin window), and then keep the window ...]]></description>
			<content:encoded><![CDATA[<p><!-- google_ad_section_start --><img src="http://cache.gawker.com/assets/images/lifehacker/2009/11/lockthis_02.png" alt="" width="340" /></p>
<p>courtesy of <a href="http://lifehacker.com/5408476/lockthis-password-protects-your-open-programs">lifehacker.com</a></p>
<p>Windows only: If you&#8217;ve ever wanted to keep a program safe from prying eyes but don&#8217;t want to close it, free utility LockThis! will let you easily protect any open program, so that un-minimizing it requires a password.</p>
<p>LockThis! is extremely easy to use—to lock an application, all you need to do is press Ctrl while minimizing the window that you want protected. It will ask you for your admin password (which by default is LockThis! but can be changed from the admin window), and then keep the window minimized until you want it open again.</p>
<p>You can use your admin password for all protected programs, set a separate password for all programs, or specify the password on a per-program basis as you minimize them. It&#8217;s up to you. It runs in the system tray, staying out of your way except to prompt for passwords—even if you try to open the admin window or exit LockThis!, it will prompt you for your admin password so no one can just shut it off.</p>
<p>LockThis! is a free download, Windows only.</p>
<div><a href="http://duriosoft.info/products/lockthis.html">LockThis!</a> [via <a href="http://www.nirmaltv.com/2009/11/19/password-protect-any-program-or-file-with-lockthis/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+LifeRocks20+%28Life+Rocks+2.0%29">Life Rocks 2.0</a>]</div>
]]></content:encoded>
			<wfw:commentRss>http://www.joelcottrell.com/blog/2009/11/21/lockthis-password-protects-your-open-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xbox 360 Update Impressions – Twitter, Facebook, Last.FM, and More</title>
		<link>http://www.joelcottrell.com/blog/2009/11/20/xbox-360-update-impressions-%e2%80%93-twitter-facebook-last-fm-and-more/</link>
		<comments>http://www.joelcottrell.com/blog/2009/11/20/xbox-360-update-impressions-%e2%80%93-twitter-facebook-last-fm-and-more/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 19:32:08 +0000</pubDate>
		<dc:creator>bigjoe</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://bigjoe.wordpress.com/?p=390</guid>
		<description><![CDATA[I just loaded up my Xbox 360 recently only to discover some nice new additions to the Xbox Live service. The addition of Twitter, Facebook, Last.FM, and Zune Video marketplace adds a whole new dimension in having the Xbox 360 as an ultimate source of rich media in your living room. Listed below is my shared experience with these additions. Twitter and Facebook are displayed in the community section, where you currently also find the &#8220;Game with Fame&#8221; events. The Zune Marketplace is the first thing that pops up when ...]]></description>
			<content:encoded><![CDATA[<p>I just loaded up my Xbox 360 recently only to discover some nice new additions to the Xbox Live service. The addition of Twitter, Facebook, Last.FM, and Zune Video marketplace adds a whole new dimension in having the Xbox 360 as an ultimate source of rich media in your living room. Listed below is my shared experience with these additions. Twitter and Facebook are displayed in the community section, where you currently also find the &#8220;Game with Fame&#8221; events. The Zune Marketplace is the first thing that pops up when you&#8217;re on the Music and Video section, and Last.fm is the second item listed in the music section. You can find the news feed at the end of the Inside Xbox section.</p>
<p><a href="http://bigjoe.files.wordpress.com/2009/11/stgtop453twitterpost1.jpg"><img class="alignnone size-medium wp-image-396" title="Twitter" src="http://bigjoe.files.wordpress.com/2009/11/stgtop453twitterpost1.jpg?w=300" alt="" width="300" height="180" /></a></p>
<p><strong>Twitter: </strong>As I’m not really a twitter addict, I chose to make this application my first choice when reviewing the new apps from the dashboard update. I love how the present Twitter in this space. Not only is it a stylized version of the front page, but it brings most of its useful functions to an easy to navigate area. It also runs as soon as you boot it, unlike Facebook and Last.fm, which requires you to download small applications to install. Your Twitter feed will update every minute or so, but it also allows you to manually update your tweets by pressing Y. All of the updates to twitter must be manually entered by the user (so no auto-spamming of your twitter feed). One disadvantage here is the Xbox 360’s twitter app’s inability to click on links. Because of the lack of a web browser, the twitter app doesn’t allow you to click on links. This is one of the main features of Twitter. Hopefully they can rig-a-ma-roll something here in the future. Also, there’s no notification of how many characters you have left when you’re typing out a tweet. This should be a simple software update fix, so hopefully Microsoft can get the ball rolling on this.</p>
<p><a href="http://bigjoe.files.wordpress.com/2009/11/stgtop453facebookpost1.jpg"><img class="alignnone size-medium wp-image-397" title="Facebook" src="http://bigjoe.files.wordpress.com/2009/11/stgtop453facebookpost1.jpg?w=300" alt="" width="300" height="180" /></a></p>
<p><strong> </strong></p>
<p><strong>Facebook:</strong> Now on to Facebook. This was the 2<sup>nd</sup> app I loaded from the Xbox 360. Overall, it’s a nice clean looking app. It allows for a great way to share pics from your photo album onto your TV. Even though the pictures are not as sharp as it would be on a regular computer, it’s a good alternative nonetheless. This app also allows you to post updates, and comment on other friend’s comments and/or updates. One of the few downsides of this app is its inability to access videos, apps or links from your Facebook feed or a friends Facebook feed. Because of the lack of a web browser, many key features like these suffer because of the lack of a web browser. I can only hope Microsoft comes up with a solution to this as I can see this becoming big turn off to the service.</p>
<p><a href="http://bigjoe.files.wordpress.com/2009/11/stgtop453lastfmpost1.jpg"><img class="alignnone size-medium wp-image-398" title="lastFM" src="http://bigjoe.files.wordpress.com/2009/11/stgtop453lastfmpost1.jpg?w=300" alt="" width="300" height="180" /></a></p>
<p><strong> </strong></p>
<p><strong>Last.fm:</strong> Last.Fm is a nice little app for me. Not only do I love listening to steaming radio, but for a tailored music experience all from the Xbox Dashboard, there’s nothing better (until Pandora gets added of course). The service is just like Pandora where you would enter a list of favorite artists and create what they call ‘Stations”. The stations feature these favorite artists and similar sounding artists. When the songs play, you have the option of pulling up an information window, or you can let a slideshow of user-uploaded pics play. While you can&#8217;t play music outside of the program into games (which I hope changes soon), Last.fm on the Xbox 360 could be pretty useful as background music and visuals during a party or while doing chores. Still, it&#8217;s not quite as cool as Pandora, which has a more streamlined interface and the ability to pause tracks.</p>
<p><a href="http://bigjoe.files.wordpress.com/2009/11/stgtop453zunepost1.jpg"><img class="alignnone size-medium wp-image-399" title="zune" src="http://bigjoe.files.wordpress.com/2009/11/stgtop453zunepost1.jpg?w=300" alt="" width="300" height="180" /></a></p>
<p><strong>Zune &amp; News:</strong> I’m not sure on this one. Although you can stream 1080p videos instantly, I don’t have a Zune to fully test this service with. The News feeds were buried in the Xbox Dashboard because, for now, there’s no interesting content for the service yet (aside from a few MSNBC news clips, as well as animated Dilbert and New Yorker comics). Overall, these were some good additions to the Xbox live service. I’m looking forward to more new compelling features and updates in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joelcottrell.com/blog/2009/11/20/xbox-360-update-impressions-%e2%80%93-twitter-facebook-last-fm-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

