<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>rand(blogger);</title>
	
	<link>http://timhoeck.com</link>
	<description>by Tim Hoeck</description>
	<pubDate>Thu, 13 Nov 2008 15:30:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/timhoeck" type="application/rss+xml" /><item>
		<title>Bookmarklets: Recent Google Search Results</title>
		<link>http://feeds.feedburner.com/~r/timhoeck/~3/451889603/bookmarklets-recent-google-search-results</link>
		<comments>http://timhoeck.com/2008/11/bookmarklets-recent-google-search-results#comments</comments>
		<pubDate>Thu, 13 Nov 2008 15:30:45 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://timhoeck.com/?p=219</guid>
		<description><![CDATA[I&#8217;ve been busy for a while, but I wanted to share a quick tip.
If you haven&#8217;t heard of bookmarklets, they are just a bookmark that contains javascript code instead of a link to a website. These bits of code can do trivial tasks to save you time, or add some additional functionality.
I regularly use Google [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been busy for a while, but I wanted to share a quick tip.</p>
<p>If you haven&#8217;t heard of bookmarklets, they are just a bookmark that contains javascript code instead of a link to a website. These bits of code can do trivial tasks to save you time, or add some additional functionality.</p>
<p>I regularly use Google to do advanced search by Day, Week, Month, or Year. This is a very helpful search to make sure you are getting more recent information - instead of something that is years old. This functionality is not on the main google page, so it becomes a pain to go to advanced search, click the hidden section of the advanced features, select the &#8216;<span class="link">Date, usage rights, numeric range, and more&#8217; then put in my search request.</span></p>
<p>Instead, I created a couple quick bookmarklets that search Google results in the last Day/Week/Month/Year:</p>
<p><a href="http://www.google.com/search?as_qdr=d&amp;q=" href="javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Search',''))};if(Qr)location. +escape(Qr)" onclick="javascript:pageTracker._trackPageview ('/outbound/www.google.com');" onclick="javascript:pageTracker._trackPageview ('/outbound/www.google.com');">Google Search Day</a></p>
<p><a href="http://www.google.com/search?as_qdr=w&amp;q=" href="javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Search',''))};if(Qr)location. +escape(Qr)" onclick="javascript:pageTracker._trackPageview ('/outbound/www.google.com');" onclick="javascript:pageTracker._trackPageview ('/outbound/www.google.com');">Google Search Week</a></p>
<p><a href="http://www.google.com/search?as_qdr=m&amp;q=" href="javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Search',''))};if(Qr)location. +escape(Qr)" onclick="javascript:pageTracker._trackPageview ('/outbound/www.google.com');" onclick="javascript:pageTracker._trackPageview ('/outbound/www.google.com');">Google Search Month</a></p>
<p><a href="http://www.google.com/search?as_qdr=y&amp;q=" href="javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Search',''))};if(Qr)location. +escape(Qr)" onclick="javascript:pageTracker._trackPageview ('/outbound/www.google.com');" onclick="javascript:pageTracker._trackPageview ('/outbound/www.google.com');">Google Search Year</a></p>
<p>Feel free to save these, and get back recent results in google.</p>
<p>If you want to create your own quick search bookmarklets for other sites, check out:</p>
<p><a href="http://bookmarklets.com/mk.phtml" onclick="javascript:pageTracker._trackPageview ('/outbound/bookmarklets.com');">http://bookmarklets.com/mk.phtml</a></p>
]]></content:encoded>
			<wfw:commentRss>http://timhoeck.com/2008/11/bookmarklets-recent-google-search-results/feed</wfw:commentRss>
		<feedburner:origLink>http://timhoeck.com/2008/11/bookmarklets-recent-google-search-results</feedburner:origLink></item>
		<item>
		<title>The Beginners Guide to Yahoo Pipes: Part 1</title>
		<link>http://feeds.feedburner.com/~r/timhoeck/~3/391739721/the-beginners-guide-to-yahoo-pipes-part-1</link>
		<comments>http://timhoeck.com/2008/09/the-beginners-guide-to-yahoo-pipes-part-1#comments</comments>
		<pubDate>Sat, 13 Sep 2008 19:04:35 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Yahoo Pipes]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://timhoeck.com/?p=21</guid>
		<description><![CDATA[Recently, I have begun using Yahoo Pipes to quickly grab data from the web. Yahoo Pipes is a service designed to take in data from the web and manipulate it. Typically, data from the web is retrieved through RSS feeds. If you already use RSS feeds, you may find interest in Yahoo Pipes - but [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Recently, I have begun using <a href="http://pipes.yahoo.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/pipes.yahoo.com');">Yahoo Pipes</a> to quickly grab data from the web. Yahoo Pipes is a service designed to take in data from the web and manipulate it. Typically, data from the web is retrieved through <a href="http://en.wikipedia.org/wiki/Rss" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">RSS feeds</a>. If you already use RSS feeds, you may find interest in Yahoo Pipes - but if you attempted to use it, you probably took one look and ran away. My goal is to show you how easy and useful Pipes can be!</p>
<p style="text-align: left;"><strong>An Introduction</strong></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-177" style="border: 1px solid black;" title="pipe_logo" src="http://timhoeck.com/wp-content/uploads/2008/09/pipe_logo.png" alt="" width="126" height="51" /></p>
<p style="text-align: left;">Yahoo Pipes allows you to take data from multiple sources on the web (typically from RSS feeds) and manipulate it - you can merge (mash) data together, split data up, get more details, or get less details. You get to pick and choose what is displayed in the end result, a finalized feed.</p>
<p style="text-align: left;">The possibilities are endless - you can use this for lifestreaming - a combined aggregated feed of all your online activity. You could generate a &#8220;master&#8221; feed, that has all of your favorite news in one location. Or you can take some of that data - and do something with it.</p>
<p style="text-align: left;"><strong>A little background</strong></p>
<p style="text-align: left;">If you are not a &#8220;Unix geek&#8221;, the term pipes might sound odd. From the Unix command line, the idea of &#8220;piping&#8221; data from one command to another is a common task. It is a powerful way to allow the commands to work together. This term comes from the simple idea that data &#8220;flows&#8221; from one command to the next, like it would through a pipe. Using this idea, Yahoo has created a tool that can allow a non-programmer to do complex things with data, using a simple graphical interface.</p>
<p style="text-align: left;"><strong>Why is it so great?</strong></p>
<p style="text-align: left;"><em><strong>You can think of it as programming, without the code. </strong></em>While a little background in programming will certainly speed the learning curve, with a couple tips, you could become quite a little genius at &#8220;mashing up&#8221; data.</p>
<p style="text-align: left;"><strong>Why do I need to create my own pipes?</strong></p>
<p style="text-align: left;">There are plenty of premade pipes out there for you to use. They might work well for what you need. But the real power with pipes comes with the ability to customize them the way YOU want them to be - not the way someone else thought was best. Sometimes, you can take a pipe that someone else created, and make a small change, so it does exactly what you wanted.</p>
<p style="text-align: left;"><strong>Let&#8217;s Get Started!</strong></p>
<p style="text-align: left;"><img class="size-medium wp-image-174 alignleft" style="border: 1px solid black; margin: 5px;" title="pipe_main" src="http://timhoeck.com/wp-content/uploads/2008/09/pipe_main-300x172.png" alt="" width="300" height="172" /></p>
<p style="text-align: left;">If you already have a Yahoo ID, you can go right to the <a href="http://pipes.yahoo.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/pipes.yahoo.com');">Yahoo Pipes homepage</a> and sign in. If not, go ahead and <a href="https://edit.yahoo.com/registration?.done=http%3A%2F%2Fpipes.yahoo.com%2Fpipes%2F" onclick="javascript:pageTracker._trackPageview ('/outbound/edit.yahoo.com');">sign up</a>.</p>
<p style="text-align: left;">As we begin to create pipes, your main page will show a list of pipes you have already created. Click the Create a pipe button to begin.</p>
<p style="text-align: left;"><img class="size-medium wp-image-26 alignright" style="float: right;" title="create-a-pipe" src="http://timhoeck.com/wp-content/uploads/2008/06/create-a-pipe.gif" alt="" width="112" height="28" /></p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">We will start with a pretty common use of Pipes - combining multiple RSS feeds. But first, we need to understand the basics of what makes up a pipe.</p>
<p style="text-align: left;"><strong>The Basics</strong></p>
<p style="text-align: left;">Pipes are made from various <strong>modules</strong> that tell the pipe exactly what to do.</p>
<p style="text-align: left;"><img class="size-full wp-image-176 alignleft" style="margin: 5px;" title="pipe_diagram" src="http://timhoeck.com/wp-content/uploads/2008/09/pipe_diagram.png" alt="" width="54" height="57" />To create a pipe, each module is connected to the next. Every module will have connectors on them, allowing you to link them together. Depending on the module, it might have an input connector, an output connector, both an input and an output, or multiple inputs or outputs. Data will &#8220;flow&#8221; through the pipe, outputting from one module, and inputting into the next. If that sounds confusing, don&#8217;t worry, it will start to make sense.</p>
<p style="text-align: left;">Just think of it as a puzzle: some pieces work together, and some don&#8217;t, but they all fit together to solve the final puzzle.</p>
<p style="text-align: left;">Yahoo has provided a bunch of modules for your use, in the following categories:</p>
<p style="text-align: left;"><em>Source modules</em> - These modules will tell the pipe where to get data from.</p>
<p style="text-align: left;"><em>User Inputs</em> - These modules allow a user of a finalized pipe to specify certain required information dynamically, such as a url, a userid or search term.</p>
<p style="text-align: left;"><em>Operators</em> - These modules allow you to manipulate the source data</p>
<p style="text-align: left;">The <em>URL</em>, <em>String</em>, <em>Date</em>, <em>Location</em>, and <em>Number</em> modules are what I like to call &#8220;Helper Modules&#8221;, to make working with certain data a little easier.</p>
<p style="text-align: left;"><strong>Getting the Data</strong></p>
<p style="text-align: left;"><img class="alignnone size-medium wp-image-31 alignright" style="margin: 5px 10px; float: right;" title="pipe-sources" src="http://timhoeck.com/wp-content/uploads/2008/06/pipe-sources.gif" alt="Pipe Sources" width="140" height="240" />The first thing we need to do is get some data. We do this by adding a &#8220;Source&#8221; - you can see the options that we have here - we can use a few pre-made sources, such as Yahoo Local, Yahoo Search, or Google Base. But we can also pull data from an RSS feed, using the &#8216;Fetch Feed&#8217; source.</p>
<p style="text-align: left;">We will use the <strong><em>Fetch Feed</em></strong> source to get some data. Click and drag the Fetch Feed module into the workspace.</p>
<p style="text-align: right;"><img class="alignnone size-medium wp-image-29 aligncenter" title="pipe-modules" src="http://timhoeck.com/wp-content/uploads/2008/06/pipe-modules-300x95.gif" alt="" width="300" height="95" /></p>
<p style="text-align: right;">
<p style="text-align: left;">Source modules may require you to give it some information, in this case, the URL for the RSS feed. Once you have added the source, type the RSS feed into the text box, telling it where we want to get the data from. I am going to use the CNN Top Stories feed at <em>http://rss.cnn.com/rss/cnn_topstories.rss</em></p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-163" title="feeddata_cnn" src="http://timhoeck.com/wp-content/uploads/2008/09/feeddata_cnn.png" alt="" width="265" height="83" /></p>
<p style="text-align: left;">You&#8217;ll notice that this source module only has a single output connector. Output connectors are on the bottom of the module.</p>
<p style="text-align: left;"><strong>Making the Pipe Connection</strong></p>
<p><img class="size-medium wp-image-164 alignright" style="margin: 5px;" title="pipe_output" src="http://timhoeck.com/wp-content/uploads/2008/09/pipe_output-300x139.png" alt="" width="290" height="134" />Once you have added the source, you should see two boxes available - the<em> Source</em>, and the <em>Pipe Output</em>.</p>
<p>The Source is where we are getting the data from, in this case, a custom RSS feed.</p>
<p>The Pipe Output is where we want to end up, giving us our finalized data output. Notice the Pipe Output only has a single input connector.Input connectors are at the top of the module.</p>
<p><span style="color: #000000;">Connect the two modules</span> by clicking and dragging from the Fetch Feed blue output connector, to the Pipe Output blue input connector. The results should look like this:</p>
<p style="text-align: center;"><img class="alignnone size-medium wp-image-165" title="pipe_connected" src="http://timhoeck.com/wp-content/uploads/2008/09/pipe_connected-300x141.png" alt="" width="300" height="141" /></p>
<p>Congratulations! You have made a Yahoo Pipe! To see our results, we need to click the Pipe Output module, so it is orange, then look in the &#8216;Debug&#8217; area at the bottom. You should see the results of your rss feed appear.</p>
<p style="text-align: center;"><img class="size-full wp-image-166 aligncenter" title="pipe_data" src="http://timhoeck.com/wp-content/uploads/2008/09/pipe_data.png" alt="" width="556" height="226" /></p>
<p>So far, all this does is give us the same information that a standard RSS feed would. Let&#8217;s work on improving that.</p>
<p><strong>Adding Another Feed</strong></p>
<p>What if I want to have multiple feeds combined together to get all my news from one feed? Let&#8217;s add another Fetch Feed box to the mix, this time adding MSNBC Top Stories at http://rss.msnbc.msn.com/id/3032091/device/rss/rss.xml</p>
<p><img class="alignnone size-full wp-image-167" title="pipe_extra" src="http://timhoeck.com/wp-content/uploads/2008/09/pipe_extra.png" alt="" width="500" height="247" /></p>
<p>I can now see the data from this feed in the debugger at the bottom. Whichever module you click on (the highlighted orange one) is where the debugger window at the bottom will get its results from. This is a good way to make sure you are getting accurate information. If you were to click back on the CNN Fetch Feed, you will see the CNN results. However, our final results (The Pipe Output) is still only &#8220;linked&#8221; to show the CNN data. Let&#8217;s fix that.</p>
<p><img class="size-full wp-image-168 alignleft" title="pipe_operators" src="http://timhoeck.com/wp-content/uploads/2008/09/pipe_operators.png" alt="" width="133" height="305" />Yahoo pipes provides a number of <strong>Operators</strong> that will allow you to manipulate data. There are some more advanced Operators, but all we want to do right now is combine (or <strong>Union</strong>) multiple RSS feeds.</p>
<p>Add a Union module into our Pipe:</p>
<p style="text-align: center;"><img class="size-full wp-image-169 aligncenter" title="pipe_union" src="http://timhoeck.com/wp-content/uploads/2008/09/pipe_union.png" alt="" width="320" height="131" /></p>
<p>Now that the Union is in place, you will notice you can connect up to four input modules to the top, and there is one output at the bottom. Let&#8217;s re-connect the feeds so they are combined, before going to the pipe output. To disconnect the current connected pipe, just click on the blue dot on Pipe Output, drag it off, and release. Then reconnect the two Fetch Feed modules to the Union input. Finally, connect the Union output to the Pipe Output.</p>
<p><img class="aligncenter size-full wp-image-170" title="pipe_union_connected" src="http://timhoeck.com/wp-content/uploads/2008/09/pipe_union_connected.png" alt="" width="500" height="209" /></p>
<p><strong>Final Result</strong></p>
<p>A brief review: This pipe is getting the CNN feed data, getting the MSNBC Feed data, then it combines (unions) them, and that data is then the final output for our pipe. Pretty neat, huh?</p>
<p>To make this useful, we are going to do one modification with the pipe. Right now, the results were combined together, but in no particular order. We are going to add a <strong>Sort Operator</strong> module, so that all the data comes out in the order we want it to.</p>
<p>Drag a Sort module from the Operators group into our workspace, and connect it in between the Union module and the Pipe module. When you connect the Union to the Sort module, it will populate the sort options with the available item details. In our case, we want to sort by the Published Date, or item.pubDate, in descending order - so our results will show the newest item at the top, regardless of whether the item is coming from CNN or MSNBC.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-183" title="sort" src="http://timhoeck.com/wp-content/uploads/2008/09/sort.png" alt="" width="500" height="434" /></p>
<p><a href="http://timhoeck.com/wp-content/uploads/2008/09/pipe_union_connected.png"><br />
</a></p>
<p><strong>Saving and Running the Pipe</strong></p>
<p>Once we are finished, we can save the pipe for later use. On the top right, click the Properties button, and fill in the information. You can also Publish this pipe, allowing the pipe to be available to the general public:</p>
<p><img class="aligncenter size-full wp-image-171" title="pipe_properties" src="http://timhoeck.com/wp-content/uploads/2008/09/pipe_properties.png" alt="" width="351" height="260" /></p>
<p>Click <strong>OK</strong>, then click the <strong>Save</strong> button at the top right corner.  You will see a link at the top that says &#8216;Pipe Saved .. Run Pipe&#8217; - click the <strong>Run Pipe</strong> to see our final results:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-172" style="border: 1px solid black;" title="pipe_final" src="http://timhoeck.com/wp-content/uploads/2008/09/pipe_final.png" alt="" width="500" height="406" /></p>
<p>You can see the final pipe that was created <a href="http://pipes.yahoo.com/timhoeck/beginnerpart1" onclick="javascript:pageTracker._trackPageview ('/outbound/pipes.yahoo.com');">here</a>.</p>
<p><strong>Part Two</strong><strong><br />
</strong></p>
<p>In Part Two of the series, we will begin to discuss some other source types, accepting user input, and more ways to modify our data - along with what we could do with the data once it has been generated.</p>
]]></content:encoded>
			<wfw:commentRss>http://timhoeck.com/2008/09/the-beginners-guide-to-yahoo-pipes-part-1/feed</wfw:commentRss>
		<feedburner:origLink>http://timhoeck.com/2008/09/the-beginners-guide-to-yahoo-pipes-part-1</feedburner:origLink></item>
		<item>
		<title>Prevent a Disaster! A Remote Backup Service Showdown</title>
		<link>http://feeds.feedburner.com/~r/timhoeck/~3/363551681/prevent-a-disaster</link>
		<comments>http://timhoeck.com/2008/08/prevent-a-disaster#comments</comments>
		<pubDate>Wed, 13 Aug 2008 04:09:53 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://timhoeck.com/?p=74</guid>
		<description><![CDATA[How much data do you have on your computer? Is it important to you - no, is it irreplaceable? So much of our data is stored on our computers nowadays, yet so many do not have a plan in place in case of emergencies. Maybe you, like me, have all your data on a separate [...]]]></description>
			<content:encoded><![CDATA[<p>How much data do you have on your computer? Is it important to you - no, is it <em>irreplaceable</em>? So much of our data is stored on our computers nowadays, yet so many do not have a plan in place in case of emergencies. Maybe you, like me, have all your data on a separate drive. Maybe you even have it on an external drive. What would happen if you turned on your computer today, to find out that the hard drive has failed?</p>
<p>This very thing happened to me just two weeks ago. For me, it was one of my &#8220;backup&#8221; drives. I have two secondary 120GB internal drives that I store all my non-system data on. One drive is for miscellaneous files (games, some software, random stuff I would need if I reformatted); it would be a moderate headache to get these files back.</p>
<p>The other drive contains my music collection (also recoverable with painstaking work), along with ALL of my IRREPLACEABLE files - including digital photos and videos from the last 7 or so years, software I have written, custom web sites and images that I have created for a number of projects - all unrecoverable data should something go wrong.</p>
<p>Truth is, this isn&#8217;t the first time this has happened. The last time, it turned out to be the not-so-important drive. Did I learn my lesson? Not really. Oh sure, I do the occasional copy and paste files to another location. I probably uploaded some photos somewhere, or e-mailed them in the past. But 90% of the UNRECOVERABLE data is not backed up some place safe.</p>
<p>The worse part is, I am not clueless. I have worked with computers since the age of 5 - I know a number of backup programs for Window, I know about rsync and fuse for *nix. I&#8217;ve even priced up <a href="http://www.newegg.com/store/SubCategory.aspx?SubCategory=124&amp;Tpk=nas" title="Network Attached Storage Devices" onclick="javascript:pageTracker._trackPageview ('/outbound/www.newegg.com');">NAS devices</a> in the past -  but when it comes down to it, it is just pure laziness.</p>
<p>While having your data backed up locally on another drive (internal or external) is a good idea, an even better solution would be a NAS device with raid/mirroring. This would ensure that should a drive go bad, things would move along smoothly, and I could replace a drive. But NAS devices are expensive, not to mention buying multiple hard drives. Even if you do have a NAS device in place, it is always recommended to have a remote backup. Store your data somewhere other than your home or office. So what is the solution?</p>
<p>Remote storage is something that has recently become more available and affordable to the mainstream users. There are plenty of services out there. The most known right now are probably <a href="http://carbonite.com/" title="Carbonite" onclick="javascript:pageTracker._trackPageview ('/outbound/carbonite.com');">Carbonite</a> and <a href="http://mozy.com/" title="Mozy" onclick="javascript:pageTracker._trackPageview ('/outbound/mozy.com');">Mozy</a>.</p>
<p>In the past, I couldn&#8217;t even think about paying for remote storage to backup my files.</p>
<p>I was shocked to see just how cheap it was - a number of services are offering <em>unlimited</em> backup or large (100GB+) backup, for $4.95 per month - or about $50 for a year. There are even FREE remote backups available for up to about 5GB (See <a href="https://www.mesh.com/Welcome/Welcome.aspx" title="Live Mesh" onclick="javascript:pageTracker._trackPageview ('/outbound/www.mesh.com');">Microsoft Live Mesh</a>). Not only are these backups remote, but with the advent of <a href="http://www.amazon.com/s3" title="Amazon S3" onclick="javascript:pageTracker._trackPageview ('/outbound/www.amazon.com');">Amazon S3</a> and other similar services, I can rest assured that my data is being backed up, mirrored, and whatever else is required to store data safely.</p>
<p>The scary thing is that there are tons of services out there, and many have not adjusted their prices to the current scale. These services continue to use old architecture, and offer packages that range from about 50-200MB backups. They charge the same price or much more then others that offer unlimited storage!</p>
<p>I don&#8217;t have a lot of money to spend! We need to find a common ground - somewhere between price, and reliability. The $4.95 per month is a pretty standard price point - and I am quite comfortable with that price. The question is, what will we get for that price?</p>
<p>I have gone on a crusade to find a reliable, yet inexpensive remote data backup service.</p>
<p style="text-align: center;"><strong>What I am Looking For</strong></p>
<p>Obviously the most important thing when looking for a service would be reliability. Reliability is not necessarily based on pricing though, so I started my search looking for the pricing and features that I wanted. I figured I will try a couple of them out, see which I find to be more reliable - and then make my decision.</p>
<p>While my primary concern is backup, I am really interested in a couple of additional features:</p>
<ul>
<li>A decent web interface, so I can access my files from anywhere</li>
<li>Preferably a Win/Mac/Linux client</li>
<li>Double as a sharing service, to share pictures and files with friends or family</li>
<li>Hopefully multiple PCs supported in the plan, or a relatively inexpensive addon for additional PCs</li>
</ul>
<p>I have tried a number of services over the past two weeks, and I will give a quick rundown on each.</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.crunchbase.com/company/mozy">CrunchBase Information on Mozy</a><br/></p>
<p>Mozy is making quite a name for itself as of late,  and it being recommended by a number of people. Pricing is set at $4.95 per month with unlimited storage. Mozy currently supports Windows Vista, XP, 2000, or Mac OS X (10.4 and 10.5).</p>
<p>My first impressions for Mozy were pretty good. I began using &#8216;MozyHome Free&#8217;, which provides you with 2GB of storage for free. If you only need 2GB of storage, then you can use Mozy and have a FREE, remote backup of your files.</p>
<p>The client installation was simple and straightforward. Mozy has pre-configured backup &#8220;sets&#8221; which will take care of common items to backup such as Email, Browser Favorites, My Documents, Music , Photos and Images, Office files and more. I can easily check off the files I wish to backup, and all files of that type will be backed up. No need to worry about where they are located. Mozy also allows you to setup <em>Rules</em>. Any backup set can contain rules which includes or excludes files by type, size, dates, or names. Of course, you can also just select directories that you want to backup.</p>
<p>Desktop access to Mozy comes through a  additional networked System folder. It is a <em>Restore Only </em>filesystem. You can not read or run files from this folder. It is only to browse through your uploaded files, and restore as necessary. This was a bit disappointing, but somewhat expected.</p>
<p>Backups can be scheduled, and as most services are done incrementally - after the initial upload, only the changes are uploaded to save bandwidth. Any type or file size can be backed up. Files are encrypted on your computer using 448-bit Blowfish encryption, then transferred to the Mozy servers using 128-bit Secure Socket Layer (SSL) encryption. You have the option of using a Mozy key or your own private key to encrypt your data. Note that if you use your own private key, you must be very careful about not losing it because if you do, it&#8217;s impossible for Mozy to decrypt your data.</p>
<p>If you delete the working copy on your machine and then run a backup, Mozy will assume that you no longer need a backup copy, since you got rid of the working copy, and will mark the file to be removed after 30 days. A 30 day remote recycle bin, if you will.</p>
<p>MozyHome supports most types of external drives. According to Mozy, it does not support network drives, but if the network drive is part of a server running Windows, then you can install Mozy onto that server and back up the shared drive locally.</p>
<p><strong>The Verdict</strong></p>
<p>An inexpensive, seemingly reliable backup service. A little short on features, but it does its job.</p>
<p>It does support multiple computers at $4.95 per month, per computer. But the other features I was looking for are non-existent. The only web interface to speak of is for file restores - and it only submits a restore request. You still need to wait to get the files - I can imagine what a pain this would be if I needed access to files remotely. There is no sharing options. I have had some slight annoyances with the software as well. Every time you start the software, or go to configuration options, it hangs for a while, &#8220;verifying&#8221; backup data sets. Additionally, restoring files from the client can be a pain; Searching backed up data is not well integrated. You can use Windows Search (not Live, just the Search Companion) but you cannot restore from it. You would have to search for the file, then go locate the file in your backup &#8220;drive&#8221; or the client software to restore. When you do find the file to restore, there is no way to compare the different versions prior to the restore request, although it does allow you to restore to a different location, so you can compare without overwriting.</p><div class="ngg-galleryoverview" id="ngg-gallery-5"><div class="slideshowlink"><a class="slideshowlink" href="/feed?show=slide">[View a Slideshow]</a></div><div id="ngg-image-88" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb88" href="http://timhoeck.com/wp-content/gallery/mozy/1 - logo.gif" title="" class="thickbox" rel="mozy" ><img title="1 - logo.gif" alt="1 - logo.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_1 - logo.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-99" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb99" href="http://timhoeck.com/wp-content/gallery/mozy/2 - loading.gif" title="" class="thickbox" rel="mozy" ><img title="2 - loading.gif" alt="2 - loading.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_2 - loading.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-100" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb100" href="http://timhoeck.com/wp-content/gallery/mozy/3 - backupsets.gif" title="" class="thickbox" rel="mozy" ><img title="3 - backupsets.gif" alt="3 - backupsets.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_3 - backupsets.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-101" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb101" href="http://timhoeck.com/wp-content/gallery/mozy/4 - setrules.gif" title="" class="thickbox" rel="mozy" ><img title="4 - setrules.gif" alt="4 - setrules.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_4 - setrules.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-102" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb102" href="http://timhoeck.com/wp-content/gallery/mozy/5 - filesystem.gif" title="" class="thickbox" rel="mozy" ><img title="5 - filesystem.gif" alt="5 - filesystem.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_5 - filesystem.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-103" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb103" href="http://timhoeck.com/wp-content/gallery/mozy/6 - schedule.gif" title="" class="thickbox" rel="mozy" ><img title="6 - schedule.gif" alt="6 - schedule.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_6 - schedule.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-104" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb104" href="http://timhoeck.com/wp-content/gallery/mozy/7 - options.gif" title="" class="thickbox" rel="mozy" ><img title="7 - options.gif" alt="7 - options.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_7 - options.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-105" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb105" href="http://timhoeck.com/wp-content/gallery/mozy/8 - history.gif" title="" class="thickbox" rel="mozy" ><img title="8 - history.gif" alt="8 - history.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_8 - history.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-106" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb106" href="http://timhoeck.com/wp-content/gallery/mozy/9 - explorerrestore.gif" title="" class="thickbox" rel="mozy" ><img title="9 - explorerrestore.gif" alt="9 - explorerrestore.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_9 - explorerrestore.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-89" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb89" href="http://timhoeck.com/wp-content/gallery/mozy/10 - restore.gif" title="" class="thickbox" rel="mozy" ><img title="10 - restore.gif" alt="10 - restore.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_10 - restore.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-90" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb90" href="http://timhoeck.com/wp-content/gallery/mozy/11 - drive.gif" title="" class="thickbox" rel="mozy" ><img title="11 - drive.gif" alt="11 - drive.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_11 - drive.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-91" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb91" href="http://timhoeck.com/wp-content/gallery/mozy/12 - warning_entiredisk.gif" title="" class="thickbox" rel="mozy" ><img title="12 - warning_entiredisk.gif" alt="12 - warning_entiredisk.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_12 - warning_entiredisk.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-92" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb92" href="http://timhoeck.com/wp-content/gallery/mozy/13 - systray.gif" title="" class="thickbox" rel="mozy" ><img title="13 - systray.gif" alt="13 - systray.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_13 - systray.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-93" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb93" href="http://timhoeck.com/wp-content/gallery/mozy/14 - mozycomlogin.gif" title="" class="thickbox" rel="mozy" ><img title="14 - mozycomlogin.gif" alt="14 - mozycomlogin.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_14 - mozycomlogin.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-94" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb94" href="http://timhoeck.com/wp-content/gallery/mozy/15 - mozycomhome.gif" title="" class="thickbox" rel="mozy" ><img title="15 - mozycomhome.gif" alt="15 - mozycomhome.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_15 - mozycomhome.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-95" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb95" href="http://timhoeck.com/wp-content/gallery/mozy/16 - mozycomrestoreoptions1.gif" title="" class="thickbox" rel="mozy" ><img title="16 - mozycomrestoreoptions1.gif" alt="16 - mozycomrestoreoptions1.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_16 - mozycomrestoreoptions1.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-96" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb96" href="http://timhoeck.com/wp-content/gallery/mozy/17 - mozycomrestoreoptions2.gif" title="" class="thickbox" rel="mozy" ><img title="17 - mozycomrestoreoptions2.gif" alt="17 - mozycomrestoreoptions2.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_17 - mozycomrestoreoptions2.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-97" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb97" href="http://timhoeck.com/wp-content/gallery/mozy/18 - mozycomreferrals.gif" title="" class="thickbox" rel="mozy" ><img title="18 - mozycomreferrals.gif" alt="18 - mozycomreferrals.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_18 - mozycomreferrals.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-98" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb98" href="http://timhoeck.com/wp-content/gallery/mozy/19 - about.gif" title="" class="thickbox" rel="mozy" ><img title="19 - about.gif" alt="19 - about.gif" src="http://timhoeck.com/wp-content/gallery/mozy/thumbs/thumbs_19 - about.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
</div>
<div class='ngg-clear'></div>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.crunchbase.com/company/elephantdrive">CrunchBase Information on Elephantdrive</a><br/></p>
<p>Searching for services to review, I ran across one called ElephantDrive. ElephantDrive stood out to me after reading a recent blog post on their site. The service uses Amazon S3 in the backend, however, during the recent outtage of S3, their service ran smoothly as they also have their own servers in place.</p>
<p>ElephantDrive offers a $4.95 per month for 1 computer. For $9.95 per month, it will cover up to 4 computers - both plans cover unlimited storage. However, the $4.95 plan will only maintain file version history for 30 days - the $9.95 plan will maintain version histories forever.</p>
<p>ElephantDrive features version tracking and allows you to use your own personal encryption key for additional file security. One option available within the configuration allows you to specify to send files immediately - basically meaning your files will be synced online as changes are made, although I doubt that it was their intent. It is not advertised as a synching service.</p>
<p><strong>The Verdict</strong></p>
<p><strong></strong>I found ElephantDrive has just about all the features I am looking for: Multiple computer plan, File Sharing (through through e-mail links), Windows and Mac support (no Linux client yet), and although not overly pretty, they also offer a web interface to your files. Additionally, ElephantDrive has an optional client install called &#8216;TrunkDrive&#8217; which which will map your storage to a drive - allowing you to access and change your files directly, a huge plus over other services.</p>
<p>I still found the client interface is lacking a few necessary features, such as showing me the speed of transfer. The web interface could use an overhaul as well. Overall though, ElephantDrive is a decent offering.</p>
<p>I would probably choose ElephantDrive over Mozy - for web access to my files, the drive mapping abilities, and I could backup up to four computers for $10.</p><div class="ngg-galleryoverview" id="ngg-gallery-7"><div class="slideshowlink"><a class="slideshowlink" href="/feed?show=slide">[View a Slideshow]</a></div><div id="ngg-image-128" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb128" href="http://timhoeck.com/wp-content/gallery/elephantdrive/1 - login.gif" title="" class="thickbox" rel="elephantdrive" ><img title="1 - login.gif" alt="1 - login.gif" src="http://timhoeck.com/wp-content/gallery/elephantdrive/thumbs/thumbs_1 - login.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-129" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb129" href="http://timhoeck.com/wp-content/gallery/elephantdrive/2 - manager.gif" title="" class="thickbox" rel="elephantdrive" ><img title="2 - manager.gif" alt="2 - manager.gif" src="http://timhoeck.com/wp-content/gallery/elephantdrive/thumbs/thumbs_2 - manager.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-130" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb130" href="http://timhoeck.com/wp-content/gallery/elephantdrive/3 - backups.gif" title="" class="thickbox" rel="elephantdrive" ><img title="3 - backups.gif" alt="3 - backups.gif" src="http://timhoeck.com/wp-content/gallery/elephantdrive/thumbs/thumbs_3 - backups.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-131" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb131" href="http://timhoeck.com/wp-content/gallery/elephantdrive/4 - yourfiles.gif" title="" class="thickbox" rel="elephantdrive" ><img title="4 - yourfiles.gif" alt="4 - yourfiles.gif" src="http://timhoeck.com/wp-content/gallery/elephantdrive/thumbs/thumbs_4 - yourfiles.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-132" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb132" href="http://timhoeck.com/wp-content/gallery/elephantdrive/5 - emailshare.gif" title="" class="thickbox" rel="elephantdrive" ><img title="5 - emailshare.gif" alt="5 - emailshare.gif" src="http://timhoeck.com/wp-content/gallery/elephantdrive/thumbs/thumbs_5 - emailshare.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-133" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb133" href="http://timhoeck.com/wp-content/gallery/elephantdrive/6 - onlineexplorer.gif" title="" class="thickbox" rel="elephantdrive" ><img title="6 - onlineexplorer.gif" alt="6 - onlineexplorer.gif" src="http://timhoeck.com/wp-content/gallery/elephantdrive/thumbs/thumbs_6 - onlineexplorer.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-134" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb134" href="http://timhoeck.com/wp-content/gallery/elephantdrive/7 - reports.gif" title="" class="thickbox" rel="elephantdrive" ><img title="7 - reports.gif" alt="7 - reports.gif" src="http://timhoeck.com/wp-content/gallery/elephantdrive/thumbs/thumbs_7 - reports.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
</div>
<div class='ngg-clear'></div>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.crunchbase.com/product/hp-upline">CrunchBase Information on Hp Upline</a><br/></p>
<p style="text-align: left;">I only first found out about Hewlett Packard&#8217;s service a few days ago. This service also offers a  $4.95 per month, per computer plan for unlimited storage backup. It is also a major company, so you can&#8217;t go wrong there.</p>
<p style="text-align: left;">One thing I noticed right off the bat is it uses .NET - this eliminates the possibility of a Mac/Linux client. Make sense, this is HP - they do Windows PCs.</p>
<p style="text-align: left;">On the plus side, I was pleasantly surprised when it informed me that it not only did remote backups, but it would do local backups to a network or external drive&#8230; double protection, just the way it should be! I skipped the local backup for now, and started ~800MB remote backup. The transfer went smoothly, and a decent speed. At least I think so, because there was no indication of speed during the backup process.</p>
<p style="text-align: left;"><strong>The Verdict</strong></p>
<p style="text-align: left;"><strong></strong>I was sort of disappointed with the interface features. It did contain very basic sharing, allowing you to e-mail a link to your files. However, it is time-limited.</p>
<p style="text-align: left;">Overall, Upline did what I needed It to do, but after the pretty looks wore off, it seemed a little lackluster. Requiring .NET limits the chances of a Mac or Linux client coming anytime soon. I feel that there are better products out there, including Mozy or ElephantDrive.</p>
<p style="text-align: left;"><div class="ngg-galleryoverview" id="ngg-gallery-6"><div class="slideshowlink"><a class="slideshowlink" href="/feed?show=slide">[View a Slideshow]</a></div><div id="ngg-image-107" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb107" href="http://timhoeck.com/wp-content/gallery/hpupline/1 - setupcomputer.gif" title="" class="thickbox" rel="hpupline" ><img title="1 - setupcomputer.gif" alt="1 - setupcomputer.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_1 - setupcomputer.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-118" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb118" href="http://timhoeck.com/wp-content/gallery/hpupline/2 - setuplogin.gif" title="" class="thickbox" rel="hpupline" ><img title="2 - setuplogin.gif" alt="2 - setuplogin.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_2 - setuplogin.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-121" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb121" href="http://timhoeck.com/wp-content/gallery/hpupline/3 - setuplocalbackup.gif" title="" class="thickbox" rel="hpupline" ><img title="3 - setuplocalbackup.gif" alt="3 - setuplocalbackup.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_3 - setuplocalbackup.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-122" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb122" href="http://timhoeck.com/wp-content/gallery/hpupline/4 - setupdone.gif" title="" class="thickbox" rel="hpupline" ><img title="4 - setupdone.gif" alt="4 - setupdone.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_4 - setupdone.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-123" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb123" href="http://timhoeck.com/wp-content/gallery/hpupline/5 - startup.gif" title="" class="thickbox" rel="hpupline" ><img title="5 - startup.gif" alt="5 - startup.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_5 - startup.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-124" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb124" href="http://timhoeck.com/wp-content/gallery/hpupline/6 - miniapp.gif" title="" class="thickbox" rel="hpupline" ><img title="6 - miniapp.gif" alt="6 - miniapp.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_6 - miniapp.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-125" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb125" href="http://timhoeck.com/wp-content/gallery/hpupline/7 - share.gif" title="" class="thickbox" rel="hpupline" ><img title="7 - share.gif" alt="7 - share.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_7 - share.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-126" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb126" href="http://timhoeck.com/wp-content/gallery/hpupline/8 - viewshares.gif" title="" class="thickbox" rel="hpupline" ><img title="8 - viewshares.gif" alt="8 - viewshares.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_8 - viewshares.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-127" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb127" href="http://timhoeck.com/wp-content/gallery/hpupline/9 - sentshared.gif" title="" class="thickbox" rel="hpupline" ><img title="9 - sentshared.gif" alt="9 - sentshared.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_9 - sentshared.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-108" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb108" href="http://timhoeck.com/wp-content/gallery/hpupline/10 - search.gif" title="" class="thickbox" rel="hpupline" ><img title="10 - search.gif" alt="10 - search.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_10 - search.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-109" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb109" href="http://timhoeck.com/wp-content/gallery/hpupline/11 - localschedule.gif" title="" class="thickbox" rel="hpupline" ><img title="11 - localschedule.gif" alt="11 - localschedule.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_11 - localschedule.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-110" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb110" href="http://timhoeck.com/wp-content/gallery/hpupline/12 - localoptions.gif" title="" class="thickbox" rel="hpupline" ><img title="12 - localoptions.gif" alt="12 - localoptions.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_12 - localoptions.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-111" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb111" href="http://timhoeck.com/wp-content/gallery/hpupline/13 - localwatch.gif" title="" class="thickbox" rel="hpupline" ><img title="13 - localwatch.gif" alt="13 - localwatch.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_13 - localwatch.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-112" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb112" href="http://timhoeck.com/wp-content/gallery/hpupline/14 - localfiletypes.gif" title="" class="thickbox" rel="hpupline" ><img title="14 - localfiletypes.gif" alt="14 - localfiletypes.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_14 - localfiletypes.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-113" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb113" href="http://timhoeck.com/wp-content/gallery/hpupline/15 - localadvanced.gif" title="" class="thickbox" rel="hpupline" ><img title="15 - localadvanced.gif" alt="15 - localadvanced.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_15 - localadvanced.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-114" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb114" href="http://timhoeck.com/wp-content/gallery/hpupline/16 - updates.gif" title="" class="thickbox" rel="hpupline" ><img title="16 - updates.gif" alt="16 - updates.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_16 - updates.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-115" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb115" href="http://timhoeck.com/wp-content/gallery/hpupline/17 - onlinelogin.gif" title="" class="thickbox" rel="hpupline" ><img title="17 - onlinelogin.gif" alt="17 - onlinelogin.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_17 - onlinelogin.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-116" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb116" href="http://timhoeck.com/wp-content/gallery/hpupline/18 - remoteaccess.gif" title="" class="thickbox" rel="hpupline" ><img title="18 - remoteaccess.gif" alt="18 - remoteaccess.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_18 - remoteaccess.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-117" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb117" href="http://timhoeck.com/wp-content/gallery/hpupline/19 - librarysearch.gif" title="" class="thickbox" rel="hpupline" ><img title="19 - librarysearch.gif" alt="19 - librarysearch.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_19 - librarysearch.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-119" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb119" href="http://timhoeck.com/wp-content/gallery/hpupline/20 - library.gif" title="" class="thickbox" rel="hpupline" ><img title="20 - library.gif" alt="20 - library.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_20 - library.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
<div id="ngg-image-120" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a id="thumb120" href="http://timhoeck.com/wp-content/gallery/hpupline/21 - librarysearchadvanced.gif" title="" class="thickbox" rel="hpupline" ><img title="21 - librarysearchadvanced.gif" alt="21 - librarysearchadvanced.gif" src="http://timhoeck.com/wp-content/gallery/hpupline/thumbs/thumbs_21 - librarysearchadvanced.gif" style="width:100px; height:75px;" /></a>
</div>
</div>
</div>
<div class='ngg-clear'></div>

<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.crunchbase.com/product/carbonite">CrunchBase Information on Carbonite</a><br/></p>
<p>Since I am constantly hearing commercials for Carbonite, I figured I would give them a shot as well. Seems like they are ahead of the pack right now, at least publicity wise, for an online storage option. The idea behind Carbonite is to make backing up and restoring extremely simple. I think it accomplishes this - too well.</p>
<p>The problem I find with Carbonite is once installed, it will start backing up. No prompts, no questions other than logging in. This sounds great at first, until you read the FAQs on their website. It does not backup video files, or any files larger than 4gigs, unless you explicitly tell it to. Not only that, Carbonite does not backup files on Networked and Removable drives.</p>
<p>While that wouldn&#8217;t be a huge problem for me now, I may wish to add external storage later, and I would certainly want to be able to backup the data on it.</p>
<p><strong>The Verdict</strong></p>
<p>The service itself seemed great. I loved that it gives you visual confirmation of backup by adding little status icons on each folder/file. At $5 per computer backup for unlimited storage, it makes things quite simple - a little too simple for my tastes.</p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;"><strong>The Future is Synching</strong></p>
<p>There are a number of services out there that not only backup your content, but actually sync your content between multiple machines or users. A few of these include <a href="http://getdropbox.com/" title="DropBox" onclick="javascript:pageTracker._trackPageview ('/outbound/getdropbox.com');">Dropbox</a>, <a href="http://syncplicity.com/" title="Syncplicity" onclick="javascript:pageTracker._trackPageview ('/outbound/syncplicity.com');">Syncplicity</a>, and <a href="http://www.sugarsync.com/" title="SugarSync" onclick="javascript:pageTracker._trackPageview ('/outbound/www.sugarsync.com');">SugarSync</a>.</p>
<p>I played with each one, and although carrying a higher price tag, they do make syncing (and backing up in the process) a much better solution. Once these services can reach the price levels of conventional remote backup, they will take off. Dropbox is in beta form, and while the features do seem intriguing, they do not offer any commercial packages at the moment.  Syncplicity also seemed like a well done product, but I have seen a number of blog posts recently in regards to downtime - something I am not looking for at the moment.</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.crunchbase.com/product/sugarsync">CrunchBase Information on Sugarsync</a><br/></p>
<p>SugarSync, however, knocked me back. It is the closest feature-wise to be exactly what I need. SugarSync also uses Amazon S3 in its backend.</p>
<p>Everything that is done, is done well. Sugarsync works really well as a multiple computer sync/backup solution. Once installed, I am able to select the folders to sync with the remote server. Once I finished, it began synching immediately. I than began setting up the client on two laptops at the same time. Again, after selecting what to backup, it started syncing instantly.</p>
<p>One of the nicest features of SugarSync is how it deals with multiple computers. SugarSync gives two options for syncing content between computers - &#8220;Lite Sync&#8221; and &#8220;Full Sync&#8221;. If you will only need to access the files, you can use lite sync. If you prefer to keep an actual copy of the files on the other computer, choose the full sync option. This is absolutely perfect - I can still access my desktop files from either laptop - without the need to fill up the hard drives. Not only that, but since the files are stored remotely, I can access them even when the other computers are off. Any changes made will be synced to the desktop once it is on.</p>
<p>SugarSync is even offering mobile support for Windows Mobile, Blackberry, and iPhones. You can access photos and files, as well as sync photos from your phone.</p>
<p>It is not without its flaws, however. Many services allow you to use either the companies &#8220;key&#8221;, or your own personal key for security - SugarSync has not yet implemented this, although it is on their todo list. Additionally, searching for files is non-existent in the manager software. I guess they assume since you selected the sync folders, you would know where the files should have been. &#8220;Deleted Files&#8221; are maintained on the server, but they are combined with deleted files from all computers. This will make for a messy list if you are trying to find something you deleted. Combining backup folders for multiple computers also makes for a cluttered, unsortable list. Fixing these issues would make this the killer app.</p>
<p>As mentioned, pricing is a bit more steep. Here&#8217;s where &#8220;you get what you pay for&#8221; - $2.50 per month will score you 10GB of storage. I am looking for around 100GB - that would run me $15 per month. However, it does covers as many computers as you need. It appears their highest plan is 250GB, so if you are looking for more than that, you might be out of luck for now.</p>
<p><strong>The Verdict</strong></p>
<p>I am in love with SugarSync. In hopes that they fix the issues I described, I just might put forth the extra cash to ease my syncing pains. Initially, I began this review looking for backup software, but after realizing the power of syncing services, I am glad that I added them to the mix.</p>
<p style="text-align: center;">
<p style="text-align: center;"><strong>Decision Time!<br />
</strong></p>
<p>When all is said and done, I am left with a couple options. I absolutely love SugarSync, but the price is a bit high. If I decide not to pony up for the Sync features, I think my overall choice for backup purposes would be ElephantDrive. It has a &#8220;sync feel&#8221; to it, since it will upload modifications on change, although it is not implemented as nicely as the built for syncing applications. With the addition of direct file access and web access, I would recommend it.</p>
<p style="text-align: center;">
<p style="text-align: center;"><strong>Other Options</strong></p>
<p>There are a number of other services which some might suggest, including <a href="https://www.mesh.com/Welcome/Welcome.aspx" title="Live Mesh" onclick="javascript:pageTracker._trackPageview ('/outbound/www.mesh.com');">Windows Live Mesh</a> and <a href="http://www.amazon.com/s3" title="Amazon S3" onclick="javascript:pageTracker._trackPageview ('/outbound/www.amazon.com');">Amazon S3</a> or <a href="http://www.jungledisk.com/" title="JungleDisk" onclick="javascript:pageTracker._trackPageview ('/outbound/www.jungledisk.com');">JungleDisk</a>.</p>
<p>I tested Live Mesh, but decided against it because there is no actual plans, it is still in beta, and only offers 5GB. If you are using Windows and are looking for a free solution under 5GB, give it a shot. Additionally, support for Macs, Linux computers and mobile phones seem a ways off.</p>
<p>I am against using Amazon for data storage because they charge per GB - both on storage and bandwidth. Pricing reminds me of a cell phone plan (albeit much cheaper). Amazon in itself requires you to setup your own synchronization solution. JungleDisk takes advantage of that by offering you a client, but you are still charged the full rate for the Amazon S3 service.  I believe a number of resellers using the S3 service will pop up soon enough - with lower pricing to you, the end user. They are actually already there (see ElephantDrive and SugarSync).</p>
<p style="text-align: center;">
<p style="text-align: center;"><strong>What to Watch For</strong></p>
<p>When deciding on a service to use, don&#8217;t take my word for it. Most services have a free plan, or at least a trial plan to see how you like it. Put them to the full test. Some things I would watch for:</p>
<ul>
<li>Support for networked or external drives</li>
<li>Versioning of Files (a number of services either do not offer file versioning, or put limitations on it)</li>
<li>Security of Files (what type of encryption does the service offer, and do they allow personal encryption keys)</li>
<li>Multiple Computer support</li>
<li>Storage or Bandwidth limitations - some services may say they offer unlimited storage, but what happens if you are storing too much?</li>
<li>Syncing support - Is it important to you that the updated files be accessible immediately, or are you just backing up for safety measures?</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://timhoeck.com/2008/08/prevent-a-disaster/feed</wfw:commentRss>
		<feedburner:origLink>http://timhoeck.com/2008/08/prevent-a-disaster</feedburner:origLink></item>
		<item>
		<title>The One Week Diigo Challenge</title>
		<link>http://feeds.feedburner.com/~r/timhoeck/~3/362535920/the-one-week-diigo-challenge</link>
		<comments>http://timhoeck.com/2008/06/the-one-week-diigo-challenge#comments</comments>
		<pubDate>Mon, 23 Jun 2008 14:08:33 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Social]]></category>

		<category><![CDATA[bookmarks]]></category>

		<guid isPermaLink="false">http://timhoeck.com/?p=49</guid>
		<description><![CDATA[I have recently been on the lookout for a new social bookmarking website. I have used del.icio.us before - a few times in fact, only to find that it was lacking features that I needed. I kept trying because, well, that is what everyone was using. Why should I go elsewhere?
I recently stumbled upon (no, [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently been on the lookout for a new social bookmarking website. I have used del.icio.us before - a few times in fact, only to find that it was lacking features that I needed. I kept trying because, well, that is what everyone was using. Why should I go elsewhere?</p>
<p>I recently stumbled upon (no, not that way) Diigo, and some of its features caught my eye. I have spent approximately one week using the service, and now I am hooked.</p>
<p><strong>What is Diigo?</strong></p>
<p><a href="http://www.diigo.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.diigo.com');"><img class="alignleft size-full wp-image-52" style="margin: 2px 10px; float: left;" title="Diigo Logo" src="http://timhoeck.com/wp-content/uploads/2008/06/diigologo.gif" alt="Diigo" width="82" height="39" /></a><a href="http://www.diigo.com/" title="Diigo" onclick="javascript:pageTracker._trackPageview ('/outbound/www.diigo.com');">Diigo</a> is an online social bookmarking site, similar to <a href="http://del.icio.us" title="del.icio.us" onclick="javascript:pageTracker._trackPageview ('/outbound/del.icio.us');">del.icio.us</a> or <a href="http://ma.gnolia.com/" title="ma.gnolia" onclick="javascript:pageTracker._trackPageview ('/outbound/ma.gnolia.com');">ma.gnolia</a>. It allows you to store all your bookmarks online, tag them, make comments, and share them with other people.</p>
<p><strong>Why not del.icio.us?</strong></p>
<p>The first question that everyone wants to know is, why not del.icio.us? del.icio.us is the de facto standard when it comes to social bookmarking. I wondered why everyone - even myself - was using the  &#8216;Everyone else is doing it&#8217; argument. I had the need for a social bookmarking site, and I have tried del.icio.us a number of times. It never seemed to work out.</p>
<p><a href="http://del.icio.us" title="del.icio.us" onclick="javascript:pageTracker._trackPageview ('/outbound/del.icio.us');"><img class="alignleft size-full wp-image-51" style="margin: 5px; float: left;" title="del.icio.us" src="http://timhoeck.com/wp-content/uploads/2008/06/delicious_logo.gif" alt="" width="80" height="80" /></a>The bookmarking aspect of del.icio.us is just like any other - find a page that interests you, bookmark it, add tags (or keywords) that describe it - then you can refer back to the links at a later point.</p>
<p>The social aspect of del.icio.us comes from &#8216;Your Network&#8217;, &#8216;Subscriptions&#8217;, and &#8216;Links for you&#8217;. <em>Your network</em> is a mashup of all of the bookmarks from your friends or people you find interesting in one place. <em>Subscriptions </em>is a watchlist of sorts, where you pick tags that interest you, and see the bookmarks coming in from users that contain those tags. <em>Links for you</em> are links saved by other people that thought you might find them interesting.</p>
<p><strong>A del.icio.us Problem</strong></p>
<p>I liked the del.icio.us concept, and they have a great browser addon to integrate right into your normal browsing routine. Here&#8217;s where I have problems.<img class="alignright size-medium wp-image-50" style="margin: 5px; float: right;" title="A delicious problem" src="http://timhoeck.com/wp-content/uploads/2008/06/cookies-211x300.jpg" alt="A delicious problem" width="177" height="252" /></p>
<p>Bookmark management in del.icio.us is nothing short of tedious. If you are dealing with a large number of bookmarks - importing, deleting, or re-tagging them, it is a down right pain.</p>
<p>The layout of del.icio.us bothers me - It looks like a mash of text. If you don&#8217;t know where to look for say, who shared the item, or where the tags are, it might be confusing. Page layouts are inconsistent. A simple update to the layout of the site, that separates content for each individual bookmark would be an easy and welcome change.</p>
<p>Another extreme concern for myself was private bookmarks. While you can save private bookmarks in del.icio.us, it is a simple share or don&#8217;t share label - which happens to be right inbetween edit and delete. There is no way to separate your private links from your public links, and I am worried I may accidentally share content I didn&#8217;t intend to.</p>
<blockquote>
<p style="text-align: left;"><em>del.icio.us claims to be a social bookmarking site</em>. While I believe it has the social aspect, I don&#8217;t believe it has the <a href="http://en.wikipedia.org/wiki/Social_interaction" title="Social Interaction" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">social interaction</a> needed to be considered a &#8220;social website&#8221;. The idea of a two-way effect is essential in the concept of interaction. To me, <em>social Interaction is limited</em>. I share, you share, but is there any <em>interaction between us</em>?</p>
</blockquote>
<p>I believe a social bookmarking site would go beyond a set of shared links. It is not only about sharing, but also the community itself - participation and discovery. I should be engaging those that share similar interests, or at least, have the ability to.</p>
<p><strong>Why am I digging Diigo?</strong></p>
<p>Diigo takes all the concepts that make del.icio.us great, and improves upon them.</p>
<p><span style="color: #99cc00;">Multi-Word Tags and Related Tags:</span></p>
<p><img class="alignright size-medium wp-image-54" style="margin: 2px 10px; float: right;" title="Related Tags" src="http://timhoeck.com/wp-content/uploads/2008/06/relatedtags-226x300.gif" alt="" width="184" height="242" /></p>
<p>Diigo supports tags that are more than one word. Sometimes one word by itself isn&#8217;t enough to classify it. If I use &#8220;web&#8221; and &#8220;design&#8221; for keywords, this covers two very broad topics. If I put the two words together as &#8220;web design&#8221;, it is much more descriptive.</p>
<p><img class="size-full wp-image-53" style="border: 1px solid black;" title="Multi-word tags" src="http://timhoeck.com/wp-content/uploads/2008/06/multiwordtags.gif" alt="" width="271" height="43" /></p>
<p>Even if you prefer not to use multi-word tags, del.icio.us only allows you to select <em>A keyword</em>. You can view a single related tag, but you are not conversing a hierarchy, you are jumping from one tag to another. Diigo allows you to dig into related tags, making it easier to find related content on multiple tags. On the right, I am searching for which bookmarks contain both the &#8216;development&#8217; and &#8216;api&#8217; tags, and you can see which tags I can dig further into.</p>
<p><span style="color: #99cc00;">Lists: </span></p>
<p>Is tying tags together not your thing? If you are in the mindset changing from straight bookmarks to keywords/tags, lists will be your savior.</p>
<p><img class="size-full wp-image-55 aligncenter" style="border: 1px solid black;" title="Lists" src="http://timhoeck.com/wp-content/uploads/2008/06/lists.gif" alt="" width="500" height="123" /></p>
<p>Lists are a group of bookmarks that are tied together, but can be arranged in any order that you prefer. Lists can also be private, or shared if you prefer. Sometimes tags may have multiple meanings, but a list guarantees that all items are associated. You can think of this as a del.icio.us bundle, only better.</p>
<p><span style="color: #99cc00;">Public vs. Private:</span></p>
<p>Diigo allows you to easily switch from public to private, and vice-versa, just as I could in del.icio.us. However, Diigo also allows you to separate your public content from your private content, among a number of other views. You have a <em>separate list of private/public tags</em>.</p>
<p><img class="size-full wp-image-56 aligncenter" style="border: 1px solid black;" title="Sort" src="http://timhoeck.com/wp-content/uploads/2008/06/sort.gif" alt="" width="500" height="73" /></p>
<p><span style="color: #99cc00;">Comments:</span></p>
<p>Think a bookmark is junk? Think it&#8217;s the best thing since sliced bread? Comment on it. There is no way to tell what bookmarks users on del.icio.us thought were better, other than to assume that a bookmark with more saves is superior. Of course, you can save public, or private comments. I wish Diigo would also do ratings like magnolia, but there is always room for improvements. (see below)</p>
<p><img class="size-full wp-image-57 aligncenter" style="border: 1px solid black;" title="Comments" src="http://timhoeck.com/wp-content/uploads/2008/06/comments.gif" alt="" width="500" height="214" /></p>
<p><span style="color: #99cc00;">Friends:</span></p>
<p>Diigo allows you to pull up a user, see their tags and interests just like del.icio.us - but that is where the similarities end.</p>
<p>The Friends section is done extremely well. It&#8217;s a bit much to put in a small screenshot, but it&#8217;s well organized and easy on the eyes. Here&#8217;s what I can see by visiting my friends profile:</p>
<ul>
<li>Recent stuff: Bookmarks and Tags</li>
<li>Top/Most: Top tags and Most Bookmarked Sites</li>
<li>In Common: Tags and Bookmarks we have in common</li>
<li>Groups and Lists the user is a part of</li>
<li>Messages: Discussions the user is a part of, which I can view or join if its a public or group conversation</li>
<li>A list of their Friends who I might be interested in as well.</li>
</ul>
<p><span style="color: #99cc00;">Communities:</span></p>
<p>While del.icio.us allows you to connect to individual users, and see what they are sharing, Diigo has communities and groups setup for users interested in the same topics - not necessarily the same keywords.</p>
<p>Communities are broken down by Groups, Sites, and Tags.</p>
<p><img class="alignleft size-full wp-image-61" style="border: 1px solid black; margin: 2px 10px; float: left;" title="Communities" src="http://timhoeck.com/wp-content/uploads/2008/06/communities.gif" alt="" width="95" height="103" />Users with similar interest can join or create Groups. Groups have their own set of bookmarks, even their own forum for discussion.</p>
<p>Tags communities are people who use similar tags - another way of allowing you to explore content, or people who are interested in the same content as you.</p>
<p>Site Communities (based on the domain name) allow you to find and contribute content which, might not be related, but is related to a particular website. Wikipedia and YouTube are good examples of this. Both sites cover an unbelievable amount of content on different topics, but you can easily find all links associated with that site. Try doing that on del.icio.us.</p>
<p><span style="color: #99cc00;">Sharing:</span></p>
<p>Sharing on Diigo is not limited to Diigo users. You can keep your own list of E-mail contacts, to easily send a non-Diigo user links. Diigo will  tie into you Blog, Twitter, or Facebook as an added bonus.</p>
<p><img class="size-medium wp-image-63" style="margin: 2px 10px;" title="Send" src="http://timhoeck.com/wp-content/uploads/2008/06/send.gif" alt="" width="209" height="124" /></p>
<p><span style="color: #99cc00;">Messaging:</span></p>
<p>Messaging allows you to carry on conversations between users - public, groups, friends, or even just notes to yourself. From what I can tell, messages can be carried on about a particular bookmark, but I haven&#8217;t quite figured that out just yet.</p>
<p style="text-align: center;"><img class="alignnone size-medium wp-image-64" style="margin: 2px 10px;" title="Messages" src="http://timhoeck.com/wp-content/uploads/2008/06/messages-172x300.gif" alt="" width="121" height="212" /></p>
<p><strong>The Diigo Sidebar</strong></p>
<p><span style="color: #99cc00;">Readers Of a Web Page:</span></p>
<p>Anytime I visit a page, regardless of if I have bookmarked it, I can see other users that have bookmarked that page or left comments (annotations). It also shows me the most recent bookmark by that user.</p>
<p><img class="size-full wp-image-58" style="border: 1px solid black;" title="Diigo URL Sidebar" src="http://timhoeck.com/wp-content/uploads/2008/06/diigosidebarurl.gif" alt="" width="238" height="391" /></p>
<p><span style="color: #99cc00;">Web Page Annotations and Highlights:</span></p>
<p>Find a page, or even a section of a page truly interesting? You can add public, or private, annotations to a page, or a section of the page. These annotations will show up in your sidebar, and/or show a little comment bubble on the page itself.</p>
<p><img class="aligncenter size-medium wp-image-59" title="Annotations" src="http://timhoeck.com/wp-content/uploads/2008/06/annotations-300x155.gif" alt="" width="300" height="155" /></p>
<p>You can do public or private highlights of important parts of a page. You can even have an entire conversation with people about the web page - on the web page.</p>
<p><img class="aligncenter size-medium wp-image-60" title="Highlights" src="http://timhoeck.com/wp-content/uploads/2008/06/highlights-300x41.gif" alt="" width="300" height="41" /></p>
<p><strong>Nothing is perfect</strong></p>
<p><span style="color: #99cc00;"><em>Diigo can be improved.</em></span></p>
<ul>
<li>There are times were the speed of the Diigo website isn&#8217;t what I would like it to be. I have not seen problems with the sidebar, or saving of bookmarks.</li>
<li>Multiple bookmark management is better than del.icio.us, but it could still be improved quite a bit. In particular, I would like to see EXCLUDE filters, in addition to the include filters it already has.</li>
<li>I would like tag management to be improved - right now it&#8217;s more difficult than it needs to be to modify or delete tags.</li>
<li>Ratings would really help out the site - It could be broken into private, public, and group ratings, just as all the other features are.</li>
<li>The browser addon is nice, but could be improved upon tremendously. However, just about any feature I can do on the web page, I can also do through the browser addon (a personal pet peeve of mine).</li>
</ul>
<p><strong>Should you switch?</strong></p>
<p>I am not going to tell anyone to stop using a service they have become familiar with. I understand that &#8216;it just works&#8217; mindset and there is something to be said for that. But I believe that the benefits in Diigo are worth the chance to give it a shot. As of yet, I don&#8217;t see any features available on del.icio.us, that are not available on Diigo - with the added benefits.</p>
<p><strong>The One Week Challenge</strong></p>
<p>I challenge each of you that read this, particularly del.icio.us users, to try out Diigo.</p>
<p>Diigo makes it easy to import content from del.icio.us, magnolia, simpy, blinklist, furl, connotea, and rawsugar. Additionally, <span style="color: #99cc00;">Diigo allows you to <em>simultaneously share your content</em></span> (called <span style="color: #99cc00;">Bookmark Elsewhere</span>) to del.icio.us, magnolia, and simpy. This way, you can use Diigo for one week, continue to save to these services, and see if you like it. If you prefer to keep them separate and decide you don&#8217;t like it, you can always export back to the del.icio.us format -  so you don&#8217;t lose any content along the way.</p>
<p><span style="color: #ffcc00;">If after the week you aren&#8217;t convinced, come back here and tell me why.</span></p>
<p>Firefox 3 UPDATE: I have been informed of two issues that occur within Firefox 3 Final. Please see this <a href="http://groups.diigo.com/Diigo_HQ/forum/topic/does-diigo-work-with-the-official-released-version-of-firefox-3-0-4649" onclick="javascript:pageTracker._trackPageview ('/outbound/groups.diigo.com');">Diigo forum post</a>. It appears there is an issue viewing <a href="http://digg.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/digg.com');">Digg</a> comments - there will be an update to the Diigo addon to fix this shortly. Also if you use the <a href="https://addons.mozilla.org/en-US/firefox/addon/26" onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');">Download Statusbar</a> plugin - the extension still works, but mouseovers are blank. This is due to a Firefox 3 bug. Keep these two issues in mind if you are using FF3.</p>
]]></content:encoded>
			<wfw:commentRss>http://timhoeck.com/2008/06/the-one-week-diigo-challenge/feed</wfw:commentRss>
		<feedburner:origLink>http://timhoeck.com/2008/06/the-one-week-diigo-challenge</feedburner:origLink></item>
		<item>
		<title>Line and Pie Charts Made Easy!</title>
		<link>http://feeds.feedburner.com/~r/timhoeck/~3/362535923/line-and-pie-charts-made-easy</link>
		<comments>http://timhoeck.com/2008/06/line-and-pie-charts-made-easy#comments</comments>
		<pubDate>Sun, 15 Jun 2008 22:59:10 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Yahoo Pipes]]></category>

		<category><![CDATA[charts]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[line]]></category>

		<category><![CDATA[pipes]]></category>

		<guid isPermaLink="false">http://timhoeck.com/?p=45</guid>
		<description><![CDATA[In addition to my Bar Charts Made Easy!, I have now setup two more Yahoo Pipes - Line Charts and Pie charts.
Google Line Charts Pipe
Google Pie Charts Pipe
Here they are in action:


The Line Chart support multiple data sets, which you can specify by splitting the data sets with a &#124; character.
For example, suppose you have [...]]]></description>
			<content:encoded><![CDATA[<p>In addition to my <a href="http://timhoeck.com/2008/06/bar-charts-made-easy" title="Bar Charts Made Easy!">Bar Charts Made Easy!</a>, I have now setup two more Yahoo Pipes - Line Charts and Pie charts.</p>
<p><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=bb6facd9a997670665e6129a05eea96d" title="Google Line Charts Pipe" onclick="javascript:pageTracker._trackPageview ('/outbound/pipes.yahoo.com');">Google Line Charts Pipe</a></p>
<p><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=af0106c4b32718b8336092a90c9db978" title="Google Pie Charts Pipe" onclick="javascript:pageTracker._trackPageview ('/outbound/pipes.yahoo.com');">Google Pie Charts Pipe</a></p>
<p>Here they are in action:</p>
<p><a href="http://timhoeck.com/wp-content/uploads/2008/06/gcline.gif"><img class="size-full wp-image-46" title="Google Line Chart" src="http://timhoeck.com/wp-content/uploads/2008/06/gcline.gif" alt="Google Line Chart" width="266" height="213" /></a></p>
<p><a href="http://timhoeck.com/wp-content/uploads/2008/06/gcpie.gif"><img class="alignnone size-medium wp-image-47" title="Google Pie Chart" src="http://timhoeck.com/wp-content/uploads/2008/06/gcpie.gif" alt="Google Pie Chart" width="262" height="212" /></a></p>
<p>The Line Chart support multiple data sets, which you can specify by splitting the data sets with a | character.</p>
<p>For example, suppose you have data for two people, for the last four months:</p>
<ul>
<li>Line Labels: Me,You</li>
<li>Data: 10,25,18,15|14,12,15,22</li>
<li>Line Step Labels:March,April,May,June</li>
<li>Side Labels: ,5,10,15,20,25</li>
<li>Min,Max: 0,25</li>
<li>Grid Step:10</li>
</ul>
<p>The 10,25,18,15 would be my data, the 14,12,15,22 would be your data. Then the chart would look something like this:</p>
<p style="text-align: center;"><a href="http://timhoeck.com/wp-content/uploads/2008/06/gcline2.gif"><img class="alignnone size-full wp-image-48 aligncenter" title="Line Chart with Data" src="http://timhoeck.com/wp-content/uploads/2008/06/gcline2.gif" alt="Line Chart with Data" width="264" height="210" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://timhoeck.com/2008/06/line-and-pie-charts-made-easy/feed</wfw:commentRss>
		<feedburner:origLink>http://timhoeck.com/2008/06/line-and-pie-charts-made-easy</feedburner:origLink></item>
		<item>
		<title>Bar Charts Made Easy!</title>
		<link>http://feeds.feedburner.com/~r/timhoeck/~3/362535924/bar-charts-made-easy</link>
		<comments>http://timhoeck.com/2008/06/bar-charts-made-easy#comments</comments>
		<pubDate>Sun, 15 Jun 2008 21:16:46 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Yahoo Pipes]]></category>

		<category><![CDATA[charts]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[pipes]]></category>

		<guid isPermaLink="false">http://timhoeck.com/?p=44</guid>
		<description><![CDATA[I have been using Yahoo Pipes a lot recently, and  I saw the amazing flexibility that the Google Charts API provides. I wanted to be able to pass data from my Pipe to create a chart. But I also wanted to find a way to make creating charts easy for the non-programmer.

So, I have [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I have been using Yahoo Pipes a lot recently, and  I saw the amazing flexibility that the <a href="http://code.google.com/apis/chart/" title="Google Charts API" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">Google Charts API</a> provides. I wanted to be able to pass data from my Pipe to create a chart. But I also wanted to find a way to make creating charts easy for the non-programmer.</p>
<p style="text-align: left;">
<p style="text-align: left;">So, I have created the <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=041755124588de6a04480e9842d230e9" onclick="javascript:pageTracker._trackPageview ('/outbound/pipes.yahoo.com');">Google Bar Charts Yahoo Pipe</a>.</p>
<p style="text-align: left;">
<p style="text-align: left;"><strong>Google Bar Charts </strong></p>
<p style="text-align: left;">This pipe allows you to manually enter data, and specify how you want the chart to look. Anyone can take some number figures, and create a bar chart.</p>
<p style="text-align: left;">To use this, place your Data Descriptions in the Bar Labels box, and your Data Values in the Data box. Let&#8217;s take a look at who has commented the most this week from some of the big names on FriendFeed. We will enter this into the Google Bar Charts Pipe:</p>
<ul>
<li>For the Bar Labels: Louis Gray,Robert Scoble,Leo Laporte,Bret Taylor</li>
<li>For the Data: 171,155,75,103</li>
</ul>
<p style="text-align: left;">Here is the entered data into the Google Charts Pipe:</p>
<p style="text-align: left;"><a href="http://timhoeck.com/wp-content/uploads/2008/06/gcbar-input.gif"><img class="size-full wp-image-43" title="gcbar-input" src="http://timhoeck.com/wp-content/uploads/2008/06/gcbar-input.gif" alt="" width="368" height="283" /></a></p>
<p style="text-align: left;">There are some default values to show you what to fill in, but here is what I modified for this chart:</p>
<ul style="text-align: left;">
<li>The Title (The title of the chart)</li>
<li>The Chart Size (I needed a longer chart to fit everything, so i changed the width)</li>
<li>The Min/Max Value (My maximum value was 171, so I made the maximum 200)</li>
<li>The Bar Labels (The names for our data)</li>
<li>The Data (The data itself)</li>
<li>The Side Labels (Marking points for the data, I went in increments of 25)</li>
<li>The Bar Spacing (To fit the longer names for the labels)</li>
</ul>
<p style="text-align: left;">You can also optionally adjust the colors, and some other options.</p>
<p style="text-align: left;"><strong>The Results</strong></p>
<p style="text-align: left;">Here is the resulting Google Bar Chart:</p>
<p style="text-align: left;"><a href="http://timhoeck.com/wp-content/uploads/2008/06/gcbar-data.gif"><img class="aligncenter size-full wp-image-42" title="gcbar-data" src="http://timhoeck.com/wp-content/uploads/2008/06/gcbar-data.gif" alt="Most Comments this Week" width="309" height="205" /></a></p>
<p style="text-align: left;">Easy, right? Once the chart has been generated, copy the link for the graph, and you can use this URL as an image source in your blog or HTML code - or just right click and save the image for later. Go try it for yourself: <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=041755124588de6a04480e9842d230e9" onclick="javascript:pageTracker._trackPageview ('/outbound/pipes.yahoo.com');">Google Bar Charts Yahoo Pipe</a></p>
<p style="text-align: left;">
<p style="text-align: left;">Shortly, I will be releasing additional pipes for other chart types, as well as a pipe that will make it easy for Pipe Creators to pipe their feed data into a chart.</p>
]]></content:encoded>
			<wfw:commentRss>http://timhoeck.com/2008/06/bar-charts-made-easy/feed</wfw:commentRss>
		<feedburner:origLink>http://timhoeck.com/2008/06/bar-charts-made-easy</feedburner:origLink></item>
		<item>
		<title>New FriendFeed Yahoo Pipes</title>
		<link>http://feeds.feedburner.com/~r/timhoeck/~3/362535925/new-friendfeed-yahoo-pipes</link>
		<comments>http://timhoeck.com/2008/06/new-friendfeed-yahoo-pipes#comments</comments>
		<pubDate>Wed, 11 Jun 2008 03:41:14 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[FriendFeed]]></category>

		<category><![CDATA[Yahoo Pipes]]></category>

		<category><![CDATA[pipes]]></category>

		<guid isPermaLink="false">http://timhoeck.com/?p=20</guid>
		<description><![CDATA[I have two more Yahoo Pipes up and running for FriendFeed stats. The first will show you who you have commented on the most. The second shows who you liked the most. These are basically the same statistics in the Friend Settings Stats page, but keep in mind this is in the past 300 entries [...]]]></description>
			<content:encoded><![CDATA[<p>I have two more <a href="http://pipes.yahoo.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/pipes.yahoo.com');">Yahoo Pipes</a> up and running for <a href="http://friendfeed.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/friendfeed.com');">FriendFeed</a> stats. The first will show you who you have commented on the most. The second shows who you liked the most. These are basically the same statistics in the Friend Settings Stats page, but keep in mind this is in the past 300 entries (max). You might find something interesting that the Stats page doesn&#8217;t pick up on. Oh yah, you can also see other peoples stats too! <img src='http://timhoeck.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=ff80a16632a539fe05137405e3d5b7d1" onclick="javascript:pageTracker._trackPageview ('/outbound/pipes.yahoo.com');">FriendFeed: Who You Comment on the Most</a></p>
<p><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=c4921d87eed00104304b3599e926a0b0" onclick="javascript:pageTracker._trackPageview ('/outbound/pipes.yahoo.com');">FriendFeed: Who You Like the Most</a></p>
<p>The original pipes are here:</p>
<p><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=lkv_VGEv3RG3XrJ_n0artA" onclick="javascript:pageTracker._trackPageview ('/outbound/pipes.yahoo.com');">FriendFeed: Most Comments on Your Content</a></p>
<p><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=465fec8dabffe61de49096024a65fdd9" onclick="javascript:pageTracker._trackPageview ('/outbound/pipes.yahoo.com');">FriendFeed: Most Likes on Your Content</a></p>
]]></content:encoded>
			<wfw:commentRss>http://timhoeck.com/2008/06/new-friendfeed-yahoo-pipes/feed</wfw:commentRss>
		<feedburner:origLink>http://timhoeck.com/2008/06/new-friendfeed-yahoo-pipes</feedburner:origLink></item>
		<item>
		<title>Disqus Installed</title>
		<link>http://feeds.feedburner.com/~r/timhoeck/~3/362535928/disqus-installed</link>
		<comments>http://timhoeck.com/2008/06/disqus-installed#comments</comments>
		<pubDate>Sat, 07 Jun 2008 20:03:25 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://timhoeck.com/?p=19</guid>
		<description><![CDATA[I just installed Disqus for the commenting system. I prefer this much over every WordPress installed site having a separate login. If you are not familiar with Disqus, it is a full featured commenting system which can be installed on any WordPress, Blogger, Movable Type, Tumblr, or TypePad site. It makes maintaining comments for the [...]]]></description>
			<content:encoded><![CDATA[<p>I just installed <a href="http://disqus.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/disqus.com');">Disqus</a> for the commenting system. I prefer this much over every WordPress installed site having a separate login. If you are not familiar with Disqus, it is a full featured commenting system which can be installed on any WordPress, Blogger, Movable Type, Tumblr, or TypePad site. It makes maintaining comments for the owner and the commenter much easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://timhoeck.com/2008/06/disqus-installed/feed</wfw:commentRss>
		<feedburner:origLink>http://timhoeck.com/2008/06/disqus-installed</feedburner:origLink></item>
		<item>
		<title>Tivo Now Playing List Fetcher</title>
		<link>http://feeds.feedburner.com/~r/timhoeck/~3/362535930/tivo-now-playing-list-fetcher</link>
		<comments>http://timhoeck.com/2008/06/tivo-now-playing-list-fetcher#comments</comments>
		<pubDate>Sat, 07 Jun 2008 18:18:02 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Tivo]]></category>

		<category><![CDATA[Yahoo Pipes]]></category>

		<category><![CDATA[pipes]]></category>

		<guid isPermaLink="false">http://timhoeck.com/?p=18</guid>
		<description><![CDATA[I have posted my Tivo Now Playing List Fetcher on the My Tivo page. This will allow you to setup a badge on your website that shows what is on your Tivo Now Playing list.
This is the first version. There may still be some bugs to work out. A README.txt with instructions is included with [...]]]></description>
			<content:encoded><![CDATA[<p>I have posted my Tivo Now Playing List Fetcher on the <a href="http://timhoeck.com/my-tivo">My Tivo page</a>. This will allow you to setup a badge on your website that shows what is on your Tivo Now Playing list.</p>
<p>This is the first version. There may still be some bugs to work out. A README.txt with instructions is included with the files. Both a Windows batch file and a Unix shell script are available. You can get the files <a href="http://timhoeck.com/files/tivo/tivo-nowplaying1.0.zip">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://timhoeck.com/2008/06/tivo-now-playing-list-fetcher/feed</wfw:commentRss>
		<feedburner:origLink>http://timhoeck.com/2008/06/tivo-now-playing-list-fetcher</feedburner:origLink></item>
		<item>
		<title>We’re in business!</title>
		<link>http://feeds.feedburner.com/~r/timhoeck/~3/362535931/were-in-business</link>
		<comments>http://timhoeck.com/2008/04/were-in-business#comments</comments>
		<pubDate>Wed, 30 Apr 2008 01:16:56 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<category><![CDATA[drupal]]></category>

		<category><![CDATA[lifestream]]></category>

		<category><![CDATA[site]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://timhoeck.com/?p=5</guid>
		<description><![CDATA[Okay, so I have made the jump from Drupal over to WordPress. We&#8217;ll see how this goes. I&#8217;m really interested in having the Lifestream setup, but I may post from time to time as well.
]]></description>
			<content:encoded><![CDATA[<p>Okay, so I have made the jump from Drupal over to WordPress. We&#8217;ll see how this goes. I&#8217;m really interested in having the Lifestream setup, but I may post from time to time as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://timhoeck.com/2008/04/were-in-business/feed</wfw:commentRss>
		<feedburner:origLink>http://timhoeck.com/2008/04/were-in-business</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 6.819 seconds -->
