<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Holmes Office</title>
	<atom:link href="http://theholmesoffice.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://theholmesoffice.com</link>
	<description>Where Simon Holmes frees some brain space</description>
	<lastBuildDate>Mon, 06 Feb 2012 08:37:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='theholmesoffice.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Holmes Office</title>
		<link>http://theholmesoffice.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://theholmesoffice.com/osd.xml" title="The Holmes Office" />
	<atom:link rel='hub' href='http://theholmesoffice.com/?pushpress=hub'/>
		<item>
		<title>Installing Node.js on Ubuntu the easy way</title>
		<link>http://theholmesoffice.com/2012/02/05/installing-node-js-on-ubuntu-the-easy-way/</link>
		<comments>http://theholmesoffice.com/2012/02/05/installing-node-js-on-ubuntu-the-easy-way/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 18:34:18 +0000</pubDate>
		<dc:creator>Simon Holmes</dc:creator>
				<category><![CDATA[Knowing Node]]></category>
		<category><![CDATA[cloud9ide]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[shellscript]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://theholmesoffice.com/?p=215</guid>
		<description><![CDATA[Here I use a ShellScript to install Node.js, NPM, MongoDB and Cloud9 on Ubuntu in a VirtualBox. It's a very easy process, less than 10 minutes :-)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=215&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still very <a title="First time with Ubuntu: impressions from a Windows user" href="http://theholmesoffice.com/2012/01/30/first-time-with-ubuntu-impressions-from-a-windows-user/">new to Ubuntu</a>, but even so have found installing Node.js to be pretty easy.</p>
<p>You could follow the instructions on Nodejs.org to get it up and running. Or you could do what I did and use <a href="http://apptob.org/" target="_blank">this excellent ShellScript by Ruslan Khissamov</a>.</p>
<p>I chose to go this route as:</p>
<ol>
<li>I&#8217;m impatient and want to get going in Node as soon as possible</li>
<li>It also installs the Node Package Manager (NPM)</li>
<li>You can configure it to install the database of your choice at the same time</li>
</ol>
<h3>Using the ShellScript to install Node.js and MongoDB</h3>
<h4>1: Create the configuration</h4>
<p>Using the radio buttons and checkboxes select which Ubuntu Package Manager (UPM) and database you want to use, and whether you want to install the <a href="http://cloud9ide.com/" target="_blank">Cloud9 IDE</a>. As you make changes you&#8217;ll notice the text to the right of the buttons changing reflecting your choices.</p>
<p>I have chosen the default UPM apt-get, MongoDB and also to install Cloud9.</p>
<h4>2: Create the ShellScript file</h4>
<p>You can use a text editor to create the file, or use the code provided to do it for you. Open a terminal window and paste the following:</p>
<p><pre class="brush: bash; gutter: false;">cd ~/
nano -w node.sh
</pre></p>
<p>This makes sure you&#8217;re in your home directory and creates a file called node.sh, opening it in Nano. <a href="http://www.nano-editor.org/" target="_blank">Nano</a> is a text editor that runs in the terminal.</p>
<p>Paste the script that you configured into the text editor. It should look something like this:</p>
<p><a href="http://theholmesoffice.files.wordpress.com/2012/02/screenshot-at-2012-02-04-185335.png"><img class="alignnone size-full wp-image-217" title="Screenshot of script in Nano" src="http://theholmesoffice.files.wordpress.com/2012/02/screenshot-at-2012-02-04-185335.png?w=580&#038;h=453" alt="" width="580" height="453" /></a></p>
<p>Press Ctrl+X followed by Y to exit Nano and save the changes.</p>
<h4>3: Run the ShellScript file</h4>
<p>Paste this into terminal to run as administrator &#8211; you will be asked for your password.</p>
<p><pre class="brush: bash; gutter: false;">chmod +x node.sh &amp;&amp; sudo ./node.sh</pre></p>
<p>When you enter your password the script will run, downloading and installing Node.js and anything else you selected.</p>
<p>For me this took about 5 minutes, but it will depend on the options you selected, and your internet connection speed. When everything is finished you&#8217;ll be presented with your normal terminal prompt. Mine looked like this:</p>
<p><a href="http://theholmesoffice.files.wordpress.com/2012/02/screenshot-at-2012-02-04-190852.png"><img class="alignnone size-full wp-image-218" title="Screenshot of finished install" src="http://theholmesoffice.files.wordpress.com/2012/02/screenshot-at-2012-02-04-190852.png?w=580&#038;h=453" alt="" width="580" height="453" /></a></p>
<h3>All done, Node.js is installed!</h3>
<p>A quick reboot, and there you have it! Node.js, NPM, MongoDB and Cloud9 IDE all installed in a few minutes. I told you it was pretty easy!</p>
<br />Filed under: <a href='http://theholmesoffice.com/category/knowing-node/'>Knowing Node</a> Tagged: <a href='http://theholmesoffice.com/tag/cloud9ide/'>cloud9ide</a>, <a href='http://theholmesoffice.com/tag/mongodb/'>mongodb</a>, <a href='http://theholmesoffice.com/tag/node-js/'>node.js</a>, <a href='http://theholmesoffice.com/tag/nodejs/'>nodejs</a>, <a href='http://theholmesoffice.com/tag/shellscript/'>shellscript</a>, <a href='http://theholmesoffice.com/tag/ubuntu/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theholmesoffice.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theholmesoffice.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theholmesoffice.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theholmesoffice.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theholmesoffice.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theholmesoffice.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theholmesoffice.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theholmesoffice.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theholmesoffice.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theholmesoffice.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theholmesoffice.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theholmesoffice.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theholmesoffice.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theholmesoffice.wordpress.com/215/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=215&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theholmesoffice.com/2012/02/05/installing-node-js-on-ubuntu-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7c7b1183ec1ce69e4568935a585c1db?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simonholmes76</media:title>
		</media:content>

		<media:content url="http://theholmesoffice.files.wordpress.com/2012/02/screenshot-at-2012-02-04-185335.png" medium="image">
			<media:title type="html">Screenshot of script in Nano</media:title>
		</media:content>

		<media:content url="http://theholmesoffice.files.wordpress.com/2012/02/screenshot-at-2012-02-04-190852.png" medium="image">
			<media:title type="html">Screenshot of finished install</media:title>
		</media:content>
	</item>
		<item>
		<title>First time with Ubuntu: impressions from a Windows user</title>
		<link>http://theholmesoffice.com/2012/01/30/first-time-with-ubuntu-impressions-from-a-windows-user/</link>
		<comments>http://theholmesoffice.com/2012/01/30/first-time-with-ubuntu-impressions-from-a-windows-user/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 10:19:56 +0000</pubDate>
		<dc:creator>Simon Holmes</dc:creator>
				<category><![CDATA[Knowing Node]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://theholmesoffice.com/?p=174</guid>
		<description><![CDATA[I&#8217;m starting off with a fresh install of Ubuntu 11.10 inside a VirtualBox on Windows 7. Here are my impressions as a long time Windows user and occasional Mac user. My last foray into Linux was a brief stint with Suse Linux about 10 years ago. I didn&#8217;t really get on with it. Ubuntu 11, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=174&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m starting off with a fresh install of <a title="Ubuntu for the first time – installing on VirtualBox on Windows" href="http://theholmesoffice.com/2012/01/24/ubuntu-for-the-first-time-installing-on-virtualbox-on-windows/">Ubuntu 11.10 inside a VirtualBox on Windows 7</a>. Here are my impressions as a long time Windows user and occasional Mac user.</p>
<p>My last foray into Linux was a brief stint with Suse Linux about 10 years ago. I didn&#8217;t really get on with it.</p>
<p>Ubuntu 11, however, seems to be better thought out, and easier to get on with. It bears more similarities to Mac OSX than to Windows, so if you&#8217;re used to Mac&#8217;s at all then you&#8217;ve got a good headstart.</p>
<h3>What do you mean there&#8217;s no C drive?</h3>
<p>If you&#8217;ve used a Mac at all this won&#8217;t be too strange to you, but if you&#8217;re Windows only then this takes a bit of getting used too. Essentially, everything is based of the root of the machine, like a C: drive, but it&#8217;s not named. So rather than having C:\MyFolder, in Linux you have /MyFolder.</p>
<p>This continues when you add external devices or network drives. Rather than adding as a lettered drive, they &#8220;mount&#8221; a device name into the /media folder.</p>
<h3>The launcher</h3>
<p>Much like the Windows taskbar or OSX dock, this has a bunch of icons in it that launch programs. Easy!</p>
<h3>Switching between programs</h3>
<p>Alt+Tab works just that same as in Windows and OSX. Lovely!</p>
<h3>The terminal</h3>
<p>Almost everything I&#8217;ve ever read to do with Linux has involved the terminal, which is essentially the Linux version of the Windows command prompt. So I was surprised that it wasn&#8217;t immediately obvious and accessible in the default Ubuntu installation.</p>
<p>It&#8217;s easy enough to remedy though: from the dashboard start typing a search for &#8216;terminal&#8217; and the icon will display &#8211; you can drag this into the launcher. Or my preferred option &#8211; as a fan of keyboard shortcuts &#8211; is to press Ctrl+Alt+T to launch the terminal.</p>
<h4>Copying and pasting in the terminal</h4>
<p>Much like the Windows terminal you can&#8217;t Ctrl+C / Ctrl+V to copy &amp; paste. Ctrl+C in fact will cancel the current operation.</p>
<p>But you can right click and select copy/paste. Ctrl+Shift+Insert also works for<em> copy </em>and Shift+insert for paste.</p>
<h4>Running a command with Admin priviledges</h4>
<p>This one&#8217;s simple, put <em>sudo</em> at the start of the command. For example instead of:</p>
<p><pre class="brush: bash; gutter: false;">usermod -a -G vboxsf yourusername</pre></p>
<p>use:</p>
<p><pre class="brush: bash; gutter: false;">sudo usermod -a -G vboxsf yourusername</pre></p>
<h3>What else? You tell me!</h3>
<p>Clearly I&#8217;m pretty new to Ubuntu, so please share your tips to help me and other Windows users get the most out of Ubuntu.</p>
<p>All help is greatly appreciated. Thanks <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://theholmesoffice.com/category/knowing-node/'>Knowing Node</a> Tagged: <a href='http://theholmesoffice.com/tag/linux/'>linux</a>, <a href='http://theholmesoffice.com/tag/ubuntu/'>ubuntu</a>, <a href='http://theholmesoffice.com/tag/windows/'>windows</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theholmesoffice.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theholmesoffice.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theholmesoffice.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theholmesoffice.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theholmesoffice.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theholmesoffice.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theholmesoffice.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theholmesoffice.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theholmesoffice.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theholmesoffice.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theholmesoffice.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theholmesoffice.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theholmesoffice.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theholmesoffice.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=174&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theholmesoffice.com/2012/01/30/first-time-with-ubuntu-impressions-from-a-windows-user/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7c7b1183ec1ce69e4568935a585c1db?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simonholmes76</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu for the first time &#8211; installing on VirtualBox on Windows</title>
		<link>http://theholmesoffice.com/2012/01/24/ubuntu-for-the-first-time-installing-on-virtualbox-on-windows/</link>
		<comments>http://theholmesoffice.com/2012/01/24/ubuntu-for-the-first-time-installing-on-virtualbox-on-windows/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 20:33:21 +0000</pubDate>
		<dc:creator>Simon Holmes</dc:creator>
				<category><![CDATA[Knowing Node]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtual box]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://theholmesoffice.com/?p=160</guid>
		<description><![CDATA[The first part of my journey towards learning Node.js &#8211; after years working on Microsoft stacks &#8211; is to get started with Linux. I know Node has a Windows installer now, but I want to be deploying production sites on Linux, so I need to get used to it. After far too little research I&#8217;ve [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=160&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The first part of my <a href="http://theholmesoffice.com/category/knowing-node/" target="_blank">journey towards learning Node.js</a> &#8211; after years working on Microsoft stacks &#8211; is to get started with Linux. I know Node has a Windows installer now, but I want to be deploying production sites on Linux, so I need to get used to it.</p>
<p>After far too little research I&#8217;ve decided to start off with Ubuntu. It&#8217;s pretty widespread and mature, has great support out there in the web, and is available at loads of web hosts.</p>
<p>I don&#8217;t want it to be my main OS right now, and I don&#8217;t want to get a new machine to put it on, so I&#8217;ve gone the Virtual Machine route. Fortunately my laptop is beefy enough to handle it alongside Windows 7 &#8211; it&#8217;s a Core i7, 8GB RAM with SSD hard drive &#8211; the only limiting factor is the size of the drive. Here&#8217;s how I&#8217;ve got it running.</p>
<p>1: <a href="https://www.virtualbox.org/wiki/Downloads" target="_blank">Download Virtual Box</a></p>
<p>2: <a href="http://www.ubuntu.com/download/ubuntu/download" target="_blank">Download Ubuntu ISO</a> (just the normal Ubuntu, not Ubuntu Server)</p>
<p>3: Follow these tremendously <a href="http://www.psychocats.net/ubuntu/virtualbox" target="_blank">easy instructions</a></p>
<p>And KABOOM! Three steps and five minutes later Ubuntu is up and running.</p>
<div id="attachment_176" class="wp-caption alignnone" style="width: 590px"><img class="size-full wp-image-176 " title="screenshot.21-01-2012 09.17.39" src="http://theholmesoffice.files.wordpress.com/2012/01/screenshot-21-01-2012-09-17-39.png?w=580&#038;h=326" alt="Ubuntu running in VirtualBox on Windows 7" width="580" height="326" /><p class="wp-caption-text">Ubuntu running in VirtualBox on Windows 7</p></div>
<h3>Sharing files between Windows and the Ubuntu VirtualBox</h3>
<p>One thing you&#8217;re going to want to do to get the most out of this setup, is create a shared folder that both Windows and the Ubuntu virtual can access.</p>
<p>I found various references for how to do this on the web, some worked, some didn&#8217;t. This is the process that worked for me &#8211; you may not need all of the reboots, but it&#8217;s pretty quick to do, so no harm done.</p>
<h4>1: Create share in Windows</h4>
<p>Create a folder in Windows (or select an existing one)</p>
<p>Right click on the folder and select Properties &gt;&gt; Sharing &gt;&gt; Share</p>
<h4>2: Install Guest Additions on Ubuntu</h4>
<p>Boot up your Ubuntu virtual machine and log in</p>
<p>From the Devices menu select <em>Install Guest Additions</em>, and select to autorun the program when asked</p>
<p>When the installation has finished, reboot Ubuntu</p>
<h4>3: Add the shared folder to Ubuntu / VirtualBox</h4>
<p>With Ubuntu running in VirtualBox select <em>Shared Folders</em> from the Devices menu</p>
<p>Click the &#8220;+&#8221; icon to add a new share, select your folder in Windows and give it a share name. Select both the <em>Automount</em> and <em>Make Permanent</em> options.</p>
<p><img class="size-full wp-image-184 alignnone" title="Virtual Box share options" src="http://theholmesoffice.files.wordpress.com/2012/01/screenshot-23-01-2012-19-38-35.png?w=580" alt=""   /></p>
<p>Click ok to mount the share to your Ubuntu system in the location /media/sf_your-share-name (eg: the above goes to the location /media/sf_WinLinShare)</p>
<h4>4: Give yourself access to the share</h4>
<p>Finally you need to give your Ubuntu user the permissions to access this folder. The share is created with access granted to the usergroup <em>vboxsf </em>so you need to join this group. Open a terminal window and &#8211; replacing yourusername with your actual Ubuntu username &#8211;  type:</p>
<p><pre class="brush: bash; gutter: false;">sudo usermod -a -G vboxsf yourusername</pre></p>
<p>Reboot Ubuntu and you&#8217;ll be able to access your share in /media/sf_your-share-name and easily transfer files between your Windows host system and Ubuntu guest.</p>
<br />Filed under: <a href='http://theholmesoffice.com/category/knowing-node/'>Knowing Node</a> Tagged: <a href='http://theholmesoffice.com/tag/ubuntu/'>ubuntu</a>, <a href='http://theholmesoffice.com/tag/virtual-box/'>virtual box</a>, <a href='http://theholmesoffice.com/tag/virtual-machine/'>virtual machine</a>, <a href='http://theholmesoffice.com/tag/virtualbox/'>virtualbox</a>, <a href='http://theholmesoffice.com/tag/windows/'>windows</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theholmesoffice.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theholmesoffice.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theholmesoffice.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theholmesoffice.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theholmesoffice.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theholmesoffice.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theholmesoffice.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theholmesoffice.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theholmesoffice.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theholmesoffice.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theholmesoffice.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theholmesoffice.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theholmesoffice.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theholmesoffice.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=160&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theholmesoffice.com/2012/01/24/ubuntu-for-the-first-time-installing-on-virtualbox-on-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7c7b1183ec1ce69e4568935a585c1db?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simonholmes76</media:title>
		</media:content>

		<media:content url="http://theholmesoffice.files.wordpress.com/2012/01/screenshot-21-01-2012-09-17-39.png" medium="image">
			<media:title type="html">screenshot.21-01-2012 09.17.39</media:title>
		</media:content>

		<media:content url="http://theholmesoffice.files.wordpress.com/2012/01/screenshot-23-01-2012-19-38-35.png" medium="image">
			<media:title type="html">Virtual Box share options</media:title>
		</media:content>
	</item>
		<item>
		<title>The importance of microcopy to your website or app</title>
		<link>http://theholmesoffice.com/2012/01/18/the-importance-of-microcopy-to-your-website-or-app/</link>
		<comments>http://theholmesoffice.com/2012/01/18/the-importance-of-microcopy-to-your-website-or-app/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 18:50:31 +0000</pubDate>
		<dc:creator>Simon Holmes</dc:creator>
				<category><![CDATA[User Engagement]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[copywriting]]></category>
		<category><![CDATA[microcopy]]></category>
		<category><![CDATA[web-design]]></category>
		<category><![CDATA[web-dev]]></category>

		<guid isPermaLink="false">http://theholmesoffice.com/?p=136</guid>
		<description><![CDATA[First off, what is microcopy? Microcopy refers to the small bits of text on a website such as form labels, form buttons, instructions, error messages, popup tips and action confirmations. Put another way, these are the parts of your website that visitors pay closest attention to.  Clearly then, it&#8217;s pretty important. Yet for some reason, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=136&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>First off, <strong>what is microcopy?</strong></h2>
<p>Microcopy refers to the small bits of text on a website such as form labels, form buttons, instructions, error messages, popup tips and action confirmations.</p>
<p>Put another way, <strong>these are the parts of your website that visitors pay closest attention to. </strong></p>
<p>Clearly then, it&#8217;s pretty important. Yet for some reason, this is often left in the hands of the developer. Perhaps it is seen as part of the technical build, as it will interface with a database. Perhaps it is not as interesting to a copy writer as the marketing messages on the homepage.</p>
<h2>So why is microcopy so important?</h2>
<p>I state above that visitors pay closest attention to items such as form labels, buttons, instructions etc, but why?</p>
<p><strong>It is because this is where the user is directly interacting with you. This is where the dialogue is.</strong></p>
<p>Do you point telephone enquiries from a printed brochure to the designer that created it? No. You point them to a specialist within your company who knows all the appropriate information. You point them to someone who not only understands the user/client/customer but can also represent the company in the appropriate manner with the correct language and tone of voice.</p>
<p>So please, don&#8217;t leave microcopy to the developers. It is not secondary, it is vitally important to the message you are sending out to your users. It is the first conversation you are having with your users.</p>
<br />Filed under: <a href='http://theholmesoffice.com/category/user-engagement/'>User Engagement</a>, <a href='http://theholmesoffice.com/category/web-development/'>Web Development</a> Tagged: <a href='http://theholmesoffice.com/tag/copywriting/'>copywriting</a>, <a href='http://theholmesoffice.com/tag/microcopy/'>microcopy</a>, <a href='http://theholmesoffice.com/tag/web-design/'>web-design</a>, <a href='http://theholmesoffice.com/tag/web-dev/'>web-dev</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theholmesoffice.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theholmesoffice.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theholmesoffice.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theholmesoffice.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theholmesoffice.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theholmesoffice.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theholmesoffice.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theholmesoffice.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theholmesoffice.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theholmesoffice.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theholmesoffice.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theholmesoffice.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theholmesoffice.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theholmesoffice.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=136&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theholmesoffice.com/2012/01/18/the-importance-of-microcopy-to-your-website-or-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7c7b1183ec1ce69e4568935a585c1db?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simonholmes76</media:title>
		</media:content>
	</item>
		<item>
		<title>Abandoning the good ship Microsoft</title>
		<link>http://theholmesoffice.com/2011/12/29/abandoning-the-good-ship-microsoft/</link>
		<comments>http://theholmesoffice.com/2011/12/29/abandoning-the-good-ship-microsoft/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 12:58:47 +0000</pubDate>
		<dc:creator>Simon Holmes</dc:creator>
				<category><![CDATA[Knowing Node]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[web-dev]]></category>

		<guid isPermaLink="false">http://theholmesoffice.com/?p=142</guid>
		<description><![CDATA[Looking to change from building websites on the Microsoft stack I land on Node.js as my preferred option. This means learning everything from the ground up.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=142&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Over the past 10+ years I&#8217;ve been building websites on a variety of Microsoft stacks. This is all very good for corporates and businesses with a Microsoft infrastructure in place, but when it comes to building and launching personal projects with no funding you start to notice the costs. So I&#8217;ve decided to look for alternatives.</p>
<h2>LAMP?</h2>
<p>The LAMP stack (Linux, Apache, MySQL, PHP) is the obvious place to start. It is well established, stable, and has a huge history and active online community. But, it doesn&#8217;t really satisfy my desire to learn something <em>new</em>. Sure, it would be new to me but it has been around since the late 1990&#8242;s. That&#8217;s not new!</p>
<h2>Node.js</h2>
<p>Over the past few months I&#8217;ve been hearing more about <a href="http://nodejs.org/" target="_blank">Node.js</a>, a webserver using JavaScript as the server-side language. It is supposedly very scalable, and very light on resources. Okay, I&#8217;m interested.</p>
<p>I also know JavaScript pretty well; I&#8217;ve been using it client-side for over a decade. Okay, I&#8217;m very interested.</p>
<p>This doesn&#8217;t mean to say that there&#8217;s no learning curve. I&#8217;ve got a hell of a lot to learn.</p>
<p>Node.js can now install and deploy on Windows, but that goes against the point of saving deployment costs. I don&#8217;t want totally different development and production environments, so I&#8217;ll be starting from the ground up.</p>
<h2>Much to learn</h2>
<p>As a minimum I need to learn:</p>
<ol>
<li>Operating system &#8211; Linux (probably Ubuntu)</li>
<li>Webserver &#8211; Node.js</li>
<li>Database &#8211; MongoDB (or perhaps CouchDB)</li>
</ol>
<p>And then moving forward to increase stability / usability I&#8217;ll need to look at additional pieces such as:</p>
<ol>
<li>HTTP / Proxy server like <a href="http://www.nginx.com/" target="_blank">NGINX</a></li>
<li>Frameworks like <a href="http://expressjs.com/" target="_blank">Express</a></li>
<li>System monitors</li>
<li>Server cache e.g. <a href="https://www.varnish-cache.org/" target="_blank">Varnish</a></li>
</ol>
<h2>The journey through 2012</h2>
<p>I aim to have my first site/app up and running within a year from now. I know this doesn&#8217;t sound very ambitious, but I do have a full time job and a young baby also competing for my time so I need to remain realistic!</p>
<p>I&#8217;ll be charting my journey here under the category <a href="http://theholmesoffice.com/category/knowing-node" target="_blank">Knowing Node</a>.</p>
<p>So &#8230; lot&#8217;s to do in 2012. And first things first, I&#8217;ll be looking at the operating system. Linux, I&#8217;m heading your way&#8230;</p>
<br />Filed under: <a href='http://theholmesoffice.com/category/knowing-node/'>Knowing Node</a>, <a href='http://theholmesoffice.com/category/web-development/'>Web Development</a> Tagged: <a href='http://theholmesoffice.com/tag/nodejs/'>nodejs</a>, <a href='http://theholmesoffice.com/tag/web-dev/'>web-dev</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theholmesoffice.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theholmesoffice.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theholmesoffice.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theholmesoffice.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theholmesoffice.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theholmesoffice.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theholmesoffice.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theholmesoffice.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theholmesoffice.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theholmesoffice.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theholmesoffice.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theholmesoffice.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theholmesoffice.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theholmesoffice.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=142&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theholmesoffice.com/2011/12/29/abandoning-the-good-ship-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7c7b1183ec1ce69e4568935a585c1db?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simonholmes76</media:title>
		</media:content>
	</item>
		<item>
		<title>Why you should design for iPads (and other tablets)</title>
		<link>http://theholmesoffice.com/2011/12/10/why-you-should-design-for-ipads-and-other-tablets/</link>
		<comments>http://theholmesoffice.com/2011/12/10/why-you-should-design-for-ipads-and-other-tablets/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 14:58:17 +0000</pubDate>
		<dc:creator>Simon Holmes</dc:creator>
				<category><![CDATA[User Engagement]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[web-design]]></category>
		<category><![CDATA[web-dev]]></category>

		<guid isPermaLink="false">http://theholmesoffice.com/?p=118</guid>
		<description><![CDATA[There are two main reason why you should make your websites and apps compatible with iPads and other tablets. 1: Future compatibility &#8211; the market share is growing If you look at the usage stats of most sites you&#8217;ll see the number of people visiting from tablet devices is slowly but steadily increasing. The percentage [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=118&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are two main reason why you should make your websites and apps compatible with iPads and other tablets.</p>
<h2>1: Future compatibility &#8211; the market share is growing</h2>
<p>If you look at the usage stats of most sites you&#8217;ll see the number of people visiting from tablet devices is slowly but steadily increasing.</p>
<p>The percentage is still quite low in relative terms, and you might not normally focus on such a small subset of users. As it is growing however, with no signs of slow-down, you can be sure that at some point in the future you will be asked why your site doesn&#8217;t work well on tablets.</p>
<h2>2: Acceptance from influential early adopters and opinion leaders</h2>
<p>Although the percentage of users is low in terms of browser stats, the people browsing on iPads and other new generation tablets are  likely to be the early adopters &amp; opinion leaders.</p>
<p>These are the people who&#8217;s opinions are respected and requested by others. These are the people you want on your side.</p>
<p>If your site / app works well on the new devices you are more likely to be remembered favourably and recommended to others. If your site goes so far as to surprise &amp; delight then even better.</p>
<p>If your site fails, you will instantly be forgotten and dismissed. Even worse, you may be publicly derided.</p>
<p>Supporting iPads is arguably more important than supporting old versions of IE, even though the latter may have a higher percentage of use on your site.</p>
<p><em>* Disclaimer: iPad ownership does not directly make one a thought leading, cash rich, decision maker.</em></p>
<br />Filed under: <a href='http://theholmesoffice.com/category/user-engagement/'>User Engagement</a>, <a href='http://theholmesoffice.com/category/web-development/'>Web Development</a> Tagged: <a href='http://theholmesoffice.com/tag/ipad/'>ipad</a>, <a href='http://theholmesoffice.com/tag/tablet/'>tablet</a>, <a href='http://theholmesoffice.com/tag/web-design/'>web-design</a>, <a href='http://theholmesoffice.com/tag/web-dev/'>web-dev</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theholmesoffice.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theholmesoffice.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theholmesoffice.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theholmesoffice.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theholmesoffice.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theholmesoffice.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theholmesoffice.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theholmesoffice.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theholmesoffice.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theholmesoffice.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theholmesoffice.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theholmesoffice.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theholmesoffice.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theholmesoffice.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=118&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theholmesoffice.com/2011/12/10/why-you-should-design-for-ipads-and-other-tablets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7c7b1183ec1ce69e4568935a585c1db?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simonholmes76</media:title>
		</media:content>
	</item>
		<item>
		<title>Where does Google+ fit in?</title>
		<link>http://theholmesoffice.com/2011/11/03/where-does-google-plus-fit-in/</link>
		<comments>http://theholmesoffice.com/2011/11/03/where-does-google-plus-fit-in/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 22:09:26 +0000</pubDate>
		<dc:creator>Simon Holmes</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[google plus]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://theholmesoffice.com/?p=123</guid>
		<description><![CDATA[I&#8217;ve been checking out Google Plus for a few days and can&#8217;t figure out quite where it fits in. I currently use: Facebook: &#8220;real world&#8221; friends, info &#38; updates Twitter: predominantly work/industry related Blog: (shamefully few) longer thought pieces, mainly work/industry related I don&#8217;t see Google Plus taking the Facebook share. Facebook is the only [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=123&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been checking out <a href="https://plus.google.com/102328632803667051259/posts" target="_blank">Google Plus</a> for a few days and can&#8217;t figure out quite where it fits in.</p>
<p>I currently use:</p>
<ul>
<li><a href="http://www.facebook.com/SimonDHolmes" target="_blank">Facebook</a>: &#8220;real world&#8221; friends, info &amp; updates</li>
<li><a href="http://twitter.com/#!/simonholmes/" target="_blank">Twitter</a>: predominantly work/industry related</li>
<li><a href="http://theholmesoffice.com" target="_blank">Blog</a>: (shamefully few) longer thought pieces, mainly work/industry related</li>
</ul>
<p>I don&#8217;t see Google Plus taking the Facebook share. Facebook is the only one to have been taken on by the mainstream, and I can&#8217;t see people like my parents making the move to G+ for no particular reason. Also, most of the sharing on G+ that I&#8217;ve found is less personal.</p>
<p>Soooo &#8230; if I put it in the industry/work section I&#8217;ll then have Twitter, Blog and Google Plus to update. Perhaps G+ is a good place to have discussions about your blog posts.</p>
<p>So &#8230; I&#8217;ll write a blog post, share it on Google Plus and then tweet the G+ link. Easy!</p>
<p>Any other thoughts on use cases? And whether I should set on referring to it as Google Plus, Google+ or G+.</p>
<p>&nbsp;</p>
<p>EDIT: you can comment on this post, on <a href="https://plus.google.com/102328632803667051259/posts/hSbFa1c5KRN" target="_blank">Google Plus</a> or reply to the <a href="http://twitter.com/#!/simonholmes/status/132362544189935616" target="_blank">tweet</a></p>
<br />Filed under: <a href='http://theholmesoffice.com/category/social-networking/'>Social Networking</a> Tagged: <a href='http://theholmesoffice.com/tag/facebook/'>facebook</a>, <a href='http://theholmesoffice.com/tag/google-plus/'>google plus</a>, <a href='http://theholmesoffice.com/tag/social-media/'>Social media</a>, <a href='http://theholmesoffice.com/tag/twitter/'>Twitter</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theholmesoffice.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theholmesoffice.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theholmesoffice.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theholmesoffice.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theholmesoffice.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theholmesoffice.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theholmesoffice.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theholmesoffice.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theholmesoffice.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theholmesoffice.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theholmesoffice.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theholmesoffice.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theholmesoffice.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theholmesoffice.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=123&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theholmesoffice.com/2011/11/03/where-does-google-plus-fit-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7c7b1183ec1ce69e4568935a585c1db?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simonholmes76</media:title>
		</media:content>
	</item>
		<item>
		<title>SEO meta data quick reference</title>
		<link>http://theholmesoffice.com/2011/10/11/seo-meta-data-quick-reference/</link>
		<comments>http://theholmesoffice.com/2011/10/11/seo-meta-data-quick-reference/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 17:41:57 +0000</pubDate>
		<dc:creator>Simon Holmes</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[meta-data]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web-dev]]></category>

		<guid isPermaLink="false">http://theholmesoffice.com/?p=112</guid>
		<description><![CDATA[I keep having to dig this info out, so I&#8217;m putting it here for posterity. This is to help us web devs, and web designers, content creators and editors generate great SEO-centric meta data for websites. Title Less than 70 characters. This is the limit Google displays in search results. This should be relevant to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=112&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I keep having to dig this info out, so I&#8217;m putting it here for posterity. This is to help us web devs, and web designers, content creators and editors generate great SEO-centric meta data for websites.</p>
<h2><strong>Title</strong></h2>
<div>Less than 70 characters. This is the limit Google displays in search results. This should be relevant to the content and generally not start with the name of the company or website (there are some exceptions to this rule of course).</div>
<h2><strong>Description</strong></h2>
<div>Less than 160 characters. They can be any length but search engines generally truncate snippets when descriptions are longer than this. The focus of this should be a compelling reason to click on the link, rather than keyword stuffing.</div>
<h2><strong>Keywords</strong></h2>
<div>Largely unused now. They are not used for searching or ranking, but competitors can use them to see what keywords you are targetting!</div>
<h2><strong>Content</strong></h2>
<div>The other items are very focused on getting clicks from a search engine result, but it&#8217;s good content that will get you high up the rankings. Make it relevant, short, snappy, and make good use of headings. We won&#8217;t go into semantic markup here, this is a quick reference!</div>
<h2>Further reading?</h2>
<div>Want some further reading? A good place to start is <a href="http://www.seomoz.org/learn-seo/" target="_blank">SEOmoz</a></div>
<div>(of no affiliation to me, it&#8217;s just a good resource)</div>
<br />Filed under: <a href='http://theholmesoffice.com/category/web-development/'>Web Development</a> Tagged: <a href='http://theholmesoffice.com/tag/html/'>HTML</a>, <a href='http://theholmesoffice.com/tag/meta-data/'>meta-data</a>, <a href='http://theholmesoffice.com/tag/seo/'>seo</a>, <a href='http://theholmesoffice.com/tag/web-dev/'>web-dev</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theholmesoffice.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theholmesoffice.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theholmesoffice.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theholmesoffice.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theholmesoffice.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theholmesoffice.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theholmesoffice.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theholmesoffice.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theholmesoffice.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theholmesoffice.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theholmesoffice.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theholmesoffice.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theholmesoffice.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theholmesoffice.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=112&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theholmesoffice.com/2011/10/11/seo-meta-data-quick-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7c7b1183ec1ce69e4568935a585c1db?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simonholmes76</media:title>
		</media:content>
	</item>
		<item>
		<title>Google+ and what Google can learn from Apple</title>
		<link>http://theholmesoffice.com/2011/09/22/google-and-what-google-can-learn-from-apple/</link>
		<comments>http://theholmesoffice.com/2011/09/22/google-and-what-google-can-learn-from-apple/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 12:53:52 +0000</pubDate>
		<dc:creator>Simon Holmes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Social media]]></category>

		<guid isPermaLink="false">http://theholmesoffice.com/?p=102</guid>
		<description><![CDATA[Like the ultimate nerd, Google is undeniably extremely smart, but they have a lot to learn about people.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=102&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t sideline your brand evangelists!</p>
<p>One of the greatest assets in Apple&#8217;s marketing system is their brand evangelists. These are the people who love the Apple brand and all of their products. But beyond that, these are the people that tell others just why the latest product or operating system is the best thing ever, and why it&#8217;s better than their rivals. Others listen to these evangelists as, essentially, their just like you and me. They are consumers, they are users, they are not paid by Apple to say these things. These people are the early adopters, buying into something on the basis of past form.</p>
<p>Apple are not alone here, many other companies have such evangelists including Microsoft (believe it or not), Linux, Canon, Adobe and of course Google.</p>
<p>The closest I get to being an evangelist would be for Google. I run my domain (mail, docs, calendar etc) through a Google Apps account and have persuaded others to do the same. My default browser is Chrome, I use Google Analytics, Adsense, Adwords, Maps and search. Christ, I even used Wave for something useful! Not only do I use Android, I went so far as to buy a Nexus One directly from Google shortly after launch and had to get it shipped from the USA to the UK.</p>
<p>With all this in mind, people come to me asking me what I think about the latest Google release, whatever it may be. I&#8217;ve got a whole bunch of Google+ invites. People asking &#8220;what do you think of Google+? Why should I use it instead of (or in addition to) Facebook &amp; Twitter&#8221;.</p>
<p>The answer is: I don&#8217;t know. I can&#8217;t get in.</p>
<p>Despite being open to the public, I can&#8217;t get in using my Google Apps account. The Google evangelists, early adopters, heavy users and those that actually pay Google to use their services have been locked out of Google&#8217;s brand new social network!</p>
<p>Can you see Apple releasing the latest set of new iTunes features to Windows users only? No. Exactly.</p>
<p>Google have said it will be available &#8220;within the coming months, but we want to make sure we do it right&#8221;. It&#8217;s a bit late for that. To do it right you needed to get your early adopters and evangelists on board from the outset, not sideline them and keep them waiting.</p>
<p>Like the ultimate nerd, Google is undeniably extremely smart, but they have a lot to learn about people.</p>
<br />Filed under: <a href='http://theholmesoffice.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://theholmesoffice.com/tag/apple/'>apple</a>, <a href='http://theholmesoffice.com/tag/google/'>google</a>, <a href='http://theholmesoffice.com/tag/social-media/'>Social media</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theholmesoffice.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theholmesoffice.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theholmesoffice.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theholmesoffice.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theholmesoffice.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theholmesoffice.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theholmesoffice.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theholmesoffice.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theholmesoffice.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theholmesoffice.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theholmesoffice.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theholmesoffice.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theholmesoffice.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theholmesoffice.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=102&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theholmesoffice.com/2011/09/22/google-and-what-google-can-learn-from-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7c7b1183ec1ce69e4568935a585c1db?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simonholmes76</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitter pushing clients out of the market</title>
		<link>http://theholmesoffice.com/2011/03/18/twitter-pushing-clients-out-of-the-market/</link>
		<comments>http://theholmesoffice.com/2011/03/18/twitter-pushing-clients-out-of-the-market/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 20:28:57 +0000</pubDate>
		<dc:creator>Simon Holmes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://theholmesoffice.com/?p=96</guid>
		<description><![CDATA[I don&#8217;t often have occasion to read the Twitter API Terms of Service but this tweet from Jason Calacanis prompted me to take a look. One part of the terms that grabbed my attention was aimed at third-party Twitter clients such as Tweetdeck, Seesmic, Hootsuite et al. You may not pay, or offer to pay, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=96&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t often have occasion to read the Twitter API Terms of Service but <a href="http://twitter.com/#!/Jason/status/48433657421107200">this tweet</a> from Jason Calacanis prompted me to take a look.</p>
<p>One part of the terms that grabbed my attention was aimed at third-party Twitter clients such as Tweetdeck, Seesmic, Hootsuite et al.</p>
<blockquote><p>You may not pay, or offer to pay, third parties for distribution of your Client. This includes offering compensation for downloads (other than transactional fees), pre-installations, or other mechanisms of traffic acquisition.</p></blockquote>
<p>Source: <a href="http://dev.twitter.com/pages/api_terms">http://dev.twitter.com/pages/api_terms</a></p>
<p>This effectively prevents any third-party Twitter clients from making deals with mobile, tablet, or PC suppliers to have their software installed prior to customer delivery. Only a client like HTC&#8217;s Peep will be put on as default choice as it is made by the supplier.</p>
<p>This does smack a bit of the whole Microsoft IE anti-competition debacle. There are some differences clearly, but it signifies a shift from &#8220;friendly twitter&#8221; to &#8220;evil twitter&#8221;. Twitter owes a lot to many if these clients, who made the service easier to use in the early days, and lead it in directions it hadn&#8217;t thought of. Twitter wouldn&#8217;t have the scale of adoption it enjoys today without these clients, as the original web interface was extremely limiting.</p>
<p>Twitter should stick to running the service and managing the stream, and let the competition between the client developers push forward innovation. Hell, they should actively encourage it.</p>
<br />Filed under: <a href='http://theholmesoffice.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://theholmesoffice.com/tag/twitter/'>Twitter</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theholmesoffice.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theholmesoffice.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theholmesoffice.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theholmesoffice.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theholmesoffice.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theholmesoffice.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theholmesoffice.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theholmesoffice.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theholmesoffice.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theholmesoffice.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theholmesoffice.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theholmesoffice.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theholmesoffice.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theholmesoffice.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theholmesoffice.com&amp;blog=4627352&amp;post=96&amp;subd=theholmesoffice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theholmesoffice.com/2011/03/18/twitter-pushing-clients-out-of-the-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7c7b1183ec1ce69e4568935a585c1db?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">simonholmes76</media:title>
		</media:content>
	</item>
	</channel>
</rss>
