<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GigaMegaBlog</title>
	<atom:link href="http://gigamegatech.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigamegatech.com</link>
	<description>Powered by GigaMegaWatts</description>
	<lastBuildDate>Sat, 13 Feb 2010 21:11:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='gigamegatech.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>ePub Crawl: Pulling a Book out of an App</title>
		<link>http://gigamegatech.com/2009/09/14/epub-crawl-pulling-a-book-out-of-an-app/</link>
		<comments>http://gigamegatech.com/2009/09/14/epub-crawl-pulling-a-book-out-of-an-app/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 00:29:19 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software Tools]]></category>

		<guid isPermaLink="false">http://gigamegatech.com/?p=361</guid>
		<description><![CDATA[A few months ago, technology publisher O&#8217;Reilly began selling some of their books as iPhone apps [iTunes link] for a surprisingly low price &#8212; generally just $5.  These are the full versions of the books, not just an extract.  The apps come bundled with Lexcyle&#8217;s Stanza e-reader, which is feature-rich, fast, and stable.  All things considered, [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago, technology publisher <a href="http://oreilly.com/">O&#8217;Reilly</a> began selling some of their books as iPhone apps <a href="http://bit.ly/ORMiTunes1">[iTunes link]</a> for a surprisingly low price &#8212; generally just $5.  These are the full versions of the books, not just an extract.  The apps come bundled with <a href="http://www.lexcycle.com/">Lexcyle&#8217;s Stanza e-reader</a>, which is feature-rich, fast, and stable.  All things considered, these books are quite a bargain.</p>
<p>There is a catch, of course:  for some books, and many humans, the iPhone isn&#8217;t the best reading platform.   Books about software development and tools are generally most useful when you are working hands-on at your computer.  Switching from the iPhone to the PC is rather awkward, and copying and pasting code fragments from the iPhone to your computer is pretty much impossible.  (Stanza, unlike Kindle, does support copy and paste of text by way of their annotation feature, but getting that copied text onto your computer is a byzantine  procedure).</p>
<p>Fortunately, O&#8217;Reilly chose to package their e-books using the open <a href="http://en.wikipedia.org/wiki/EPUB">ePub standard</a>, without ePub&#8217;s optional DRM (Digital Rights Management) encryption.  This means that it&#8217;s relatively easy to extract the ePub document from the iPhone app, at which point you can read it on whichever platform you choose.  The number of <a href="http://en.wikipedia.org/wiki/EPUB#Software">software </a>and <a href="http://en.wikipedia.org/wiki/EPUB#Hardware">hardware</a> e-readers that support ePub is rapidly expanding (with <a href="http://www.internetnews.com/bus-news/article.php/3836656">one notable holdout</a>), and it is widely expected that ePub will eventually replace today&#8217;s myriad incompatible formats.</p>
<p>The following method for extracting the ePub document from one of O&#8217;Reilly&#8217;s iPhone apps is based on <a href="http://www.teleread.org/2009/02/03/e-book-review-iphone-the-missing-manual/">an article on the excellent TeleRead site</a>.  The packaging of the apps has changed a little since that article was written, so a couple of extra steps are required.  I use a Windows PC, but I&#8217;m sure a similar approach would work on a Mac since the only software tool required is one that can read and write .zip files.</p>
<ol>
<li>Locate the iPhone app file.  The easiest way to do this is to right-click on the app in iTunes, then select &#8220;Open in Windows Explorer&#8221;.  The example I&#8217;m working with is the wonderful <a href="http://oreilly.com/catalog/9780596520748/">Coding4Fun</a> book (which costs $32 when bought as an eBook right now), and its app file is named Code4Fun 1.0.ipa.  Copy the .ipa file to another folder so that you won&#8217;t confuse iTunes with the following steps.</li>
<li>Extract the contents of the .ipa file.  Despite the extension, this is a zip-compressed file.  Most zip extraction tools (like <a href="http://www.7-zip.org/">7-Zip</a> in the following screenshot) are quite happy to take a whack at opening the file without knowing what an .ipa is, but if necessary you can rename the file to Code4Fun.zip first.
<p style="text-align: center;"><div class="img size-full wp-image-376 aligncenter" style="width:492px;">
	<img src="/wp-content/uploads/2009/09/03-09-2009-6-18-37-PM.png" alt="A zip in app's clothing" width="492" height="334" />
	<div>A zip in app's clothing</div>
</div>
</li>
<li>The contents of the app should consist of a couple of files and a folder named &#8220;Payload&#8221;.  If you open Payload you&#8217;ll find another folder named Code4Fun.app. Another level down is a folder named &#8220;book&#8221;, as shown in the following screenshot.  (Incidentally, the parent folder of &#8220;book&#8221; also contains a file named default.pub.  This is actually a bonus ePub book: The Time Machine by H.G. Wells.  I don&#8217;t think you can get at this book from within the Code4Fun iPhone app &#8211; it presumably is there as part of the Stanza packaging).
<p style="text-align: center;"><div class="img size-full wp-image-378 aligncenter" style="width:431px;">
	<img src="/wp-content/uploads/2009/09/03-09-2009-6-25-52-PM.png" alt="In the book, is a book" width="431" height="137" />
	<div>In the book, is a book</div>
</div>
</li>
<li>Select the contents of the &#8220;book&#8221; folder (2 folders and a file) and add them to a new .zip file, as shown below.
<p style="text-align: center;"><div class="img size-full wp-image-377 aligncenter" style="width:354px;">
	<img src="/wp-content/uploads/2009/09/03-09-2009-6-29-54-PM.png" alt="A ePub in zip's clothing" width="354" height="351" />
	<div>A ePub in zip's clothing</div>
</div>
</li>
<li>That .zip file is actually your ePub document, so rename it to something more suitable like Code4Fun.pub.  At this point you should be able to open the .pub file in <a href="http://www.adobe.com/products/digitaleditions/">Adobe Digital Editions</a>, or <a href="http://www.mobipocket.com/en/HomePage/default.asp?Language=EN">MobiPocket Reader</a>, or <a href="http://www.lexcycle.com/">Stanza Reader</a>.  (Mobipocket and Stanza are generally used on mobile devices, such as Blackberry or Windows Mobile smartphones, but both offer a  desktop reader).  My own preference is to keep things simple and flexible by using the browser-based <a href="http://bookworm.oreilly.com">Bookwork</a> reader.</li>
</ol>
<p>Enjoy, but please, please don&#8217;t pass along the .pub file to your friends (or, worse, a Torrent site).  O&#8217;Reilly is doing us a great favour by selling these ebooks at such a low price and supporting the open ePub standard.</p>
<p>I&#8217;m pretty sure that O&#8217;Reilly is OK with you extracting the .pub file for your own use &#8212; it was <a href="http://toc.oreilly.com/2009/02/popping-the-hood-on-the-iphone-mm-app.html">an article on an O&#8217;Reilly site</a> where I first came across this procedure.  <a href="http://www.amazon.com/Kindle-Amazons-Wireless-Reading-Generation/dp/B00154JDAI/ref=dp_ob_title_def">Other companies</a> would have you believe that DRM-encrusted proprietary standards are the only way to prevent the unwashed masses from pirating ebooks.   Please don&#8217;t help them to prove their point.</p>
]]></content:encoded>
			<wfw:commentRss>http://gigamegatech.com/2009/09/14/epub-crawl-pulling-a-book-out-of-an-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Look Ma, No Button: Forcing Google Chrome To Become the Default Browser</title>
		<link>http://gigamegatech.com/2009/09/09/look-ma-no-button-forcing-google-chrome-to-become-the-default-browser/</link>
		<comments>http://gigamegatech.com/2009/09/09/look-ma-no-button-forcing-google-chrome-to-become-the-default-browser/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 21:56:15 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Software Tools]]></category>

		<guid isPermaLink="false">http://gigamegatech.com/?p=366</guid>
		<description><![CDATA[I recently switched browser preferences from Firefox to Google Chrome.  I was forced to make the change by a lack of RAM &#8212; the software development tools I use eats up most of my RAM, and Firefox has become so bloated over time that it wants 300M of its own to display a few tabs.
It [...]]]></description>
			<content:encoded><![CDATA[<p>I recently switched browser preferences from <a href="http://www.mozilla.com/en-US/firefox/firefox.html">Firefox</a> to <a href="http://www.google.com/chrome">Google Chrome</a>.  I was forced to make the change by a lack of RAM &#8212; the software development tools I use eats up most of my RAM, and Firefox has become so bloated over time that it wants 300M of its own to display a few tabs.</p>
<p>It was hard to give up all of the Firefox plug-ins that I had grown accustomed to, especially <a href="http://www.xmarks.com/">XMarks</a> and, ironically, the <a href="http://toolbar.google.com">Google Toolbar</a>.  However, I love the fact that Chrome opens in seconds and uses about 1/3 the RAM of Firefox.  I&#8217;ve yet to come across any web pages that Chrome can&#8217;t render, and it has never crashed.  I like the concept: a relatively thin, fast and stable platform for web content.</p>
<p>However, having decided to commit to Chrome as my browser I was surprised to find Chrome wouldn&#8217;t accept me!  When I tried to set Chrome as my default browser, I saw the following: no &#8220;Default Browser&#8221; button.</p>
<p style="text-align: center;"><div class="img aligncenter size-full wp-image-370" style="width:390px;">
	<img src="/wp-content/uploads/2009/09/08-09-2009-10-02-04-AM.png" alt="OK.  Now what?" width="390" height="76" />
	<div>OK.  Now what?</div>
</div>
<p>This doesn&#8217;t seem to be a widespread problem.  I found a reference to a long-fixed incompatibility with Vista (one of the smart things about Chrome is is automatically updates to the latest version), and a suggestion to run Chrome as an administrator if the Default Browser button wasn&#8217;t displayed.   However, I am an administrator, and I run XP.   Freaky.</p>
<p>I still don&#8217;t know what the problem is, but I stumbled across a solution.  It seems that the Default Browser button is there somewhere, lurking off screen.  You can&#8217;t get to it by clicking, but you can by tabbing.  So:</p>
<ol>
<li>Click the Default search combo so that it has the focus (i.e. it is highlighted in blue, as in the screenshot below).</li>
<li>Press Tab.  The focus should move onto the Manage button.</li>
<li>Press Tab again.  The focus highlight will seemingly disappear.  It&#8217;s actually on the Default Browser button.</li>
<li>Press Enter. This will trigger the off-screen button, and you should see the message change to &#8220;The default browser is currently Google Chrome&#8221;.</li>
</ol>
<div class="img aligncenter size-full wp-image-369" style="width:392px;">
	<img src="/wp-content/uploads/2009/09/09-09-2009-5-41-24-PM.png" alt="Together at last" width="392" height="138" />
	<div>Together at last</div>
</div>
<p>Talk about playing hard to get!</p>
]]></content:encoded>
			<wfw:commentRss>http://gigamegatech.com/2009/09/09/look-ma-no-button-forcing-google-chrome-to-become-the-default-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Best iPhone Apps</title>
		<link>http://gigamegatech.com/2009/08/10/review-best-iphone-apps/</link>
		<comments>http://gigamegatech.com/2009/08/10/review-best-iphone-apps/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 00:32:18 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[iphone review book apps]]></category>

		<guid isPermaLink="false">http://gigamegatech.com/?p=348</guid>
		<description><![CDATA[This book is a top notch implementation of a questionable concept.  Like a shiny new sports car on a dealer&#8217;s lot, it looks and performs great right now, but its value will fall as time goes by.
The problem is that a book of iPhone app recommendations is similar to the &#8220;best of the Internet&#8221; books [...]]]></description>
			<content:encoded><![CDATA[<p>This book is a top notch implementation of a questionable concept.  Like a shiny new sports car on a dealer&#8217;s lot, it looks and performs great right now, but its value will fall as time goes by.</p>
<p>The problem is that a book of iPhone app recommendations is similar to the &#8220;best of the Internet&#8221; books that appeared in the 90s &#8211; they were out-of-date within a year of their publication.</p>
<p><a href="http://oreilly.com/catalog/9780596804275/"><img class="alignleft" title="Best iPhone Apps" src="http://covers.oreilly.com/images/9780596804275/lrg.jpg" alt="" width="400" height="300" /></a>This book was published just last month (July 2009), but there are many excellent apps that were released after the book was written: <a href="http://www.kenditech.com/Applications/Entries/2009/4/17_Camera_Zoom.html">Camera Zoom</a>, <a href="http://www.backflipstudios.com/ragdollblaster/">Ragdoll Blaster</a>, <a href="http://www.comixology.com/iphoneapp/">Comixology&#8217;s Comics</a>.</p>
<p>Also, the book was written just before the release of the iPhone&#8217;s OS 3.0.  The new operating system made some entirely new types of app models possible, such as in-app purchases (the aforementioned <a href="http://www.comixology.com/iphoneapp/">Comics app</a>) and augmented reality (<a href="http://www.acrossair.com/apps_nearesttube.htm">Nearest Tube</a>), while rendering some of the book&#8217;s picks inoperable (<a href="http://www.apptism.com/apps/darkroom">Darkroom</a>) or considerably less valuable (<a href="http://www.quickoffice.com/quickoffice_iphone/">Quickoffice</a> &#8211; the first, and last, app to offer custom copy-and-paste support).</p>
<p>Having said all that, anyone wading into the iPhone App Store badly needs a guide of some sort, since the App Store is notoriously difficult to navigate when you are looking for the best rated apps of a specific type.</p>
<p>At present, you have two options: sort through the multitude of web sites that contain app reviews, or read a book like this.  For the time being, the only book like this is <em>this </em>(though I&#8217;m sure that will soon change too).</p>
<p>I found this book&#8217;s recommendations and reviews of apps I&#8217;m familiar with to be fair and accurate. In many cases I had already come across the same apps through other sources, but there were several instances where I switched app loyalties based on the book&#8217;s recommendation. The book really shines in the breadth of categories that it covers.  I discovered many apps, and quite a few categories, that I had no idea existed but now use regularly, such as <a href="http://www.instapaper.com/iphone">Instapaper </a>and <a href="http://www.last.fm/hardware/apple">Last.fm</a>.</p>
<p><a href="http://www.backflipstudios.com/ragdollblaster/index.html"><img class="alignright" title="Ragdoll Blaster" src="http://www.ilounge.com/assets/images/reviews_games/iphone80409/12.jpg" alt="" width="384" height="256" /></a>In addition to soon becoming out-of-date, the book has a couple of other drawbacks that are admittedly unavoidable for this type of publication. At least half of the app categories were ones that I have no interest in and skipped right past, making this a very short read. Also, a lot of the apps are either unavailable in Canada or of no use to people outside the US, but the book&#8217;s reviews clearly identify most of these instances.</p>
<p>I should mention that O&#8217;Reilly has also established a companion &#8220;<a href="http://iphoneapps.oreilly.com/">Best iPhone Apps</a>&#8221; web site.  Currently, the site only contains some abbreviated reviews of the same apps covered by the book, but hopefully they will cover new apps in the future.  At this point, the site isn&#8217;t an alternative to the book, or even a better alternative to the <a href="http://www.macworld.com/appguide/index.html">many</a> <a href="http://gizmodo.com/tag/iphone-apps/">other</a> <a href="http://www.tuaw.com/">sites</a> that publish iPhone app reviews.</p>
<p>The bottom line: although only a fraction of the apps covered in this book were of interest to me, I ended up using about 10 of those apps, all of them new discoveries for me. I didn&#8217;t find any of the book&#8217;s recommendations to be outright clunkers. This made the book a worthwhile investment to me. Those who are completely new to iPhone apps, or who love trying new things, will find this book to be particularly valuable.</p>
<p>Together with David Pogue&#8217;s <a href="http://missingmanuals.com/iphone_app/">iPhone: The Missing Manual</a>, The Best iPhone Apps could be considered &#8220;iPhone 101&#8243;.  (Grad students can advance to yet another O&#8217;Reilly publication, <a href="http://oreilly.com/catalog/9780596516642/">iPhone Hacks</a>, a book which truly lives up to the promise of &#8220;Hacks&#8221;).</p>
]]></content:encoded>
			<wfw:commentRss>http://gigamegatech.com/2009/08/10/review-best-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kindle comes to Canada, Kind Of</title>
		<link>http://gigamegatech.com/2009/08/05/kindle-comes-to-canada-kind-of/</link>
		<comments>http://gigamegatech.com/2009/08/05/kindle-comes-to-canada-kind-of/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 22:32:05 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://gigamegatech.com/?p=330</guid>
		<description><![CDATA[I saw a rumour (not rumor!) over at iPhoneInCanada.ca.  They say that us Canadians can get our filthy mitts on  those delectable Amazon Kindle books by doing the following:


	
	Mmmm, forbidden fruit

Get an iPhone or iPod Touch.  (I suppose you could also try to get an actual Kindle, but that&#8217;s a different rumour).   If you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>I saw a rumour (not rumor!) over at <a href="http://www.iphoneincanada.ca/tips-tricks/how-to-download-books-to-kindle-iphone-app-canada/">iPhoneInCanada.ca</a>.  They say that us Canadians can get our filthy mitts on  those delectable Amazon Kindle books by doing the following:</p>
<ol>
<li><div class="img size-medium wp-image-334 alignright" style="width:200px;">
	<a href="http://www.amazon.com/gp/feature.html?ie=UTF8&amp;docId=1000301301"><img src="/wp-content/uploads/2009/08/IMG_0097-200x300.png" alt="Mmmm, forbidden fruit" width="200" height="300" /></a>
	<div>Mmmm, forbidden fruit</div>
</div>
<p>Get an iPhone or iPod Touch.  (I suppose you could also try to get an actual Kindle, but that&#8217;s a different rumour).   If you&#8217;re on a budget then a 1st generation iPod Touch is the least expensive option, and you should be able to find one for about $150 on eBay.   Apple.ca occasionally sells refurbished 1st gens for about $180, and <a href="http://store.apple.com/ca/browse/home/specialdeals/ipod/ipod_touch?mco=MTE3NzE">they currently have refurbished 2nd generation iPod Touches for $200</a>.</li>
<li>Download and install iTunes as usual.  Sign up using your true Canadian address and credit card &#8211; you&#8217;ll need to do so to get your iPhone/iPod up and running.</li>
<li>Purchase a Mastercard gift card.  These are sold at Shopper&#8217;s Drug Mart and, perhaps, other retailers.  The key is that it must be a &#8220;Vanilla&#8221; brand Mastercard, which apparently does not appear to be a Canadian credit card to iTunes.  Accept no substitutes &#8211; the Visa gift card, for example, does not do the trick.</li>
<li>Follow <a href="http://www.iphoneincanada.ca/tips-tricks/how-to-download-books-to-kindle-iphone-app-canada/">the steps on iTunesInCanada</a> to add a 2nd user-ID to iTunes, this time an American one. (Hint &#8211; don&#8217;t use a Canadian domain like sympatico.ca &#8211; Apple probably isn&#8217;t <em>that </em>stupid).   It appears that the billing address doesn&#8217;t matter, so long as it&#8217;s somewhere in America.</li>
<li>Log into the iTunes App Store using your new American user-ID.  Take a look around &#8211; there&#8217;s a lot more than Kindle to be found.  For example, they have a Last.FM client for streaming audio &#8211; banned in the Canadian App Store for no apparent reason.  They also have its main competitor, Pandora.  They have all 6 seasons of <a href="http://www.adultswim.com/shows/aquateenhungerforce/index.html">Aqua Teen Hunger Force</a>, which is 6 more than us poor Canadians are offered!  With all of these new entertainment options available, do you still have time to read books?  If not, you can stop here.</li>
<li><div class="img size-medium wp-image-335  alignright" style="width:300px;">
	<a href="http://www.adultswim.com/shows/aquateenhungerforce/index.html"><img src="/wp-content/uploads/2009/08/IMG_0099-300x200.png" alt="Mmmmm, forbidden fast food" width="300" height="200" /></a>
	<div>Mmmmm, forbidden fast food</div>
</div>
<p>Download and install the <a href="http://www.amazon.com/gp/feature.html?ie=UTF8&amp;docId=1000301301">Kindle app</a> from iTunes.  Surprisingly, considering how difficult Apple makes it to sync your iPhone/iPod to another computer, syncing  to another account is seamless &#8211; you won&#8217;t lose any of the apps or media currently on your device.</li>
<li>Run the Kindle app and use it to create a new Amazon user-ID.  (Note that this is Amazon.com, not .ca, so your Amazon.ca login won&#8217;t work).  Again, use a new e-mail address that doesn&#8217;t have a Canadian domain, like Gmail or Hotmail.</li>
<li>Now here&#8217;s the tricky part &#8212; things appear to have changed since the iPhonesInCanada article was written.   The Vanilla Mastercard trick no longer works at Amazon &#8211; hopefully Apple won&#8217;t catch on too!   However, since you won&#8217;t get very far without a billing address, go ahead and add your Vanilla Mastercard.  To do so, click on the Your Account link, then &#8220;Add A Credit Card&#8221;.  Be sure to enter an American billing address &#8211; the same one as you&#8217;re using on iTunes should work.</li>
<li>Logout of Amazon.com.  Then, log back in to Amazon.com using a Canadian user-ID.  If you&#8217;ve already bought from Amazon.com in the past, use that user-ID.  Otherwise, you&#8217;ll have to create yet another new user-ID, and add your Canadian credit card (not the Vanilla Mastercard) to this one, with your correct Canadian billing address.</li>
<li><div class="img size-medium wp-image-336 alignright" style="width:175px;">
	<img src="/wp-content/uploads/2009/08/05-08-2009-6-15-10-PM-175x300.png" alt="Loonie Launderer" width="175" height="300" />
	<div>Loonie Launderer</div>
</div><p>While logged in with you Canadian user-ID, buy a Gift Card.  Select the &#8220;E-mail a Gift Card&#8221; option, and enter the e-mail address of your American Amazon user-ID.</li>
<li>You should find that your American e-mail account receives the gift card within minutes.  Log into Amazon.com with your American user-ID, then go to the &#8220;Your Account&#8221; page. Delete the Vanilla Mastercard from your account (click on &#8220;Manage Payment Options&#8221;, then the delete button).  Then, from the &#8220;My Account&#8221; page, click on &#8220;Apply a Gift Certificate/Card to Your Account&#8221; and enter the code that you received in the e-mail.</li>
<li>And you&#8217;re done!  Go to any Kindle book&#8217;s page (best to experiment with a free one first) and click the &#8220;Buy Now with Click Once&#8221; link.  It should work, and the next time you run the Kindle app it will automatically download the book to your iPhone/iPod.</li>
<li>As you purchase Kindle books you will, of course, need to replenish your Amazon account from time to time, using additional gift certificates.</li>
</ol>
<p>Now, don&#8217;t get me wrong, I&#8217;m not suggesting you go and do all this.   There are many good reasons why you shouldn&#8217;t.</p>
<p><a href="http://gigaom.com/2009/08/04/the-great-firewall-of-apples-app-store/">Apple is becoming increasingly aggressive about enforcing the rules of the App Store</a>, so they might close this loophole at any time.  <a href="http://www.engadget.com/2009/07/17/amazon-remotely-deletes-orwell-e-books-from-kindles-unpersons-r/">Amazon has been known to make their Kindle books magically disappear</a> when a publisher raises a licensing issue. Perhaps the best reason is that you don&#8217;t have to: there are plenty of <a href="http://www.fictionwise.com">other</a> <a href="http://www.ebooks.com">e-book</a> <a href="http://www.booksonboard.com">retailers</a>, including <a href="http://www.shortcovers.com">a home-grown one</a>, who are quite happy to do business with us.</p>
<p>And, after all, it&#8217;s just a rumour!</p>
]]></content:encoded>
			<wfw:commentRss>http://gigamegatech.com/2009/08/05/kindle-comes-to-canada-kind-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The best iPhone case that $4.38 can buy</title>
		<link>http://gigamegatech.com/2009/07/28/the-best-iphone-case-that-4-38-can-buy/</link>
		<comments>http://gigamegatech.com/2009/07/28/the-best-iphone-case-that-4-38-can-buy/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 00:56:17 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://gigamegatech.com/?p=297</guid>
		<description><![CDATA[Shipping included.  Seriously!
I bought one of these to protect my multi-thousand dollar (including data plan) iPhone 3Gs.  The photo pretty accurately reflects the styling (meh), but it doesn&#8217;t do justice to the fit.
The phone sits snugly in the case, which sits nicely in my shirt pocket.  The front flap has a hard (presumably plastic) insert [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dealextreme.com/details.dx/sku.14311">Shipping included</a>.  Seriously!</p>
<p style="text-align: left;"><a href="http://www.dealextreme.com/details.dx/sku.14311"><img class="alignleft" title="$4.38 Leather iPhone Case" src="http://www1.dealextreme.com/productimages/sku_14311_1.jpg" alt="" width="420" height="420" /></a>I bought one of these to protect my multi-thousand dollar (including data plan) iPhone 3Gs.  The photo pretty accurately reflects the styling (meh), but it doesn&#8217;t do justice to the fit.</p>
<p style="text-align: left;">The phone sits snugly in the case, which sits nicely in my shirt pocket.  The front flap has a hard (presumably plastic) insert that does a decent job of protecting the iPhone&#8217;s screen, and there is a hidden magnetic clasp that causes the flap to close tightly with a satisfying <em>thwack</em>.</p>
<p>Yeah, I know, I sound like the ghost of <a href="http://en.wikipedia.org/wiki/Billy_Mays">Billy Mays</a>.  But wait, there&#8217;s more!  The case has holes for the camera, headphone jack and USB cable.  The flap does a reasonable job of holding the screen upright for watching videos.  Cell phone usage is fine when the iPhone&#8217;s sitting in the case &#8211; I can hear and be heard without any problems.</p>
<p>Things are little tight when trying to poke at the left and rightmost parts of the virtual keyboard, but otherwise I haven&#8217;t been tempted to remove the iPhone from the case.</p>
<p>Eventually I&#8217;ll probably give in to my iPhone&#8217;s whining about wanting to look <em>cooooool</em>, and buy it one of these <a href="http://www.proporta.com/F02/PPF02P05.php?t_id=4620&amp;t_mode=des">sexy Proporta outfits</a> &#8212; almost 10 times the price, shipping not included, but they do throw in a teabag.  (Seriously!).  I once stepped on my iPod Touch while it was protected by a similar Proporta case, and it survived without so much as a screen smudge.  But a lesser klutz could probably get by with the $4.38 knockoff.</p>
<p>While you&#8217;re at <a href="http://www.dealextreme.com">DealExtreme</a> (the geek&#8217;s dollar store), you might want to fish out some change to buy their no-name versions of  the <a href="http://www.dealextreme.com/details.dx/sku.19242">iPhone USB charger</a> ($3.04) and <a href="http://www.dealextreme.com/details.dx/sku.19148">cable</a> ($1.77).  I own both and they&#8217;re surprisingly well made.  Together, with the case it will be the best ten bucks you ever spent.</p>
]]></content:encoded>
			<wfw:commentRss>http://gigamegatech.com/2009/07/28/the-best-iphone-case-that-4-38-can-buy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Green lies, from the National Post?!</title>
		<link>http://gigamegatech.com/2009/07/26/green-lies-from-the-national-post/</link>
		<comments>http://gigamegatech.com/2009/07/26/green-lies-from-the-national-post/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 18:36:06 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gigamegatech.com/?p=315</guid>
		<description><![CDATA[Despite its source, the quote just seemed wrong: &#8220;Your microwave uses more electricity to power the digital clock for the 23 hours and 55 minutes a day that you&#8217;re not using it than the five minutes you do to heat your dinner.&#8221;
The source is a column by Jim Harris in the National Post newspaper.  I [...]]]></description>
			<content:encoded><![CDATA[<p>Despite its source, the quote just seemed wrong: &#8220;<em>Your microwave uses more electricity to power the digital clock for the 23 hours and 55 minutes a day that you&#8217;re not using it than the five minutes you do to heat your dinner.</em>&#8221;</p>
<p>The source is <a href="http://www.nationalpost.com/m/story.html?id=1820705&amp;s=Related+Topics&amp;is=Electronics&amp;it=Topic">a column by Jim Harris in the National Post newspaper</a>.  I have a great deal of respect both for <a href="http://www.jimharris.com/">Jim Harris, former leader of Canada&#8217;s national Green Party</a>, and the <a href="http://www.nationalpost.com">National Post</a>.  I&#8217;ve never known either to play fast and loose with the numbers to prove a point &#8212; indeed the Post regularly exposes scientists who do so in their <a href="http://network.nationalpost.com/np/blogs/fpcomment/archive/tags/Junk+Science+Week/default.aspx">Junk Science articles</a>.</p>
<p>But a clock based on ultraefficient LED or LCDs burning more power in a day than a food-zapping microwave does in 5 minutes?  That doesn&#8217;t sound right.</p>
<p>And it isn&#8217;t, for my oven.  Here are the stats for my 12 year old 1000W oven, a Sanyo EM-P540 with an LCD clock.  I measured these stats with the Kill-A-Watt gadget that I&#8217;ve mentioned in previous blog entries.</p>
<p><strong><h2 class="wp-table-reloaded-table-name">My microwave's power consumption</h2>
<table id="wp-table-reloaded-id-6-no-1" class="wp-table-reloaded wp-table-reloaded-id-6" cellspacing="1" cellpadding="0" border="0">
<thead>
	<tr class="odd row-1">
		<th class="column-1"></th><th class="column-2">Watts</th><th class="column-3">mAmps</th><th class="column-4">kWH</th>
	</tr>
</thead>
<tbody>
	<tr class="even row-2">
		<td class="column-1">5 minutes cooking</td><td class="column-2">1500</td><td class="column-3">14000</td><td class="column-4">0.12</td>
	</tr>
	<tr class="odd row-3">
		<td class="column-1">24 hours standby</td><td class="column-2">1</td><td class="column-3">20</td><td class="column-4">0.05</td>
	</tr>
</tbody>
</table>
</strong></p>
<p>The power used by my microwave oven when not used is 42% of the power when cooking a meal for 5 minutes. Put another way, my microwave would use 30% less power if I unplugged it when not in use.</p>
<p>I was rather surprised at the wattage reading &#8211; it&#8217;s a 1000W oven, after all.  However, the user&#8217;s guide does confirm that it consumes 1480W to output 1000W.  Apparently this is fairly typical of a microwave oven: <a href="http://en.wikipedia.org/wiki/Microwave_oven#Efficiency">this Wikipedia article says that average power efficiency is 64%</a>.</p>
<p><a href="http://network.nationalpost.com/np/blogs/fpcomment/archive/tags/Junk+Science+Week/default.aspx"><img class="alignright" title="National Posts Rubber Duck Award" src="http://network.nationalpost.com/np/blogs/fpcomment/rubber__duck.jpg" alt="" width="200" height="200" /></a>It could be that Jim Harris is referring to a particularly low power oven, or a ridiculously exorbitant clock.  There is no way of knowing, since he doesn&#8217;t provide a source for this or any of the other stats that are in his article.</p>
<p>The unfortunate thing is that he didn&#8217;t need to massage the numbers, since he has a point.   I would have thought that unplugging my microwave would reduce its daily power consumption by maybe 5%.   Thanks to his article, though, I now know better.</p>
<p>However, by exaggerating the numbers to support his argument, or quoting somebody else&#8217;s numbers without identifying them, I think he is less likely to make his case.  He is, after all, not preaching to the converted who already know about these issues &#8212; he&#8217;s trying to convince skeptics who think that a large part of the environmental movement is hogwash.  The sentence that I quoted at the beginning of this post is certainly not going to help to change their minds.</p>
<p>The main point of Jim Harris&#8217; article, by the way, is that device manufacturers can and should engineer their products to burn less energy when not in use.  He&#8217;s absolutely right, and I hope manufacturers, retailers and consumers take note.  When Harris  led the Green Party he used common sense and business acumen to pitch green initiatives to the corporate world, a constructive approach that <a href="http://www.ottawasun.com/comment/columnists/christina_blizzard/2009/05/17/9484276-sun.html">the Greens now sorely lack</a>.  In his series of columns in the National Post columns he has shown a knack for pointing out needless wasting of our environmental resources that most of us overlook: <a href="http://www.financialpost.com/related/links/story.html?id=1754183">escalators left running overnight</a>, <a href="http://www.financialpost.com/news-sectors/energy/green-energy/story.html?id=1793526">roofs that are the wrong colour</a>, or microwaves with clocks that hardly anybody needs.</p>
<p>As an environmentalist myself, I just wish that he, and especially the better known and <a href="http://article.nationalreview.com/?q=ZmExMjFlNzFmNWM5YWYwYzBiNWFmOTMzNmExOTkzZDU=">less</a> <a href="http://www.reason.com/blog/show/129056.html">responsible</a> <a href="http://www.quebecoislibre.org/001014-11.htm">leaders </a>of the green movement, would stop wasting another valuable resource, their credibility, by publishing unsourced, dubious statistics.</p>
]]></content:encoded>
			<wfw:commentRss>http://gigamegatech.com/2009/07/26/green-lies-from-the-national-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: The Twitter Book(: The iPhone App)</title>
		<link>http://gigamegatech.com/2009/07/24/review-the-twitter-book-the-iphone-app/</link>
		<comments>http://gigamegatech.com/2009/07/24/review-the-twitter-book-the-iphone-app/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 21:17:20 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Software Tools]]></category>

		<guid isPermaLink="false">http://gigamegatech.com/?p=300</guid>
		<description><![CDATA[In the last few weeks I&#8217;ve gone from someone who thought Twitter was the apex of pointless self-obsession to, well, someone who reads books about Twitter and then writes reviews of them.
While there is definitely more to Twitter than &#8220;I&#8217;m eating a ham sandwich&#8221; posts, it isn&#8217;t a complicated piece of software to use, either.  [...]]]></description>
			<content:encoded><![CDATA[<p>In the last few weeks I&#8217;ve gone from someone who thought Twitter was the apex of pointless self-obsession to, well, someone who reads books about Twitter and then writes reviews of them.</p>
<p>While there is definitely more to Twitter than &#8220;I&#8217;m eating a ham sandwich&#8221; posts, it isn&#8217;t a complicated piece of software to use, either.  To get up and tweeting, you can get just a) go to <a href="http://www.twitter.com">Twitter.com</a>, b) select a user-ID and password, and c) fill in the &#8220;What are you doing?&#8221; box.</p>
<p>Most Twitterers quickly go beyond this to using other Twitter software clients, integrating keywords like &#8220;RT&#8221; (retweet) and #hashtags into their posts and sampling the rapidly proliferating web sites that extend the Twitterverse in some fashion.</p>
<p>Still, is there really enough to Twitter to merit a book?</p>
<p>The answer is yes, albeit a short book.</p>
<p>Happily, the authors of <a href="http://oreilly.com/catalog/9780596802813/">The Twitter Book</a> have resisted the temptation to pad the book with abstract musing about Twitter.  (One of the authors is Twitterato Supremo <a href="http://http://twitter.com/timOReilly">Tim O&#8217;Reilly</a> &#8212; the guy behind the O&#8217;Reilly publishing empire &#8212; who currently has about 819,500 more Twitter followers than <a href="http://twitter.com/gigamegawatts">me</a>, the guy behind the GigaMegaBlog publishing empire.)  The book is chock full of tips, suggestions and recommendations, most of which are not at all self-apparent to the average Twitter user.</p>
<p>For example, I had no idea that each Twitter post has its own URL, and only a vague notion of when to use the &#8220;via&#8221; keyword vs.  &#8220;RT&#8221; when referring to a tweet.  While a Google search on &#8220;Twitter&#8221; shows that there is no shortage of web sites that provide add-on features and services, I hadn&#8217;t used any of them until I read about the good ones in this book.</p>
<p style="text-align: center;">
<p style="text-align: center;"><div class="img size-full wp-image-306 aligncenter" style="width:480px;">
	<a href="http://oreilly.com/catalog/9780596802813/"><img src="/wp-content/uploads/2009/07/IMG_0084.PNG" alt="Sample page from The Twitter Book iPhone app" width="480" height="320" /></a>
	<div>Sample page from The Twitter Book iPhone app</div>
</div>
<p style="text-align: center;">
<p style="text-align: left;">The book is well-written and an easy read, and you&#8217;ll likely find that it takes just a couple of hours to go cover to cover.  There are only 6 chapters, the last of which is devoted to using Twitter for business use.  Casual Twitter users should not be put off by that, however, since the other 5 chapters don&#8217;t have a &#8220;business book&#8221; tone.</p>
<p>I read the ebook version,  as an iPhone app.  The big advantage of this format, as of July 2009 at least, is the low price &#8211; just 5 bucks.  The big disadvantage, of course, is that you&#8217;re reading it on a 2 x 3&#8243; screen.  Personally, I&#8217;m quite used to ebooks and don&#8217;t find this to be a drawback at all, but if you&#8217;ve never tried reading an ebook on an iPhone I&#8217;d advise you to download the free <a href="http://www.lexcycle.com/">Stanza </a>app first.  The Twitter Book, like all of O&#8217;Reilly&#8217;s iPhone ebooks, uses the same engine as Stanza with the same wide range of settings.</p>
<p>Another relatively low-cost option for the Twitter Book is <a href="http://my.safaribooksonline.com/9780596804077">O&#8217;Reilly&#8217;s Safari web site</a>.  If you&#8217;re a frequent reader of tech books then Safari gives you a great bang for the buck &#8211; <a href="http://gigamegatech.com/2008/01/30/going-on-safari-in-bed/">I can&#8217;t seem to help gushing about it</a>.</p>
<p>The one area where I found the iPhone app format to be a constraint is graphics.  The books makes extensive use of screenshots to show examples of effective tweets, and the text in some of the graphics is a little too fuzzy to make out. <span style="text-decoration: line-through;">As shown in the screenshot above, the graphics are reasonably large when in a landscape format.  If the above screenshot (which is at its full iPhone resolution) is readable then you should be fine, but otherwise this app offers no way to zoom in on a graphic. </span> <span style="color: #ff0000;">Correction 7/29</span>: Silly me &#8211; I pinched and poked at the graphics without realizing that you <em>can </em>zoom in on them.  If you hold your finger down on a graphic, the app switches to a special view, shown below, that supports the usual iPhone zoom controls.</p>
<p style="text-align: center;"><div class="img size-full wp-image-323 aligncenter" style="width:480px;">
	<img src="/wp-content/uploads/2009/07/IMG_0090.PNG" alt="Zoomed screenshot" width="480" height="320" />
	<div>Zoomed screenshot</div>
</div>
<p>All things considered, The Twitter Book is a very worthwhile read, even for casual Twitterers.  If you&#8217;ve been tweeting for awhile and scoff at the idea of a whole book being devoted To Twitter, then you are exactly the type of person to benefit the most by reading it.</p>
]]></content:encoded>
			<wfw:commentRss>http://gigamegatech.com/2009/07/24/review-the-twitter-book-the-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDFs: Authorized copying prohibited</title>
		<link>http://gigamegatech.com/2009/07/22/pdfs-authorized-copying-prohibited/</link>
		<comments>http://gigamegatech.com/2009/07/22/pdfs-authorized-copying-prohibited/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 23:28:25 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Software Tools]]></category>

		<guid isPermaLink="false">http://gigamegatech.com/?p=289</guid>
		<description><![CDATA[Grrr, what is the deal with PDFs and copying to the clipboard?
We all routinely copy and paste information from one document to another, right? Even the hipster non-readers on the iPhone design team have grudgingly conceded this point.  PDFs are still the most common document format out there, having survived for 16 years in the [...]]]></description>
			<content:encoded><![CDATA[<p>Grrr, what is the deal with PDFs and copying to the clipboard?</p>
<p>We all routinely copy and paste information from one document to another, right? Even the hipster non-readers on the iPhone design team have grudgingly conceded this point.  PDFs are still the most common document format out there, having survived for 16 years in the tech world remarkably unchanged.  Practically every gadget on the planet can display them, and an increasing number of them can generate PDF files too.   PDF documents are reasonably small, cross platform and, as of July 2008, a freely open standard.</p>
<p><a href="http://www.ddu-designs.co.uk/images/NoCopying.gif"><img class="alignleft" src="http://www.ddu-designs.co.uk/images/NoCopying.gif" alt="" width="295" height="344" /></a>So why is copying information out of PDFs so cumbersome?  If I didn&#8217;t know better (and I don&#8217;t), I&#8217;d wonder if there is some kind of evil conspiracy amongst copyright attorneys, software makers and the Knights Templar to safeguard their contents from the clipboards of the masses.</p>
<p>As far as I know the only piece of software that can fully handle copy and paste from PDFs is the ridiculously expensive full version of Adobe Acrobat.  Otherwise, copy support for PDFs ranges from the minimal (Adobe Reader and Foxit Reader, for example) to the absent (almost all smartphones, including the iPhone).</p>
<p>(Incidentally, one of the least mentioned improvements in the iPhone 3GS is that it the faster CPU has made it a top notch PDF reader.  Using the highly recommended <a href="http://www.goodiware.com/goodreader.html">GoodReader app</a> I can load a graphics-laden PDF magazine and scroll and zoom through it with no lags or crashes.  Given that no other pocket-sized device supports copy and paste from PDFs either, the iPhone is now my PDF reader of choice).</p>
<p>I read a lot of technical stuff, almost all of which is released in PDF documents.  Like any self respecting geek, when I see something worth noting I don&#8217;t retype it, I don&#8217;t (shudder) write it down, I copy it.</p>
<p>It&#8217;s bad enough that PDF readers which support copy and paste insist on throwing line breaks willy-nilly into the text.   They make a real mess of it when it comes to tables, though. Each cell of the table gets copied as a separate line, resulting in a fugly mishmash of text that in no way resembles the original table.   Wasn&#8217;t one of the original ideas of the PDF that the document&#8217;s original format gets preserved across software platforms?</p>
<p>When <a href="http://docs.google.com">Google Docs</a> introduced a PDF reader I thought this problem had finally been cracked.  Copy and paste support for web pages has long ago been perfected, and tables copied the web into Word and any other HTML-aware word processor are automatically formatted as tables.  And Google is famously opposed to evil alliances with such as the Knights Templar.  Right?  Wrong!  Line breaks and tables have the exact same copy and paste problem as in other PDF readers.</p>
<p>It&#8217;s a sad state of affairs when the only salvation comes from the world&#8217;s most reviled document format: Microsoft Word.  Say what you will about fat, proprietary, insecure Word documents &#8212; there are, at least, clipboard friendly.</p>
<p>It seems that the creativity that should have been poured into PDF readers has, instead, been focused on support for Microsoft Word.  There is a staggering number of Word readers and converters to be found on the Web, most of them free and some of them  very, very good.</p>
<p><a href="http://www.pdftoword.com"><img class="alignright" title="PDF To Word" src="http://www.pdftoword.com/images/logo_pdftoword_beta2.png" alt="" width="400" height="105" /></a>My current method of choice is a web site named <a href="http://www.pdftoword.com/">PDF To Word</a>.  It does just this one thing, but it does it very well &#8211; it&#8217;s fast and its accurate.  It has replicated into Word pretty much every PDF document I&#8217;ve thrown at &#8212; the number of pages is the same, the page headers and footers are the same, and &#8212; hallelujah! &#8212; the tables are the same.</p>
<p>There are a few downsides with the PDF to Word approach &#8211; it often doesn&#8217;t exactly match the font type and size, resulting in odd looking formatting in things like columnar text or artsy magazine-style layouts.  Also, the size of Word documents is generally much larger than the source PDF file &#8212; a document with illustrations might triple in size.  This obviously makes large Word documents an impractical alternative to PDFs on memory-constrained devices like smartphones.</p>
<p>It&#8217;s nice to see Microsoft innovating again with <a href="http://www.office2010themovie.com/">Office 2010</a>, but what I really, really wish they would provide is  a Web-based, clipboard-friendly PDF reader.  Of course, they won&#8217;t.  I blame the Knights Templar.</p>
]]></content:encoded>
			<wfw:commentRss>http://gigamegatech.com/2009/07/22/pdfs-authorized-copying-prohibited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple fix to iPhone/iPod dropped USB connections</title>
		<link>http://gigamegatech.com/2009/07/19/simple-fix-to-iphoneipod-dropped-usb-connections/</link>
		<comments>http://gigamegatech.com/2009/07/19/simple-fix-to-iphoneipod-dropped-usb-connections/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 19:39:28 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://gigamegatech.com/?p=273</guid>
		<description><![CDATA[A couple of months ago, my iPod Touch began to intermittently drop its connection to my PC during synchronization.  The iTunes synchronization progress bar would stop moving and, after a minute or so, iTunes would report that the device was disconnected.  Usually, the iPod would be unable connect again until after I rebooted the PC.
	
	The [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of months ago, my iPod Touch began to intermittently drop its connection to my PC during synchronization.  The iTunes synchronization progress bar would stop moving and, after a minute or so, iTunes would report that the device was disconnected.  Usually, the iPod would be unable connect again until after I rebooted the PC.<div class="img size-medium wp-image-278 alignright" style="width:200px;">
	<img src="/wp-content/uploads/2009/07/IMG_0078-200x300.PNG" alt="The elusive iPhone connection screen" width="200" height="300" />
	<div>The elusive iPhone connection screen</div>
</div>
<p>Since the iPod would sync without problems to my notebook, and since the PC was running the Windows 7 64-bit RC, I figured the problem was just a bug in the pre-release software and would be fixed in time by a new driver or the final version of Windows 7.</p>
<p>When I added a new iPhone 3GS to the family, I wasn&#8217;t surprised to see the same problem occurring with it.  It was definitely being caused by something at the PC end.</p>
<p>However, a couple of weeks ago things got much worse.  After a dropped connection during synchronization one morning, and the customary PC reboot, neither my iPhone or iPod would connect at all.  After plugging the USB cable in, the iPhone or iPod would continually flash the synchronization screen on and off, with the plaintively making the &#8220;USB connection&#8221; beep until I took pity and pulled the USB plug.</p>
<p>I figured that the device driver had somehow been corrupted and, since it is difficult to uninstall a USB driver when the device isn&#8217;t connected, I tried plugging the iPhone into a USB port on the back of the PC.  That connection lasted about 30 seconds before dropping again, and would thereafter result in the same connect/disconnect cycle as the front USB port.</p>
<p>Though I didn&#8217;t realize it at the time, the fact that the behaviour was somewhat different on a 2nd USB port was a clue to what was wrong.</p>
<p>I tried the usual common sense approaches to resolving an iPhone or iPod synchronization problem:</p>
<ol>
<li>Uninstalled the iPhone and iPod drivers from the Device Manager.  (For instructions on how to do this for a USB device you can no longer connect, see <a href="http://www.howtogeek.com/howto/windows-vista/remove-old-drivers-after-upgrading-to-new-hardware/">this article on the excellent How-To Geek site</a>).</li>
<li>Uninstalled iTunes.  (In all versions of Windows you can get to the uninstall program by running a Control Panel applet.  On Windows XP it&#8217;s &#8220;Add or Remove Programs&#8221; &#8212; in Windows 7, the applet is named just &#8220;Programs&#8221;.)</li>
<li>Uninstalled &#8220;Apple Mobile Device Support&#8221;, from the same Control Panel applet.</li>
<li>At this point I tried connecting the iPhone.  This should have caused the driver to be  automatically reinstalled and, hopefully, would fix the problem.  The PC tried to reinstall the driver, but since the USB connection immediately dropped, all I got was an &#8220;Device driver not successfully installed error&#8221; for the &#8220;MTP USB Device&#8221;.  Yikes, not a good sign.<div class="img aligncenter size-full wp-image-280" style="width:531px;">
	<img src="/wp-content/uploads/2009/07/MTP-Error-Message1.png" alt="Uh oh, that can't be good!" width="531" height="193" />
	<div>Uh oh, that can't be good!</div>
</div></li>
<li>I reinstalled iTunes which, given the result of the previous step, predictably didn&#8217;t solve anything.</li>
<li>I tried updating the PC BIOS, in case a chipset bug was at fault.  A longshot, and that it didn&#8217;t solve anything.</li>
</ol>
<p>Googling the above &#8220;MTP USB Device&#8221; didn&#8217;t uncover any iPhone-specific issues (it turns out that this &#8220;Mobile Transport Protocol&#8221; driver is used for almost any multimedia device).</p>
<p>Googling the broader problem of dropped iPhone connections uncovered a lot of people who had this problem with using a USB hub.  Plugging their iPhone directly into a USB port on the PC fixed the problem for them, since the hub wasn&#8217;t able to provide the 5 volts of charge required by the iPhone (the iPod Touch has a similar power requirement).</p>
<p>In my case, I already was plugging the devices directly into the PC.  But what if the PC&#8217;s USB port was not providing the 5V that it should?</p>
<p>I happened to have a powered USB hub &#8211; that is, a hub with a power cable.  These are intended for use when connecting  multiple power-hungry USB devices at the same time.</p>
<p>Sure enough, when connected to the same PC through a powered USB hub, both the iPhone and iPod Touch  synchronized successfully.  That was a week ago, and everything has been rock solid since then.</p>
<div class="img  alignright" style="width:220px;">
	<a href="http://www.tripplite.com/en/products/model.cfm?txtModelID=2524"><img src="http://www.tripplite.com/shared/product-images/med/U222-004-R-FRONT-M.jpg" alt="Powered hub (be sure to plug in the power cord!)" width="220" height="220" /></a>
	<div>Powered hub (be sure to plug in the power cord!)</div>
</div>
<p>The USB hub that I&#8217;m using is an inexpensive <a href="http://www.tripplite.com/en/products/model.cfm?txtModelID=2524">4-port hub from a company named Tripp-Lite</a> &#8212; I&#8217;m pretty sure that any powered USB hub would have worked just as well.  To be clear, though, the trick is to use a USB hub that has its own power cord &#8212; the more common (and less expensive) hubs are powered through the PC&#8217;s USB port, and those don&#8217;t generally work well with the  iPhone and iPod Touch.</p>
<p>Of course, this doesn&#8217;t solve the underlying problem &#8212; why are this PC&#8217;s USB ports supplying less than 5V?  The ports are provided some power &#8212; enough to satisfy a memory stick or mouse.  A quick scan of the motherboard and power supply didn&#8217;t uncover any obvious problems, so I&#8217;ll have to leave that mystery to another day.  Since the case (Antec 300), motherboard (Gigabyte GF8200A) and power supply (an ePower 550W unit) are all quite new and of reasonable quality, I&#8217;m guessing that I&#8217;m not the only one who might have this problem.</p>
<p>If you&#8217;re having problems with dropped iPhone or iPod Touch connections, give a powered USB hub a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://gigamegatech.com/2009/07/19/simple-fix-to-iphoneipod-dropped-usb-connections/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Notepad++ and F11</title>
		<link>http://gigamegatech.com/2009/07/07/notepad-and-f11/</link>
		<comments>http://gigamegatech.com/2009/07/07/notepad-and-f11/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 22:47:17 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Software Tools]]></category>

		<guid isPermaLink="false">http://gigamegatech.com/?p=266</guid>
		<description><![CDATA[
	
	Notepad++ Shortcut Mapper
A quickie regarding a favourite app: Notepad++.
It is generally rock-solid, so I was rather startled earlier today when I accidentally hit F11 (thought I was in Visual Studio) and Notepad++ disappeared.   No &#8220;save changes&#8221; warning, no error message, just &#8220;Hasta La Vista&#8221;.
It turned out to be a conflict with the HexEditor plug-in.  F12 [...]]]></description>
			<content:encoded><![CDATA[<div class="img alignright size-medium wp-image-268" style="width:300px;">
	<img src="/wp-content/uploads/2009/07/NotepadKeyBindings-300x275.png" alt="Notepad++ Shortcut Mapper" width="300" height="275" />
	<div>Notepad++ Shortcut Mapper</div>
</div>A quickie regarding a <a href="http://gigamegatech.com/2007/10/13/on-text-editors/">favourite app</a>: <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a>.</p>
<p>It is generally rock-solid, so I was rather startled earlier today when I accidentally hit F11 (thought I was in Visual Studio) and Notepad++ disappeared.   No &#8220;save changes&#8221; warning, no error message, just &#8220;Hasta La Vista&#8221;.</p>
<p>It turned out to be a <a href="http://sourceforge.net/forum/forum.php?thread_id=3016513&amp;forum_id=331753">conflict with the HexEditor plug-in</a>.  F12 has the same conflict.  One fix is to remove the HexEditor plug-in, by deleting HexEditor.dll from the Notepad++\plugins folder.  However, since I like the HexEditor and don&#8217;t particularly like the F11 &#8220;Full Screen&#8221; shortcut, I&#8217;d prefer to remove the shortcut.</p>
<p>I was entering an override into <a href="http://www.autohotkey.com/">AutoHotKey </a>(which can kill any shortcut) when it occurred to me that Notepad++ is so complete that it probably supports key bindings.  Sure, enough, it does &#8211; with a full GUI editor under Settings-&gt;Shortcut Editor, as shown on the right.  Goodbye F11, welcome back HexEditor.</p>
<p>I love this product!</p>
]]></content:encoded>
			<wfw:commentRss>http://gigamegatech.com/2009/07/07/notepad-and-f11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
