<?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>Tech Envy</title>
	<atom:link href="http://techenvy.com/feed" rel="self" type="application/rss+xml" />
	<link>http://techenvy.com</link>
	<description>gadgets - hacks - technology - tips</description>
	<lastBuildDate>Tue, 17 Jan 2012 23:25:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fix a failed WHS system drive</title>
		<link>http://techenvy.com/hack/fix-a-failed-whs-system-drive</link>
		<comments>http://techenvy.com/hack/fix-a-failed-whs-system-drive#comments</comments>
		<pubDate>Tue, 17 Jan 2012 23:18:02 +0000</pubDate>
		<dc:creator>TechEnvy</dc:creator>
				<category><![CDATA[hack]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[clonezilla]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[home server]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[system drive]]></category>
		<category><![CDATA[tuxboot]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[WHS]]></category>

		<guid isPermaLink="false">http://techenvy.com/?p=183</guid>
		<description><![CDATA[I have a love-hate relationship with my home server. I&#8217;m on my second, the current being the HP Mediasmart 495ex. There&#8217;s a lot to love about this system, it&#8217;s flexible, mostly reliable, simple to maintain and easy to expand. It gives me lots of space on the network to backup files and serve media to the internal network. There&#8217;s also [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://techenvy.com/wp-content/uploads/2012/01/IMG_5655.jpg" alt="" title="Failed WHS system drive" width="640" height="358" class="alignleft size-full wp-image-184" /></p>
<p>I have a love-hate relationship with my home server.  I&#8217;m on my second, the current being the HP Mediasmart 495ex.  There&#8217;s a lot to love about this system, it&#8217;s flexible, mostly reliable, simple to maintain and easy to expand.  It gives me lots of space on the network to backup files and serve media to the internal network.</p>
<p>There&#8217;s also a few major blind spots that I hate.  One became very apparent recently when the server stopped responding.  Rebooting the server would bring it back up on the network and everything would work fine for a little while.   A bit of searching around led me to the excellent (and free) <a href="http://www.dojonorthsoftware.net/Freebies/HomeServerSMART.aspx" onclick="pageTracker._trackPageview('/outgoing/www.dojonorthsoftware.net/Freebies/HomeServerSMART.aspx?referer=');">Home Server SMART add-in</a>.  This handy add in provides functionality that really should have shipped with Windows Home Server, it reads the SMART information off of your hard drives and provides warnings if a drive seems likely to fail soon.</p>
<p>As soon as I had installed the WHS Smart add in, the health light on my server turned red and it threw up a warning that the system drive had multiple read errors.  Uh-oh.  </p>
<p>At least this helped to narrow down the problem, my system drive was failing and needed to be replaced.  OK, but how do you do that?  On any additional data drive you can simply swap it out, but here&#8217;s a giant blind spot in the design of the original WHS os: The system drive is included in the drive pool, but can not be swapped out.  </p>
<p>If your system drive has problems you&#8217;re pretty much screwed.  Or at least that&#8217;s what it looks like.  In fact you can fix  this problem, cloning the system drive and with a little extra effort get it back to life.  Why they never provided a simple way to do this is beyond me, it&#8217;s not a simple process, but here&#8217;s how I got my server back to life:</p>
<p>1. DIAGNOSIS</p>
<p>First step, make sure it&#8217;s your system drive that&#8217;s failing.  The WHS Smart add-in is indispensible here and you should have it running on your system BEFORE you run into any problems. This will let you know of any potential problems as soon as they pop up.</p>
<p>2. BACKUP YOUR DATA</p>
<p>You&#8217;ll probably want to try to rescue any important files before you try this.  If your server is running grab what you can off it.  If you&#8217;ve got duplication running on every shared folder you should be fine anyways since anything on the system drive is held on another drive as well.</p>
<p>3. CLONING YOUR DRIVE</p>
<p>Here&#8217;s where it gets tricky.  You can clone a drive using all sorts of software, but WHS will not recognize it if it has a different unique disk ID and your system will throw up all sorts of errors and be unreliable.  This handy post tells how to work around that, and here are the specific steps that worked for me:</p>
<p>In that post Acronis is the recommended software to clone your system drive.  There are multiple versions of that software, some paid and a couple of free version for seagate and WD drives.  I was cloning from a Seagate to a WD drive, so I thought one of those would work.  I was wrong.  After multiple attempts I had no cloned drive and I didn&#8217;t want to buy more software in the hope that it would work, so I did a bit more research.  </p>
<p>Then I found <a href="http://clonezilla.org/" onclick="pageTracker._trackPageview('/outgoing/clonezilla.org/?referer=');">Clonezilla</a>.  This is brilliant free software that works a treat.  I used <a href="http://tuxboot.org/" onclick="pageTracker._trackPageview('/outgoing/tuxboot.org/?referer=');">Tuxboot</a> to automatically download the latest version of Clonezilla and create a bootable USB drive with this software on it.  I then set the bios in my second PC to boot off the USB drive and plugged the failing system drive and the new blank drive into external USB enclosures.</p>
<p>Clonezilla is not terribly pretty and its interface can be kind of intimidating.  The important thing is to make sure which is your source and which is your target drive.  If you do this wrong you can overwrite your failing system drive with the blank drive and then you&#8217;ve really lost everything you wanted to pull off of it.  For me this was easy since my source and target  drives were two different brands, but be extra carefull with this step.  Here&#8217;s a walk through with screen grabs on how to clone a drive.</p>
<p>I first tried the automatic no error correction version of cloning and it failed.  Not suprising since my source drive is failing.  I then tried the repair errors option and though it threw up some errors for lots of dead sectors the cloning completed.  I then took the new clone drive, put it in my server and booted up.  One nice thing about this method of cloning (asides from being free) is that it clones the unique disk ID as well so that&#8217;s one less step you have to do manually.</p>
<p>As you can imagine, I was quite happy to see my system boot up with the new drive.  Not only did it boot up, it was more responsive &#8211; the console loaded up quicker and everything felt faster.  I&#8217;m guessing the system disk errors were slowing everything down.</p>
<p>4. EDIT REGISTRY</p>
<p>Here&#8217;s the final tricky step outlined in <a href="http://www.mediasmartserver.net/forums/viewtopic.php?f=3&#038;t=6826" onclick="pageTracker._trackPageview('/outgoing/www.mediasmartserver.net/forums/viewtopic.php?f=3_038_t=6826&amp;referer=');">the original post by YMBOC</a>.  We don&#8217;t have to change the unique disk ID since Clonezilla takes care of that and if you used a drive that&#8217;s the same size you wont have to edit the start and offset data.  The one thing you will have to edit is the manufacturer data if you&#8217;re using a different brand of HD like I am.  Here&#8217;s how to do that:</p>
<blockquote><p>24) Go to the Start Menu. Select Run. Type &#8220;regedit&#8221;. Press OK.</p>
<p>25) Updating the Name of the System Drive as it appears in the WHS Console &#8220;Server Storage&#8221; Tab:<br />
In Regedit, navigate to HKEY_Local_Machine\SOFTWARE\Microsoft\Windows Home Server\Storage Manager\Disks. </p>
<p>There you will see a key (looks like a folder) for each drive that&#8217;s normally a part of your WHS system. Find the key that has &#8220;System&#8221; as its FriendlyName (in the right-hand pane). You can identify it by the key&#8217;s name which will begin with the same DiskID you set in part 2 of the instructions. </p>
<p>Navigate to the Attributes sub-key of the key you just identified.</p>
<p>Double-Click on ManufactureName in the right-hand pane and Enter the name of your new System Drive as it appears in the WHS Server&#8217;s Device Manager under the disks heading.</p>
<p>FYI: You can quickly access the Device Manager by going to the Start Menu, Right-Clicking on &#8216;My Computer&#8217; and selecting &#8216;Manage&#8217;.</p></blockquote>
<p>Check out <a href="http://www.mediasmartserver.net/forums/viewtopic.php?f=3&#038;t=6826" onclick="pageTracker._trackPageview('/outgoing/www.mediasmartserver.net/forums/viewtopic.php?f=3_038_t=6826&amp;referer=');">the original post</a> for more info.</p>
<p>5. DONE! (NOW WAIT)</p>
<p>Now you should be done!  It&#8217;s time to reboot your server and try it out.  When I rebooted my system it was still doing a few weird things.  When I went to server storage in the console the &#8216;calculating size&#8217; green bar seemed to run forever and the shared folders tab showed &#8216;unknown size&#8217; for many of the folders.  Uh-oh.</p>
<p>But here&#8217;s where the interruptions of real life came in handy.  I had to leave for a few hours and when I came back all of the folder were showing their size and the server storage tab showed the pie chart.  So give your server lots of time to incorporate the new drive before you get too concerned about storage display problems.</p>
<p>As of this writing the server has been running for few days with no signs of any more problems.   All of my data appears to be intact and this little scare has served as a reminder: use duplication on any folders that are important to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://techenvy.com/hack/fix-a-failed-whs-system-drive/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linksys SPA2102 ATA admin tone codes</title>
		<link>http://techenvy.com/hardware/linksys-spa2102-ata-admin-tone-codes</link>
		<comments>http://techenvy.com/hardware/linksys-spa2102-ata-admin-tone-codes#comments</comments>
		<pubDate>Fri, 13 Jan 2012 22:27:10 +0000</pubDate>
		<dc:creator>TechEnvy</dc:creator>
				<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://techenvy.com/?p=176</guid>
		<description><![CDATA[The Linksys SPA2102 is a compact two line VOIP ATA (Analog Telephone Adapter) with built in router. With this little box, a VOIP service provider and a decent internet connection you can get rid of your phone service and pay pennies to make calls anywhere in North America as well as getting more control over your phone numbers. This ATA [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://techenvy.com/wp-content/uploads/2012/01/IMG_5652.jpg" alt="" title="VOIP AVR tone administration" width="650" height="366" class="alignleft size-full wp-image-179" /><br />
The Linksys SPA2102 is a compact two line VOIP ATA (Analog Telephone Adapter) with built in router.  With this little box, a VOIP service provider and a decent internet connection you can get rid of your phone service and pay pennies to make calls anywhere in North America as well as getting more control over your phone numbers.  </p>
<p>This ATA router features both a web server admin page and a voice prompt admin gateway.  This means that if you can&#8217;t get access to the web admin you can use your telephone handset to setup and maintain this little device.  The tricky bit is that you need to know what touch tone codes are used to control what settings.  For future reference I post those codes below:</p>
<table id="t1">
	<thead>
		<tr><th scope="col" class="t1" id="n1">Action</th><th scope="col" class="t1" id="n2">Key Code</th><th scope="col" class="t1" id="n3">Options</th><th scope="col" class="t1" id="n4">Notes</th></tr></thead><tfoot><tr><td>Action</td><td>Key Code</td><td>Options</td><td>Notes</td></tr></tfoot>
	<tbody><tr class="table-alternate"> <td class="start">Enter Interactive Voice Response Menu.</td><td>****</td><td></td><td>Use this command (four stars) to enter the Interactive 
Voice Response Menu. Do not press any 
other keys until you hear, “Linksys 
configuration menu. Please enter the option 
followed by the # (pound) key or hang up to 
exit.”</td></tr><tr><td class="start">Check net connection type</td><td>100#</td><td></td><td> Hear the Internet connection type of the 
Phone Adapte</td></tr><tr class="table-alternate"> <td class="start">Check internet IP address</td><td>110#</td><td></td><td>Hear the IP address assigned to the Phone 
Adapter’s Internet (external) interface.</td></tr><tr><td class="start">Check Network Mask or Subnet Mask</td><td>120#</td><td></td><td>Hear the network or subnet mask assigned to 
the Phone Adapter.</td></tr><tr class="table-alternate"> <td class="start">Check Gateway IP address</td><td>130#</td><td></td><td>Hear the IP address of the Phone Adapter 
(usually the network router).</td></tr><tr><td class="start">Check MAC Address</td><td>140#</td><td></td><td>Hear the MAC address of the Phone Adapter 
in hexadecimal string format.</td></tr><tr class="table-alternate"> <td class="start">Check Firmware Version</td><td>150#</td><td></td><td>Hear the current version number of firmware running on the adapter.</td></tr><tr><td class="start">Check Primary DNS server IP address</td><td>160#</td><td></td><td>Hear the IP address of the primary DNS server</td></tr><tr class="table-alternate"> <td class="start">Check web server port</td><td>170#</td><td></td><td>Hear the port number of the internet web server used for the web based utility</td></tr><tr><td class="start">Check local IP address</td><td>210#</td><td></td><td>Hear the local IP address of the phone adapter.</td></tr><tr class="table-alternate"> <td class="start">Set internet connection type</td><td>101#</td><td> Press 0 to use DHCP.
Press 1 to use a static IP 
address.
Press 2 to use PPPoE</td><td>Select the type of Internet connection you are 
using. Refer to the documentation supplied 
by your Internet Service Provider (ISP).</td></tr><tr><td class="start">set static IP address</td><td>111#</td><td>Enter the IP address using 
numbers on the telephone 
keypad. Use the * (star) 
key when entering a 
decimal point.</td><td>First, set the Internet Connection Type to 
static IP address; otherwise, you will hear, 
“Invalid Option,” if you try to set the static IP 
address.</td></tr><tr class="table-alternate"> <td class="start">Set Network (or 
Subnet) Mask</td><td>121#</td><td>Enter the network or 
subnet mask using 
numbers on the telephone 
keypad. Use the * (star) 
key when entering a 
decimal point.</td><td>First, set the Internet Connection Type to 
static IP address; otherwise, you will hear, 
“Invalid Option,” if you try to set the network 
or subnet mask</td></tr><tr><td class="start">Set Gateway IP 
Addres</td><td>161#</td><td>Enter the IP address using 
numbers on the telephone 
keypad. Use the * (star) 
key when entering a 
decimal point.</td><td>First, set the Internet Connection Type to 
static IP address; otherwise, you will hear, 
“Invalid Option,” if you try to set the IP 
address of the primary DNS server.</td></tr><tr class="table-alternate"> <td class="start">Set the Mode</td><td>201#</td><td>Press 0 to select the 
router/NAT mode.
Press 1 to select the 
bridge/switch mode.</td><td>If the Phone Adapter acts as the router for 
your network, use the router/NAT mode.
If your network already has a router, use the 
bridge/switch mode.</td></tr><tr><td class="start">Enable/Disable WAN 
Access to the 
Web-based Utility</td><td>7932#</td><td> Press 1 to enable.
Press 0 to disable</td><td>
Use this setting to enable or disable WAN 
access to the Web-based Utility. (This Utility
lets you configure the Phone Adapter.</td></tr><tr class="table-alternate"> <td class="start">Manual Reboot</td><td>732668</td><td></td><td> After you hear, “Option successful,” hang up 
the phone. The Phone Adapter will 
automatically reboot</td></tr><tr><td class="start">Factory Reset</td><td>73738</td><td> Press 1 to confirm.
Press * (star) to cancel.</td><td>
If necessary, enter the password. The Phone 
Adapter will request confirmation; enter 1 to 
confirm. You will hear, “Option successful.”
Hang up the phone. The Phone Adapter will 
reboot, and all settings will be reset to their 
factory default settings</td></tr><tr class="table-alternate"> <td class="start">User Factory Reset</td><td>877778</td><td>Press 1 to confirm.
Press * (star) to cancel.</td><td>
The Phone Adapter will request confirmation; 
enter 1 to confirm. You will hear, “Option 
successful.” Hang up the phone. The Phone 
Adapter will reboot and all user-configurable 
settings will be reset to their factory default 
settings</td></tr></tbody></table>
]]></content:encoded>
			<wfw:commentRss>http://techenvy.com/hardware/linksys-spa2102-ata-admin-tone-codes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Was Steve Jobs just really hungry all the time?</title>
		<link>http://techenvy.com/opinion/was-steve-jobs-just-really-hungry-all-the-time</link>
		<comments>http://techenvy.com/opinion/was-steve-jobs-just-really-hungry-all-the-time#comments</comments>
		<pubDate>Wed, 11 Jan 2012 04:47:00 +0000</pubDate>
		<dc:creator>TechEnvy</dc:creator>
				<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://techenvy.com/?p=170</guid>
		<description><![CDATA[I recently finished reading Steve Jobs Biography by Walter Issacson. I&#8217;ve read a few anecdotes about Jobs before, so although I wasn&#8217;t surprised that he was an innovative asshole, I was a bit surprised by the extent of his assholism. It got me wondering about the role this played in his success, but also about what factors make someone like [...]]]></description>
			<content:encoded><![CDATA[<p>I recently finished reading Steve Jobs Biography by Walter Issacson.  I&#8217;ve read a few anecdotes about Jobs before, so although I wasn&#8217;t surprised that he was an innovative asshole, I was a bit surprised by the extent of his assholism. It got me wondering about the role this played in his success, but also about what factors make someone like this.</p>
<p>I was making some pasta at the end of a long workday recently, and hunger had caught up with me.  Now I don&#8217;t know about you, but when I&#8217;m hungry I get cranky and rather unpleasant to be around.  </p>
<p>There&#8217;s something primitive that happens when you start to get hungry, theres a bit of the territorial lizard brain that kicks in as if you need to stake your claim to what food there is, even if there&#8217;s plenty.  In my case I know this territorial instinct tends to manifest itself in a lack of social grace.  When I&#8217;m hungry I tend to have very little patience for other peoples input, ideas, questions or interruptions.  It also tends to affect my empathy and the filters for what I say or the way that I express myself.</p>
<p>I can work on my own fine when I&#8217;m hungry, in fact sometimes there even seems to be a slight edge that can help to make me more efficient, but in that state I&#8217;m not good at dealing with people.</p>
<p>I was in this state as I was making dinner when I started thinking about Jobs and his eating habits.</p>
<p>Jobs had inconsistent, but very restrictive eating habits.  He would go for weeks at a time eating only a single food (like apples or carrots).  He seems to have had a life long fascination with starvation diets.  With limited calorie intake, I have to wonder if this had an effect on his notoriously rude and cruel interpersonal interactions.</p>
<p>I&#8217;m not suggesting that Steve Jobs would have been a fat and jolly man who never abandoned a child if he had a more normal diet.  The man was an asshole and a perfectionist who helped drive teams to either self destruct or create some truly amazing things.  I just wonder if he would have been slightly less of an asshole if he had eaten proper meals.</p>
]]></content:encoded>
			<wfw:commentRss>http://techenvy.com/opinion/was-steve-jobs-just-really-hungry-all-the-time/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mondospider &amp; Titanoboa</title>
		<link>http://techenvy.com/design/mondospider-titanoboa</link>
		<comments>http://techenvy.com/design/mondospider-titanoboa#comments</comments>
		<pubDate>Mon, 21 Nov 2011 05:37:53 +0000</pubDate>
		<dc:creator>TechEnvy</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://techenvy.com/?p=162</guid>
		<description><![CDATA[I imagine that you are as interested as I am in seeing a gigantic robotic spider meet a gigantic robotic snake (from a safe distance) so here you are &#8211; Mondospider meets Titanoboa. This video comes courtesy of Johnathon Tippett who designed and built the leg structure on that giant rideable robotic spider. The Titanoboa is partially complete project by [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="560" height="315" src="http://www.youtube.com/embed/Ocyhbij9JYQ" frameborder="0" allowfullscreen></iframe></p>
<p>I imagine that you are as interested as I am in seeing a gigantic robotic spider meet a gigantic robotic snake (from a safe distance) so here you are<span id="more-162"></span> &#8211; <a href="http://www.mondospider.com/" onclick="pageTracker._trackPageview('/outgoing/www.mondospider.com/?referer=');">Mondospider</a> meets <a href="http://titanoboa.ca/" onclick="pageTracker._trackPageview('/outgoing/titanoboa.ca/?referer=');">Titanoboa</a>.</p>
<p>This video comes courtesy of Johnathon Tippett who designed and built the leg structure on that giant rideable robotic spider.  The Titanoboa is partially complete project by <a href="http://www.eatart.org/" onclick="pageTracker._trackPageview('/outgoing/www.eatart.org/?referer=');">eatART</a>, once it&#8217;s finished it will be a 50 foot long 1 ton full scale robotic version of the original titanoboa that roamed the earth some 60 million years ago when the temperature was just 6 to 8 degrees hotter than it is today.</p>
<blockquote><p>It was only at these warmer temperatures which are at the upper end of climate change predictions that the cold blooded beast was able to reach these sizes.  Today, as fossilized life is exhumed and burned relentlessly to fuel modern progress, primordial spirits have been stirring. This fossil beast has been brought back to life as a provocative omen on the eve of catastrophe.</p></blockquote>
<p>How&#8217;s that for a discussion starter?</p>
<p>If you like that, you&#8217;ll probably also be interested in Jonathon Tippets next project &#8211; <a href="http://www.anti-robot.com/" onclick="pageTracker._trackPageview('/outgoing/www.anti-robot.com/?referer=');">Prothesis</a>, the Anti-robot.</p>
]]></content:encoded>
			<wfw:commentRss>http://techenvy.com/design/mondospider-titanoboa/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crashplan, I love you.</title>
		<link>http://techenvy.com/hardware/iphone/crashplan-i-love-you</link>
		<comments>http://techenvy.com/hardware/iphone/crashplan-i-love-you#comments</comments>
		<pubDate>Tue, 27 Sep 2011 23:12:53 +0000</pubDate>
		<dc:creator>TechEnvy</dc:creator>
				<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://techenvy.com/hardware/iphone/crashplan-i-love-you</guid>
		<description><![CDATA[You know you should be keeping backups right? If there are any digital files you don&#8217;t want to lose you really ought to be backing them up locally and offsite. Local backups are pretty easy, you can clone your drive onto an external drive and both OS X and Windows have backup built into the OS. Offsite backups can be [...]]]></description>
			<content:encoded><![CDATA[<p>You know you should be keeping backups right?  If there are any digital files you don&#8217;t want to lose you really ought to be backing them up locally and offsite.  Local backups are pretty easy, you can clone your drive onto an external drive and both OS X and Windows have backup built into the OS.  </p>
<p>Offsite backups can be trickier, especially if you have a lot of data.  Most services have limits to the data and monthly fees can add up.  After looking around and comparing a few different options I settled on <a href="http://www.crashplan.com/" onclick="pageTracker._trackPageview('/outgoing/www.crashplan.com/?referer=');">Crashplan</a>.  There are a few things that I really like about their service.  First of all the software is robust and free.  You can use it locally, or even across a network with a friends machine for free without any service subscription.  If you do opt to use the crash plan servers the cost structure is very competitive and they offer a discount for prepaying up to four years in advance which I really like.  If I&#8217;m going to use a backup system I&#8217;m going to use it for more than a year.  They also offer web access to your backed up files and you can create backup sets to prioritize your files and schedule the backups.</p>
<p>I&#8217;ve been using crash plan for about a year now.  I&#8217;m writing about it today because they just added a new feature that changes it from a great backup service to an indispensable daily tool &#8211; Crashplan has just released a mobile app for iOS and android.  I&#8217;ve just tested the iPhone and iPad version and am blown away by the quick access to all of my files.  It may be because the tool has just been release and not many people are using it, but navigating my backup file structure is zippy- it&#8217;s like browsing a local directory.  To view a file you click it once and it downloads the file, then click it again to view it.  </p>
<p>I can see this app being a huge lifesaver.  Huge kudos to the Crashplan team for their service and this fantastic new app!</p>
<p><a href="http://techenvy.com/wp-content/uploads/2011/09/20110927-192020.jpg"><img src="http://techenvy.com/wp-content/uploads/2011/09/20110927-192020.jpg" alt="20110927-192020.jpg" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://techenvy.com/hardware/iphone/crashplan-i-love-you/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogsy &#8211; iPad blogging app first impression</title>
		<link>http://techenvy.com/software/blogsy-ipad-blogging-app-first-impression</link>
		<comments>http://techenvy.com/software/blogsy-ipad-blogging-app-first-impression#comments</comments>
		<pubDate>Tue, 10 May 2011 04:34:21 +0000</pubDate>
		<dc:creator>TechEnvy</dc:creator>
				<category><![CDATA[ipad]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogsy]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://techenvy.com/software/blogsy-ipad-blogging-app-first-impression</guid>
		<description><![CDATA[There are a few different ways for you to add posts to a blogger or wordpress blog on an iPad, but they aren&#8217;t exactly elegant when it comes to formatting. Blogsy is an iPad app that promises easy posting with multimedia love, so let&#8217;s try it out! Obviously I&#8217;m posting this via the Blogsy app. The interface is decent, I [...]]]></description>
			<content:encoded><![CDATA[<p>There are a few different ways for you to add posts to a blogger or wordpress blog on an iPad, but they aren&#8217;t exactly elegant when it comes to formatting. <strong class="strong rangy_1">Blogsy</strong> is an iPad app that promises easy posting with <em class="em rangy_2">multimedia love,</em> so let&#8217;s try it out!</p>
<p>Obviously I&#8217;m posting this via the Blogsy app.</p>
<p>The interface is decent, I could see it taking a bit of time to get used to.  My favorite feature so far is the two sided editor.  You swipe the main screen to flip between the HTML code side and the media formatting side.  </p>
<p>My least favorite thing about it is that there appears to be no way to upload photos from the app.  You can insert photos from your flickr or picasa account, but you&#8217;d have to plan ahead and have your images already uploaded, or leave the app to add new images from your iPad.</p>
<p>It does have an in app browser and google image search tool, which would be nice for finding stock images to add to posts.</p>
<p>I&#8217;ve added my flickr account and am adding a photo from that here to test image embedding:</p>
<p class="alignnone"><a href="http://farm3.static.flickr.com/2759/4137322374_04c3c9556a.jpg" target="_blank" onclick="pageTracker._trackPageview('/outgoing/farm3.static.flickr.com/2759/4137322374_04c3c9556a.jpg?referer=');"><img src="http://farm3.static.flickr.com/2759/4137322374_04c3c9556a.jpg" id="blogsy-1305007735144.2278" class="alignright" alt="An example of a flickr photo" width="300" height="225"></a></p>
<p>You can also add a YouTube account link, but for whatever reason that does not appear to working right now.  I get to the &#8216;approve access for this app&#8217; screen, but granting access never seems to stick.  It would be nice if there were other online services that you could add, as I prefer <a href="http://vimeo.com/nathanielakin" onclick="pageTracker._trackPageview('/outgoing/vimeo.com/nathanielakin?referer=');"></a><a href="http://vimeo.com/nathanielakin" title="My Vimeo Page" target="_blank" onclick="pageTracker._trackPageview('/outgoing/vimeo.com/nathanielakin?referer=');">vimeo</a> for hosting my video work.</p>
<p>For certain kinds of blogging I can see this app being very nice.  If you&#8217;re syncing your photo library with flickr or picasa and want to use them in an online diary, this app will work well for you.  For me it feels to limited without in-app photo uploading and no way to set the wordpress feature image for the post.</p>
]]></content:encoded>
			<wfw:commentRss>http://techenvy.com/software/blogsy-ipad-blogging-app-first-impression/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full 360 Panoramas on the iPhone</title>
		<link>http://techenvy.com/hardware/iphone/full-360-panoramas-on-the-iphone</link>
		<comments>http://techenvy.com/hardware/iphone/full-360-panoramas-on-the-iphone#comments</comments>
		<pubDate>Tue, 26 Apr 2011 17:01:39 +0000</pubDate>
		<dc:creator>TechEnvy</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://techenvy.com/?p=137</guid>
		<description><![CDATA[Photosynth for iOS lets you capture full panoramas easily on your iPhone.]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-141" href="http://techenvy.com/hardware/iphone/full-360-panoramas-on-the-iphone/attachment/img_2716-2"><img class="size-full wp-image-141 alignnone" title="IMG_2716" src="http://techenvy.com/wp-content/uploads/2011/04/IMG_27161.jpg" alt="" width="600" height="280" /></a></p>
<p>Whoa. The killer photo app for the iPhone is made by.. <em>Microsoft?!? </em></p>
<p>If you&#8217;ve got an iPhone and want a simple way to make panoramic photos check out the new <a href="http://itunes.apple.com/us/app/photosynth/id430065256?mt=8#" onclick="pageTracker._trackPageview('/outgoing/itunes.apple.com/us/app/photosynth/id430065256?mt=8&amp;referer=');">Photosynth app for iOS</a>.  It&#8217;s dead simple to use, very effective at stitching images in the phone and completely free.</p>
<p>Microsoft <a href="http://photosynth.net/" onclick="pageTracker._trackPageview('/outgoing/photosynth.net/?referer=');">Photosynth</a> has been available as a windows desktop app for a while and if you want to do huge HDR gigapixel pano images that&#8217;s still the way to go, but as a simple portable way to capture scenes without any extra gear this iOS app is pretty fantastic.</p>
]]></content:encoded>
			<wfw:commentRss>http://techenvy.com/hardware/iphone/full-360-panoramas-on-the-iphone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a Mac Scansnap 300m on a Windows PC</title>
		<link>http://techenvy.com/hack/using-a-mac-scansnap-300m-on-a-windows-pc</link>
		<comments>http://techenvy.com/hack/using-a-mac-scansnap-300m-on-a-windows-pc#comments</comments>
		<pubDate>Tue, 12 Apr 2011 22:33:08 +0000</pubDate>
		<dc:creator>TechEnvy</dc:creator>
				<category><![CDATA[hack]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://techenvy.com/?p=134</guid>
		<description><![CDATA[How to get the Mac version of a Scansnap scanner to work on Windows.]]></description>
			<content:encoded><![CDATA[<p>It looks like I wasn&#8217;t the only one that wanted to get a <a href="http://techenvy.com/hack/mac-osx-drivers-for-windows-scansnap">PC version of the Fujitsu Scansnap S300 working on a Mac</a>.  We&#8217;ve already covered how the S300 and the S300M are the exact same hardware other than one chip ID.  Fujitsu would prefer that you bought two of these scanners if you have more than one kind of computer at home.  Lots of people weighing in on that thread, some looking to go the other way and get the Mac version ( s300M ) running on a PC.  Well thanks to Julian Droms and racerX, we now have an answer on how to get your scanner working, and it looks like a fairly simple one line fix in the driver file.</p>
<p>First off, you&#8217;ll need the windows drivers &#8211; not sure where you can find those, but hopefully on a Fujitsu support site.  If anyone has used this process and knows where to download those drivers you can post it in the comments below.</p>
<p>Once you have the driver, go to the s300inf file (C:\Windows\SSDriver\S3Mini\S300.inf) and look for:</p>
<blockquote><p>Code:<br />
[Models]<br />
%USB\FUJITSU_ScanSnapS300_____0.DeviceDesc% = S300U.Scanner,USB\VID_04C5&amp;PID_1156</p>
<p>;——————————————————- for WinNT</p></blockquote>
<p>Simply add a line to that like this:</p>
<blockquote><p>Code:<br />
[Models]<br />
%USB\FUJITSU_ScanSnapS300_____0.DeviceDesc% = S300U.Scanner,USB\VID_04C5&amp;PID_1156<br />
%USB\FUJITSU_ScanSnapS300_____0.DeviceDesc% = S300U.Scanner,USB\VID_04C5&amp;PID_117F</p>
<p>;——————————————————- for WinNT</p></blockquote>
<p>Save the file and plug in your Mac scanner to your PC.  It won&#8217;t know where to find the driver, so tell it you&#8217;ll look for the device when prompted.  Navigate to your edited driver file and select it.</p>
<p>Your Scansnap 300M should now work on your PC!  Feel free to post your experience with this in the comment section below, and thanks to everyone who contributed to the original post!</p>
<p><span style="color: #800000;"><strong>PLEASE NOTE: lots of useful reader comments on troubleshooting this process in the older comments.  <a href="http://techenvy.com/hack/mac-osx-drivers-for-windows-scansnap/comment-page-1#comments">Click here to read all comments</a>.</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://techenvy.com/hack/using-a-mac-scansnap-300m-on-a-windows-pc/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fixing Mac OS X Time Machine network errors on HP MediaSmart Servers</title>
		<link>http://techenvy.com/hack/fixing-mac-os-x-time-machine-network-errors-on-hp-mediasmart-servers</link>
		<comments>http://techenvy.com/hack/fixing-mac-os-x-time-machine-network-errors-on-hp-mediasmart-servers#comments</comments>
		<pubDate>Tue, 11 Jan 2011 04:57:58 +0000</pubDate>
		<dc:creator>TechEnvy</dc:creator>
				<category><![CDATA[hack]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://techenvy.com/?p=124</guid>
		<description><![CDATA[Having problems creating a Time Machine backup disk on your ex490 or ex495 HP MediaSmart Home Server?  Here's the fix that worked for me, I know have a 1.2 Terabyte backup image working well!]]></description>
			<content:encoded><![CDATA[<p>I recently got an HP ex490 MediaSmart home server to replace my burnt out Acer h340 EasyStore machine.  The ex490 is a nice enough machine, and upgrading the CPU to make it as good or better than the ex495 is an easy task, but the main reason I went for the mediasmart server was Mac support.</p>
<p>I live in an OS agnostic house, and the ability to back up Mac OS X via Time Machine along with the PC was a definite selling point.<br />
But something happened on the way from concept to delivery.  The HP home server is fairly well integrated with the Mac (it includes a handy media collector program that grabs photos, music and movie files from your computers to your home server) but I couldn&#8217;t get the time machine to function properly.</p>
<p>I kept getting network errors when I&#8217;d go to create my time machine backup disc via the preferences pane.  It would always fail partway through.  Now to be fair, my MacBook Pro is not standard &#8211; it&#8217;s got an internal raid and I was trying to create a 1.2 terabyte time capsule, but a quick web search showed that I certainly wasn&#8217;t the only person having this problem.  Many people cant create a Time Machine disk bigger than 75 gigs. Many are reporting problems with the Time Machine function in the most recent version of the HP mediasmart software.<br />
If you&#8217;re having this problem, here&#8217;s what worked for me.</p>
<p><span style="color: #800000;"><strong>WARNING: The following steps involve editing the registry on your server.  You can mess things up if you do it wrong.</strong><br />
Time Machine seems to have a problem with the IRP stack size default on the Windows Home Server.  Fixing it is relatively simple, though not without risk (you did read that warning above right?).  Make sure your media smart software is up to date and reboot both your server and your Mac to see if that fixes the problem before you try the following.</span></p>
<p>First you&#8217;ll need desktop access to your server, this can be done with an external mouse and keyboard, but the easiest way is with an add-in.  If you have Advance Admin Console installed you can use it&#8217;s built in <a href="http://www.home-server-addins.com/archives/295" onclick="pageTracker._trackPageview('/outgoing/www.home-server-addins.com/archives/295?referer=');">show desktop</a> feature, or if you want a basic add-in try <a href="http://www.mswhs.com/2008/02/add-in-to-desktop/" onclick="pageTracker._trackPageview('/outgoing/www.mswhs.com/2008/02/add-in-to-desktop/?referer=');">To Desktop</a>.  Either of these will give you easy access to the server desktop from the console.</p>
<p>Once you&#8217;ve got desktop access you can do the following steps.  These are from <a href="http://support.microsoft.com/kb/285089" onclick="pageTracker._trackPageview('/outgoing/support.microsoft.com/kb/285089?referer=');">this Microsoft technical bulletin</a>, with the addition of the specific number I used to get my system to work properly:</p>
<p>1. Click Start, click Run, type regedit, and then click OK.<br />
2. Locate and then click the following registry subkey:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters<br />
3. Click Edit, point to New, and then click DWORD Value.<br />
4. Type IRPStackSize, and then press ENTER to name the value.<br />
<strong>Note Type IRPStackSize exactly as it is displayed. The value name is case sensitive.</strong><br />
5. Click Edit, and then click Modify.<br />
6. In the Data Value box, type the value that is appropriate for the network.</p>
<p>The value I used was <strong>27 decimal</strong>.  Type in 27 in the data box and click the button for decimal.  Then click OK  Close the registry editor and reboot the server.  Then try to set up your Time Machine disk in the OS X media smart preferences panel again.  Hopefully it&#8217;s now working for you like it is for me!</p>
]]></content:encoded>
			<wfw:commentRss>http://techenvy.com/hack/fixing-mac-os-x-time-machine-network-errors-on-hp-mediasmart-servers/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>To Do task list sync: iPhone, Mac &amp; PC</title>
		<link>http://techenvy.com/hardware/iphone/to-do-task-list-sync-iphone-mac-pc</link>
		<comments>http://techenvy.com/hardware/iphone/to-do-task-list-sync-iphone-mac-pc#comments</comments>
		<pubDate>Sat, 18 Dec 2010 19:54:16 +0000</pubDate>
		<dc:creator>TechEnvy</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[task management]]></category>
		<category><![CDATA[todo]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[wunderlist]]></category>

		<guid isPermaLink="false">http://techenvy.com/?p=122</guid>
		<description><![CDATA[Is Wunderlist the perfect free task management software for use on multiple machines and phones?]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a relatively simple challenge: I want a basic task list that can be organized by category and synced between my iPhone and other computers.  The thing about task lists is they&#8217;re only useful if they&#8217;re handy.  Sometimes you remember something you have to do while your out and about, sometimes you want to check or add to your to do list while you sit at your computer and your phone is charging in the other room or in your coat pocket in the hall closet.</p>
<p>If you came from an all PC background and used an old windows smart phone you know this isn&#8217;t too complicated.  You could use outlook and sync it with your phone.  </p>
<p>But what if you&#8217;re a switcher, a turncoat, a technical wanderer?  Apples iPhone is a great combination of hardware and software, but they left some pretty basic stuff out, one of which is a to-do list.</p>
<p>For the last year I&#8217;ve looked around for a solution to this lack, never really finding the right combination of iPhone and desktop software that would work together flawlessly.</p>
<p>The closest solution looked like it was <a href="http://culturedcode.com/things/" onclick="pageTracker._trackPageview('/outgoing/culturedcode.com/things/?referer=');">Things</a> by cultured code.   Things is an elegant task management program that is very flexible and has an iPhone app that works with it.  Problem solved right?</p>
<p>Well, not exactly.  Things is Mac only and I&#8217;m platform agnostic.  The iPhone app can only sync manually over wi-fi, and worse than that is the price.  The desktop app is 60 bucks and the iPhone app is $10.</p>
<p>$70 bucks for a task list?  Really?  I guess Apple users are willing to pay more for everything.</p>
<p>So after all my searching and complaining and being cheap, what&#8217;s the point of all this?</p>
<p>The point is I found the dream solution I was looking for.</p>
<p><img src="http://techenvy.com/wp-content/uploads/2010/12/iphone_wunderlist.png" alt="" title="iphone_wunderlist" width="60" height="121" class="alignleft size-full wp-image-126" /><a href="http://www.6wunderkinder.com/wunderlist/" onclick="pageTracker._trackPageview('/outgoing/www.6wunderkinder.com/wunderlist/?referer=');">Wunderlist </a>runs on Mac, PC &#038; iPhone and they say an Android app will be released soon.  Wunderlist does wireless cloud syncing and is the right combination of simple, powerful and pretty.  And how much does this elegance cost?</p>
<p><strong>Nothing.</strong></p>
<p>Nada. Zip.  Not a penny charged for the desktop or iPhone version.  There isn&#8217;t even any advertising in the various app versions.</p>
<p>WTF?  How can they do that?  I have no idea, but after just a few days of using it I can highly recommend it.  </p>
]]></content:encoded>
			<wfw:commentRss>http://techenvy.com/hardware/iphone/to-do-task-list-sync-iphone-mac-pc/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

