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

<channel>
	<title>Matt Hopkins &#187; Technology</title>
	<atom:link href="http://matthopkins.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthopkins.com</link>
	<description>Business, Marketing, &#38; Technology (BMT)</description>
	<lastBuildDate>Wed, 18 Jan 2012 16:43:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to create a good, strong, random but memorable password</title>
		<link>http://matthopkins.com/technology/how-to-create-a-good-strong-random-but-memorable-password/</link>
		<comments>http://matthopkins.com/technology/how-to-create-a-good-strong-random-but-memorable-password/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 13:32:44 +0000</pubDate>
		<dc:creator>Matt Hopkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://matthopkins.com/?p=1002</guid>
		<description><![CDATA[The world is moving to the cloud and so securing your accounts and personal data is more important than ever.  In fact, it is essential.  The step in this process is to make sure that your passwords are &#8220;strong&#8221;. The Wikipedia definition of a strong password is: Password strength is a measure of the effectiveness of [...]
Related posts:<ol>
<li><a href='http://matthopkins.com/technology/how-to-auto-tweet-create-bot/' rel='bookmark' title='How to auto tweet and create your own Twitter bot'>How to auto tweet and create your own Twitter bot</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The world is moving to the cloud and so securing your accounts and personal data is more important than ever.  In fact, it is essential.  The step in this process is to make sure that your passwords are &#8220;strong&#8221;.</p>
<p>The Wikipedia <a href="http://en.wikipedia.org/wiki/Password_strength">definition of a strong password</a> is:</p>
<blockquote><p><strong>Password strength</strong> is a measure of the effectiveness of a <a title="Password" href="http://en.wikipedia.org/wiki/Password">password</a> in resisting guessing and brute-force attacks. In its usual form, it estimates how many trials an attacker who does not have direct access to the password would need, on average, to guess it correctly. The strength of a password is a function of length, complexity, and unpredictability</p></blockquote>
<p>The problem is that most people are generally terrible at picking passwords &#8211; certainly at picking &#8220;unpredictable&#8221; passwords.</p>
<p>So here&#8217;s my approach for selecting passwords for people that I am sure will help you too.</p>
<p><span id="more-1002"></span>We&#8217;re going to use the PCTools.com <a href="http://www.pctools.com/guides/password/">Random Password Generator</a> for a lot of this.</p>
<p>1. Once we connect to the site above, let&#8217;s select the following options:</p>
<blockquote><p><a href="http://matthopkins.com/wp-content/uploads/2011/12/secure-password-1.png"><img class="alignnone size-medium wp-image-1004" title="secure-password-1" src="http://matthopkins.com/wp-content/uploads/2011/12/secure-password-1-279x300.png" alt="" width="279" height="300" /></a></p></blockquote>
<p>The options are:</p>
<ul>
<li><strong>Password Length</strong> &#8211; this should be at least 8 characters long &#8211; but not more than 10 characters if you want to make easy to remember (which we do)</li>
<li><strong>Show Phonetics</strong> &#8211; this can be useful but not essential.</li>
<li><strong>Include Letters</strong> &#8211; we absolutely want passwords with letters in them</li>
<li><strong>Include Mixed Case</strong> &#8211; although not essential, adding mixed case can really strengthen a password and so I would recommend that you use this option.</li>
<li><strong>Include Numbers</strong> &#8211; this will help strengthen your password to and does not simply mean replacing &#8220;O&#8221; with &#8220;0&#8243; (oh with zero)</li>
<li><strong>Include Punctuation</strong> &#8211; this setting will totally wreck the &#8220;easy to remember&#8221; element of this process and so I leave this setting switched OFF.  We can always add punctuation after &#8211; manually.</li>
<li><strong>No Similar Characters</strong> &#8211; this is a useful option to have switched ON so that we don&#8217;t get 1&#8242;s and l&#8217;s which can be confused and impact its memorability.</li>
<li><strong>Quantity</strong> &#8211; we want to have the largest number of passwords to choose from, so bump this up to the highest number &#8211; 50.</li>
</ul>
<p>Once you have these settings correct, then press &#8220;Generate Password(s)&#8221; and see what your options are:</p>
<blockquote><p><a href="http://matthopkins.com/wp-content/uploads/2011/12/secure-password-2.png"><img class="alignnone size-medium wp-image-1006" title="secure-password-2" src="http://matthopkins.com/wp-content/uploads/2011/12/secure-password-2-229x300.png" alt="" width="229" height="300" /></a></p></blockquote>
<p>As you can see, this is just a quick excerpt from the list of passwords.  What I do is scan the list looking for passwords that are completely random and odd.. but ones that you could remember.  These are usually ones that have a nice distribution of vowels to create combinations that <em>could</em> be words.. but aren&#8217;t.</p>
<p>For example, here is one that I would select from this list:</p>
<blockquote><p><a href="http://matthopkins.com/wp-content/uploads/2011/12/secure-password-3.png"><img class="alignnone size-medium wp-image-1007" title="secure-password-3" src="http://matthopkins.com/wp-content/uploads/2011/12/secure-password-3-229x300.png" alt="" width="229" height="300" /></a></p></blockquote>
<p>So as you can see - <strong>spava6AN</strong> - is a completely random password.  It includes mixed case, a number and should be relatively easy to remember.</p>
<p>Let&#8217;s try it in a useful too called &#8220;<a href="http://howsecureismypassword.net/">How Secure is My Password</a>&#8220;:</p>
<blockquote><p><a href="http://matthopkins.com/wp-content/uploads/2011/12/secure-password-4.png"><img class="alignnone size-medium wp-image-1008" title="secure-password-4" src="http://matthopkins.com/wp-content/uploads/2011/12/secure-password-4-300x132.png" alt="" width="300" height="132" /></a></p></blockquote>
<p>As you can see &#8211; this password would take a &#8220;standard&#8221; desktop PC using a &#8220;brute-force&#8221; methods to crack passwords &#8211; 10 days to do so!</p>
<p>What&#8217;s also nice about this tool is that it also points out an element that might be missing from your password &#8211; in this case it doesn&#8217;t have any symbols or punctuation that can really help strengthen your password further.</p>
<p>Let&#8217;s add an exclamation mark (&#8220;!&#8221;) to the end of our password &#8211; <strong>spava6AN! </strong>- and try it in the same tool to see what we get:</p>
<blockquote><p><a href="http://matthopkins.com/wp-content/uploads/2011/12/secure-password-5.png"><img class="alignnone size-medium wp-image-1009" title="secure-password-5" src="http://matthopkins.com/wp-content/uploads/2011/12/secure-password-5-300x103.png" alt="" width="300" height="103" /></a></p></blockquote>
<p>And there you go &#8211; now your password would take <strong>12 years</strong> to crack just using standard technology.</p>
<p>So &#8211; please change your simplistic passwords to something more secure and use the approach outlined here to help make them easy to remember too.</p>
<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://matthopkins.com/technology/how-to-auto-tweet-create-bot/' rel='bookmark' title='How to auto tweet and create your own Twitter bot'>How to auto tweet and create your own Twitter bot</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://matthopkins.com/technology/how-to-create-a-good-strong-random-but-memorable-password/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Instagram: the what, where, how and why of Instagram</title>
		<link>http://matthopkins.com/technology/what-is-instagram/</link>
		<comments>http://matthopkins.com/technology/what-is-instagram/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 16:29:26 +0000</pubDate>
		<dc:creator>Matt Hopkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://matthopkins.com/?p=894</guid>
		<description><![CDATA[Instagram is a new social network for sharing pictures &#8211; basically, it is like Twitter for photos but with Facebook&#8217;s like button.  It launched in October 2010 and already has over 5 million users (in only nine months).  It has had more than 100 million photos uploaded at a current rate of 860,000 per day.  Instagram is [...]
Related posts:<ol>
<li><a href='http://matthopkins.com/technology/how-to-auto-tweet-create-bot/' rel='bookmark' title='How to auto tweet and create your own Twitter bot'>How to auto tweet and create your own Twitter bot</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Instagram is a new social network for sharing pictures &#8211; basically, it is like Twitter for photos but with Facebook&#8217;s like button.  It launched in October 2010 and already has over 5 million users (in only nine months).  It has had more than 100 million photos uploaded at a current rate of 860,000 per day.  <a href="http://instagr.am/">Instagram</a> is very hot and so, so cool.</p>
<p>It primarily exists as a free app for your iPhone and is very simple to use.  Take a photo or load one that you took earlier, apply a preset filter to give it a more stylized or retro look and then share it.  All photos are uploaded to the Instagram network but it has full social integration allowing you to also post to Twitter, Facebook, Foursquare, Flickr, email, etc.</p>
<p><img class="size-full wp-image-895 alignnone" title="Instagram-logo" src="http://matthopkins.com/wp-content/uploads/2011/07/Instagram-logo.png" alt="" width="221" height="186" /></p>
<p><span id="more-894"></span></p>
<p>Instagram is a fully-fledged, stand-alone social network and not just a Twitter client.  You create a profile.  If you like someone&#8217;s photo, you can follow them and their new photos will appear in your &#8220;feed&#8221; (like a twitter stream).  If other&#8217;s like your photos, they can follow you too.  You can tag photos with hashtags to help categorize them and comments are allowed on the photos too.</p>
<p>You can find new people to follow either from looking at the &#8220;Popular&#8221; feed which constantly updates with photos that have a lot of &#8220;likes&#8221;.  You can also search for photos using keywords and hashtags.  Don&#8217;t underestimate how addictive this can be.</p>
<p>You can upload photos as is (aka &#8220;Normal&#8221;) or you can apply filters that <em>can</em> make your photos look spectacular.  There are 15 filters that you can apply that change not only the colors but also add borders, scratches and other touches that liven up what may otherwise be dull or a bit flat.   There are many photo purists that hate this feature &#8211; as they believe Instagram is destroying the photos and actually taking a step backwards in photo-evolution, but personally I think it&#8217;s pretty great.</p>
<p>The key to Instagram&#8217;s success is two fold &#8211; first, simplicity.  Sharing photos has never been easier and the one click filters add a whole new dimension.  The second reason, is the API.  Instagram exists in only two forms currently &#8211; the iPhone app and an API.  I believe that providing the API and limiting what functionality and apps that they provide natively is actually accelerating their growth.   There are gaps in functionality &#8211; and so other people are creating sites and apps to plug those gaps.  For example, there isn&#8217;t a web interface on Instagram&#8217;s own site &#8211; but there are number of 3rd party sites such as <a href="http://web.stagram.com/">web.stagram.com</a> that are good if not better than what Instagram would have provided themselves.  There are also gallery and slideshow apps (both mobile and desktop) that display your Instagram feeds, services that will print your photos, and dozens of other applications being developed to support this platform. All of this within nine months of launch.</p>
<p>Its not just techno-consumers who are getting on the Instagram express.  Businesses, brands, celebrities and studios are all starting to realize that this is a different angle to social networking.. the visual side.  Television and film studios are starting to use Instagram in a controlled way to show &#8220;behind the scenes&#8221; experiences.  Musicians are using it to promote and document their tours.  Many businesses are experimenting with Instagram by promoting their products and services with contests and competitions.</p>
<p>Twitter (Google+) is great for networking and streaming textually.  You can of course share photos on Twitter.  But the Instagram experience is entirely visual.  It is a completely different dimension to the other social media tools currently being offered.  Documenting and sharing your life experiences pictorially &#8211; especially in the way that Instagram provides &#8211; is captivating and addictive.  If you haven&#8217;t already so, try it..  I think it&#8217;s going to be big.</p>
<p>Related posts:<ol>
<li><a href='http://matthopkins.com/technology/how-to-auto-tweet-create-bot/' rel='bookmark' title='How to auto tweet and create your own Twitter bot'>How to auto tweet and create your own Twitter bot</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://matthopkins.com/technology/what-is-instagram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to auto tweet and create your own Twitter bot</title>
		<link>http://matthopkins.com/technology/how-to-auto-tweet-create-bot/</link>
		<comments>http://matthopkins.com/technology/how-to-auto-tweet-create-bot/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 22:10:48 +0000</pubDate>
		<dc:creator>Matt Hopkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://matthopkins.com/?p=879</guid>
		<description><![CDATA[If you are building a business and are perhaps too busy to be manning TweetDeck 24&#215;7, then augmenting your real social media activities with the help of a bot may be just what you need.  Or perhaps you want to build a new twitter account that curates and auto-tweets specialist content.  Either way, here&#8217;s how you can [...]
Related posts:<ol>
<li><a href='http://matthopkins.com/technology/how-to-change-your-twitter-name-and-keep-your-followers/' rel='bookmark' title='How to change your Twitter name and keep your followers'>How to change your Twitter name and keep your followers</a></li>
<li><a href='http://matthopkins.com/technology/what-is-instagram/' rel='bookmark' title='Instagram: the what, where, how and why of Instagram'>Instagram: the what, where, how and why of Instagram</a></li>
<li><a href='http://matthopkins.com/other/is-twitter-an-mmorpg/' rel='bookmark' title='Is Twitter an MMORPG?'>Is Twitter an MMORPG?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are building a business and are perhaps too busy to be manning TweetDeck 24&#215;7, then augmenting your real social media activities with the help of a bot may be just what you need.  Or perhaps you want to build a new twitter account that curates and auto-tweets specialist content.  Either way, here&#8217;s how you can build your very own Twitter-bot.</p>
<p>I have tried a number of systems and techniques, but have found the following approach to be the most effective.  On the surface, it appears to be overly complex &#8211; mainly because it uses three different sites to achieve its aim.  But its not as complicated as it may appear.</p>
<p><strong>Overview.</strong></p>
<p><a href="http://matthopkins.com/wp-content/uploads/2011/07/autotweet11.png"><img class="alignnone size-full wp-image-882" title="autotweet1" src="http://matthopkins.com/wp-content/uploads/2011/07/autotweet11.png" alt="" width="568" height="89" /></a></p>
<p><span id="more-879"></span></p>
<p>Here&#8217;s the sites we use and why:</p>
<p><strong>Feedburner - </strong><a href="http://feedburner.google.com/">http://feedburner.google.com</a><strong>.</strong>  If we use Yahoo Pipes directly with a Twitter search, it will access the Twitter servers too frequently which will result in errors and timeouts.  Feedburner only updates a feed either every 30 minutes or when notified with a ping.  This means that we can be kinder to Twitter&#8217;s servers and will have more consistent data.</p>
<p><strong>Yahoo Pipes</strong> - <a href="http://pipes.yahoo.com/">http://pipes.yahoo.com</a>.   We use Yahoo Pipes to clean up the results we get back from Twitter.  We eliminate spammy tweets, remove replies and retweets, and reformat the results so that we can retweet more easily.</p>
<p><strong>Twitterfeed</strong> - <a href="http://twitterfeed.com/">http://twitterfeed.com</a>.  We use Twitterfeed to actually post/tweet the &#8220;cleansed&#8221; Yahoo Pipes feed.  You will note that you can tweet results directly from Feedburner but I don&#8217;t like this as a solution for two reasons.  First because we can&#8217;t clean up the feed like we can in Pipes and second because you have to link a Twitter account to your Google account, which we may not want to do.</p>
<p>&nbsp;</p>
<p><strong>1. Finding the Source.</strong></p>
<p>For the purpose of this example, let&#8217;s say that we wanted auto retweet any tweet that mentions the London Zoo.  So, we are going to search Twitter using their <a href="http://search.twitter.com/">search.twitter.com</a> interface with the following query:</p>
<p>&#8220;london zoo&#8221; OR #londonzoo -source:twitterfeed -filter:retweets lang:en</p>
<p>This query is saying &#8211; give me the most recent tweets that mention &#8220;london zoo&#8221; or the hashtag &#8220;#londonzoo&#8221; but ignore any tweets published using twitterfeed (remove the other bots like we are creating) and ignore any retweets (we only want the original tweets) and only give me those in english.</p>
<p>At the top right of the twitter search site, there is a link that says &#8220;Feed for this query&#8221; &#8211; if you click on that, you will get the following link which is your search results as an RSS feed.</p>
<p><a href="http://search.twitter.com/search.atom?q=+%22london+zoo%22+OR+%23londonzoo+-source%3Atwitterfeed+-filter%3Aretweets">http://search.twitter.com/search.atom?q=+%22london+zoo%22+OR+%23londonzoo+-source%3Atwitterfeed+-filter%3Aretweets</a></p>
<p>&nbsp;</p>
<p><strong>2. Creating the Twitter Account.</strong></p>
<p>If you already have a Twitter account, then skip ahead &#8211; otherwise you will need to create a dedicated Twitter account for your new bot.  For this post, I created a new account called LondonZoobot (<a href="http://twitter.com/#!/LondonZoobot">@LondonZoobot</a>).</p>
<p>&nbsp;</p>
<p><strong>3. Setting up Feedburner.</strong></p>
<p>Setting up the Feedburner feed is very simple.</p>
<p>1. Go to <a href="http://feedburner.google.com/">http://feedburner.google.com</a> and create an account / login.</p>
<p>2. Copy and paste the URL for the Twitter search from the step earlier into the box where it says &#8220;Burn a feed right this instant&#8221; and press &#8220;Next&#8221;</p>
<p><a href="http://matthopkins.com/wp-content/uploads/2011/07/autotweet2.png"><img class="alignnone size-medium wp-image-883" title="autotweet2" src="http://matthopkins.com/wp-content/uploads/2011/07/autotweet2-300x56.png" alt="" width="300" height="56" /></a></p>
<p>3. Change the Feed Title to something more friendly &#8211; we&#8217;ll name ours &#8220;London Zoo Tweets&#8221; and press &#8220;Next&#8221; the press Skip for the next steps.  Your feed should have a url something like http://feeds.feedburner.com/LondonZoobot</p>
<p>That&#8217;s it for Feedburner..</p>
<p>&nbsp;</p>
<p><strong>4. Setting up Yahoo! Pipes.</strong></p>
<p>Yahoo! Pipes does the bulk of our work and so this is the most complicated part.  We&#8217;re going to basically run our new Feedburner feed through a series of filters to re-shape it.  We&#8217;re going to eliminate potential spam tweets, remove any replies, and then add &#8220;RT @&#8221;+username to the front of the tweet so that we can easily retweet the information in the next step.  It looks scary, but as with all things &#8211; its easy when you know how.</p>
<p>1. Create a new pipe by clicking on &#8220;Create a pipe&#8221; on the menu.</p>
<p>2. Drag the &#8220;Fetch Feed&#8221; box from the left side panel onto the Pipes grid and enter the URL for your new Feedburner feed (e.g. <a href="http://feeds.feedburner.com/LondonZoobot">http://feeds.feedburner.com/LondonZoobot)</a>.  This box is going to load your source RSS feed so that we can &#8220;clean&#8221; it.</p>
<p>3. Expand the Operators menu on the left and drag the &#8220;Filter&#8221; box to the Pipes grid.  This box is going allow us to remove any tweets that we wouldn&#8217;t want to retweet &#8211; for example &#8211; anyone mentioning a RT (should be eliminated in our Twitter search &#8211; but just in case) and any other words such as bad language or spam signals.  Add a few lines in the filter box, so that it looks like this (be sure to select items that match &#8220;Any&#8221; instead of &#8220;All&#8221;):</p>
<p><a href="http://matthopkins.com/wp-content/uploads/2011/07/autotweet3.png"><img class="alignnone size-medium wp-image-884" title="autotweet3" src="http://matthopkins.com/wp-content/uploads/2011/07/autotweet3-300x90.png" alt="" width="300" height="90" /></a></p>
<p>You can add more of these as time goes by to make sure that you are retweeting better quality tweets by filtering out the garbage.</p>
<p>4. Drag another &#8220;Filter&#8221; box from the left hand side to the Pipes grid.  We are going to add another filter that blocks any replies so that we are only ever retweeting original messages (this is &#8220;belts and braces&#8221; really).   It should look like this (note the &#8220;Matches regex&#8221; operator):</p>
<p><a href="http://matthopkins.com/wp-content/uploads/2011/07/autotweet4.png"><img class="alignnone size-medium wp-image-885" title="autotweet4" src="http://matthopkins.com/wp-content/uploads/2011/07/autotweet4-300x89.png" alt="" width="300" height="89" /></a></p>
<p>5. Now we&#8217;re going to tell Pipes to loop through each item in the RSS feed and add the Twitter account (Author) to the front of each tweet.  This is so that we can mention them in the RT a bit later.  So &#8211; drag a &#8220;Loop&#8221; operator from the left hand side to the Pipes Grid.  Then expand the &#8220;Strings&#8221; section from the left menu and drag a &#8220;String Builder&#8221; object to the center of the &#8220;Loop&#8221; box.  We want three lines &#8211; so press the &#8220;+&#8221; icon a couple of times &#8211; then.. select &#8220;item.author.uri&#8221; in the first line, then a space (&#8221; &#8220;) in the second line, then &#8220;item.title&#8221; in the third line.  We are replacing the title field in the RSS feed with Author URI + &#8221; &#8221; + item.title.  It should look like this:</p>
<p><a href="http://matthopkins.com/wp-content/uploads/2011/07/autotweet5.png"><img class="alignnone size-medium wp-image-886" title="autotweet5" src="http://matthopkins.com/wp-content/uploads/2011/07/autotweet5-300x161.png" alt="" width="300" height="161" /></a></p>
<p>6. Almost there &#8211; this last step is simply going to add the &#8220;RT @&#8221; to all of the newly created titles.  The actual &#8220;item.author.uri&#8221; is a url &#8211; something like &#8220;http://twitter.com/authorname and so we are going to replace all &#8220;http://twitter.com/&#8221; we find with &#8220;RT @&#8221;.  To this, expand operators on the left side and drag a &#8220;RegEx&#8221; box to the Pipes grid.  Set it to look like this:</p>
<p><a href="http://matthopkins.com/wp-content/uploads/2011/07/autotweet6.png"><img class="alignnone size-medium wp-image-887" title="autotweet6" src="http://matthopkins.com/wp-content/uploads/2011/07/autotweet6-300x49.png" alt="" width="300" height="49" /></a></p>
<p>7. Now join up all the pipes by dragging from the circle at the bottom of the first box to the circle at the top of the next box and so on.  It should now look like this:</p>
<p><a href="http://matthopkins.com/wp-content/uploads/2011/07/autotweet7.png"><img class="alignnone size-medium wp-image-888" title="autotweet7" src="http://matthopkins.com/wp-content/uploads/2011/07/autotweet7-300x250.png" alt="" width="300" height="250" /></a></p>
<p>8. Save your Pipe (press Save at the top) &#8211; and name it something useful &#8211; &#8220;LondonZoobot&#8221;</p>
<p>9. Final step &#8211; run the pipe (select &#8220;Run Pipe&#8221;) and then get the link for the RSS feed for this process by selecting &#8220;Get as RSS&#8221;. Should be something like - http://pipes.yahoo.com/pipes/pipe.run?_id=6139c8dd57b3d08c1b6d9d0ad2375b69&amp;_render=rss</p>
<p><strong><br />
</strong></p>
<p><strong>5. Setting up Twitterfeed.</strong></p>
<p>We use Twitterfeed to get the set of &#8220;clean&#8221; tweets from Yahoo! Pipes and then post 1-5 of them, every 30 minutes automatically.</p>
<p>If you don&#8217;t have a Twitterfeed account, create one.. they&#8217;re free, then login.</p>
<p>1. Select &#8220;Create New Feed&#8221;</p>
<p>2. Give your feed a name.. &#8220;LondonZoobot&#8221; and then copy and paste the RSS url from Yahoo! Pipes (e.g. http://pipes.yahoo.com/pipes/pipe.run?_id=6139c8dd57b3d08c1b6d9d0ad2375b69&amp;_render=rss)</p>
<p>3. Select &#8220;Advanced Settings&#8221; so that we can tweak the feed just a bit more</p>
<p>4. Change the update frequency and number of tweets &#8211; I would suggest you leave the defaults as 30 minutes and 1 tweet at a time (otherwise it becomes too spammy).</p>
<p>5. Change PostContent to &#8220;Title only&#8221;</p>
<p>6. Click on &#8220;Continue to Step 2&#8243;</p>
<p>7. Now we are going to tell Twitterfeed which Twitter account you want to tweet to.  So &#8211; before you go any further, make sure that you are logged into the Twitter account that you want to use (on another browser tab)</p>
<p>8. Select Twitter.</p>
<p>9. Select &#8220;Authenticate Twitter&#8221; &#8211; and then &#8220;Authorize App&#8221; when you go to the Twitter site.</p>
<p>10. Click on &#8220;Create Service&#8221;</p>
<p>11. Click on &#8220;All Done&#8221;</p>
<p>That&#8217;s it!   Check out the auto tweets we just created here: <a href="http://twitter.com/#!/LondonZoobot">http://twitter.com/#!/LondonZoobot</a></p>
<p>You now know how to auto tweet by creating your very own twitter bot.  There&#8217;s a lot of steps in this I realize, but give it a shot &#8211; its not that difficult when you get stuck in.</p>
<p>Related posts:<ol>
<li><a href='http://matthopkins.com/technology/how-to-change-your-twitter-name-and-keep-your-followers/' rel='bookmark' title='How to change your Twitter name and keep your followers'>How to change your Twitter name and keep your followers</a></li>
<li><a href='http://matthopkins.com/technology/what-is-instagram/' rel='bookmark' title='Instagram: the what, where, how and why of Instagram'>Instagram: the what, where, how and why of Instagram</a></li>
<li><a href='http://matthopkins.com/other/is-twitter-an-mmorpg/' rel='bookmark' title='Is Twitter an MMORPG?'>Is Twitter an MMORPG?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://matthopkins.com/technology/how-to-auto-tweet-create-bot/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>I need a Kindle to go with my iPad</title>
		<link>http://matthopkins.com/gadgets/i-need-a-kindle-to-go-with-my-ipad/</link>
		<comments>http://matthopkins.com/gadgets/i-need-a-kindle-to-go-with-my-ipad/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 20:46:53 +0000</pubDate>
		<dc:creator>Matt Hopkins</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://matthopkins.com/?p=332</guid>
		<description><![CDATA[I love my new iPad.  It goes most places with me these days and fits nicely in between my laptop and my phone. I read a lot.  When I say a lot, I mean several hundred blog posts per day, a couple of books per month, never-ending magazine articles, and lots of news.  The iPad [...]
Related posts:<ol>
<li><a href='http://matthopkins.com/gadgets/kindle-first-impressions/' rel='bookmark' title='Kindle &#8211; First Impressions'>Kindle &#8211; First Impressions</a></li>
<li><a href='http://matthopkins.com/gadgets/still-amazed-by-the-ipad/' rel='bookmark' title='Still amazed by the iPad almost two years later.'>Still amazed by the iPad almost two years later.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I love my new iPad.  It goes most places with me these days and fits nicely in between my laptop and my phone.</p>
<p>I read a lot.  When I say a lot, I mean several hundred blog posts per day, a couple of books per month, never-ending magazine articles, and lots of news.  The iPad is the perfect device for me because of this.  Perfect until I take it outside that is.</p>
<p>The iPad is unbelievably terrible outside &#8211; in any sort of bright conditions.  Once the sun starts to shine, the only thing you&#8217;ll be reading are the wrinkles on your face.  It quickly becomes a very expensive mirror.  (The perspective is usually not very flattering either)</p>
<p>The Amazon Kindle is not an iPad.  It is not a tablet computer.  It is an eReader.  It uses e-Ink and it is excellent in bright conditions.  You can&#8217;t watch YouTube videos or play Castle Wolfenstein on it.. but you can read books, blogs, and magazines by the pool or on the beach.  Take that Apple.</p>
<p>When I go on holiday, my iPad will come with me of course.  But I would love to be able to read outdoors and so am seriously considering an Amazon Kindle device.</p>
<p>Amazon offers its Kindle book reader as software too.  There&#8217;s an app for both the iPad and iPhone.  The nice thing about this (actually, the awesome thing about this) is that they can be synchronised.  So if you purchase a book from Amazon for the Kindle, it will be available on all Kindle platforms &#8211; Amazon&#8217;s Kindle Reader, the iPad or your iPhone.   When you read a book, you can set bookmarks and these will also be synchronised.</p>
<p>This means you can start reading your book on your iPad while on the plane out.  Continue reading next to the pool on your Kindle.  Finish up on your iPhone while siteseeing.  Same book.  One purchase.  Multiple devices.  Nice.</p>
<p>So, I am thinking about an Amazon Kindle (but not the bags full of chargers required to travel with so many devices).</p>
<p>Related posts:<ol>
<li><a href='http://matthopkins.com/gadgets/kindle-first-impressions/' rel='bookmark' title='Kindle &#8211; First Impressions'>Kindle &#8211; First Impressions</a></li>
<li><a href='http://matthopkins.com/gadgets/still-amazed-by-the-ipad/' rel='bookmark' title='Still amazed by the iPad almost two years later.'>Still amazed by the iPad almost two years later.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://matthopkins.com/gadgets/i-need-a-kindle-to-go-with-my-ipad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The iPad &#8211; My first impressions</title>
		<link>http://matthopkins.com/gadgets/the-ipad-my-first-impressions/</link>
		<comments>http://matthopkins.com/gadgets/the-ipad-my-first-impressions/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 16:08:43 +0000</pubDate>
		<dc:creator>Matt Hopkins</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://matthopkins.com/?p=284</guid>
		<description><![CDATA[My new shiny iPad was delivered last Thursday (one day early) and so with five days of working with it, I thought I&#8217;d share my experiences and views. Love at first sight.  It was heavier than I expected.. but in a good way.  It feels solid.  Expensive.  How could you not love it&#8217;s design. Initial [...]
Related posts:<ol>
<li><a href='http://matthopkins.com/gadgets/kindle-first-impressions/' rel='bookmark' title='Kindle &#8211; First Impressions'>Kindle &#8211; First Impressions</a></li>
<li><a href='http://matthopkins.com/gadgets/apple-tv-first-impressions-meh/' rel='bookmark' title='Apple TV &#8211; First Impressions (meh!)'>Apple TV &#8211; First Impressions (meh!)</a></li>
<li><a href='http://matthopkins.com/gadgets/i-need-a-kindle-to-go-with-my-ipad/' rel='bookmark' title='I need a Kindle to go with my iPad'>I need a Kindle to go with my iPad</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>My new shiny iPad was delivered last Thursday (one day early) and so with five days of working with it, I thought I&#8217;d share my experiences and views.</p>
<p>Love at first sight.  It was heavier than I expected.. but in a good way.  It feels solid.  Expensive.  How could you not love it&#8217;s design.</p>
<p>Initial hiccup.  It was delivered to the office, and I wanted to switch it on and take it for a spin right then &#8211; but alas, it has to be first connected to a computer and synchronized with iTunes.  My iTunes account is on my home PC and so I had to wait until I got home.</p>
<p>This whole initial connection point confuses me.  Why does it need to be connected to a computer to work &#8211; or to be registered?  Isn&#8217;t it being pitched as a netbook/laptop replacement for many, many people.  I know at least a dozen folks who need.. NEED&#8230; this device.  But they don&#8217;t have a computer.. that&#8217;s why they need it.  All they want to do is surf the web, watch YouTube, keep up to date on Facebook, etc.  This is the perfect device for them&#8230; but they would need to go somewhere first to connect to a pc and create an iTunes account.  It surprises me&#8230; and I hope Apple change this soon.</p>
<p>Its now plugged in and synchronizing &#8211; unfortunately, I made the mistake of setting it to sync with my photos.  I have a lot&#8230; like 19,000.. my life in photos.  This process took three hours to &#8220;optimize&#8221; and then copy to the iPad.</p>
<p>It wasn&#8217;t all lost time, as I was able to download and install all the apps I had been reading about since the US launch &#8211; ready for when I could finally get my grubby mitts on it.</p>
<p>iPad delivered at 10am on Thursday morning; it&#8217;s now 6:30 pm and I can finally play&#8230; and wow.</p>
<p>The screen is beautiful and bright.  Video is clear and crisp.  Surfing the web has never been better.  Reading blogs, news, etc.. (my main justification for its purchase).. is perfect.  I am sold.  No regrets.  No buyers remorse.  I am now an Apple fanboy.</p>
<p>There are now three types of apps in the app store &#8211; those designed for the iPhone specifically; some for the iPad only, and what they now call &#8220;universal&#8221; apps that work on both platforms.</p>
<p>For me, the iPhone-only apps are inferior on the iPad.  Yes they run, and if you have no alternative then use them.. but I deleted most of these from my iPad.  The other two &#8211; universal and iPad only seem so much better.  Perhaps its the resolution &#8211; but the vast majority are excellent.  I&#8217;ll review all the apps I am currently using in another post.. but I would certainly recommend buying/upgrading or even changing to iPad specific apps.</p>
<p>I am now trying to understand how best I will use this device; where it fits.</p>
<p>I have taken it everywhere with me over the past few days..  most of the time unnecessarily (as I have my iPhone).. but I wanted to see where and when I should use it.</p>
<p>Currently &#8211; it serves me best as an intermediate device.  I walk around the house with it.  When we are cooking dinner, I am reading the news on it.  When we are watching tv, I am reading the news on it (used to be done on my iPhone).  Visiting my mother-in-law&#8217;s house.. I can busy myself and not be looking at my watch every 5 mins (happy compromise for my wife).</p>
<p>I should also mention that my wife loves this device too.  She is a self-proclaimed technophobe and resists all things &#8220;high-tech&#8221;.  But she loves it and so we may be <em>sharing </em>it for a while.</p>
<p>I took it to the office today but didn&#8217;t really use it.  I imagine that it will be more useful on the road &#8211; when with clients or travelling; for now, my laptop will be my primary office computer.</p>
<p>My office is only a few miles from my house; however, at one point this weekend I wished for a longer commute so that I could use the iPad more effectively.</p>
<p>It is easy to see why it is selling so well.  Those cynics and critics will fade away.  It is a new type of device.  Possibly more for its design and implementation than basic concept.  After all, Bill Gates tried to introduce tablet pc&#8217;s years ago &#8211; but they were not like this and to be fair, perhaps the market wasn&#8217;t ready for it at the time.  Either way, my iPad is wedging itself in between my iPhone and my Laptop and who knows where that will lead.</p>
<p>If you were to ask me if I would recommend this device, I wouldn&#8217;t hesitate.</p>
<p>Related posts:<ol>
<li><a href='http://matthopkins.com/gadgets/kindle-first-impressions/' rel='bookmark' title='Kindle &#8211; First Impressions'>Kindle &#8211; First Impressions</a></li>
<li><a href='http://matthopkins.com/gadgets/apple-tv-first-impressions-meh/' rel='bookmark' title='Apple TV &#8211; First Impressions (meh!)'>Apple TV &#8211; First Impressions (meh!)</a></li>
<li><a href='http://matthopkins.com/gadgets/i-need-a-kindle-to-go-with-my-ipad/' rel='bookmark' title='I need a Kindle to go with my iPad'>I need a Kindle to go with my iPad</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://matthopkins.com/gadgets/the-ipad-my-first-impressions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Setup the Sky+ iPhone App</title>
		<link>http://matthopkins.com/technology/how-to-setup-the-sky-iphone-app/</link>
		<comments>http://matthopkins.com/technology/how-to-setup-the-sky-iphone-app/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 16:41:31 +0000</pubDate>
		<dc:creator>Matt Hopkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://matthopkins.com/?p=261</guid>
		<description><![CDATA[The Sky+ app for the iPhone is one of my favorites.  It seems beyond the realms of possibility to many people when I show them.  It&#8217;s usually followed by a quick download from the AppStore.. and then a &#8220;what now?&#8221;.   So I thought I&#8217;d write this setup guide to make it a bit easier to [...]
Related posts:<ol>
<li><a href='http://matthopkins.com/gadgets/airprint-for-windows-printing-from-your-iphone-or-ipad/' rel='bookmark' title='AirPrint for Windows &#8211; Printing from your iPhone or iPad'>AirPrint for Windows &#8211; Printing from your iPhone or iPad</a></li>
<li><a href='http://matthopkins.com/technology/how-to-change-your-twitter-name-and-keep-your-followers/' rel='bookmark' title='How to change your Twitter name and keep your followers'>How to change your Twitter name and keep your followers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Sky+ app for the iPhone is one of my favorites.  It seems beyond the realms of possibility to many people when I show them.  It&#8217;s usually followed by a quick download from the AppStore.. and then a &#8220;what now?&#8221;.   So I thought I&#8217;d write this setup guide to make it a bit easier to explain.</p>
<p>In order to get the Sky+ app working on your iPhone, you need to first create a Sky &#8220;iD&#8221;.   Sky needs this so that they can associate your Sky+ box at home with some sort of username and password.   It is also used by the iPhone app to make a connection.</p>
<p><strong>1. Creating a Sky iD account.</strong></p>
<p>You create a Sky iD account on the MySky.com website &#8211; <a href="http://mysky.sky.com">mysky.sky.com</a>.<a href="http://matthopkins.com/wp-content/uploads/2010/04/mysky1.png"><img class="alignnone size-full wp-image-262" title="mysky1" src="http://matthopkins.com/wp-content/uploads/2010/04/mysky1.png" alt="" width="305" height="318" /></a></p>
<p>On the left hand side, you will see a log in box. Simply click on the &#8220;Sign up now&#8221; option and register with your name, address and Sky account details as requested.  You will also choose a Sky iD and password &#8211; this is what you will use in the next step.</p>
<p><strong>2. Activating Remote Record</strong></p>
<p>Once you have your Sky iD, you need to sign up for Sky&#8217;s &#8220;Remote Record&#8221; service.  This is done on another website (not sure why not enabled within the MySky.com site): <a href="http://www.sky.com/remoterecord">www.sky.com/remoterecord</a></p>
<p><a href="http://matthopkins.com/wp-content/uploads/2010/04/remoterecord.png"><img class="alignnone size-full wp-image-263" title="remoterecord" src="http://matthopkins.com/wp-content/uploads/2010/04/remoterecord.png" alt="" width="300" height="343" /></a></p>
<p>Simply login with the Sky iD and password you created in the last step and then follow the instructions for linking your Sky+/Sky+HD box (whichever you have).</p>
<p><strong>3. Sky+ iPhone App</strong></p>
<p>You&#8217;ve done everything you need to link your Sky account to your Sky+ box, so now simply enter your Sky iD into the iPhone app and select your broadcast region.. and you&#8217;re done.</p>
<p>One of the most useful and impressive iPhone apps on the market.. have fun.</p>
<p>Related posts:<ol>
<li><a href='http://matthopkins.com/gadgets/airprint-for-windows-printing-from-your-iphone-or-ipad/' rel='bookmark' title='AirPrint for Windows &#8211; Printing from your iPhone or iPad'>AirPrint for Windows &#8211; Printing from your iPhone or iPad</a></li>
<li><a href='http://matthopkins.com/technology/how-to-change-your-twitter-name-and-keep-your-followers/' rel='bookmark' title='How to change your Twitter name and keep your followers'>How to change your Twitter name and keep your followers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://matthopkins.com/technology/how-to-setup-the-sky-iphone-app/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to change your Twitter name and keep your followers</title>
		<link>http://matthopkins.com/technology/how-to-change-your-twitter-name-and-keep-your-followers/</link>
		<comments>http://matthopkins.com/technology/how-to-change-your-twitter-name-and-keep-your-followers/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 17:00:32 +0000</pubDate>
		<dc:creator>Matt Hopkins</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://matthopkins.com/?p=187</guid>
		<description><![CDATA[In a world where personal branding is increasingly more important, the user name you select for your Twitter account is more essential than ever.  What happens if you decide that your Twitter name no longer reflects your brand identity? Changing your Twitter name is a simple task but you need to be careful and ensure [...]
Related posts:<ol>
<li><a href='http://matthopkins.com/technology/how-to-auto-tweet-create-bot/' rel='bookmark' title='How to auto tweet and create your own Twitter bot'>How to auto tweet and create your own Twitter bot</a></li>
<li><a href='http://matthopkins.com/other/is-twitter-an-mmorpg/' rel='bookmark' title='Is Twitter an MMORPG?'>Is Twitter an MMORPG?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In a world where personal branding is increasingly more important, the user name you select for your Twitter account is more essential than ever.  What happens if you decide that your Twitter name no longer reflects your brand identity?</p>
<p>Changing your Twitter name is a simple task but you need to be careful and ensure that links in all your previous messages (tweets) do not become &#8220;orphaned&#8221; by this change.</p>
<p><strong>Here&#8217;s a quick guide on how to change your Twitter name, keep all your followers, and prevent any disconnect in your existing tweets.</strong></p>
<p>1. Log in to your Twitter account and select Settings</p>
<p><img class="alignnone size-full wp-image-194" title="twitter-name-change-1" src="http://matthopkins.com/wp-content/uploads/2010/01/twitter-name-change-1.png" alt="" width="359" height="59" /></p>
<p>2. In the &#8220;Username&#8221; box, enter the new Twitter name you want (it will tell you if a particular name is unavailable).  You will need to confirm your password in order to make this change.</p>
<p><img class="alignnone size-full wp-image-195" title="twitter-name-change-2" src="http://matthopkins.com/wp-content/uploads/2010/01/twitter-name-change-2.png" alt="" width="410" height="150" /></p>
<p>It&#8217;s as simple as that to change your Twitter name &#8211; you have now retained all your followers.  Easy right?</p>
<p>The problem is with any links out there to your old Twitter profile page (e.g. www.twitter.com/myoldbrand/) or links to your old account (e.g. @myoldbrand) listed in previous tweets that may appear in content searches for Twitter.</p>
<p>This problem is also simple to fix &#8211; all you need to do is now create a new twitter account using your old twitter name (e.g. myoldbrand).</p>
<p>1. Log out (&#8220;Sign out&#8221;) of Twitter</p>
<p><img class="alignnone size-full wp-image-196" title="twitter-name-change-3" src="http://matthopkins.com/wp-content/uploads/2010/01/twitter-name-change-3.png" alt="" width="379" height="89" /></p>
<p>2. Now create a new account by clicking on the &#8220;Sign up now&#8221; button</p>
<p><img class="alignnone size-full wp-image-197" title="twitter-name-change-4" src="http://matthopkins.com/wp-content/uploads/2010/01/twitter-name-change-4.png" alt="" width="284" height="112" /></p>
<p>3. Fill in the form and enter your previous Twitter name as your username (it has now been released following the steps above)</p>
<p><img class="alignnone size-full wp-image-198" title="twitter-name-change-5" src="http://matthopkins.com/wp-content/uploads/2010/01/twitter-name-change-5.png" alt="" width="379" height="81" /></p>
<p>4. You will need to use a different email address &#8211; you can use an email alias for your existing email or you may need to create a GMail account for this purpose.</p>
<p>5. Once you have saved your account, update your profile settings with the URL of your website.. and make one tweet that ensures that people viewing your profile will know that you have &#8220;moved&#8221;.  Something like:</p>
<blockquote><p><em>This is my old twitter name.  Please follow @MyNewBrand instead.</em></p></blockquote>
<p>That&#8217;s it &#8211; your done.  You have changed your Twitter name, kept your followers and created a place holder so that none of your old messages and other promotion efforts have gone to waste.</p>
<p>Related posts:<ol>
<li><a href='http://matthopkins.com/technology/how-to-auto-tweet-create-bot/' rel='bookmark' title='How to auto tweet and create your own Twitter bot'>How to auto tweet and create your own Twitter bot</a></li>
<li><a href='http://matthopkins.com/other/is-twitter-an-mmorpg/' rel='bookmark' title='Is Twitter an MMORPG?'>Is Twitter an MMORPG?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://matthopkins.com/technology/how-to-change-your-twitter-name-and-keep-your-followers/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Online backup providers &#8211; a winner at last</title>
		<link>http://matthopkins.com/technology/online-backup-providers-a-winner-at-last/</link>
		<comments>http://matthopkins.com/technology/online-backup-providers-a-winner-at-last/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 19:23:58 +0000</pubDate>
		<dc:creator>Matt Hopkins</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://matthopkins.com/?p=182</guid>
		<description><![CDATA[I&#8217;ve been using online backup services for a couple of years now &#8211; both personally and professionally.  I often find myself disappointed with one or more services and end up switching every six months or so but I think that I have finally found a keeper. During the past couple of years, I have been [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a id="aptureLink_0jpNXsRpG6" href="http://en.wikipedia.org/wiki/Remote%20backup%20service">online backup services</a> for a couple of years now &#8211; both personally and professionally.  I often find myself disappointed with one or more services and end up switching every six months or so but I think that I have finally found a keeper.</p>
<p>During the past couple of years, I have been using the following services:</p>
<p><strong>Data Deposit Box</strong> &#8211; <a href="http://www.datadepositbox.com/">www.datadepositbox.com</a>.    This has been my mainstay for business use for a couple of years.  Its main advantage is the ability to set up and administer multiple users.  The majority of other online backup solutions seem to be aimed at individual use and are not great when you want to have a single billing account but also be able to keep your user&#8217;s backups separate and private.  Data Deposit Box does this well.</p>
<p>Its biggest disadvantage is cost.  As the pricing model is based on capacity.. when you have multiple users, this can start to stack up pretty quickly.  Unless their pricing structure changes, I will continue to look for a better, more cost effective solution that allows me to use multiple and separate user accounts.  No luck so far.</p>
<p><strong>DropBox</strong> &#8211; <a href="http://www.dropbox.com">www.dropbox.com</a>.  This is a nice service that offers a &#8220;briefcase&#8221; style of data sharing.  I have been using this in business as a simple, peer-to-peer replacement for file sharing.  Any file place in the &#8220;drop box&#8221; gets replicated to all other &#8220;sharers&#8221;.  It works well but is not ideal.</p>
<p>Capacity.  All the files being shared are copied onto your local computer (although this can be tweaked a little).  This means that all users need to have the available disk space to maintain all the copies of the files being shared.  This can be problematic.</p>
<p>Pricing.  Dropbox works on a freemium model &#8211; you get 2Gb for free, if you need more &#8211; then you need to pay.  This is fine for one or perhaps two users.. but if you have a company with 10 or more users this pricing can quickly become prohibitive (10 users @ $120 = $1200 per year).  This is especially true when you combine this pricing model with the capacity issue above &#8211; that 2Gb freemium model is the total capacity for all shared users; in today&#8217;s world, this limit can quickly be reached.</p>
<p><strong>Mozy Backup</strong> &#8211; <a href="http://mozy.com/">www.mozy.com</a>.  Mozy is a decent choice for home backup.  It has a number of benefits that includes unlimited capacity for a reasonable monthly fee ($5 per month).  This price is per computer and so will raise the price if your household has a number of PC&#8217;s or you are a small business.  But for the price is fairly reasonable.  My main issue with Mozy is the performance.. it is slow to backup and so slow that I think it reduces the benefit completely &#8211; this is especially the case if you are trying to back up large amounts of data to ensure that you can take advantage of the &#8220;unlimited&#8221; offer.  This was my backup provider of choice for personal use until LiveDrive.</p>
<p><strong>LiveDrive</strong> &#8211; <a href="http://www.livedrive.com">www.livedrive.com</a>.  LiveDrive works a bit like the other two providers.. it offers online backups like Data Deposit Box (and other similar providers) and it also offers a &#8220;briefcase&#8221; model similar to DropBox.  There are a couple of key differences that make LiveDrive a clear winner for me for personal or SME use.</p>
<p>Unlimited Capacity.  LiveDrive costs £4 per month for backup onle and £10 per month for backup+briefcase.. but the price is not based on capacity.. you are provided with unlimited storage capacity for this fee.  This quickly becomes a clear winner when compared with most other providers.</p>
<p>iPhone App.  The LiveDrive iPhone app is fantastic and pretty much seals the deal.  All of your backup files are available to you on your iPhone &#8211; in a readable/playable format.  You can browse your letters and other documents and read them directly from your iPhone.   If you back up your music &#8211; you can play it on your iPhone (streamed).  If you backup your photos &#8211; you can view them and create slide shows on your iPhone.  It is truly impressive and simply trumps everything else currently on the market.</p>
<p>In summary, I would highly recommend that you start using an online provider for both your personal and business use.  There are many providers on the market and I have briefly reviewed a handful.  For personal use, I would highly recommend LiveDrive &#8211; especially if you are an iPhone user..</p>
<p><span style="color: #ff0000;">UPDATE 4-Feb-2010:  After comments to this blog, I really investigate the security of LiveDrive and was left unimpressed.  There appears to be no security on their servers &#8211; and so despite you files being stored behind &#8220;enterprise grade&#8221; firewalls, there was nothing but policy protecting your files from prying eyes of employees etc. </span></p>
<p><span style="color: #ff0000;">I love their iPhone app &#8211; and will use LiveDrive for photos and music, but any and all personal and/or confidential files have now been removed from their servers and I have moved to Carbonite to satisfy this need which appears to be an extremely secure and reliable provider.</span></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://matthopkins.com/technology/online-backup-providers-a-winner-at-last/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My top three favourite (new) gadgets</title>
		<link>http://matthopkins.com/technology/my-top-3-favourite-new-gadgets/</link>
		<comments>http://matthopkins.com/technology/my-top-3-favourite-new-gadgets/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 15:02:38 +0000</pubDate>
		<dc:creator>Matt Hopkins</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://matthopkins.com/?p=166</guid>
		<description><![CDATA[I like gadgets &#8211; always have, always will &#8211; and 2009 has been a bumper year for gadgetry in my house. Here&#8217;s my top 3 list of gadgets (so far): 1. iPhone. I can&#8217;t believe that I put up with Windows Mobile for as long as I did.  My new iPhone 3GS is one of [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I like gadgets &#8211; always have, always will &#8211; and 2009 has been a bumper year for gadgetry in my house.</p>
<p>Here&#8217;s my top 3 list of gadgets (so far):</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>1. <a href="http://www.apple.com/iphone">iPhone</a>. </strong> I can&#8217;t believe that I put up with Windows Mobile for as long as I did.  My new iPhone 3GS is one of my favourite gadgets of all time.  Not only can I look at websites in all their glory, I have dozens of little apps that do everything from keeping me up to date with facebook, linkedin and twitter to providing mobile wikipedia access.  It also allows me to make phone calls, but it is more of a pocket computer than a phone to me.  If you do not already have one, get one.. and forget about all the wannabe&#8217;s &#8211; there really is no rival to this device in my opinion.</p>
<p><strong>2. <a href="http://www.sonos.com">Sonos Digital Music System</a></strong>. I had been using an old Netgear music streamer for the past five or more years but recently replaced that with the Sonos system.  It does what you would expect in terms of streaming music from your PC &#8211; but&#8230; it allows you to play the same music in different rooms, it has built in access for Last.fm (a great service by the way) and other online services.  It also allows you to connect to radio stations all over the world.  The controller is graphical and wireless and a bit similar to an iPod.  The ultimate capability was the iPhone app.. so I can now control music throughout my house with my iPhone &#8211; a device, unlike the standard controller, that I usually have on me.  Excellent product &#8211; I just wished that they could integrate Spotify somehow.</p>
<p>3. <strong><a href="http://www.samsung.com/uk/experience/television/led/index.html">Samsung LED TV</a></strong>.    This is the thinnest TV that I have ever seen and so it is a true flat screen.  It also has a great mounting bracket that hangs like a painting.. which emphasizes its &#8220;flatness&#8221;.   The LED pitcture is also sharp &#8211; far less blurring on fast action compared with my plasma.</p>
<p>Now a TV is not normally a gadget for me.. even one as cool as this one.  But the TV has some nice gadget features:</p>
<ul>
<li>Wi-Fi network access.  The TV can connect to the computer in my office and stream music, photos and video.</li>
<li>Yahoo TV Widgets.  This is pretty neat.  You can have weather forecasts, news, and even watch YouTube directly on the television if you want.</li>
<li>USB drive access.  Plays photos, music and videos from an external hard drive.  Just plug in the USB device (stick or drive) and play the last episode of Heroes you recently downloaded.</li>
</ul>
<p>Can&#8217;t wait to see what arrives next&#8230;</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://matthopkins.com/technology/my-top-3-favourite-new-gadgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My New Personal Organizer Tools &#8211; Palm to Web 2.0</title>
		<link>http://matthopkins.com/personal-development/personal-organizer-tools/</link>
		<comments>http://matthopkins.com/personal-development/personal-organizer-tools/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 14:35:56 +0000</pubDate>
		<dc:creator>Matt Hopkins</dc:creator>
				<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://matthopkins.com/?p=164</guid>
		<description><![CDATA[I like to think of myself as an organized person.  I started using a paper-based DayTimer® back in the late 80&#8242;s.  I used hand written task lists &#8211; meticulously updated on a daily basis. In 1994, I got my first PDA &#8211; a Palm Pilot.  It was awesome.. and I kept with variations of the [...]
Related posts:<ol>
<li><a href='http://matthopkins.com/business/the-simple-secret-to-job-satisfaction/' rel='bookmark' title='The simple secret to job satisfaction'>The simple secret to job satisfaction</a></li>
<li><a href='http://matthopkins.com/personal-development/three-rules-for-a-more-productive-life/' rel='bookmark' title='Three Rules for a More Productive Life'>Three Rules for a More Productive Life</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I like to think of myself as an organized person.  I started using a paper-based DayTimer® back in the late 80&#8242;s.  I used hand written task lists &#8211; meticulously updated on a daily basis.</p>
<p>In 1994, I got my first PDA &#8211; a Palm Pilot.  It was awesome.. and I kept with variations of the Palm all the way until late last year.  Originally, I preferred using the Palm Desktop software to access my information on my laptop and synchronised religiously but eventually moved to Outlook.</p>
<p>Windows Mobile killed the Palm Pilot for me I think in terms of organisation.  It was slow and clunky &#8211; I had to start taking hand written notes sometimes as it was faster than switching on my phone and loading the task management software.  Although I did love the ActiveSync and the link with Outlook &#8211; that was a godsend for sure.</p>
<p>Its a brand new world.  I now have an iPhone (best gadget <em>ever</em>!) which created some challenges in terms of time management.  The primary issue is that the iPhone does not have a task database and therefore does not support Exchange Server synchronization for tasks &#8211; only email, contacts, and calendar.  The only choice therefore is to use a third party task manager/organiser.</p>
<p>If you wanted to continue using MS Outlook for your tasks, then you would also need to find some software to sync Outlook with the third party or use an intermediary app with your exchange server.. anyway, the basic message is that it starts to get complicated.</p>
<p>I decided to throw everything up in the air, look at the current market and start again.. rather than try to bolt on to my existing systems.  When I looked at the current Web 2.0 services that are available &#8211; I was amazed, impressed and could not believe that I had been so blinkered by Microsoft technology for so long.</p>
<p>For me, personal organisation (especially from a PDA) requires the following set of functionality: tasks/to-dos, calendar, email, contacts and notes.  As you can see &#8211; all of these elements are currently in MS Outlook in one form or another.  They were also all available in the original Palm Pilot.</p>
<p>As my email, calendar and contacts are still managed via Exchange Server and Outlook &#8211; my primary requirement was for a new task list manager and note organiser.   I tried a number of products/services, but settled on the following and am extremely pleased with both:</p>
<p><strong>Toodledo.</strong> Task Management.  <a href="http://www.toodledo.com">www.toodledo.com</a>.   This is a web-based task management system that has everything you could possibly need.  The web interface is easy to use and extremely powerful.  There are plenty of tools available to import or synchronise your tasks with other devices too including an excellent iPhone App.  I started off using it alongside Outlook &#8211; but have more or less stopped using Outlook for task management now and relying completely on the web and iPhone app.  Works very well.</p>
<p><strong>Evernote.</strong> Note/List Management.  <a href="http://www.evernote.com">www.evernote.com</a>.    I think that note taking and list management is an underutilised function with PDAs.  I used to use it a lot with the Palm Pilot &#8211; lists of goals, shopping lists, notes on gift ideas, topics for meetings (regular and future) etc.  Evernote is very useful and has revitalised my list making.. it has a superb web interface and an iPhone app.. so very easy to use.   I tried Google Docs for this previously &#8211; but you cannot edit these documents on the iPhone and so it quickly became less useful.  Evernote also allows you to share a list (or group of lists) with other people.  For example, I share a folder with my wife and we have a grocery shopping list that we can both update during the week.. easier than paper.</p>
<p>I think that I am slowly weaning myself away from an Outlook-centric model;  if I can find a replacement for public folders in Exchange server, I can see it being replaced pretty quickly.</p>
<p>So if you have been using the same mechanism for managing your time / tasks for more than five years, I would strongly recommend that you take a fresh look at the tools and web services that are now on the market.. you will be pleasantly surprised.</p>
<p>Related posts:<ol>
<li><a href='http://matthopkins.com/business/the-simple-secret-to-job-satisfaction/' rel='bookmark' title='The simple secret to job satisfaction'>The simple secret to job satisfaction</a></li>
<li><a href='http://matthopkins.com/personal-development/three-rules-for-a-more-productive-life/' rel='bookmark' title='Three Rules for a More Productive Life'>Three Rules for a More Productive Life</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://matthopkins.com/personal-development/personal-organizer-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

