<?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"
	>

<channel>
	<title>CarltonBale.com</title>
	<atom:link href="http://www.carltonbale.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.carltonbale.com</link>
	<description>uncut and commercial free</description>
	<pubDate>Thu, 15 May 2008 18:41:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>9 Hidden Features of Amazon S3</title>
		<link>http://www.carltonbale.com/2008/05/9-hidden-features-of-amazon-s3/</link>
		<comments>http://www.carltonbale.com/2008/05/9-hidden-features-of-amazon-s3/#comments</comments>
		<pubDate>Fri, 02 May 2008 01:32:48 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Web Development, Internet]]></category>

		<category><![CDATA[Amazon-S3]]></category>

		<category><![CDATA[Bucket-Explorer]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/?p=496</guid>
		<description><![CDATA[Amazon S3 (Simple Storage Solution) is a great way to store (and optionally share) large amounts of data.  It&#039;s cheap, fast, and reliable. If you&#039;re a casual user, you may not know that you do much more than just store and sever data of HTTP, as long as you use an advanced application such [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://aws.amazon.com/s3">Amazon S3</a> (Simple Storage Solution) is a great way to store (and optionally share) large amounts of data.  It&#039;s cheap, fast, and reliable. If you&#039;re a casual user, you may not know that you do much more than just store and sever data of HTTP, as long as you use an advanced application such as <a href="http://www.bucketexplorer.com/">Bucket Explorer</a> (or read through the S3 documentation and code it yourself.)  Here&#039;s a list of 9 features you may not have known about.</p>
<ol>
<li><strong>Torrent Tracking and Seeding:</strong> Amazon S3 can server as an ultra-reliable torrent tracker; share/seed the files from your local PC and let S3 act as the tracker.  Or let S3 handle both the seeding and the tracking. <a href="http://www.carltonbale.com/2007/09/how-to-create-and-seed-a-torrent-download-on-amazon-s3/">Here</a> are the details on how to do it.</li>
<li><strong>Enable / Disable directory browsing:</strong> If you are sharing files of HTTP, you may or may not want people to be able to list the contents of a bucket (folder.) If you want the bucket contents to be listed when someone enters the bucket name (http://s3.amazonaws.com/bucket_name/), then edit the Access Control List and give the Everyone group the access level of Read (and do likewise with the contents of the bucket.)  If you don&#039;t want the bucket contents list-able but do want to share the file within it, disable Read access for the Everyone group for the bucket itself, and then enable Read access for the individual files within the bucket.</li>
<li><strong>Prevent the contents of a bucket from being indexed by a search engine:</strong> If you don&#039;t want the contents of a bucket to be indexed by Google and company, place a file named <strong>Robots.txt</strong> in the bucket and share it with Everyone. (This trick works for any webserver.) The file needs to contain the following two entries to prevent indexing:
<ul>
<li>User-agent: *</li>
<li>Disallow: /</li>
</ul>
</li>
<li><strong>Use your own domain name: </strong> You can use your own domain name (http://s3.carltonbale.com) instead of the default Amazon URL (http://s3.amazonaws.com/s3.carltonbale.com/). You just need to edit your DNS settings. <a href="http://www.carltonbale.com/2007/09/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/">Here</a> are the details on how to do it.  Bucket Explorer has an option to &#034;Use bucket name as virtual host&#034; to make sharing files in this manner even easier.</li>
<li><strong>Temporarily share a file using an auto-expire link: </strong> You many want to allow someone to download a file but prevent them from sharing the link and having 100&#039;s of people download it as well.  With S3, it&#039;s possible to create a link that expires after a defined period of time expires.  The easiest way to do this using <a title="Bucket Explorer Home" href="http://www.bucketexplorer.com/">Bucket Explorer</a>.  First, make sure that the file has permission set so that it is <strong>not readable by everyone</strong>, since temporary access is what you&#039;re going after in the first place.  Then select the file, right-click, and select <strong>Generate Web URL</strong>.  Select <strong>Signed URL</strong> and specify the expiration date. Then send the URL to the person with which you are sharing the file</li>
<blockquote>
<ul>
<li><a href="http://www.carltonbale.com/wp-content/uploads/bucket_explorer_temporary_url.png"><img class="alignnone size-full wp-image-551" title="Bucket Explorer Amazon S3 temporary signed URL" src="http://www.carltonbale.com/wp-content/uploads/bucket_explorer_temporary_url.png" alt="" /></a></li>
</ul>
</blockquote>
<li><strong>Share your bucket with a someone - whether they&#039;re an S3 user or not.</strong> The Third-party bucket features allows you to share the contents of a bucket. In Bucket Explorer, right-click on the bucket and select <strong>&#034;Update bucket&#039;s access control list&#8230;&#034;</strong> and set the permissions and add the other persons email address. See <a title="Amazon S3 Third Party Bucket" href="http://www.bucketexplorer.com/documentation/amazon-s3--third-party-bucket.html">this documentation page</a> for more details.
<ul>
<li><a href="http://www.carltonbale.com/wp-content/uploads/bucket_explorer_third_party_sharing.png"><img class="alignnone size-full wp-image-563" title="bucket_explorer_third_party_sharing" src="http://www.carltonbale.com/wp-content/uploads/bucket_explorer_third_party_sharing.png" alt="Third party Amazon S3 bucket sharing using Bucket Explorer" /></a></li>
</ul>
</li>
<li><strong>Upload any file extension as an HTML file (to redirect to another location.) </strong> Say you have a picture shared on your account and it is being leeched by multiple, external sites. Instead of just deleting the picture, you can create a web page to replace it that directs people to your site.  If you picture name was picture.jpg, create the HTML file and save it as it on your local computer.  Then change the file name to be picture.jpg.  Now if you just upload this file normally to S3, it will be treated as a jpg image and will not download properly.  But you can use BucketExplorer to upload it as an HTML file, which specifically tells S3 to treat it as a HTML file and not a jpg file.  Here is an example of picture that I converted to a HTML redirect: <a href="http://carltonbale.com.s3.amazonaws.com/distance_chart.png">http://carltonbale.com.s3.amazonaws.com/distance_chart.png</a>
<ul>
<li><a href="http://www.carltonbale.com/wp-content/uploads/bucket_explorer_upload_as_html.png"><img class="alignnone size-full wp-image-562" style="border: 1px solid black;" title="bucket_explorer_upload_as_html" src="http://www.carltonbale.com/wp-content/uploads/bucket_explorer_upload_as_html.png" alt="" width="319" height="269" /></a></li>
</ul>
</li>
<li><strong>Store your media on Amazon S3 while running your WordPress blog on a different server.</strong> If you&#039;re like me, your web host has overly limited storage space restriction. If you have a bunch of small pictures or just a few large videos, it can quickly consume your available disk space.  To combat this, you can use the <a href="http://tantannoodles.com/toolkit/wordpress-s3/">Amazon S3 plugin for WordPress</a>.  Instead of uploading files to your web server, it instead uploads them to your Amazon S3 account and automatically links to them, all within the WordPress admin interface.</li>
<li><strong>Compare local and remote file versions using MD5 check sums. </strong> Wondering if version of a file on your local computer is the same as the one stored in your S3 account?  Perform a MD5 check sum and see if the results match.  On you local computer, you can use a program such as <a href="http://www.download.com/HkSFV/3000-2248_4-10157349.html?cdlPid=10157350">HkSFV</a> to calculate the MD5 sum.  To see the MD5 sum of the file on S3, right-click on it and select <strong>Properties</strong> within Bucket Explorer.  If the sums match, the files are identical.
<ul>
<li><a href="http://www.carltonbale.com/wp-content/uploads/bucket_explorer_md5_info.png"><img class="alignnone size-medium wp-image-564" title="bucket_explorer_md5_info" src="http://www.carltonbale.com/wp-content/uploads/bucket_explorer_md5_info-300x176.png" alt="Amazon S3 MD5 checksum using Bucket Explorer" width="300" height="176" /></a></li>
</ul>
</li>
</ol>
<p>Those are all of the &#034;hidden&#034; features I&#039;ve found, but I&#039;m sure there are more. Please let me know of any features I&#039;ve missed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2008/05/9-hidden-features-of-amazon-s3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Automatic Cover Art and Movie Details for Ripped DVDs in Windows Media Center</title>
		<link>http://www.carltonbale.com/2008/04/how-to-create-a-dvdidxml-file-for-dvd-metadata-in-windows-media-center/</link>
		<comments>http://www.carltonbale.com/2008/04/how-to-create-a-dvdidxml-file-for-dvd-metadata-in-windows-media-center/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 01:42:27 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Home Theater / Audio]]></category>

		<category><![CDATA[CRC64]]></category>

		<category><![CDATA[DVDID.XML]]></category>

		<category><![CDATA[metadata]]></category>

		<category><![CDATA[my DVD settings]]></category>

		<category><![CDATA[Vista]]></category>

		<category><![CDATA[Windows Media Center]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2008/04/how-to-create-a-dvdidxml-file-for-dvd-metadata-in-windows-media-center/</guid>
		<description><![CDATA[Windows Media Center can automatically download the metadata (cover art, movie name, cast, plot summary, etc.) for DVDs.  If you place a DVD in your drive, this occurs automatically.  However, if you backup your DVDs to a server and access the moive via Windows Media Center, this data is not available.  But [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.carltonbale.com/wp-content/uploads/windows_vista_media_center_dvd_library.jpg" alt="Windows Media Center DVD Library" align="right" />Windows Media Center can automatically download the metadata (cover art, movie name, cast, plot summary, etc.) for DVDs.  If you place a DVD in your drive, this occurs automatically.  <strong>However, if you backup your DVDs to a server and access the moive via Windows Media Center, this data is not available. </strong> But there is a work-around and it involves creating a DVDID.XML file when you back-up the DVD to your media server. Here&#039;s how you do it.</p>
<p>The easiest way to do this is to use <strong>My DVD Settings</strong>, a program created by Gelano over at <a href="http://thegreenbutton.com/forums/thread/77389.aspx">TheGreenButton forums</a>.  Unfortunately, Gelano and his program have both disappeared.  Fortunately, this software is still available from an alternative location: <a href="http://www.dvdxml.com/tim/My_DVD_Settings.rar">my_dvd_settings.rar</a>.</p>
<p>You&#039;ll need to download, install, run <strong>My DVD Settings</strong>, put the DVD in your optical drive, and have <strong>My DVD Settings</strong> create the XML data.  Finally, save the resulting xml file to the folder containing the movie backup.  When you are finished creating/coping all of the files, your folder structure will look like this:</p>
<blockquote><p>\Minority Report\  <em>(parent folder for movie)</em><br />
\Minority Report\folder.jpg  <em>(not necessary, but I like to manually save a cover art picture to the directory)</em><br />
\Minority Report\MINORITY_REPORT.dvdid.xml  <em>(metadata file)</em><br />
\Minority Report\VIDEO_TS\  <em>(*.ifo,  *.bup, *.vob files are in this sub-directory, created using DVD Fab, Slysoft, etc.)</em></p></blockquote>
<p>Using this xml file, Windows Media Center will connect to the AMG library and download all of the available details on the movie.</p>
<p><strong><em>Note 1: </em></strong> If you use <a href="http://www.invelos.com/">DVD Profiler</a> to catalog your movie collection, <strong>My DVD Settings</strong> can the <strong>DVD Profiler</strong> data to create the dvdid.xml file.  Alternatively, you can go to <a href="http://www.dvdxml.com">dvdxml.com</a> and search for and download the XML file.</p>
<p><em><strong>Note 2:</strong></em> You&#039;ll need to <a href="http://support.microsoft.com/kb/930526">enable DVD Library in Vista</a> to access this feature. Once active, go to DVD Library and add the folder containing your backed-up movies.  You can also install the <a href="http://www.mymovies.dk/">MyMovies Media Center plug-in</a>.</p>
<p><strong>How is the DVDID.XML File Created?</strong></p>
<p>I really wish the software I used to backup my movies would also create the DVDID.xml file.  Unfortunately, there is very little documentation on how this file is generated.  I did quite a bit of reading and some investigation using <a href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx">Process Monitor</a> and have some preliminary details. The dvdid is a <a href="http://en.wikipedia.org/wiki/Cyclic_redundancy_check">CRC64</a> number generated by scanning the <strong>*.IFO</strong> and <strong>*.BUP files</strong> in the <strong>VIDEO_TS</strong> folder, combining that with the <strong>VOLUME_ID</strong> from the DVD disk itself.  The inclusion of the VOLUME_ID is what prevents Windows Media Center from being able to automatically generate this information for DVD that are backed-up to a media server; there is no VOLUME_ID for the individual folders.</p>
<p><a href="http://www.carltonbale.com/wp-content/uploads/dvddiscid_process_monitor.png"><img class="alignnone size-thumbnail wp-image-565" title="dvddiscid_process_monitor" src="http://www.carltonbale.com/wp-content/uploads/dvddiscid_process_monitor-150x150.png" alt="Files accessed during creation of DVDID.XML CRC64 hash" width="150" height="150" /></a></p>
<p>Once this process is fully understood, it should be possible for programs like <a href="http://www.dvdfab.com/">DVD Fab</a> and <a href="http://www.slysoft.com/en/clonedvd.html">Slysoft CloneDVD</a> to create these files when the DVD is being backed-up.  This would eliminate the need to use the additional program (<strong>My DVD Settings</strong>) all together.  Here&#039;s hoping for inclusion in an upcoming release!</p>
<p><em><strong>Update 2008-May-01: </strong>The version 5 of DVDFab Decrypter supports the automatic creation of dvdid.xml files!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2008/04/how-to-create-a-dvdidxml-file-for-dvd-metadata-in-windows-media-center/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Above and Beyond Customer Care - Best Buy, Circuit City, Netflix</title>
		<link>http://www.carltonbale.com/2008/03/above-and-beyond-customer-care-best-buy-circuit-city-netflix/</link>
		<comments>http://www.carltonbale.com/2008/03/above-and-beyond-customer-care-best-buy-circuit-city-netflix/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 12:48:39 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Home Theater / Audio]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2008/03/above-and-beyond-customer-care-best-buy-circuit-city-netflix/</guid>
		<description><![CDATA[I&#039;m used to companies offering less than stellar customer care in this age of low-cost, low-margin business.  So when a company goes above and beyond to take care of their customers, it get my attention.
Everyone pretty much know that the High Definition Disc Format war would end one format would become obsolete.  Which [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.carltonbale.com/wp-content/uploads/customer-service.thumbnail.jpg" alt="customer-service.jpg" align="right" />I&#039;m used to companies offering less than stellar customer care in this age of low-cost, low-margin business.  So when a company goes above and beyond to take care of their customers, it get my attention.</p>
<p>Everyone pretty much know that the High Definition Disc Format war would end one format would become obsolete.  Which is why I&#039;m surprised that Busy Buy and Circuit City are both compensating customer who choose the losing format.  <strong>Best Buy</strong> will be giving a $50 giftcard to anyone who purchased a HD-DVD Player prior to February 23, 2008 (just go to <a href="http://www.BestBuyTradein.com">BestBuyTradein.com</a> and register.)</p>
<p><strong>Circuit City</strong> has taken a different approach, extending the return period for player by &#034;several months.&#034;  So the customer can return the player for full credit, but obviously will be unable to play any HD-DVD movies they purchased as they will no longer have a player.  It&#039;s interesting that Bust Buy officially announced this while Circuit City made this an unofficial policy.</p>
<p>Meanwhile, <strong>Wal-Mart</strong>, the low-cost advocate of HD-DVD, is offering their customers nothing.</p>
<p><strong>Netflix</strong>, which whom I&#039;ve been a customer for 8 years, had a massive outage last Monday, lasting about 12 hours.  As a result, they were unable to ship the two movies I was to receive until Tuesday.  A 1 day delay, not a big deal.  I was just glad that they acknowledged and apologized for the the problem.  But I was elated when they went above and beyond by offering a 10% discount on my fees for the month.</p>
<p>Since it&#039;s tax time, I feel the need to <strong>complain about Intuit</strong> TurboTax.  The software is great, but the price gouging is terrible.  They find every way possible to charge the customer more, right up to the unreasonable filing fees.  I generally have faith in the free market, but the TurboTax / Tax Cut dual-opoly is not yielding the fruit competition should.  I&#039;m just hoping that these companies learn something from Bust Buy, Circuit City, and Netflix about doing what is right for their customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2008/03/above-and-beyond-customer-care-best-buy-circuit-city-netflix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AnyDVD HD 6.4 allows backup of BD+ Blu-Ray discs</title>
		<link>http://www.carltonbale.com/2008/03/anydvd-hd-64-allows-backup-of-bd-blu-ray-discs/</link>
		<comments>http://www.carltonbale.com/2008/03/anydvd-hd-64-allows-backup-of-bd-blu-ray-discs/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 16:51:59 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Computer Hardware and Software, Gadgets]]></category>

		<category><![CDATA[Home Theater / Audio]]></category>

		<category><![CDATA[BD+]]></category>

		<category><![CDATA[Blu-Ray]]></category>

		<category><![CDATA[DRM]]></category>

		<category><![CDATA[Rip]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2008/03/anydvd-hd-64-allows-backup-of-bd-blu-ray-discs/</guid>
		<description><![CDATA[I firmly believe in paying for the movies you own.  In doing so, I believe you should be able to move them to your media server and play them back however you please.  BD+ protection (DRM) prevented this with recent Blu-Ray titles, but latest version of Slysoft&#039;s AnyDVD HD overcomes this limitation.
Here is the update [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.carltonbale.com/wp-content/uploads/anydvdhdbd.gif" alt="AnyDVD HD-DVD Blu-Ray" align="right" />I firmly believe in paying for the movies you own.  In doing so, I believe you should be able to move them to your media server and play them back however you please.  BD+ protection (DRM) prevented this with recent Blu-Ray titles, but latest version of Slysoft&#039;s AnyDVD HD overcomes this limitation.</p>
<p>Here is the update notification:</p>
<blockquote><p>6.4.0.0 2008-03-19</p>
<ul>
<li>New (Blu-ray): Removes the BD+ protection from Blu-ray discs! (for increased compatibility with titles released by Twentieth Century Fox <img src='http://www.carltonbale.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</li>
<li> New (Blu-ray): Added option to enable / disable BD+ removal</li>
<li>New (DVD): AnyDVD ripper no longer uses the Windows filesystem, it has now its own UDF parser / reader.  Discs which cannot be read by Windows can now be copied with the AnyDVD ripper.</li>
<li>Fix (Blu-ray): Black display with some BD discs, e.g., &#034;Layer Cake&#034;, second release, &#034;The Fugitive&#034;, &#034;Wild Things&#034; (all Region B)</li>
<li>Fix (DVD): Small bugfix in &#034;repairing defective disc structure&#034; function of AnyDVD ripper</li>
<li>Fix (DVD): Problems with some Arccos protected titles, e.g. &#034;The Grudge&#034;, R1, US</li>
<li>Some minor fixes and improvements</li>
<li>Updated languages</li>
</ul>
<p>The update is free for all registered customers, of course. Just install the new version on top of your current version, regardless which version you have installed: <a href="http://www.slysoft.com/download.html" target="_blank">http://www.slysoft.com/downloa<wbr></wbr>d.html</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2008/03/anydvd-hd-64-allows-backup-of-bd-blu-ray-discs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Editing the Start Menu in Windows Vista Media Center</title>
		<link>http://www.carltonbale.com/2008/03/editing-the-start-menu-in-windows-vista-media-center/</link>
		<comments>http://www.carltonbale.com/2008/03/editing-the-start-menu-in-windows-vista-media-center/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 23:48:28 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Computer Hardware and Software, Gadgets]]></category>

		<category><![CDATA[Home Theater / Audio]]></category>

		<category><![CDATA[Customize]]></category>

		<category><![CDATA[Start Menu]]></category>

		<category><![CDATA[Windows Vista Media Center]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2008/03/editing-the-start-menu-in-windows-vista-media-center/</guid>
		<description><![CDATA[Update 8-Apr-2008: Chris Lanier just posted about the program MC Menu Customizer, which automates editing of the start menu. A great alternative to what is posted below!
I recently posted about automatically launching plugins within Vista Media Center.  I just came across another improvement that allows editing the order and contents of the Vista Media [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.carltonbale.com/2008/03/editing-the-start-menu-in-windows-vista-media-center/windows-vista-media-center-start-menu/" rel="attachment wp-att-550" title="Windows Vista Media Center Start Menu"><img src="http://www.carltonbale.com/wp-content/uploads/media-center.thumbnail.jpg" alt="Windows Vista Media Center Start Menu" align="right" /></a><strong>Update 8-Apr-2008:</strong> <em>Chris Lanier just <a href="http://feeds.feedburner.com/~r/ChrisLaniersBlog/~3/266474566/1578302.aspx">posted</a> about the program <a href="http://www.xpmediacentre.com.au/community/vista-plugins-addons/25714-new-util-mc-menu-customiser.html">MC Menu Customizer</a>, which automates editing of the start menu. A great alternative to what is posted below!</em></p>
<p>I recently posted about automatically launching plugins within Vista Media Center.  I just came across another improvement that allows editing the order and contents of the Vista Media Center start menu.  This, combined with automatic plug-in launching, goes a long way toward giving whatever startup experience you desire.</p>
<p>Quoting <a href="http://thegreenbutton.com/members/bluebucket.aspx">bluebucket</a> on <a href="http://thegreenbutton.com/forums/permalink/243556/243556/ShowThread.aspx#243556">The Green Button forums</a>:</p>
<blockquote><p> I&#039;ve found a way to edit the standard start menu items in Vista Media Center, but its a hack.</p>
<p>Using this hack I&#039;ve successfully removed items and even entire strips from the start menu. I suspect that its also possible to change the position of menu items, but I haven&#039;t tried yet.</p>
<p>You&#039;ll need a resource editor like ResourceTuner from <a href="http://www.HavenTools.com">HeavenTools.com</a>.</p>
<p>1. Make a backup of the %SYSTEMROOT%\ehome\ehres.dll<br />
2. Change the security settings of the %SYSTEMROOT%\ehome\ehres.dll to give yourself ownership  of the dll. Afterwards change the file rights to full control. If you&#039;re running with UAC, then you might need to do some more steps here.<br />
3. Open the ehres.dll in the ResourceTuner.<br />
4. Expand the HTML node</p>
<p>Now the files we&#039;re interested in are among others:</p>
<p>STARTMENU.XML - defines the main start menu stripes<br />
SM.ACTIVITIES.XML - defines the menu items under the Task menu<br />
SM.MUSIC.XML - defines the menu items under the Music menu<br />
SM.PICTURES.XML - defines the menu items under the Pictures &amp; Video menu<br />
SM.TV.XML - defines the menu under the Tv menu</p>
<p>5. Choose SM.MUSIC.XML for example, rightclick the node and select Edit Resource. The XML file opens.<br />
6. Now remove the XML tags defining the menu items you do not want. Alternatively make the element into a comment by changing the tag to &lt;!&#8211; old tag content &#8211;&gt;. It might take a while to get an overview of the structure and maybe some trial and error before the logic of the xml file sinks in. Do not remove the &lt;home:App /&gt; elements though.<br />
7. When you&#039;re happy with the changes, click Ok and accept the changes.<br />
8. Select Save As and select the original file (overwriting the existing).<br />
9. Open Vista Media Center and check that the changes work.</p>
<p>Now, since this is a hack, I take no responsibility of how you might break Vista Media Center, destroy your computer or otherwise corrupt the world using this hack.<br />
Also note, that a software update might overwrite your hacked ehres.dll file effectively removing your changes.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2008/03/editing-the-start-menu-in-windows-vista-media-center/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Automatically Launch Plugins in Windows Vista Media Center</title>
		<link>http://www.carltonbale.com/2008/03/automatically-launch-plugins-in-windows-vista-media-center/</link>
		<comments>http://www.carltonbale.com/2008/03/automatically-launch-plugins-in-windows-vista-media-center/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 14:48:06 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Computer Hardware and Software, Gadgets]]></category>

		<category><![CDATA[Home Theater / Audio]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2008/03/automatically-launching-mymovies-in-windows-vista-media-center/</guid>
		<description><![CDATA[For me, Brian Binnerup&#039;s My Movies plugin is the most important function of Vista Media Center. It&#039;s so useful that I want it to be the default start page every time I turn-on my Vista Media Center PC.
I couldn&#039;t figure out how to do that, and this I came across this post on TheGreenButton forums. [...]]]></description>
			<content:encoded><![CDATA[<p>For me, Brian Binnerup&#039;s <a href="http://www.mymovies.dk/">My Movies plugin</a> is the most important function of Vista Media Center. It&#039;s so useful that I want it to be the default start page every time I turn-on my Vista Media Center PC.</p>
<p>I couldn&#039;t figure out how to do that, and this I came across <a href="http://thegreenbutton.com/forums/thread/233061.aspx">this post </a>on TheGreenButton forums.  Here are the details on launching a Media Center plug-in from via the startup folder or from a key on your remote control.</p>
<p>Associate Media Center Plug ins with the Media Center Application:</p>
<ul>
<li>Open My Computer or Explorer and navigate to: C:\Program Files\MCE\My Movies\</li>
<li>Right click on the file <strong>MyMovies.mcl</strong></li>
<li>From the menu choose <strong>Open With</strong> and choose <strong>Media Center</strong>.
<ul>
<li>Make sure the checkbox for &#034;<em><strong>Always use the selected program to open this kind of file</strong></em>&#034; is checked.</li>
</ul>
</li>
</ul>
<p><strong>Option 1:</strong> Set the Plugin to Automatically Launch when the computer boots:</p>
<ul>
<li>Right click on the file <strong>C:\Program Files\MCE\My Movies\MyMovies.mcl </strong>and create a shortcut</li>
<li>Copy that shortcut to the <strong>Startup</strong> folder in the Windows Start menu</li>
</ul>
<p><strong>Option 2:</strong> Have the asterisk key on the remote launch the plug-in:</p>
<ul>
<li>Down load a program called <a href="http://sourceforge.net/projects/hotkeyp/">HotkeyP</a> (free / open source)</li>
<li>In the program add a new Hotkey:
<ul>
<li>Check the box for the Shift button</li>
<li>In the input box type: 8</li>
<li>In the Command input type or navigate to: <strong>C:\Program Files\MCE\My Movies\MyMovies.mcl</strong></li>
<li>Click OK to save</li>
</ul>
</li>
</ul>
<p>HotkeyP will need to be running in the System tray, and Now when you press the <span>Asterisks</span> key it will open My Movies.</p>
<p>If you are using the Harmony 880 remote, you can add a button to the LCD display window and name it <em><strong>My Movies</strong></em>.  This is necessary because these remotes do not have an Asterisk Key.</p>
<p><strong>Option 3: </strong><em> </em> Have the Media Center Button or some other dedicated button lauch the plugin<br />
The key c0mbination of <strong>Windows logo key+ALT+ENTER</strong> launches Windows Media Center. Assign this hotkey to launch the Media Center plugin file instead. For a list of all available keyboard shortcuts in Media Center, see the <a href="http://www.microsoft.com/windowsxp/mediacenter/using/productdoc/rmtview/htm/keyboardshortcutsinwindowsremoteview.mspx?mfr=true" title="Windows Media Center Keyboard Shortcuts">Microsoft article</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2008/03/automatically-launch-plugins-in-windows-vista-media-center/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Palm Treo Class Action Settlement Sucks</title>
		<link>http://www.carltonbale.com/2008/02/the-palm-treo-class-action-settlement-sucks/</link>
		<comments>http://www.carltonbale.com/2008/02/the-palm-treo-class-action-settlement-sucks/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 14:52:28 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Computer Hardware and Software, Gadgets]]></category>

		<category><![CDATA[600]]></category>

		<category><![CDATA[650]]></category>

		<category><![CDATA[class action]]></category>

		<category><![CDATA[law suit]]></category>

		<category><![CDATA[Palm]]></category>

		<category><![CDATA[PalmOne]]></category>

		<category><![CDATA[settlement]]></category>

		<category><![CDATA[sucks]]></category>

		<category><![CDATA[Treo]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2008/02/the-palm-treo-class-action-settlement-sucks/</guid>
		<description><![CDATA[I received a class action law suit notice a couple of weeks ago for my Palm Treo 650.  Long story short: the settlement is worthless to the cosnumer and benefits only Palm and the Lawyers. Here&#039;s a link to the official settlement site, here is my summary:

You must provide proof that you sent your [...]]]></description>
			<content:encoded><![CDATA[<p>I received a class action law suit notice a couple of weeks ago for my Palm Treo 650.  Long story short: the settlement is worthless to the cosnumer and benefits only Palm and the Lawyers. Here&#039;s a link to the <a href="http://www.palzasettlement.com/">official settlement site</a>, here is my summary:</p>
<ul>
<li>You must provide proof that you sent your Treo 600 or 650 to Palm for repair and fill-out the claim forms.</li>
<li>You wait for the settlement to be finalized.</li>
<li>You then purchase a new Palm phone.</li>
<li>You return your old Treo to Palm along with proof of purchase.</li>
<li>You receive a $75 rebate.</li>
</ul>
<p><strong>Here are the reason I think the settlement is terrible:</strong></p>
<ul>
<li><strong>The rebate amount is market value for the old phone. </strong>Looking a prices of used Treos 650s on Ebay, $75 is somewhere near market value ($50 for a Treo 600).  So basically, the settlement gives you market value for a used phone <u>only if</u> you purchase a new Palm phone.  Where is the benefit to the consumer?  Anyone can sell their used phone for market value, and you don&#039;t even have to purchase a new Palm Treo.</li>
</ul>
<ul>
<li> <strong>Most repairs were a very long time ago; receipts aren&#039;t kept that long.</strong>  I had a terrible experience getting my Treo repaired: <a href="http://www.carltonbale.com/2005/06/terrible-palmone-repair-process/">post 1</a>, <a href="http://www.carltonbale.com/2005/06/palmone-still-doesnt-have-my-treo-650-repaired/">post 2</a>. They fixed my screen but flashed an old version of firmware that locked-up the phone and then blamed me for water damage.  <strong>That was 32 months ago; I don&#039;t still have a receipt.  Palm should be providing proof of repair, not the consumer.</strong></li>
</ul>
<ul>
<li><strong>Most people get new phones every two years and won&#039;t have 4-year-old Treos to send back to Palm.</strong>  Treo 600s came out much, much longer than 2 years ago. How many people are going to still have their old Treo 600s to send back to Palm?  I replaced my first Treo 650 about 29 months ago and would have already gotten rid of my second one since my contract is up.</li>
</ul>
<ul>
<li><strong>Who wants to buy a new Palm phone anyway?</strong>  I know I don&#039;t. Compensate me for the problems with the old phone; don&#039;t force a new one on me. Especially after the bad experiences people are apparently having.  Most people want either a Blackberry or an iPhone to replace their Treo.  Not a new Treo that looks and acts the same as their old Treo &#8212; it&#039;s not as if they have some new, compelling products.</li>
</ul>
<p><strong>Here&#039;s what we as consumers can do:  Complain.  </strong>We need a representative in court to complain about the fairness of this settlement.  Here are the details from the official claim site:</p>
<blockquote><p>PLEASE TAKE NOTICE that the Final Fairness Hearing, previously scheduled for May<br />
2, 2008, has been continued to May 23, 2008 at 9:30 a.m. at the United States District Court for<br />
the Northern District of California, San Jose Division, 280 South First Street, Courtroom Number<br />
6, San Jose, California 95113.</p>
<p>At this hearing the Court will consider whether the settlement is fair, reasonable, and<br />
adequate. If there are objections, the Court will consider them. Judge Whyte will listen to people<br />
who have asked to speak at the hearing. The Court may also consider how much to pay Co-Lead<br />
Class Counsel. After the hearing, the Court will decide whether to approve the settlement.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2008/02/the-palm-treo-class-action-settlement-sucks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Western Digital My Book - Opening the Case - Removing the Drive</title>
		<link>http://www.carltonbale.com/2008/01/western-digital-my-book-opening-the-case-removing-the-drive/</link>
		<comments>http://www.carltonbale.com/2008/01/western-digital-my-book-opening-the-case-removing-the-drive/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 00:42:02 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Computer Hardware and Software, Gadgets]]></category>

		<category><![CDATA[How-To's]]></category>

		<category><![CDATA[1TB]]></category>

		<category><![CDATA[Case]]></category>

		<category><![CDATA[Disassemble]]></category>

		<category><![CDATA[My-Book]]></category>

		<category><![CDATA[Open]]></category>

		<category><![CDATA[recover-failed-drive]]></category>

		<category><![CDATA[sata]]></category>

		<category><![CDATA[terrabyte]]></category>

		<category><![CDATA[Western-Digital]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2008/01/western-digital-my-book-opening-the-case-removing-the-drive/</guid>
		<description><![CDATA[I recently needed to removed the drive from a Western Digital My Book External USB/eSATA drive enclosure. Unfortunately, this wasn&#039;t an obvious process and this excellent article by Scott Cramer didn&#039;t apply to the newer version (1 TB drive) enclosure I have.  So here you go, the steps required to disassemble a new-style Western [...]]]></description>
			<content:encoded><![CDATA[<p>I recently needed to removed the drive from a Western Digital My Book External USB/eSATA drive enclosure. Unfortunately, this wasn&#039;t an obvious process and <a href="http://www.ransackery.com/western-digital-mybook-open-case-recover-data.htm">this excellent article by Scott Cramer</a> didn&#039;t apply to the newer version (1 TB drive) enclosure I have.  So here you go, the steps required to disassemble a new-style Western Digital My Book drive enclosure.</p>
<p>1. Locate the two rubber pads on the bottom of the enclosure near the front, curved surface. Remove these two pads. Depress the two tabs below using a small flat-head screwdriver.</p>
<p>1a.  With a couple of credit cards, pry the back edge of the casing apart and hold them open with the credit cards. There are some locking mechanisms there that need to be held apart. You can now slide the plastic casings apart.</p>
<p><a title="Western Digital My Book Disassembly" rel="attachment wp-att-533" href="http://www.carltonbale.com/2008/01/western-digital-my-book-opening-the-case-removing-the-drive/western-digital-my-book-disassembly/"><img src="http://www.carltonbale.com/wp-content/uploads/western_digital_my_book_1.thumbnail.JPG" alt="Western Digital My Book Disassembly" /></a> <a title="Western Digital My Book Disassembly" rel="attachment wp-att-534" href="http://www.carltonbale.com/2008/01/western-digital-my-book-opening-the-case-removing-the-drive/western-digital-my-book-disassembly-2/"><img src="http://www.carltonbale.com/wp-content/uploads/western_digital_my_book_2.thumbnail.JPG" alt="Western Digital My Book Disassembly" /></a></p>
<p>2.  Slide the clear plastic LED front panel conduit forward and remove.</p>
<p><a title="Western Digital My Book Disassembly" rel="attachment wp-att-539" href="http://www.carltonbale.com/2008/01/western-digital-my-book-opening-the-case-removing-the-drive/western-digital-my-book-disassembly-6/"><img src="http://www.carltonbale.com/wp-content/uploads/western_digital_my_book_3.thumbnail.JPG" alt="Western Digital My Book Disassembly" /></a></p>
<p>3.  Rotate the hard drive/carrier assembly sideways and then lift away from the case</p>
<p><a title="Western Digital My Book Disassembly" rel="attachment wp-att-536" href="http://www.carltonbale.com/2008/01/western-digital-my-book-opening-the-case-removing-the-drive/western-digital-my-book-disassembly-3/"><img src="http://www.carltonbale.com/wp-content/uploads/western_digital_my_book_4.thumbnail.JPG" alt="Western Digital My Book Disassembly" /></a></p>
<p>4. Remove the two screws holding the metal connector casing.  Slide it upwards and remove it</p>
<p><a title="Western Digital My Book Disassembly" rel="attachment wp-att-537" href="http://www.carltonbale.com/2008/01/western-digital-my-book-opening-the-case-removing-the-drive/western-digital-my-book-disassembly-4/"><img src="http://www.carltonbale.com/wp-content/uploads/western_digital_my_book_5.thumbnail.JPG" alt="Western Digital My Book Disassembly" /></a></p>
<p>5.  <span style="text-decoration: underline;"><strong>Slide</strong></span> the circuit board upwards (away from the drive), just like you did for the metal casing.</p>
<p><a title="Western Digital My Book Disassembly" rel="attachment wp-att-538" href="http://www.carltonbale.com/2008/01/western-digital-my-book-opening-the-case-removing-the-drive/western-digital-my-book-disassembly-5/"><img src="http://www.carltonbale.com/wp-content/uploads/western_digital_my_book_6.thumbnail.JPG" alt="Western Digital My Book Disassembly" /></a></p>
<p>6.  Remove the 4 screws holding the hard drive to the metal carrier. You&#039;ll see that it is a standard 3.5&#034; desktop SATA drive.</p>
<p>You&#039;re done!</p>
<p>Repeat the steps in reverse order to re-assemble the enclosure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2008/01/western-digital-my-book-opening-the-case-removing-the-drive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TiVoToGo Partial Downloads with TiVo HD</title>
		<link>http://www.carltonbale.com/2008/01/tivotogo-partial-downloads-with-tivo-hd/</link>
		<comments>http://www.carltonbale.com/2008/01/tivotogo-partial-downloads-with-tivo-hd/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 18:16:01 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Computer Hardware and Software, Gadgets]]></category>

		<category><![CDATA[Home Theater / Audio]]></category>

		<category><![CDATA[Partial-download]]></category>

		<category><![CDATA[TiVo]]></category>

		<category><![CDATA[TiVo-Desktop]]></category>

		<category><![CDATA[TiVo-HD]]></category>

		<category><![CDATA[TiVo-To-Go]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2008/01/tivotogo-partial-downloads-with-tivo-hd/</guid>
		<description><![CDATA[I was very excited to get my new TiVo HD DVRs due to the fact that I didn&#039;t have to hack them, add a network adapter, and install MFS_FTP to pull shows (which was a ton of work for my DirecTV TiVos.)  Unfortunately, TiVoToGo show downloads fail on almost all of the programs I&#039;ve tried [...]]]></description>
			<content:encoded><![CDATA[<p>I was very excited to get my new TiVo HD DVRs due to the fact that I didn&#039;t have to <a href="http://www.dvrpedia.com/Hack_the_TiVo_kernel">hack them</a>, add a network adapter, and install <a href="http://www.dvrpedia.com/Mfs_ftp">MFS_FTP</a> to pull shows (which was a ton of work for my DirecTV TiVos.)  Unfortunately, TiVoToGo show downloads fail on almost all of the programs I&#039;ve tried to pull.  For example, for a 1 hour show, I can only download the first 1 minute (68 MB).</p>
<p>At first I tried using TiVo Desktop (free download from TiVo.com) to download the programs and experienced the problem.  I figured it was an issue with that software, so I searched for a different method of downloading.  It turns out you can download shows directly from with your browser (<a href="http://www.dvrpedia.com/Built-in_Web_Server_for_Show_Downloads">details here</a>.)  I tried downloading multiple shows from different browsers on 2 different computers and came up with the same result each time: a very short, partial, incomplete download.</p>
<p>I think this is a bug with the TiVo HD sofware not being able to properly generate the <strong>*.tivo</strong> file that is re-packaged as it is downloaded to your computer. Each shows bugged-out at the exact same spot regardless which download method was used.  In fact, the only show that downloaded fully was one that pulled from TiVo HD 1 -&gt; TiVo HD 2 -&gt; computer (using multi-room viewing, then downloading to PC.)</p>
<p>At this point, I don&#039;t know what the solution is.  It&#039;s probably going to require a new version of TiVo software.  I&#039;m hoping they fixed it sooner rather than later.  I know it&#039;s not just me; I&#039;ve seen a few other posts on TiVo Community Forum.  I&#039;m guessing as more people play around with the feature, it will become more of an issue.</p>
<p>I&#039;ll post an update when I have one.  In the meantime, if you have any suggestions, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2008/01/tivotogo-partial-downloads-with-tivo-hd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Watch Your Favorite TV Shows Away from Home - Hulu.com</title>
		<link>http://www.carltonbale.com/2007/12/watch-your-favorite-tv-shows-away-from-home-hulucom/</link>
		<comments>http://www.carltonbale.com/2007/12/watch-your-favorite-tv-shows-away-from-home-hulucom/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 16:04:40 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Entertainment]]></category>

		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2007/12/watch-your-favorite-tv-shows-away-from-home-hulucom/</guid>
		<description><![CDATA[I received my &#034;private beta invitation&#034; from hulu.com a couple of weeks ago and I&#039;ve been thoroughly impressed from day one.  It has a great selection of shows, a near-perfect user interface, and fast, high-quality video.
For those not familiar with Hulu, it started out as a joint venture between NBC and Fox to showcase [...]]]></description>
			<content:encoded><![CDATA[<p>I received my &#034;private beta invitation&#034; from <a href="http://www.hulu.com" title="Hulu.com Online TV Shown">hulu.com</a> a couple of weeks ago and I&#039;ve been thoroughly impressed from day one.  It has a great selection of shows, a near-perfect user interface, and fast, high-quality video.</p>
<p>For those not familiar with Hulu, it started out as a joint venture between NBC and Fox to showcase their primetime shows and has grown beyond that.</p>
<p>Here&#039;s what I like about Hulu:</p>
<ul>
<li>Great show selection.</li>
<li>Simple, easy-to-use, uncluttered user interafce</li>
<li>Automatically resume playing a show right where you left off (even recovers from browser crashes)</li>
<li>Full-screen viewing option</li>
<li>Descent video quality: you will notice macro-blocking and the lower frame rate in full screen mode, but it is by no means distracting, especially if you scoot back from your screen an extra foot or two</li>
<li>HD Video: this will eliminate all quality complaints, but it&#039;s only available for a few movie trailers at this point</li>
<li>Commercials: there is one 30 second commercial every 15 minutes. Not bad. And all of the commercials are for the same company, so you kinda know what to expect when it is commercial time, which makes them almost enjoyable.  Yes, you read that correctly, I was actually enjoying that Toyota commercial by the end of the show.</li>
</ul>
<p>You can catch episodes of Firefly, Heroes, The Office, Scrubs, Chuck, 30 Rock, House, Battlestar Galactica (new and classic), Rosewell, Arrested Development, Journeyman, Buffy the Vampire Slayer, Mary Tyler Moore, and many, many more.  </p>
<h3>Conclusion</h3>
<p>It&#039;s great entertainment when you need a break (such as from visiting your family over the holidays.) Sign-up for an invitation now; it took me about a week to receive mine. In the meantime, you can view shows on openhulu.com.</p>
<h3>Just Playing Around</h3>
<p>And finally, one of the coolest features is that you can embed your favorite shows into your own website. Instead of simply posting about how great a show is, show an episode. Here are some of my favorites:</p>
<p><strong>Firefly:</strong>  Perhaps one of the best science fiction TV shows ever shown on network TV. You can watch the entire series online; here is the first episode:<br />
<object width="520" height="295"><param name="movie" value="http://www.hulu.com/embed/91dIZQbB5N5BVItMoLNWbqmJP04Opco-"></param><embed src="http://www.hulu.com/embed/91dIZQbB5N5BVItMoLNWbqmJP04Opco-" type="application/x-shockwave-flash"  width="520" height="295"></embed></object></p>
<p><strong>Roswell:</strong> I&#039;d never watched a single episode but noticed its high rating on Hulu. I watched the pilot and decided that I missed out on a great series. This is definitely something I&#039;ll be watching via hulu. Here is the pilot:<br />
<object width="520" height="295"><param name="movie" value="http://www.hulu.com/embed/iLkiFfVGiWa_gnff9FovgTytud_0Ndxd"></param><embed src="http://www.hulu.com/embed/iLkiFfVGiWa_gnff9FovgTytud_0Ndxd" type="application/x-shockwave-flash"  width="520" height="295"></embed></object></p>
<p><strong>Journeyman:</strong> NBC has apparently canceled this show (yet decided to keep the unwatchable <em>Bionic Woman</em> remake alive.) I think people found Journeyman too difficult to follow, especially if they missed an episode. Out of all current shows on TV, I thought it has/had the best theme song and background music. Maybe watching it online will cause a revival. Here&#039;s a clip from Episode 8:<br />
<object width="520" height="295"><param name="movie" value="http://www.hulu.com/embed/do1PrroBs7qzFgOHp3Y2GNbC7YcrimqS"></param><embed src="http://www.hulu.com/embed/do1PrroBs7qzFgOHp3Y2GNbC7YcrimqS" type="application/x-shockwave-flash"  width="520" height="295"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2007/12/watch-your-favorite-tv-shows-away-from-home-hulucom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Home Theater Projector Screen for Any Budget</title>
		<link>http://www.carltonbale.com/2007/12/a-home-theater-projector-screen-for-any-budget/</link>
		<comments>http://www.carltonbale.com/2007/12/a-home-theater-projector-screen-for-any-budget/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 00:19:34 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Home Theater / Audio]]></category>

		<category><![CDATA[comparison]]></category>

		<category><![CDATA[cost]]></category>

		<category><![CDATA[front-projector-screen]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2007/12/a-home-theater-projector-screen-for-any-budget/</guid>
		<description><![CDATA[I&#039;ve had two different home theaters; one with with a screen that cost about $50 and one with a screen that cost, well, much more than that. Here is a high-level overview of four options for a fixed, wall-mounted projector screen for any budget.  Just add a front projector and you&#039;re ready for a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#039;ve had two different home theaters; one with with a screen that cost about $50 and one with a screen that cost, well, much more than that. Here is a <strong>high-level overview</strong> of four options for a fixed, wall-mounted projector screen for any budget.  Just add a front projector and you&#039;re ready for a real home theater experience.</p>
<h3>Option 1:  A Black Frame on a Painted Wall</h3>
<p>You could just point your projector at a blank wall, but having a border makes a huge difference and doesn&#039;t cost all that much.  This is what I did with my first home theater.  The frame is simply 4 pieces of 3-inch wide baseboard molding, covered in black velvetine, held-together with 4 right-angle brackets, and hung on the wall.  Please note that the black velvetine essential; see the second picture below for proof. There is a board in the middle of the screen in the second picture; there is velvetine draped over the very top and below it is painted flat black. Notice all of the reflected light from the flat black paint?</p>
<p>To make the faux-screen look complete, I painted the wall with a slightly gray eggshell paint. The paint was nothing special, just a white base with a small amount of black pigment added to produce a light-gray paint color.  (The Gray helps blacks look blacker on the screen, which was more of a problem a few years ago than it is with the newest projectors.)</p>
<p><strong>Pros:</strong> Cheap ($50 total), relatively easy to assembly, and no one ever realized it wasn&#039;t a real screen. You can build it to any custom dimension.</p>
<p><strong>Cons:</strong> It was hard to get/keep the frame perfectly square. Imperfections in the wall finish can show-up in bright scenes. The screen screen gain (brightness) is very low; I&#039;m not sure, but it was probably about 0.70 (vs. 1.0 to 1.5 for most commercial fabric screens), which makes the image noticeably more dim than a &#034;real&#034; screen would. The color accuracy may be less than ideal.</p>
<p><a href="http://www.carltonbale.com/2007/12/a-home-theater-projector-screen-for-any-budget/diy-screen-frame-painted-wall/" rel="attachment wp-att-523" title="DIY Screen Frame Painted Wall"><img src="http://www.carltonbale.com/wp-content/uploads/wall_screen.thumbnail.JPG" alt="DIY Screen Frame Painted Wall" /></a> <a href="http://www.carltonbale.com/2007/12/a-home-theater-projector-screen-for-any-budget/diy-screen-frame-painted-wall-black-velvetine-on-frame/" rel="attachment wp-att-524" title="DIY Screen Frame Painted Wall - Black Velvetine on Frame"><img src="http://www.carltonbale.com/wp-content/uploads/wall_screen_flat_black_paint_reflection.thumbnail.JPG" alt="DIY Screen Frame Painted Wall - Black Velvetine on Frame" /></a> <a href="http://www.carltonbale.com/2007/12/a-home-theater-projector-screen-for-any-budget/diy-screen-frame-painted-wall-completed-installation/" rel="attachment wp-att-525" title="DIY Screen Frame Painted Wall - Completed Installation"><img src="http://www.carltonbale.com/wp-content/uploads/wall_screen_complete.thumbnail.JPG" alt="DIY Screen Frame Painted Wall - Completed Installation" /></a> <a href="http://www.carltonbale.com/2007/12/a-home-theater-projector-screen-for-any-budget/diy-screen-frame-painted-wall-movie-demo-screen-capture/" rel="attachment wp-att-526" title="DIY Screen Frame Painted Wall - Movie Demo Screen Capture"><img src="http://www.carltonbale.com/wp-content/uploads/wall_screen_demo.thumbnail.jpg" alt="DIY Screen Frame Painted Wall - Movie Demo Screen Capture" /></a></p>
<h3>Option 2: A Black Frame on a Screen Goo Painted Wall</h3>
<p>This is essentially the same as option 1, but with a different screen (wall) paint. The paint is called Screen Goo and it&#039;s available from <a href="http://www.goosystems.com/">Goo Systems</a>. The main advantage is that it has a higher gain and better color accuracy than standard wall paint.  Figure on spending about $200 for the base coat + top coat for a home theater screen (1000 mL of each.)</p>
<p><strong>Pros: </strong>Improved gain and color accuracy vs. standard wall paint.</p>
<p><strong>Cons: </strong> <a href="http://www.projectorcentral.com/goo_systems_projector_screens.htm">According to Projector Central</a>, the gains for Screen Goo aren&#039;t has high as they are claimed to be. The Cinema White provided a 1.0 gain (not 1.8) and the digital gray provided a 0.75 gain (not 1.4).  The imperfections in the wall and the problems with with squareness of the frame still apply as in Option 1.</p>
<h3>Option 3: Take screen material from a low-cost screen and put it in your own frame</h3>
<p>You can purchase a great screen fabric and install it in your own frame.  Surprisingly, it&#039;s actually cheaper to purchase a manual pull-down retractable screen (you know, the type that goes over a chalkboard) and cut the material from it than it is to buy the fabric alone.  People have been doing this with 4:3 (1.33:1 aspect ratio) Da-Lite screens ordered from AVSforum for years.  Next, you just cut the screen to size and staple the fabric to the 3&#034; fabric frame mentioned in Options 1 and 2.  Total Cost is about $550.</p>
<p><strong>Pros: </strong> Same image quality as a &#034;real&#034; screen.</p>
<p><strong>Cons: </strong>Same problems as mentioned above with the frame, plus the fabric can have ripples due to the frame not being completely sturdy.  Requires quite a bit of work. Requires destroying a new retractable screen to make your new fixed screen, which is a big step to take.</p>
<h3>Option 4: Purchase a Complete Screen: Material and Fixed Frame</h3>
<p>There are many different screen materials, many different screen manufacturers, and many different price ranges. You can pick a lower-cost manufacturer and get outstanding results (Da-Lite, Carada) or spend more and perhaps get slightly better performance (Stewart.)   I think the lower-priced manufacturers offer the best bang-for-the-buck.  Just pick a wide, black, fabric-covered frame and either a white screen (for best color accuracy and contrast ratio) or a gray screen (for better black levels.)  Price:  $700-$2000.</p>
<p><strong>Pros:</strong> Perfectly, smooth and flat image. Great color reproduction and contrast (compared to other options; varies somewhat by manufacturer.) Very easy to assemble the frame, snap-on the material, and hang the included brackets on the wall.</p>
<p><strong>Cons:</strong> There are so many manufacturers and screen materials from which to choose. Price is slightly more expensive than do-it-yourself options. You generally have to order the screen and wait a few days for it to be delivered (no instant gratification.)</p>
<p><a href="http://www.carltonbale.com/2007/12/a-home-theater-projector-screen-for-any-budget/stewart-screen-frame-on-wall/" rel="attachment wp-att-522" title="Stewart Screen Frame On Wall"><img src="http://www.carltonbale.com/wp-content/uploads/stewart_screen_frame_on_wall.thumbnail.jpg" alt="Stewart Screen Frame On Wall" /></a>  <a href="http://www.carltonbale.com/2007/12/a-home-theater-projector-screen-for-any-budget/stewart-screen-frame-assembly/" rel="attachment wp-att-521" title="Stewart Screen Frame Assembly"><img src="http://www.carltonbale.com/wp-content/uploads/stewart_screen_assembly.thumbnail.jpg" alt="Stewart Screen Frame Assembly" /></a> <a href="http://www.carltonbale.com/home-theater/home-theater-picture-front/" rel="attachment wp-att-244" title="Home Theater Picture Front"><img src="http://www.carltonbale.com/wp-content/uploads/home_theater_front1.thumbnail.jpg" alt="Home Theater Picture Front" /></a></p>
<h3>Notes:</h3>
<ul>
<li>You&#039;ll want the frame to be the same aspect ratio as your projector, which will most likely be 16:9 (1.78:1; width = 1.78 * height)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2007/12/a-home-theater-projector-screen-for-any-budget/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Linux on Thinkpad T61</title>
		<link>http://www.carltonbale.com/2007/11/ubuntu-linux-on-thinkpad-t61/</link>
		<comments>http://www.carltonbale.com/2007/11/ubuntu-linux-on-thinkpad-t61/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 16:23:07 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Computer Hardware and Software, Gadgets]]></category>

		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Lenovo]]></category>

		<category><![CDATA[T61]]></category>

		<category><![CDATA[ThinkPad]]></category>

		<category><![CDATA[ubuntu_linux]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2007/11/ubuntu-linux-on-thinkpad-t61/</guid>
		<description><![CDATA[I&#039;ve been unimpressed with Windows Vista on my new Thinkpad T61 so I decided to give Ubuntu Linux a try, despite the fact that there are a few programs I would be missing (Slysoft AnyDVD HD for DVD decryption, TiVo Desktop for extracting files from TiVo HDs, Philips Pronto Edit for updating my Pronto, etc.)
I [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.carltonbale.com/wp-content/uploads/ubuntulogo.thumbnail.png" title="Ubuntu Linux" alt="Ubuntu Linux" align="right" />I&#039;ve been unimpressed with Windows Vista on my new Thinkpad T61 so I decided to give Ubuntu Linux a try, despite the fact that there are a few programs I would be missing (Slysoft AnyDVD HD for DVD decryption, TiVo Desktop for extracting files from TiVo HDs, Philips Pronto Edit for updating my Pronto, etc.)</p>
<p>I pre-read this <a href="http://www.thinkwiki.org/wiki/Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_on_a_ThinkPad_T61">excellent wiki article</a> atThinkWiki.com.  As the article mentioned, I did have problems with a blank screen when the CD booted, but the optional <em>Safe Graphics</em> boot option solved that. The installation was very easy.  For the first time in the 20 or so times I&#039;ve installed Linux, I wasn&#039;t worried about accidentally partition my hard drive incorrectly and deleting my existing Windows installation.  The wizard took care of resizing existing and creating new partitions automatically.</p>
<p>Unfortunately, I ran into to way too many problems to use Ubuntu 7.10 on a daily basis.  Some of these may be resolvable, but not without a lot of work. Truthfully, I don&#039;t care to devote that much time to it. Here are the issues that are making me stick to Windows Vista:</p>
<ul>
<li>The wireless will not connect.  I&#039;m using a Linksys WRT54G router with the Linux-based DD-WRT firmware the the plain old WEP encryption. I can see the wireless network, but I can&#039;t  connect to it. There is no error message and indication how to resolve it. I connected via a wired network and downloaded all the updates, but it still wouldn&#039;t connect.</li>
<li>If I reboot without powering off, the sound card &#034;sticks&#034; and repeats the first 2 seconds of any sound, over and over and over, until I shutdown.</li>
<li>The sound card continually &#034;chatters&#034; in the background. It sounds like muted Morse Code, perhaps caused by some type of driver interference. Muting the speakers makes no difference. It doesn&#039;t do this in Windows.</li>
<li>The display brightness can&#039;t be adjusted once the nVidia drivers were loaded. I can&#039;t use the advanced Compiz desktop without these drivers, so I&#039;m missing out on a feature either way.  There is a work-around to adjust brightness from a terminal window, but I&#039;d really just rather use the hot keys.</li>
<li>Tapping the upper right corner of the touchpad caused Ubuntu to switch to a different desktop. But I couldn&#039;t consistently pick the right or left desktop; it was random selection. Worst of all, it happened accidentally far too often.  I&#039;m guessing this would be a very easy setting to find, but there were too many other issues at this point for me to look into it.</li>
<li>The Ubuntu boot menu gave me two identically-named options for <em>Windows Vista</em>.  The first turned out to be the automated recovery partition and didn&#039;t really have anything to do with booting Windows. I know it&#039;s easy to edit the config file, but it would have been nice if this were correct from the beginning.</li>
</ul>
<p>In the end, I&#039;m beginning to feel like this is the best laptop hardware I&#039;ve ever owned but I&#039;m still is in search of a great operating system. The default Windows Vista Home Basic is OK, but I still have a couple of programs that need XP.  And there is still the temporary freeze and &#034;chuck-chuck&#034; sound from the hard drive every 30 or so minutes.  But still, it&#039;s much better than the Ubuntu install.</p>
<p>To be honest, I&#039;m starting to regret not going for a MacBook Pro. It could dual-boot to Windows when necessary, and I&#039;d be able to run OS X the rest of the time.  The purchase would have cost about $800 more, and that is a large price difference to justify, but I think I&#039;d be more pleased with the overall experience.</p>
<blockquote><p><strong>Update (26-Feb-2008):</strong>  I&#039;ve spent more time messing with Ubuntu and am much more pleased with it than I was initially.</p>
<ul>
<li><strong>Wireless Works:</strong>  I was able to get the wireless working flawlessly, no script or configuration required.  My problem was due to confusion with the Ubuntu network protocol naming (WEP Passkey vs. WEP HEX, etc.)  Too bad it doesn&#039;t auto-detect the network type and then try the password you enter to figure out phasskey vs. hex vs. decimal.  But at least I finally figured out what was needed and got it working.</li>
<li><strong>Screen Brightness works:</strong>  Following the thinkwiki article, I installed ENVY (after multiple unavailable package problems were resolved) and got the latest nVidia drivers, which allows screen brightness to be adjusted.</li>
<li><strong>Sound Problems Disappeared:</strong>  The sound problems went away after a few reboots / updates.  I don&#039;t know what the deal was.  I had to switch the default volume control (in the upper nav bar) to control the speaker volume instead of the microphone volume, per the think wiki article.</li>
<li><strong>System Dock:</strong>  I installed the <a href="http://code.google.com/p/avant-window-navigator/">AWN (Avant Window Navigator) dock</a> and highly recommend it.</li>
<li><strong>Touchpad Config &amp; App Launcher: </strong> The advanced touchpad configuration tool QSynaptics and keyboard application launcher Gnome Do are two other must-haves.</li>
<li><strong>Unresolved:</strong>  I installed Skype (after adding the skype repository) but it will not detect sound from the internal or an external microphone. I can make calls and hear people, but they can&#039;t hear me.  I worked on this for an hour and gave up.</li>
<li><strong>Unresolved:</strong>  Going into sleep mode or hibernate mode causes bad things to happen. It might resume the first time, but never the second time.  I have to hold the power button down and reboot. Power management is terrible.</li>
<li><strong>Unresolved:</strong>  There is no native AccurateRip compatible CD ripping software; dbPowerAmp Music Converter for Windows has no equal.  There is no DVD ripping software that nears the reliability (every DVD protection scheme) and functionality (re-authoring) of AnyDVD and CloneDVD.</li>
<li><strong>Conclusion: If you have the time, you can get a pretty OS install from Ubuntu.  But it&#039;s going to take time and I&#039;d rather spend it other ways.  Vista Basic is horrible.  I&#039;m going to switch to either Vista Ultimate or XP as both do more of what I need with less effort.  In the end, I think a Mac hardware and OS is still the best option: great hardware, great software, less time messing with stuff, but at a higher monetary cost.</strong></li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2007/11/ubuntu-linux-on-thinkpad-t61/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Switching to TiVo HD and Leaving DirecTV</title>
		<link>http://www.carltonbale.com/2007/11/switching-to-tivo-hd-and-leaving-directv/</link>
		<comments>http://www.carltonbale.com/2007/11/switching-to-tivo-hd-and-leaving-directv/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 22:18:06 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Home Theater / Audio]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2007/11/switching-to-tivo-hd-and-leaving-directv/</guid>
		<description><![CDATA[After 5 years as a loyal DirecTV subscriber, I&#039;m canceling my account and switching to TiVo HDs using *gasp* an over-the-air antenna!  I never would have guessed I&#039;d be doing this; I remember when I was a kid in rural Kentucky and all we received were 4 grainy stations out of Louisville.  Cable [...]]]></description>
			<content:encoded><![CDATA[<p>After 5 years as a loyal DirecTV subscriber, I&#039;m canceling my account and switching to TiVo HDs using *gasp* an <strong>over-the-air antenna</strong>!  I never would have guessed I&#039;d be doing this; I remember when I was a kid in rural Kentucky and all we received were 4 grainy stations out of Louisville.  Cable TV, and later Satellite, made the poor reception and selection a thing of the past. But several things have changed since then and digital makes all the difference. Here&#039;s why I&#039;m switching and my thoughts on my new TiVo HD.</p>
<h3>Network Programming</h3>
<p>This year, I noticed how high the quality of prime time network television is. Nicole and I barely left the house due to our new addition to the family, so we set one of our TiVos to record every single season premier on the fall schedule. Without exception, every one of the prime time network premiers were pretty good and every non-prime time premier was somewhere between uninteresting and unwatchable. That&#039; s when it dawned on me: about 90% of the shows we record to our HR10-250 satellite receivers are over-the-air local stations. The antenna in our attic was more valuable than the satellite dish on our house. So why pay DirecTV $70/month for free programming?</p>
<p>If you have strong reception, the HD signals from an over-the-air antenna are the highest quality available. Both satellite and cable compress all of the high definition channels they transmit/repeat, even the local networks.  The local networks do not compress their broadcast signal.  It&#039;s the original, highest-quality source you can get. And because it&#039;s digital, the snowy, washed-out signal is a thing of the past.</p>
<h3>New TiVo Hardware and Software</h3>
<p>The incentives that made the switch decision final were new features from TiVo.  They launched the lower-priced TiVo HD, they enabled Multi-Room Viewing and TiVoToGo features for moving shows around, and they re-offered Lifetime subscriptions for the TiVo service.</p>
<p>I must say, it feels nice to have a TiVo that supports so many features, and feels like it&#039;s supported in general.  There is no technical reason the DirecTV HR10-250 TiVo couldn&#039;t implement every feature the TiVo HD does; DirecTV just decided they didn&#039;t want to give customers those features. In the evolving world of technology, this is never a wise decision.  Since DirecTV launched the HR10-250, the only new feature that has been offered is folders for grouping shows. That&#039;s it.</p>
<h3>What&#039;s Great About the TiVo HD:</h3>
<ul>
<li><strong>Improved Interface:</strong> A faster User Interface with updated graphics with crisp edges and pleasing gradients throughout; makes the DirecTV TiVo look and feel &#034;1999&#034; by comparison.
<ul>
<li><a href="http://www.carltonbale.com/wp-content/uploads/directivo_playing.jpg" title="DirecTiVo Playing Info Screen"><img src="http://www.carltonbale.com/wp-content/uploads/directivo_playing.thumbnail.jpg" alt="DirecTiVo Playing Info Screen" /></a>  <a href="http://www.carltonbale.com/wp-content/uploads/tivo_hd-playing.jpg" title="TiVo HD Playing Info Screen"><img src="http://www.carltonbale.com/wp-content/uploads/tivo_hd-playing.thumbnail.jpg" alt="TiVo HD Playing Info Screen" /></a></li>
</ul>
</li>
<li><strong>Built-in Ethernet network port:</strong> no phone line required for activation or daily calls. I never again have to see this message I&#039;ve seen every day for the past few years:
<ul>
<li><a href="http://www.carltonbale.com/wp-content/uploads/directivo_please_make_daily_call_soon.jpg" title="DirecTiVo Please Make a Daily Call Soon"><img src="http://www.carltonbale.com/wp-content/uploads/directivo_please_make_daily_call_soon.thumbnail.jpg" alt="DirecTiVo Please Make a Daily Call Soon" /></a></li>
</ul>
</li>
<li><strong>Native resolution pass-through:</strong> the TiVo HD outputs the recorded show in its native resolution; this eliminates any image quality issues due to upscaling or down-converting or interlacing.</li>
<li><strong>eSATA expansion for additional Hard Disk Drive:</strong> Upgrading the recording space has been the most beneficial enhancement for a TiVo With an external port, this process is much easier. Easy enough for any non-technical user to do; minimal instructions required.</li>
<li><strong>Download free programs from the Internet:</strong> TiVoCast allows automatic downloading of a bunch of partner content. If you run the PyTiVo server program on a network computer, you can access every movie and videocast your hard drive can hold (PyTiVo transcodes them and sends them to the TiVo HD.)
<ul>
<li><a href="http://www.carltonbale.com/wp-content/uploads/tivo_hd_download_tv_and_movies.jpg" title="TiVo HD Download TV and Movies"><img src="http://www.carltonbale.com/wp-content/uploads/tivo_hd_download_tv_and_movies.thumbnail.jpg" alt="TiVo HD Download TV and Movies" /></a>    <a href="http://www.carltonbale.com/wp-content/uploads/tivo_hd_tivocast.jpg" title="TiVo HD TiVoCast"><img src="http://www.carltonbale.com/wp-content/uploads/tivo_hd_tivocast.thumbnail.jpg" alt="TiVo HD TiVoCast" /></a></li>
</ul>
</li>
<li><strong>Rent movies</strong>: With the Amazon Unbox feature, you can find, purchase, download, and start watching about any movie you could want.</li>
<li><strong>No monthly fees:</strong> Not to DirecTV. Not to TiVo.  (Thanks to TiVo for offering the lifetime service transfer; I wouldn&#039;t have gone for the deal otherwise)</li>
<li><strong>Digital Cable Option:</strong>  I can switch to any of the local cable services and use a cable card with my existing hardware (if for some reason I decide more channels.)</li>
<li><strong>Software Updates:</strong>  I&#039;m positive TiVo will continue to release new software updates with great new features.</li>
</ul>
<h3>What I&#039;ll miss about DirecTV:</h3>
<ul>
<li>The Discovery Channel</li>
<li>Food Network</li>
<li>HBO: <em>Inside the NFL</em> and <em>Entourage<br />
</em></li>
</ul>
<h3>My TiVo HD Wishlist:</h3>
<p>As great as the TiVo HD is, there are still a couple of things it could do better. Here&#039;s my wishlist:</p>
<ul>
<li><strong>Series Premier/Series Finale Data in Program Guide: </strong>DirecTV offered this as part of their guide data. This made it very easy to find and record all of the new shows each season. The program data on the TiVo (from TV Guide) does not have this extra information. Shame on you for being 1-upped by DirecTV. The online fall TV guide is not adequate compensation.</li>
<li><strong>Automatic e-mail or SMS message if there are recording conflicts:</strong> If a show is not going to record, I&#039;d like to know about it. I never look through the TiVo menu for conflicts and often have to do a CSI-style reconstruction to figure out why a show is missing. Please TiVo, just send me a weekly e-mail listing the conflicts.</li>
<li><strong>Multi-room coordination of recording conflicts:</strong> if you have 2 TiVos and one TiVo is unable to record a program, I would like to see it hand-off the recording responsibility to the other TiVo.</li>
<li><strong>Add Video Podcasts by RSS URL:</strong> To allow the downloading of online videos that are not currently indexed by the TiVo service</li>
<li><strong>TiVo Desktop replication of the TiVo User Interface:</strong> When creating a bunch of season passes, it sure would be a lot faster doing that through TiVo Desktop on your computer. I would like to see portions of the TiVo UI replicated in TiVo Desktop, giving easier data entry and searching via the keyboard and mouse.</li>
<li><strong>Backup Season Pass List:</strong> If your TiVo crashes, it is a pain to recreate all of your Season Passes. I would like my season pass list to be automatically backed-up to the TiVo server every month or so.  Or at least give an option to create and print a list of season passes through TiVo Desktop.  <em>(Note: there is a partial implementation of this feature if you activate the TiVo KidZone feature on a Series2 or Series3 non-DirecTV TiVo.)</em></li>
<li><strong>Automatically scan the Unencrypted QAM channels:</strong> Cable companies seem to want to charge for cable cards.  They use random channels for local HD, such as ABC 6-1 showing up 116-1 one week, 97-2 the next. I&#039;d like TiVo to scan those station and use the PSIP information to identify channels.</li>
<li><strong>Automatic padding:</strong> if there isn&#039;t a show on after the one being recording, record an extra few minutes just in case the show runs a bit long. You can currently specify end padding, but that can cause a recording conflict if there is another recording immediately afterwards.</li>
<li><strong>Unlabeled lights on the front panel:</strong>  There are green, red, amber, and blue lights on the front panel. I have no idea what they mean. It looks like amber is remote control signal acknowledgment. I&#039;m assuming red means there is a recording. But it would be nice to have some silk-screened labels on the front to clarify this.</li>
</ul>
<p>Do you have some suggestions as to how TiVo can improve their service? Let them know!</p>
<blockquote><p><a href="http://research.tivo.com/suggestions/2web519.htm">http://research.tivo.com/suggestions/2web519.htm</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2007/11/switching-to-tivo-hd-and-leaving-directv/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bucket Explorer - The Best Amazon S3 File Manager for Content Sharing</title>
		<link>http://www.carltonbale.com/2007/10/bucket-explorer-the-best-amazon-s3-file-manager-for-content-sharing/</link>
		<comments>http://www.carltonbale.com/2007/10/bucket-explorer-the-best-amazon-s3-file-manager-for-content-sharing/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 23:43:05 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Web Development, Internet]]></category>

		<category><![CDATA[Amazon-S3]]></category>

		<category><![CDATA[Bucket-Explorer]]></category>

		<category><![CDATA[CDN]]></category>

		<category><![CDATA[Content-Distribution-Network]]></category>

		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2007/10/bucket-explorer-the-best-amazon-s3-file-manager-for-content-sharing/</guid>
		<description><![CDATA[I&#039;ve tried several different Amazon S3 file managers and had settled on the free S3 Firefox Organizer.  But then I tried Bucket Explorer. Not only did it do everything I needed it to do, it introduced to me new features I didn&#039;t know Amazon S3 supported. If you&#039;re like me, you love free and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.carltonbale.com/wp-content/uploads/bucket_explorer.jpg" title="Bucket Explorer for Amazon S3"><img src="http://www.carltonbale.com/wp-content/uploads/bucket_explorer.thumbnail.jpg" title="Bucket Explorer for Amazon S3" alt="Bucket Explorer for Amazon S3" align="right" /></a>I&#039;ve tried several different Amazon S3 file managers and had settled on the free <a href="http://www.rjonna.com/ext/s3fox.php">S3 Firefox Organizer</a>.  But then I tried Bucket Explorer. Not only did it do everything I needed it to do, it introduced to me new features I didn&#039;t know Amazon S3 supported. If you&#039;re like me, you love free and open source software. Bucket Explorer, once out of beta, will be a commercial program. I&#039;m not sure what the final price will be, but assuming it costs less than $40, it is a program worth purchasing. Here&#039;s why I&#039;m recommending it.</p>
<p>Bucket Explorer is a Java-based GUI for managing, uploading to, and downloading from buckets on Amazon S3.  It is not designed to backup local computers (<a href="http://jungledisk.com/">Jungle Disk</a> and <a href="http://www.maluke.com/">S3 Backup</a> do this); it&#039;s designed for those sharing and managing web content. So if you plan to use Amazon S3 as a Content Distribution Network, Bucket Explorer is targeted at you.  <em>For those not familiar with Amazon S3, the attraction is inexpensive and unlimited storage, inexpensive and unlimited download bandwidth, and ultra-high reliability.</em></p>
<p>Because it is written in Java, it runs on Windows, Linux, and (currently in private beta) Macintosh.  I&#039;m generally skeptical of Java application stability, but I&#039;ve been using it for a few weeks and it has been 100% reliable.  It includes the basic features you&#039;d expect, such as bucket creation and access control list modification (for public sharing of files.)</p>
<p>What impressed me most about Bucket Explorer is support for advanced features, such as:</p>
<ul>
<li>Enable logging for buckets and store logs in a different bucket</li>
<li>Retrieve the public URL of files</li>
<li>Temporarily share private files publicly with a link that auto-expires after a specified time</li>
<li>Create virtual folders within buckets</li>
</ul>
<p>The more I used Bucket Explorer, the more I learned about the capabilities of Amazon S3.  I did identify a few addition features I&#039;d like to see. Here is a summary of my suggestions:</p>
<ul>
<li> <span class="postbody">Refresh local file listing (without switching to one directory and back to the original)</span></li>
<li><span class="postbody">Ability to rename local files (currently have to do this in Windows Explorer)</span></li>
<li><span class="postbody">Have the option to auto re-connect to the last bucket on startup (instead of re-entering it each time)</span></li>
<li><span class="postbody">When right-clicking a file, have the option to copy the torrent address to the clipboard (just like you can with the Public URL)</span></li>
<li><span class="postbody">I have my own domain pointing to an S3 bucket; it would be nice if these buckets could be flagged to return the custom domain URL instead of the default Amazon URL. Not sure if this &#034;use different URL info&#034; might be a setting stored on the local PC or a config file stored in the bucket itself. Either way, it would be a useful feature to have if you plan on using the custom domain name.</span></li>
</ul>
<p>I sent these suggestions to the developers. I wasn&#039;t sure if they&#039;d acknowlege my suggestions or not, but I almost immediately received an e-mail back from them:</p>
<blockquote><p> THANKS for the feedback. Its the feedback from users which keeps us motivated to work on the product. <span class="postbody">All of your suggestions are excellent. We collected all the feedback provided till August 30th, and we are trying to release one version with that feedback by end of this month or latest by Monday / Tuesday. Once that release is out for public beta, we will start working on all the change requests that we got in the month of September. </span></p></blockquote>
<p>With this type of  response, the future of Bucket Explorer appears to be very promising. To see it in use, you can go to their site and <a href="http://www.bucketexplorer.com/be-viewdemo.html?tour=bucketexplorer">view the demo</a>. If you use Amazon S3 for sharing content, I think you&#039;ll want to give it a try. According to a forum post, if you provide them with design/feature feedback during the beta period, you&#039;ll receive a free copy of the initial release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2007/10/bucket-explorer-the-best-amazon-s3-file-manager-for-content-sharing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Ultimate Home Theater Subwoofer: JL Audio Gotham G213</title>
		<link>http://www.carltonbale.com/2007/10/the-ultimate-home-theater-subwoofer-jl-audio-gotham-g213/</link>
		<comments>http://www.carltonbale.com/2007/10/the-ultimate-home-theater-subwoofer-jl-audio-gotham-g213/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 21:21:20 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Home Theater / Audio]]></category>

		<category><![CDATA[G213]]></category>

		<category><![CDATA[Gothem]]></category>

		<category><![CDATA[home-theater]]></category>

		<category><![CDATA[JL-Audio]]></category>

		<category><![CDATA[subwoofer]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2007/10/the-ultimate-home-theater-subwoofer-jl-audio-gotham-g213/</guid>
		<description><![CDATA[If you want the ultimate subwoofer for your home theater, this is probably it: the JL Audio Gotham.  JL Audio, long known for their car stereo subwoofers, started to make a move into home theater a few years ago. I had the opportunity to hear this subwoofer a couple of years ago at CEDIA. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.carltonbale.com/wp-content/uploads/jl_audio_gotham_g213.jpg" title="JL Audio Gothem G213 Subwoofer"><img src="http://www.carltonbale.com/wp-content/uploads/jl_audio_gotham_g213.thumbnail.jpg" title="JL Audio Gothem G213 Subwoofer" alt="JL Audio Gothem G213 Subwoofer" align="right" /></a>If you want the ultimate subwoofer for your home theater, this is probably it: the JL Audio Gotham.  JL Audio, long known for their car stereo subwoofers, started to make a move into home theater a few years ago. I had the opportunity to hear this subwoofer a couple of years ago at CEDIA. Let me tell you, the bass from demo room sounded awesome <em>outside</em> of the demo room, and even better within. The sound was low, solid, and hard-hitting. I was impressed by how unbelievably smooth the sustained bass passages were (but I&#039;m sure that&#039;s in no small part due to a very well constructed demo room and not just the subwoofer.)Truthfully, I figured JL Audio would have been shipping these already, but I guess they are just now getting to dealers.</p>
<p>The Gotham G231 has two 13.5-inch drivers that each have 4 inches of total travel. The case is made from super-thick (1.1+ inches) fiberglass and houses a Class D 3800 watt amplifier. Of particular interest to me is the Automatic Room Optimization (A.R.O.) system, which equalizes output to match the room.  Place a microphone in the in the primary listening position and it automatically measures and corrects for the room’s low-frequency acoustic properties. Of course, this will not compensate for a lack of acoustic treatments, but every little bit helps.</p>
<p>There are a few downsides to this subwoofer. First of all, it&#039;s huge (standing almost 3 feet tall) and it&#039;s very heavy (360 pounds.)  Also, it is quite expensive: $11,000 MSPR.</p>
<p>Do I want one of these in my home theater?  Absolutely.  Am I going to get one?  No.  It&#039;s too big and too expensive. My Velodyne HGS 15 provides plenty of bass for my home theater and I plan to eventually add a Velodyne SMS-1 Room Correction Processor to my equipment rack to equalize the bass output. Even if I were to purchase a new subwoofer, I&#039;d probably pick a JL Audio Fathom f113 over the G213, since it is &#034;only&#034; $3,200 MSRP.</p>
<p>But I do still remember waiting in line outside the JL Audio demo room, feeling the bass and being impressed by how it could be heard throughout much of the RCA Dome (where the demo room was located.) It&#039;s that impressive of a product and clearly set the bar, in my mind, for ultimate subwoofer performance.</p>
<p><a href="http://www.cepro.com/article/jl_audio_begins_shipping_gotham_home_theater_subwoofer/#When:13:21:00Z">[press release via cepro]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2007/10/the-ultimate-home-theater-subwoofer-jl-audio-gotham-g213/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Website Performance Boost &#8212; at the Expense of WordPress Plugin Compatiblity</title>
		<link>http://www.carltonbale.com/2007/09/a-website-performance-boost-at-the-expense-of-wordpress-plugin-compatiblity/</link>
		<comments>http://www.carltonbale.com/2007/09/a-website-performance-boost-at-the-expense-of-wordpress-plugin-compatiblity/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 01:58:17 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Web Development, Internet]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[css_file]]></category>

		<category><![CDATA[gzip_compression]]></category>

		<category><![CDATA[performance_settings]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/a-website-performance-boost-at-the-expense-of-wordpress-plugin-compatiblity/</guid>
		<description><![CDATA[I happened upon the site WebSiteOptimization.com and started testing the performance of my site. I was astounded by how long it would take to load the front page of my site over a 14.4 kbps modem connection. True, not many people use a modem connection anymore, but still, 130 seconds is a long time to [...]]]></description>
			<content:encoded><![CDATA[<p>I happened upon the site <a href="http://www.WebSiteOptimization.com">WebSiteOptimization.com</a> and started testing the performance of my site. I was astounded by how long it would take to load the front page of my site over a 14.4 kbps modem connection. True, not many people use a modem connection anymore, but still, 130 seconds is a long time to wait!  Now this the time required to load every last image, not the the time required before the page starts to render and become readable, but still there is room for improvement. So  I started playing around with performance settings and quickly made some substantial gains.</p>
<p>First of all, I enabled the <a href="http://dev.wp-plugins.org/wiki/css-compress">WordPress CSS-Compress plug-in</a>, which compressed the CSS file and all of the images referenced within it, which reduced the number of HTTP requests.  Secondly, I enabled GZIP compression (through the Options -&gt; Reading -&gt; &#034;WordPress should compress articles (gzip) if browsers ask for them&#034; option.)  I noticed that the new Contact Form plugin, which I hadn&#039;t even implemented on any page, was also causing a bunch of HTTP requests, so I deactivated it. I made some substantial improvements; I noticed pages loading substantially faster on my cable connection and was very pleased. A test showed 14.4 kbps download times were reduced from 130 seconds to 40 seconds!</p>
<p>But then I realized why I hadn&#039;t enabled Gzip compression previously: some of my WordPress plug-ins won&#039;t work with Gzip compression enabled.  <a href="http://forum.semiologic.com/discussion/1711/semadminmenu-disappear-when-gzip-is-on/#Item_0">According to Denis de Bernardy</a>:</p>
<blockquote><p>The gzip is enabled before the output buffers are actually processed, so using it prevents plugins that use output buffers (external links, admin menu, ad spaces, etc.) to work properly. The gzip option in itself should never be active anyway. Apache can do this by default, and in the cases where it does you can end up with double-gzip&#039;ed content.</p></blockquote>
<p>So I worked to enable compression within Apache by modifying my .htaccess file, but that just brought my site down. Mod_gzip and mod_deflate aren&#039;t supported and I&#039;m on a shared server, so I don&#039;t have full control.  So I made the call, and axed the plug-ins that weren&#039;t working, namely the plug-in that identifies external links and another that places an administrative menu bar across the top of my site (for me only.)  I really like those plugins, but they are not worth the performance hit. Until I find a way to enable Apache (server-controlled) compression, I&#039;m going to go without them.</p>
<p><strong>Total HTTP Requests: </strong>   30 | <em>after: 11</em></p>
<p><strong>Download Times*</strong><br />
Connection Rate    Download Times (before | <em>after</em>)<br />
14.4K     130.70 seconds | <em>after:  40.22 seconds</em><br />
28.8K     68.35 seconds | <em>after:  21.51 seconds</em><br />
33.6K     59.44 seconds | <em>after:  18.84 seconds</em><br />
56K     38.07 seconds | <em>after:  12.42 seconds</em><br />
ISDN 128K     15.82 seconds | <em>after:  5.75 seconds</em><br />
T1 1.44Mbps     6.85 seconds | <em>after:  3.06 seconds</em><br />
*Note that these download times are based on the full connection rate for ISDN and T1 connections. Modem connections (56Kbps or less) are corrected by a packet loss factor of 0.7. All download times include delays due to round-trip latency with an average of 0.2 seconds per object. With 30 total objects for this page, that computes to a total lag time due to latency of 6 seconds. Note also that this download time calculation does not take into account delays due to XHTML parsing and rendering.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2007/09/a-website-performance-boost-at-the-expense-of-wordpress-plugin-compatiblity/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Alias a Domain Name or Sub Domain to Amazon S3</title>
		<link>http://www.carltonbale.com/2007/09/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/</link>
		<comments>http://www.carltonbale.com/2007/09/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 14:40:45 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[How-To's]]></category>

		<category><![CDATA[Web Development, Internet]]></category>

		<category><![CDATA[Amazon-S3]]></category>

		<category><![CDATA[DNS]]></category>

		<category><![CDATA[Domain-Name]]></category>

		<category><![CDATA[Subdomain]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-forward-a-domain-name-or-sub-domain-to-amazon-s3/</guid>
		<description><![CDATA[A few months ago, I noticed I was approaching my bandwidth limits on my hosting account. Switching hosting providers is a pain, so I decided to move some high-bandwidth graphics to Amazon S3, where the bandwidth is cheap and unlimited. All was well until I realized that Google was returning search results pointing to my [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago, I noticed I was approaching my bandwidth limits on my hosting account. Switching hosting providers is a pain, so I decided to move some high-bandwidth graphics to Amazon S3, where the bandwidth is cheap and unlimited. All was well until I realized that Google was returning search results pointing to my bucket on s3.amazonaws.com instead of carltonbale.com. Luckily, AmazonAWS has a work-around. You can use your own domain name in an Amazon S3 bucket. Here are the instructions on how to do it, from beginning to end.</p>
<h3>Introductory Steps for new Amazon S3 Users:</h3>
<ol>
<li>First of all, obviously, you need your own domain name and your own <a href="aws.amazon.com/">Amazon S3 account</a></li>
<li>Secondly, you need a way to create/manage Amazon S3 buckets, so you&#039;ll need to install a client on your PC.
<ul>
<li>I recommend using <a href="http://www.bucketexplorer.com">Bucket Explorer</a>, which is a full-featured and easy-to-use client that runs on Windows and Linux; (a Mac version is in private beta and should be available Oct 2007).  A free, less-featured alternative is the <a href="https://addons.mozilla.org/firefox/addon/3247">S3 Organizer  add-on</a> for the <a href="http://www.mozilla.org/">Mozilla Firefox web browser</a>.</li>
<li>Install your application of choice and either:
<ul>
<li>Open Bucket Explorer  -or-</li>
<li>Open Firefox and go to <strong>Tools</strong> menu -&gt;<strong> S3 organizer</strong>, and click the <strong>Manage Accounts</strong> button</li>
</ul>
</li>
<li>Enter your AmazonAWS <strong>Access Key</strong> and <strong>Secret Key</strong>
<ul>
<li>These are available by going to <a href="http://aws.amazon.com">http://aws.amazon.com</a>, mousing-over the &#034;<strong>Your Web Services Account</strong>&#034; in the upper right-hand corner, and selecting &#034;<strong>AWS Access Identifiers</strong>&#034;</li>
</ul>
<ul>
<li><img src="http://www.carltonbale.com/wp-content/uploads/amazonaws_your_account.jpg" alt="AmazonAWS Your Web Services Account" /></li>
</ul>
</li>
</ul>
</li>
</ol>
<h3>How to Alias your Subdomain to an Amazon S3 Bucket:</h3>
<ol>
<li>Identify the exact domain name you want to forward to Amazon S3. S3 is not a web server, so I would <strong>not</strong> recommend forwarding your entire domain there, but rather a sub-domain. The sub-domain I&#039;m going to use is the actual one I setup: <strong>s3.carltonbale.com</strong></li>
<li>Create a new &#034;<strong>bucket</strong>&#034; (a.k.a. folder) by clicking the &#034;create folder/bucket&#034; icon. Name the bucket exactly what your sub-domain name is.
<ul>
<li>Example bucket name: s3.carltonbale.com</li>
</ul>
<ul>
<li> <em><strong>Note:</strong> you must use a unique bucket name; you won&#039;t be able to create bucket if the name is already being used by someone else.</em></li>
</ul>
</li>
<li>Now comes the tricky part: modifying your DNS server settings. The procedures on how to do this vary by host and software system, but are the general steps:
<ul>
<li>Logon to your web host control panel and select &#034;Manage DNS Server Settings&#034; or similar</li>
<li>Create a new CNAME entry for your domain. For my example of s3.carltonbale.com, the entry was:
<ul>
<li><strong>Name:</strong>  s3</li>
<li><strong>Type:</strong>  CNAME</li>
<li><strong>Value:</strong>  s3.amazonaws.com.</li>
</ul>
</li>
<li>And yes, <strong>the dot at the end of &#034;s3.amazonaws.com.&#034; is correct</strong>, at least for me. Look at your other entries to figure out what your should enter.</li>
</ul>
</li>
<li>Now comes the hardest part: waiting.  It took about 2 hours for my subdomain to be recognized by AmazonAWS.</li>
<li>Open the subdomain name in your browser. You should now be able to access your files through any of 3 urls:
<ol>
<li>subdomain.domain.com (which is also the bucket name)</li>
<li>your_bucket_name.s3.amazonaws.com</li>
<li>s3.amazonaws.com/your_bucket_name</li>
</ol>
</li>
</ol>
<h3>Final Steps</h3>
<ol>
<li>You&#039;ll need to set permissions on your bucket and the files within using your favorite bucket management tool. I recommend setting the bucket permission to &#034;full control by owner&#034; only and setting the permissions of the files within the bucket to &#034;full control by owner, read access for everyone&#034;. This will prevent people from being able to browse/list the files in your bucket.</li>
<li>If you don&#039;t want Google (or Google Images) to index the files in your subdomain, create a file named robots.txt containing the following and copy it into your bucket:</li>
</ol>
<blockquote><p>User-agent: *<br />
Disallow: /</p></blockquote>
<p>That&#039;s it, my start-to-finish guide on how to use your own domain name with Amazon S3. If I missed something or if something isn&#039;t clear, let me know in the comments and I&#039;ll fix it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2007/09/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My New Media Server Case - Cooler Master Stacker 810</title>
		<link>http://www.carltonbale.com/2007/09/my-new-media-server-case-cooler-master-stacker-810/</link>
		<comments>http://www.carltonbale.com/2007/09/my-new-media-server-case-cooler-master-stacker-810/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 22:27:34 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Computer Hardware and Software, Gadgets]]></category>

		<category><![CDATA[4-in-3-Module]]></category>

		<category><![CDATA[810]]></category>

		<category><![CDATA[Cooler-Master]]></category>

		<category><![CDATA[RAID]]></category>

		<category><![CDATA[Server]]></category>

		<category><![CDATA[Stacker]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/my-new-media-server-case-cooler-master-stacker-810/</guid>
		<description><![CDATA[I needed a new server case due to Antec P180 case becoming much to cramped.  After reading many positive forums posts about the Cooler Master Stacker cases, I made my purchase. Here are my thoughts.
To be clear, this is the older Stacker 810 case, not the newer Stacker 830 Evolution. I think the 810 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.carltonbale.com/wp-content/uploads/stacker_case.jpg" title="Cooler Master Stacker Case"><img src="http://www.carltonbale.com/wp-content/uploads/stacker_case.thumbnail.jpg" title="Cooler Master Stacker Case" alt="Cooler Master Stacker Case" align="right" /></a>I needed a new server case due to Antec P180 case becoming much to cramped.  After reading many positive forums posts about the Cooler Master Stacker cases, I made my purchase. Here are my thoughts.</p>
<p>To be clear, this is the older Stacker 810 case, not the newer Stacker 830 Evolution. I think the 810 offers many for features for a much lower price; I&#039;m not sure why the 830 is even around.</p>
<p>Th Stacker 810 is a great case if you have a bunch of drives and need a large, well cooled case. If you purchase 2 additional 4-in-3 modules, this case has 14 5.25&#034; drive bays, so it can handle 12 hard drives plus a DVD and a floppy drive. It is extremely large inside and can easily handle pretty much any motherbaord, plus there is a removable motherboard tray. There is a 120mm fan on the top as well as one on the front of each drive bay and the case has provision for two power supplies (one above and one below the motherboard tray.)</p>
<p>My DVD drive was very easy to install in the case, just place a plastic guide rail on the side and slide it into the locking drive bay.</p>
<p>The 4-in-3 drive bay (which fits four 3.5&#034; hard drives in three 5.25&#034; bays and includes a 120mm cooling fan) was not so easy.  The drives are secured using screws, but there are 2 panels and 4 rails that must be held in place before sliding it into the front of the case. And if you take it out, it completely fall apart. I would prefer these snap together somehow, but I guess I won&#039;t be removing the drives all that often.</p>
<p>If you really want to stretch the capacity of the case, you can use  three <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16817121405">SuperMicro CSE-M35T-1B</a> 5-in-3 hot-swap SATA enclosures and fit 15 hard drives plus two more 5.25&#034; drives.  Personally, I think spending more on drive enclosures than you do on a case is a waste of money.  I seen no need to hot-swap drives in a home server, but it is an option if you need the space and can tolerate the loud, high-pitched fan of these SuperMicro enclosures.</p>
<p>This case is designed for a bunch of airflow. The downside of this is that it creates more noise as compared to my almost-completely-sealed-and-silent Antec P180 case.  The perforated covers on front of each of the Stacker 810 drive bays are great for airflow, not so great for sound blocking.  Luckily, due to the large 120mm fans and super-quiet Samsung drives, the noise is a soft, background noise rather than a higher-pitched, shrill, annoying noise.  But hey, this is a server case, and servers should be hidden away in a back room, and not in your living room or home theater. Cooling trumps noise for a server case, and this one has great cooling. I monitored my hard drive temps, and all were at or below 26-degrees C.</p>
<h3>Conclusion</h3>
<p><strong>Pros:</strong>  This is a great case because it is very simple to work with, supports multiple motherboard sizes, has great cooling, and has a large number of drive bays. For the price, it is a very well-made server case.</p>
<p><strong>Cons:</strong>  The disadvantages are that it is not super-quiet and it takes up quite a bit of space (more than it really needs to due to so much unused space inside.) Unfortunately, it does not come with a power supply and it only includes one 4-in-3 hard drive module.</p>
<h3>Extra Info: Part Number Detail</h3>
<p>Unfortunately, there are a bunch of different Stacker 810 cases and the differences are not clear. After some research, I figured out which is which.  Here are the details and the part numbers:</p>
<ul>
<li><a href="http://www.carltonbale.com/wp-content/uploads/stacker_case_inside.jpg" title="Cooler Master Stacker 810 Case - Motherboard Mounting"><img src="http://www.carltonbale.com/wp-content/uploads/stacker_case_inside.thumbnail.jpg" title="Cooler Master Stacker 810 Case - Motherboard Mounting" alt="Cooler Master Stacker 810 Case - Motherboard Mounting" align="right" /></a> STC-T01-UW - Silver; Dual Power Supply Locations (top &amp; bottom); ATX, mATX, BTX, mBTX motherboards</li>
<li>STC-T01-UWK - Black; Dual Power Supply Locations (top &amp; bottom; ATX, mATX, BTX, mBTX motherboards</li>
<li>RC-810-SSN1 - Silver; Single Power Supply Location (bottom); ATX, mATX motherboards</li>
<li>RC-810-SKN1 - Black; Single Power Supply Location (bottom); ATX, mATX motherboards</li>
</ul>
<p>If you are looking for accessories, here are some part numbers:</p>
<ul>
<li>  STB-3T4-E1-GP - 4-in-3 drive bay adapter with fan (case comes with 1 of these)</li>
<li>RC-880-FKR1 - 3.5&#034; drive bay cover (case comes with 1 of these)</li>
<li>SPB-S01-E1 - PlexiGlass side window - Silver</li>
<li>STF-B01-E1-GP - Cross-flow fan</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2007/09/my-new-media-server-case-cooler-master-stacker-810/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Create and Seed a Torrent Download on Amazon S3</title>
		<link>http://www.carltonbale.com/2007/09/how-to-create-and-seed-a-torrent-download-on-amazon-s3/</link>
		<comments>http://www.carltonbale.com/2007/09/how-to-create-and-seed-a-torrent-download-on-amazon-s3/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 17:37:52 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[How-To's]]></category>

		<category><![CDATA[Web Development, Internet]]></category>

		<category><![CDATA[Amazon]]></category>

		<category><![CDATA[BitTorrent]]></category>

		<category><![CDATA[S3]]></category>

		<category><![CDATA[Seed]]></category>

		<category><![CDATA[Torrent]]></category>

		<category><![CDATA[Tracker]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/how-to-create-and-seed-a-torrent-download-on-amazon-s3/</guid>
		<description><![CDATA[I recently needed to share some open source files via BitTorrent and wanted to host them on my Amazon S3 account.  For those of you familiar with S3, here is the short-answer: add ?torrent to the end of the URL of a public-shared file to get the *.torrent file, so the link would be http://s3.amazonaws.com/your_bucket_name/your_file_name?torrent
If [...]]]></description>
			<content:encoded><![CDATA[<p>I recently needed to share some open source files via <a href="http://en.wikipedia.org/wiki/BitTorrent">BitTorrent</a> and wanted to host them on my Amazon S3 account.  For those of you familiar with S3, here is the short-answer: add <strong>?torrent</strong> to the end of the URL of a public-shared file to get the *.torrent file, so the link would be <strong>http://s3.amazonaws.com/your_bucket_name/your_file_name?torrent</strong></p>
<p>If you&#039;re new to Amazon S3, read on for more info and detailed instructions.</p>
<h3>Why would you want to distribute a file using BitTorrent?</h3>
<p>I wanted to do this because, when sharing a file via a torrent, you use less of your Amazon S3 bandwidth and lower your monthly expense. To be more accurate, according the S3 documentation:</p>
<blockquote><p>The difference is that if a lot of clients are requesting the same object simultaneously via BitTorrent, then the amount of data S3 must serve to satisfy those clients will be lower than with client/server delivery.</p></blockquote>
<p>I knew it was possible to host a torrent on S3, but wasn&#039;t quite sure how to do it. After quite a bit of searching and reading, I found that it was actually pretty easy to do.</p>
<p>Here are the details on how to copy a file to your Amazon S3 account, make it public, create the torrent seed / tracker, and have Amazon S3 share both the .torrent file and seed the download.</p>
<h3>Preliminary Steps for new Amazon S3 Users:</h3>
<ol>
<li>You must first have an <a href="aws.amazon.com/">Amazon S3 account</a></li>
<li>Secondly, you need a way to create/manage Amazon S3 buckets, so you&#039;ll need to install a client on your PC.
<ul>
<li>I recommend using <a href="http://www.bucketexplorer.com">Bucket Explorer</a>, which is a full-featured and easy-to-use client that runs on Windows and Linux; (a Mac version is in private beta and should be available Oct 2007). A free, less-featured alternative is the <a href="https://addons.mozilla.org/firefox/addon/3247">S3 Organizer  add-on</a> for the <a href="http://www.mozilla.org/">Mozilla Firefox web browser</a>.</li>
<li>Install your application of choice and either:
<ul>
<li>Open Bucket Explorer  -or-</li>
<li>Open Firefox and go to <strong>Tools</strong> menu -&gt;<strong> S3 organizer</strong>, and click the <strong>Manage Accounts</strong> button</li>
</ul>
</li>
<li>Enter your AmazonAWS <strong>Access Key</strong> and <strong>Secret Key</strong></li>
<li>These are available by going to <a href="http://aws.amazon.com">http://aws.amazon.com</a>, mousing-over the &#034;<strong>Your Web Services Account</strong>&#034; in the upper right-hand corner, and selecting &#034;<strong>AWS Access Identifiers</strong>&#034;</li>
<li><img src="http://www.carltonbale.com/wp-content/uploads/amazonaws_your_account.jpg" alt="AmazonAWS Your Web Services Account" /></li>
</ul>
</li>
</ol>
<h3>How to Create and Seed a Torrent Download on Amazon S3:</h3>
<ol>
<li>Create a new &#034;<strong>bucket</strong>&#034; (a.k.a. folder) by clicking the &#034;create folder&#034; icon in the right-hand panel of S3 Organizer. <em><strong>Note:</strong> you must use a unique bucket name; you won&#039;t be able to create bucket if the name is already being used by someone else.</em></li>
<li>Upload the file which will be shared into the desired bucket using S3 Organizer</li>
<li>Make the bucket public read by right-clicking on the bucket name and selecting &#034;Edit ACL&#034;.  Select &#034;Read&#034; access for &#034;Everyone&#034;.<strong> <em>Note:</em></strong><em> you may also have to repeat the read access step <strong>for each file</strong> that is uploaded to the bucket.</em></li>
<li>Now that the file is uploaded and shared, it can be downloaded via standard http from the following location: http://s3.amazonaws.com/your_bucket_name/your_file_name .
<ul>
<li><strong>Note 1:</strong> You can also find the URL by right-clicking the file in S3 organizer and selecting <strong>Copy URL to Clipboard</strong>.</li>
<li><em><strong>Note 2: </strong>Unfortunately, the file will always be available via http download, which can be faster than BitTorrent download, but will use more of your S3 bandwidth.)</em></li>
</ul>
</li>
<li>Now you want to create the torrent file itself. Just enter the following URL: http://s3.amazonaws.com/your_bucket_name/your_file_name?torrent and the torrent file will be created and you will be able to download it the *.torrent file to your computer.</li>
<li>You can share this downloaded *.torrent file with others via e-mail, webpage download, etc.</li>
</ol>
<p>According to <a href="http://geekdom.net/blog/archives/2006/08/17/fun_with_torrents_and_amazon_s3.html">this article</a>, you can use Amazon S3 as the torrent tracker only by following the steps above, opening the torrent file on your local PC, start seeding from your local PC, and then remove the original file. S3 will continue to be the (ultra reliable) tracker for the file but you don&#039;t have to use S3 bandwidth to share the file. To save bandwidth usage and prevent someone from going directly to the http download of the file instead of using the torrent download, it&#039;s probably best to download the small *.torrent file and share that with others instead publishing the URL to the torrent file on the Amazon S3 server.</p>
<p>Assuming you have the file being shared stored on your local computer, you can download the *.torrent and start seeding from your local PC without re-downloading (the shared file) from S3, further reducing your S3 bandwidth.That&#039;s it, my start-to-finish guide on how to take a file and share/seed/tracker it via BitTorrent and Amazon S3.  If I missed something or if something isn&#039;t clear, let me know in the comments and I&#039;ll fix it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2007/09/how-to-create-and-seed-a-torrent-download-on-amazon-s3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mnesvc Inc Seattle is Amazon Web Services</title>
		<link>http://www.carltonbale.com/2007/09/mnesvc-inc-seattle-is-amazon-web-services/</link>
		<comments>http://www.carltonbale.com/2007/09/mnesvc-inc-seattle-is-amazon-web-services/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 03:49:51 +0000</pubDate>
		<dc:creator>Carlton Bale</dc:creator>
		
		<category><![CDATA[Web Development, Internet]]></category>

		<category><![CDATA[Amazon]]></category>

		<category><![CDATA[Amazon.com]]></category>

		<category><![CDATA[Mnesvc-Inc-Seattle]]></category>

		<category><![CDATA[S3-backup]]></category>

		<guid isPermaLink="false">http://www.carltonbale.com/2007/09/mnesvc-inc-seattle-is-amazon-web-services/</guid>
		<description><![CDATA[I noticed a weird charge on my credit card from &#034;Mnesvc Inc          Seattle&#034; on 9/1.  I initially thought it was a fradulent charge, but it was for less than $2, so I was a little confused. After a little more research, I found that Mnesvc [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed a weird charge on my credit card from &#034;Mnesvc Inc          Seattle&#034; on 9/1.  I initially thought it was a fradulent charge, but it was for less than $2, so I was a little confused. After a little more research, I found that Mnesvc is really Amazon.com and this is how they are now billing their monthly Amazon Web Services, such as S3 backup.  Why they made this change, I don&#039;t know, but it probably signals a move to integrate <a href="http://www.bizjournals.com/seattle/stories/2006/10/16/story1.html?t=printable">TextPayMe</a> in some fashion.  I just wish they had provided me with a more clear warning of what to expect on my credit card statement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carltonbale.com/2007/09/mnesvc-inc-seattle-is-amazon-web-services/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
