<?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>OliJ</title>
	<atom:link href="http://www.olij.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.olij.co.uk</link>
	<description>A blog about Oliver</description>
	<lastBuildDate>Thu, 17 Nov 2011 12:21:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The National Lottery</title>
		<link>http://www.olij.co.uk/olij/the-national-lottery/</link>
		<comments>http://www.olij.co.uk/olij/the-national-lottery/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 07:47:18 +0000</pubDate>
		<dc:creator>oliver</dc:creator>
				<category><![CDATA[OliJ]]></category>

		<guid isPermaLink="false">http://www.olij.co.uk/?p=887</guid>
		<description><![CDATA[Got an email from the national lottery last night..it went a bit like this: *email received* &#8220;News about your ticket!&#8221; *open email* &#8220;We have some news about the ticket that you bought for the Tuesday 05 July draw!&#8221; It&#8217;s probably just a tenner… *click* It&#8217;ll just be a tenner. *browser opens* A poxy tenner… *page [...]]]></description>
			<content:encoded><![CDATA[<p>Got an email from the national lottery last night..it went a bit like this:<br />
*email received*<br />
&#8220;News about your ticket!&#8221;<br />
*open email*<br />
&#8220;We have some news about the ticket that you bought for the Tuesday 05 July draw!&#8221;<br />
It&#8217;s probably just a tenner…<br />
*click*<br />
It&#8217;ll just be a tenner.<br />
*browser opens*<br />
A poxy tenner…<br />
*page loads*<br />
..but what if it&#8217;s more?<br />
*enter user/pass*<br />
oh my god, what if I&#8217;ve won £150,000,000?!!!!!!!!!!!!!!!!<br />
*page starts to load*<br />
Hello Maserati/rolls/ferrari/aston and mansions around the world!!!!!!!!!!!!!!!!!<br />
*page loads*<br />
&#8216;Account Balance:£5.10&#8242;<br />
Five crappy pounds?!? FIVE QUID?!!??! Whats the feckin point for a fiver!!!!!!!!!?????????</p>
<p>On another note.. it&#8217;s rolled to £166m.<br/><br/><a class="geolocation-link" href="#" id="geolocation887" name="51.5,-0.116999999999961" onclick="return false;">Posted from Lambeth, England, United Kingdom.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.olij.co.uk/olij/the-national-lottery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delivering web video to mobile devices..</title>
		<link>http://www.olij.co.uk/whitenoise/delivering-web-video-to-mobile-devices/</link>
		<comments>http://www.olij.co.uk/whitenoise/delivering-web-video-to-mobile-devices/#comments</comments>
		<pubDate>Tue, 24 May 2011 11:37:07 +0000</pubDate>
		<dc:creator>oliver</dc:creator>
				<category><![CDATA[Whitenoise]]></category>

		<guid isPermaLink="false">http://www.olij.co.uk/?p=867</guid>
		<description><![CDATA[Lately I&#8217;ve been trying to get Video on to mobile devices and it&#8217;s a maze of techniques, settings, programs and codecs for every device and device model so below I&#8217;ll try to clear up some missunderstandings and include codecs, settings and techniques for delivering web video on to some of the most popular devices of [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I&#8217;ve been trying to get Video on to mobile devices and it&#8217;s a maze of techniques, settings, programs and codecs for every device and device model so below I&#8217;ll try to clear up some missunderstandings and include codecs, settings and techniques for delivering web video on to some of the most popular devices of<span id="more-867"></span> the moment:</p>
<p>Some misunderstandings about Codecs.<br />
First off, MPEG-4 isn&#8217;t actually a codec, it&#8217;s a group of codecs.<br />
Secondly, the file extension &#8216;.mp4&#8242; or &#8216;.3gp&#8217; is indicative only of the files &#8216;container&#8217; that holds the audio &#038; video data and not the codec that was used to encode the file contents (and thus determines the codec needed to decode and play the file!)</p>
<p>Video delivery<br />
HTML5 is only supported by some of the latest phones, (android, Apple).<br />
Flash only works on some handheld devices. Apple is a no. Nokia and BB implement  a lite version that doesn&#8217;t playback video.<br />
The rest of the handsets will allow a file to be downloaded and played but only if it is of the right format.</p>
<p>The <a href="http://www.longtailvideo.com/players/">JW Player</a> is a good help as it tries to offer flash video and then falls back to HTML5 if flash is not available in the browser &#8211; this works for desktops and iOS/Android devices if the right file formats are offered. You need a 3rd option, to offer a download link and an image placeholder for other devices. To do this you need to identify the &#8216;user agent&#8217; of the browser that has asked for the web page. If it&#8217;s bb, offer a mp4 mpeg-4 part 2 file, if it&#8217;s Nokia, then you may have to offer a 3gp file instead (the bb file type might work though). See below for more info on encoding in these formats.</p>
<p>Apple Devices<br />
iOS devices supports MPEG4 part 10, encoded to h.264 video and AAC audio in the mp4 container. Use x264 and CoreAudio codecs respectively in Handbrake (a free program) to achieve this. You can encode at 720p and iOS devices will deal with it.<br />
They support HTML5 streaming &#8211; tick the &#8216;web-optimized&#8217; box to let the file play whilst the file loads (this shifts some critical data needed to play the video to the beginning of the file).</p>
<p>Blackberry<br />
New blackberry devices support MPEG4 Part 2, that is h.263 and AAC Audio in an mp4 container. Use ffmpeg and faac codecs respectively to encode this in handbrake (free program).<br />
I&#8217;m not sure about older Blackberry devices. It&#8217;s best to resize to a width of 480.<br />
Blackberry does not support html5, you need to offer a download link which the browser will open and play (you don&#8217;t need to save and then open the file in the multimedia browser).</p>
<p>Windows<br />
Do I care? Not at the moment.</p>
<p>Nokia (pre-windows)<br />
Newer nokia phones support MPEG4 part-10 (h.264) which is used in most apple kit (see above)<br />
Older Nokia Phones support MPEG-4 part 2, which is h.263 &#8211; the ffmpeg codec can be used to encode this in handbrake (free program).<br />
I&#8217;m not sure if older phones support the mp4 container it might just be 3gp. Handbrake doesn&#8217;t do 3gp, but Quicktime 7 Pro does.</p>
<p>Android<br />
I assume this is HTML5 and will work similarly to Chrome &#8211; Google are removing MP4 / h.264 support and switching only to Ogg Theora (Joy!) I don&#8217;t know as much about this, but you can get a plugin for Quicktime 7 to export to the OGM format here: <a href="http://www.xiph.org/quicktime/download.html">Ogg OGM Quicktime Component</a>.</p>
<p><br/><br/><a class="geolocation-link" href="#" id="geolocation867" name="51.5,-0.116999999999961" onclick="return false;">Posted from Lambeth, England, United Kingdom.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.olij.co.uk/whitenoise/delivering-web-video-to-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easter Sailing</title>
		<link>http://www.olij.co.uk/olij/easter-sailing/</link>
		<comments>http://www.olij.co.uk/olij/easter-sailing/#comments</comments>
		<pubDate>Tue, 03 May 2011 09:43:05 +0000</pubDate>
		<dc:creator>oliver</dc:creator>
				<category><![CDATA[OliJ]]></category>

		<guid isPermaLink="false">http://www.olij.co.uk/?p=859</guid>
		<description><![CDATA[Just spent 6 great days over easter sailing along the south coast with my parents and had an awesome time! I don&#8217;t think I really saw a cloud all week, we had good wind for the most part and even got to see dolphins too! There was the odd submarine, some great countryside and read [...]]]></description>
			<content:encoded><![CDATA[<p>Just spent 6 great days over easter sailing along the south coast with my parents and had an awesome time! I don&#8217;t think I really saw a cloud all week, we had good wind for the most part and even got to see dolphins too! There was the odd submarine, some<span id="more-859"></span> great countryside and <a href="http://www.oliverjobson.co.uk/marketing/thinking-juice/">read some good books too</a>! We left Falmouth mid morning on Saturday and sailed over to Fowey to spend two nights there for Easter &#8211; I even went for an easter dip in the river to wake myself up on Sunday Morning &#8211; it was cold and the act wasn&#8217;t repeated!</p>
<p>On Monday we sailed to Salcombe and although it was quite hazy, we were accompanied by Dolphins (the magic of this never gets old!). On our arrival in Salcombe the sun had burned off the haze and the shelter of the bay meant it was very hot! After navigating our way around some huge Sunseeker&#8217;s that made Wazobia look like a dinghy we went for a couple of drinks in the sun and had dinner.</p>
<p>Tuesday saw us heading over to Dartmouth, my second time sailing in to there &#8211; the last time (3 years ago) occured when we sailed Wazobia from the Hamble to Falmouth in two and a half days (that was a mission!). This time, shortly after mooring, we saw several of Sunsails new fleet of Benteau 40.1&#8242;s &#8211; we will be taking one of these for the Round the Island race this year and they looked awesome! A great upgrade from the their ageing fleet of Jeaneau&#8217;s.</p>
<p>On wednesday we started our return leg and we tested the rigging for Wazobia&#8217;s new cruising chute whilst making our way to our overnight stop on the Yealm river, just east of Plymouth. I highly recommend this beautiful little place! It was very peaceful, one of the best nights I&#8217;ve ever spent on a boat and the facilities at the marina are great too (if a little shallow &#8211; so watch the tide!).</p>
<p>Thursday, our last full day and the wind was from the east and very gentle which meant we motored home &#8211; we did intend to get the cruising chute up but the wind just wasn&#8217;t strong enough! Watching a submarine make it&#8217;s way out of plymouth was a great end to a great week too. I&#8217;m really looking forward to the Round the Island Race now!<br/><br/><a class="geolocation-link" href="#" id="geolocation859" name="51.5,-0.116999999999961" onclick="return false;">Posted from Lambeth, England, United Kingdom.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.olij.co.uk/olij/easter-sailing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disgusting, Farcical &amp; Needless Waste</title>
		<link>http://www.olij.co.uk/olij/disgusting-farcical-waste/</link>
		<comments>http://www.olij.co.uk/olij/disgusting-farcical-waste/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 10:08:03 +0000</pubDate>
		<dc:creator>oliver</dc:creator>
				<category><![CDATA[OliJ]]></category>

		<guid isPermaLink="false">http://www.olij.co.uk/?p=844</guid>
		<description><![CDATA[This morning a Toshiba displayport cable, that I had ordered from eBay arrived in the post and I was quite shocked when I opened the box. Not one thick booklet, but two &#8211; a &#8216;User Guide&#8217; (WTF?) and a warranty booklet (Even greater &#8216;WTF?&#8217;). Is it just me, or is this a massive amount of [...]]]></description>
			<content:encoded><![CDATA[<p>This morning a Toshiba displayport cable, that I had ordered from eBay arrived in the post and I was quite shocked when I opened the box. Not one thick booklet, but two &#8211; a &#8216;User Guide&#8217; (WTF?) and a<span id="more-844"></span> warranty booklet (Even greater &#8216;WTF?&#8217;). Is it just me, or is this a massive amount of totally unnecessary paper for a simple cable? No? How about if you multiply this by the (tens of?) thousands of cables which Toshiba (and countless others) have had manufactured?</p>
<div class="flickr"><img src="/files/waste.jpg" /></div>
<p>There was less paperwork with my MacBook!</p>
<p>Come on guys &#8211; sort it out! If the environmental aspect isn&#8217;t attractive, then think about the money you would save not having to transport fields of trees across the worlds oceans!<br />
<br/><br/><a class="geolocation-link" href="#" id="geolocation844" name="51.5,-0.116999999999961" onclick="return false;">Posted from London, England, United Kingdom.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.olij.co.uk/olij/disgusting-farcical-waste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flights for 50p?</title>
		<link>http://www.olij.co.uk/olij/flights-for-50p/</link>
		<comments>http://www.olij.co.uk/olij/flights-for-50p/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 09:52:12 +0000</pubDate>
		<dc:creator>oliver</dc:creator>
				<category><![CDATA[OliJ]]></category>
		<category><![CDATA[satire]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.olij.co.uk/?p=840</guid>
		<description><![CDATA[Following my recent mention of Dark Pattern UI design, I thought I&#8217;d share this, which I was sent this morning &#8211; seems more than appropriate! Posted from London, England, United Kingdom.]]></description>
			<content:encoded><![CDATA[<p>Following my recent mention of <a href="http://www.oliverjobson.co.uk/marketing/advertising/seo/my-first-brightonseo/">Dark Pattern UI design</a>, I thought I&#8217;d share this, which I was sent this morning &#8211; seems more than appropriate!</p>
<div class="video">
<iframe title="YouTube video player" width="400" height="244" src="http://www.youtube.com/embed/HPyl2tOaKxM" frameborder="0" allowfullscreen></iframe></div>
<p><br/><br/><a class="geolocation-link" href="#" id="geolocation840" name="51.5,-0.116999999999961" onclick="return false;">Posted from London, England, United Kingdom.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.olij.co.uk/olij/flights-for-50p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load Balancing WordPress</title>
		<link>http://www.olij.co.uk/whitenoise/load-balancing-wordpress/</link>
		<comments>http://www.olij.co.uk/whitenoise/load-balancing-wordpress/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 09:56:09 +0000</pubDate>
		<dc:creator>oliver</dc:creator>
				<category><![CDATA[Whitenoise]]></category>

		<guid isPermaLink="false">http://www.olij.co.uk/?p=825</guid>
		<description><![CDATA[When we moved to WordPress, we ran into an issue with our load balanced servers &#8211; you can&#8217;t add a post to each server individually because of the unique post number added by wordpress when you publish &#8211; the post will have a different URL on each server which, because traffic could go to any [...]]]></description>
			<content:encoded><![CDATA[<p>When we moved to WordPress, we ran into an issue with our load balanced servers &#8211; you can&#8217;t add a post to each server individually because of the unique post number added by wordpress when you publish &#8211; the post will have a different URL on each server which, because traffic could go to any server, will result in<span id="more-825"></span> a 404-error lottery &#8211; with the chance of the correct page being displayed being 1 in x (x being the number of servers you are balancing the traffic across).</p>
<p>If you&#8217;re big enough to use clustering, then you will probably have ways to get around this, however if you aren&#8217;t, it could get problematic and clustering would take some expertise and know how to set up.</p>
<p>The way we solved this also helped improve the level of security with our web servers &#8211; an issue that any security aware organisation uses open source software will be well aware of.</p>
<p>The answer was to employ an internal staging server &#8211; we could test all content amendments and updates on this server before rolling them out to the live servers. Previously we would have to take a server out of the load balancing &#8216;array&#8217;, make changes, test and then copy the changes across to the live servers before releasing the server used for testing back into the array. This was a pain and it reduced the level of resilience as the number of servers used for load balancing was reduced.</p>
<p>So how do you copy the changes from a staging server to your live servers? Simply use a script that dumps the database and then copies the database across to the live servers along with any updated files (do this using using rsync over ssh). The script then runs a remote script sitting on each of the live servers that automatically imports the transferred database and bingo &#8211; new content is copied across and live on all your load balanced servers.</p>
<p>How does this improve security? Well now you can disable access to to wp-admin, wp-login.php and any other admin area of the site on the live servers by using .htaccess files or custom php rules. Simply omit these files from being included in the rsync process (see <a href="http://articles.slicehost.com/2007/10/10/rsync-exclude-files-and-folders">ignoring files during rsync</a>) and you can help ensure that your WordPress server stays yours.</p>
<p>Additionally, and I really like this, if WordPress does get hacked (and it may not be immediately obvious that this has happened), then the security &#038; integrity of your database and code is no longer known. All you need do is upload the files and database from the staging server (which isn&#8217;t publicly accessible) and you&#8217;re back in the game.</p>
<p>One last thing &#8211; using the auto update script also makes it really easy to upgrade WordPress. Do it on the staging server &#8211; test your content and plugins and then roll out the upgrade to your load balanced servers simultaneously.<br/><br/><a class="geolocation-link" href="#" id="geolocation825" name="51.61472999999999,-0.716048999999998" onclick="return false;">Posted from High Wycombe, England, United Kingdom.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.olij.co.uk/whitenoise/load-balancing-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Controlling multiple machines..</title>
		<link>http://www.olij.co.uk/whitenoise/controlling-multiple-machines/</link>
		<comments>http://www.olij.co.uk/whitenoise/controlling-multiple-machines/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 09:46:55 +0000</pubDate>
		<dc:creator>oliver</dc:creator>
				<category><![CDATA[Whitenoise]]></category>

		<guid isPermaLink="false">http://www.olij.co.uk/?p=829</guid>
		<description><![CDATA[If you have more than one machine on your desk, then Synergy might be the answer. It allows you to control multiple machines, with different operating systems (Win or Mac/Unix based) with just one keyboard and mouse. As you move the mouse off the edge of one screen, it appears on the screen of the [...]]]></description>
			<content:encoded><![CDATA[<p>If you have more than one machine on your desk, then Synergy might be the answer. It allows you to <a href="http://synergy2.sourceforge.net/">control multiple machines, with different operating systems (Win or Mac/Unix based) with just one keyboard and mouse</a>. As you move the mouse off the edge of one screen, it appears on the screen of the machine next to it. Clever eh?<br/><br/><a class="geolocation-link" href="#" id="geolocation829" name="51.5,-0.116999999999961" onclick="return false;">Posted from London, England, United Kingdom.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.olij.co.uk/whitenoise/controlling-multiple-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAMP (LAMP) for Mac &#8211; Hosting Multiple Sites (without the pro version)</title>
		<link>http://www.olij.co.uk/whitenoise/mamp-lamp-for-mac-hosting-multiple-sites-without-the-pro-version/</link>
		<comments>http://www.olij.co.uk/whitenoise/mamp-lamp-for-mac-hosting-multiple-sites-without-the-pro-version/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 20:41:48 +0000</pubDate>
		<dc:creator>oliver</dc:creator>
				<category><![CDATA[Whitenoise]]></category>

		<guid isPermaLink="false">http://www.olij.co.uk/?p=819</guid>
		<description><![CDATA[You don&#8217;t need to shell out for the pro version of MAMP to host multiple sites on your Mac. All it takes is a couple of tweaks behind the scenes. Once you have MAMP installed and working, configure MAMP to respond to web requests on port 80 (if you haven&#8217;t already done this). Next, simply [...]]]></description>
			<content:encoded><![CDATA[<p>You don&#8217;t need to shell out for the pro version of MAMP to host multiple sites on your Mac. All it takes is a couple of tweaks behind the scenes. Once you have MAMP installed and working, configure MAMP to respond to web requests on port 80 (if you haven&#8217;t already done this). Next, simply edit your Mac&#8217;s hosts file to redirect your site URL&#8217;s to <span id="more-819"></span>point to MAMP on your machine (127.0.0.1).</p>
<p>add the following lines to the bottom of your host file (/etc/hosts) using your site URL&#8217;s:</p>
<p><code>127.0.0.1 site1.co.uk www.site1.co.uk<br />
127.0.0.1 site2.co.uk www.site2.co.uk</code></p>
<p>Finally, go in to the MAMP directory > conf > apache and edit httpd.conf, adding the following to the bottom:</p>
<p><code>NameVirtualHost *:80</p>
<p>&lt;virtualHost *:80&gt;<br />
ServerName www.site1.co.uk<br />
DocumentRoot "/Users/homefolder/Sites/site1/"<br />
&lt;Directory /Users/homefolder/Sites/site1/&gt;<br />
Options Indexes FollowSymLinks MultiViews<br />
AllowOverride All<br />
Order allow,deny<br />
allow from all<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</p>
<p>&lt;virtualHost *:80&gt;<br />
ServerName www.site2.co.uk<br />
DocumentRoot "/Users/homefolder/Sites/site2/"<br />
&lt;Directory /Users/homefolder/Sites/site2/&gt;<br />
Options Indexes FollowSymLinks MultiViews<br />
AllowOverride All<br />
Order allow,deny<br />
allow from all<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</code></p>
<p>Save and close the file, flush your mac&#8217;s DNS cache and then restart MAMP to load the new config changes. You should now be able to view your local sites for testing or development without having to copy the files to a testing server first.<br/><br/><a class="geolocation-link" href="#" id="geolocation819" name="51.5,-0.116999999999961" onclick="return false;">Posted from Lambeth, England, United Kingdom.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.olij.co.uk/whitenoise/mamp-lamp-for-mac-hosting-multiple-sites-without-the-pro-version/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cleaner, better javascript popups</title>
		<link>http://www.olij.co.uk/whitenoise/cleaner-better-javascript-popups/</link>
		<comments>http://www.olij.co.uk/whitenoise/cleaner-better-javascript-popups/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 06:35:24 +0000</pubDate>
		<dc:creator>oliver</dc:creator>
				<category><![CDATA[Whitenoise]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.olij.co.uk/?p=798</guid>
		<description><![CDATA[This page shows a cool method for adding javascript popups to the links on your page, but only where needed and it doesn&#8217;t look messy either: http://www.quirksmode.org/js/popup.html#attributes]]></description>
			<content:encoded><![CDATA[<p>This page shows a cool method for adding <a href="http://www.quirksmode.org/js/popup.html#attributes">javascript popups</a> to the links on your page, but only where needed and it doesn&#8217;t look messy either: <a href="http://www.quirksmode.org/js/popup.html#attributes">http://www.quirksmode.org/js/popup.html#attributes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.olij.co.uk/whitenoise/cleaner-better-javascript-popups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 2011</title>
		<link>http://www.olij.co.uk/whitenoise/office-2011/</link>
		<comments>http://www.olij.co.uk/whitenoise/office-2011/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 16:55:04 +0000</pubDate>
		<dc:creator>oliver</dc:creator>
				<category><![CDATA[Whitenoise]]></category>

		<guid isPermaLink="false">http://www.olij.co.uk/?p=788</guid>
		<description><![CDATA[I finally made the move to office 2011 after using 2008 for waaaay too long and I have to say it is definitely worth it. Despite having 2008, I didn&#8217;t use entourage, the mac version of outlook, because it was bulky, slow and it didn&#8217;t really do much properly. Being a mac user, I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I finally made the move to office 2011 after using 2008 for waaaay too long and I have to say it is definitely worth it. Despite having 2008, I didn&#8217;t use entourage, the mac version of outlook, because it was bulky, slow and it didn&#8217;t really do much properly. Being a mac user, I don&#8217;t use an exchange server as I&#8217;ve never been able to do it reliably, so I <span id="more-788"></span>just used Mac Mail, which was a good light-weight client.</p>
<p>Office 2011 finally brings a full version of Outlook and I to say it&#8217;s great! It&#8217;s fast and also has seamless synchronisation with the mac address book which I use to synch with my gmail account (and thus iPhone). iCal integration isn&#8217;t ready yet apparently, but will come out later in the year, so for the time being I still have to use iCal, which synch&#8217;s with my google calendar (and then, again, with my iPhone).</p>
<p>Word is also better, with a more familiar ribbon interface than the altogether bizarre formatting palettes that came with 2008 &#8211; these probably worked well on a large screen desktop, but not on a 13&#8243; MBP. It also seems to be faster than the slow behemoth that was the 2008 version.</p>
<p>It almost hurts to say it, but Microsoft actually pulled it out the bag with this one.<br/><br/><a class="geolocation-link" href="#" id="geolocation788" name="51.5,-0.116999999999961" onclick="return false;">Posted from Lambeth, England, United Kingdom.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.olij.co.uk/whitenoise/office-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

