<?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>Code Computerlove</title>
	<atom:link href="http://blog.codecomputerlove.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codecomputerlove.com</link>
	<description></description>
	<lastBuildDate>Fri, 20 Jan 2012 10:35:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Tiny Terrors, re-writing an iPhone app in HTML</title>
		<link>http://blog.codecomputerlove.com/2012/01/20/tiny-terrors-re-writing-an-iphone-app-in-html/</link>
		<comments>http://blog.codecomputerlove.com/2012/01/20/tiny-terrors-re-writing-an-iphone-app-in-html/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 10:31:56 +0000</pubDate>
		<dc:creator>Development</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Our Work]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.codecomputerlove.com/?p=1543</guid>
		<description><![CDATA[What is it? Around Christmas 2010, we released a free iPhone game called Tiny Terrors into the App Store. This was written as a native Objective-C, iOS app. Since then we have rewritten the app using open web technologies i.e. HTML5, CSS3 and JavaScript and with the aid of Adobe&#8217;s PhoneGap, we have wrapped it [...]]]></description>
			<content:encoded><![CDATA[<h2>What is it?</h2>
<p><img style="float: right" src="http://a2.mzstatic.com/us/r1000/090/Purple/22/b6/44/mzl.fhkttell.175x175-75.jpg" alt="" width="175" height="175" /> Around Christmas 2010, we released a free iPhone game called <a href="http://www.tinyterrorsapp.com/" target="_blank">Tiny Terrors</a> into the <a href="http://itunes.apple.com/app/tiny-terrors-at-christmas/id408426345?mt=8&amp;ign-mpt=uo%3D4" target="_blank">App Store</a>. This was written as a native Objective-C, iOS app.</p>
<p>Since then we have rewritten the app using open web technologies i.e. HTML5, CSS3 and JavaScript and with the aid of Adobe&#8217;s <a href="http://phonegap.com/" target="_blank">PhoneGap</a>, we have wrapped it up for distribution via the App Store. </p>
<p>In this post I&#8217;ll explain why we did this, how we built it and what our next steps are likely to be.</p>
<h2>Where do I get it?</h2>
<p>Tiny Terrors is available for iOS devices via the <a href="http://itunes.apple.com/app/tiny-terrors-at-christmas/id408426345?mt=8&amp;ign-mpt=uo%3D4" target="_blank">App Store</a>.</p>
<p>You can also play a cut down version of Tiny Terrors directly in your web browser if you are a Chrome or Firefox user at <a href="http://www.tinyterrorsapp.com/play" target="_blank">www.tinyterrorsapp.com/play</a>. At the moment, the desktop version doesn&#8217;t allow adding yourself to the game and creating your own &#8220;tiny terrors&#8221;.</p>
<h2>Why do this?</h2>
<p>The purpose was simply to prove that we could develop effective, cross platform mobile apps that could be distributed by the various app stores using open web technologies.</p>
<p>Throughout 2011, we investigated technologies that could help reduce the overall cost and time associated with developing cross platform mobile applications. Building bespoke native apps for each of the major platforms can be time consuming and expensive. We needed an alternative solution that would allow our clients to reach the maximum number of platforms and devices as quickly and as cost effective as possible.</p>
<p>There were a number of important considerations that we held in mind during this research:</p>
<ul>
<li>It was crucial that the final results matched or exceeded what was expected from a typical native app user experience.</li>
<li>It would be great if we could harness our existing mobile web skills to help build mobile apps. 2010 and 2011 was a busy period for Code and mobile websites. The skills we refined on these sites covering technical, creative and user experience would serve as invaluable tools for mobile app development.</li>
<li>We understood that cross platform technologies would not replace the need for native app development or remove the need to have native app expertise within the agency. As an agency, we understand the need to pick the best technology for the job. We know there will be times when true native apps will be more suitable.</li>
</ul>
<h2>How did we do it?</h2>
<p>We investigated a number of cross platform technologies in addition to the HTML/CSS/JavaScript stack including Adobe&#8217;s <a href="http://www.adobe.com/products/flash.html" target="_blank">Flash</a>, Appcelerator&#8217;s <a href="http://www.appcelerator.com/" target="_blank">Titanium Platform</a> and Ansca Mobile&#8217;s <a href="http://www.anscamobile.com/corona/" target="_blank">Corona</a>.</p>
<p>These are fantastic products and each in their own way take the pain out of developing cross platform apps. However, one major concern was that we would become tied in to yet another proprietary platform. We wanted something open, something we had control off, something forward thinking and something universal that would provide us with greater long term flexibility. </p>
<p>During early 2011, we released the open source library <a href="http://www.photoswipe.com" target="_blank">PhotoSwipe</a>. This library made it simple for developers and designers to integrate touch based image galleries into mobile websites. Written in HTML, CSS and JavaScript, PhotoSwipe was purposely designed to mimic as close as possible the experience and functionality of the photo app that is bundled with iOS.</p>
<p>What we discovered when building PhotoSwipe was that with well thought out and tightly written JavaScript and clever use of CSS3, we could mimic very closely the appearance of a native app. Subtle tricks to trigger hardware acceleration in animation helped massively and we achieved impressive speeds even on older iOS devices like the iPhone 3G. </p>
<h3>Enter PhoneGap</h3>
<p>On the back of PhotoSwipe and other mobile web based prototypes that we developed (which included a touch based 3D product viewer!), we set out to look at the best way of wrapping HTML based apps in such a way that we could get them submitted and approved into the various mobile app stores. It&#8217;s true that you can write mobile web apps without the need of an app store presence, the Financial Times mobile web app being a fantastic example of this. The truth of the matter is however that you simply can&#8217;t ignore these app stores as an important distribution channel for your apps.</p>
<p>In addition, we also needed a way of allowing our HTML apps to use device hardware and features, for example camera and media access, push notifications etc. Certainly you can access a lot of features from mobile websites and on iOS devices you can query geo-location data, touch events and even the accelerometer. However, what you can access at the current time of writing is relatively limited compared to a native app.</p>
<p>To help with this we selected the open source project <a href="http://phonegap.com/" target="_blank">PhoneGap</a>. PhoneGap makes it incredibly simple to package up our HTML based mobile apps into a native wrapper that then allows us to distribute our apps successfully into the various app stores. PhoneGap also comes with a number of features that makes it simple for our apps to access various hardware features of a mobile device in a uniform way. For instance, using the camera is made accessible via a JavaScript interface that is identical for  iOS and Android devices. Additionally, the open nature of the project meant it fitted in perfectly with our research objectives.</p>
<p>However, the major plus point for PhoneGap is the ease at which it can be extended if a feature does not exist out of the box. Using both native language and JavaScript skills, it&#8217;s very simple to build your own plugins to access any feature of the device that your HTML based apps require. We successfully developed a number of plugins including overlaying a web app with native user interface components that blurred the line as to what was and wasn&#8217;t web platform based. We&#8217;ve developed other plugins to undertake work behind the scenes on behalf of a HTML based app &#8211; such as requesting content from another website or RSS feed. We also successfully developed a push notification plugin that allow our HTML based apps to respond intelligently to push notifications sent to a device.</p>
<p>What we discovered by joining HTML/CSS and JavaScript with PhoneGap was that we could write 80-90% (if not more) of an app using open web technologies and then using PhoneGap, fill in the the remaining functionality by using it&#8217;s built in features and developing our own plugins.</p>
<h3>Other frameworks and libraries we used</h3>
<p>In addition to PhoneGap, the Tiny Terrors app was built on a number of existing frameworks and libraries, including our own bespoke JavaScript app platform.</p>
<h4>JavaScript libraries used</h4>
<p>Tiny Terrors is based on a JavaScript framework built by ourselves. The framework was initially designed as a rapid prototyping tool for mobile apps and grew out of the work undertaken with PhotoSwipe etc. It wasn&#8217;t long however before it quickly grew into a production ready framework. This library is heavily events driven, extendable and out of the box makes it simple to handle transitions, page states and effectively &#8220;knits&#8221; an app&#8217;s components together.</p>
<p>Our framework is also built on a solid stack of proven 3rd party open source libraries including <a href="http://documentcloud.github.com/underscore/" target="_blank">Underscore.js</a>, <a href="http://documentcloud.github.com/backbone/" target="_blank">Backbone.js</a>, <a href="http://westcoastlogic.com/lawnchair/" target="_blank">Lawnchair</a> and <a href="http://zeptojs.com/" target="_blank">Zepto.js</a>. As well as Zepto.js, the framework works equally as well with <a href="http://jquery.com/" target="_blank">jQuery</a> for supporting non WebKit / Mozilla based browsers.</p>
<p>We did investigate using existing mobile web frameworks such as <a href="http://jquerymobile.com/" target="_blank">jQuery Mobile</a> and <a href="http://www.sencha.com/products/touch" target="_blank">Sencha Touch</a> and while we highly rate these, we found both a bit too large for what we needed and in the case of jQuery Mobile, the fact that it is tightly coupled to jQuery provided us with less flexibility than we would have liked.</p>
<h4>iOS libraries used</h4>
<p>In addition to PhoneGap, Tiny Terrors also uses the <a href="https://github.com/facebook/facebook-ios-sdk" target="_blank">Facebook iOS SDK</a>, the excellent <a href="http://kstenerud.github.com/ObjectAL-for-iPhone/" target="_blank">ObjectAL</a> library for audio and <a href="https://github.com/jdg/MBProgressHUD">MBProgressHUD</a> for displaying a native &#8220;loader / progress&#8221; indicator.</p>
<h2>Conclusion</h2>
<p>Currently Tiny Terrors works on the desktop (Chrome and Firefox currently) and iOS devices. Our next steps will be to integrate this into Android and Windows Phone 7 Mango devices.</p>
<p>If anything, rewriting Tiny Terrors has demonstrated that it is possible to write an app using open web technologies to maximise device and platform reach. It also shows that you can obtain a near native like experience. But as with any approach, you need to think carefully about whether the technology is right for your solution and be open and flexible to both native and &#8220;non-native&#8221; approaches. At the end of the day, if the end user receives an app experience that is on par with or exceeds what they expect from a device, then that&#8217;s the decisive factor.</p>
<p>Ste Brennan</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codecomputerlove.com/2012/01/20/tiny-terrors-re-writing-an-iphone-app-in-html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>This week on Ham</title>
		<link>http://blog.codecomputerlove.com/2012/01/13/this-week-on-ham/</link>
		<comments>http://blog.codecomputerlove.com/2012/01/13/this-week-on-ham/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 17:53:53 +0000</pubDate>
		<dc:creator>Code</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ham]]></category>

		<guid isPermaLink="false">http://blog.codecomputerlove.com/?p=1525</guid>
		<description><![CDATA['Ham' is an email list we use at Code to share randomness with one another. We thought we'd open it up to the world and give you all a glimpse of what's been going around the office recently.

Here's a few things that have tickled our fancy, piqued our curiosity, or just plain old made us laugh over the last couple of weeks.]]></description>
			<content:encoded><![CDATA[<p>&#8216;Ham&#8217; is an email list we use at Code to share randomness with one another. We thought we&#8217;d open it up to the world and give you all a glimpse of what&#8217;s been going around the office recently.</p>
<p>Here&#8217;s a few things that have tickled our fancy, piqued our curiosity, or just plain old made us laugh over the last couple of weeks.</p>
<ul>
<li>Every man and his dog throw their hats into the interactive TV ring at CES2012&#8230;<br />
<a href="http://is.gd/Ncmfc1" target="_blank">http://is.gd/Ncmfc1</a></li>
<li>&#8230;and speculation on what those TVs will look like and how you&#8217;ll interact with them:<br />
<a href="http://is.gd/uzW6OX" target="_blank">http://is.gd/uzW6OX</a></li>
<li>Recreate your own personal favourite OS reboot from yesteryear:<br />
<a href="http://is.gd/i1owJl" target="_blank">http://is.gd/i1owJl</a></li>
<li>The last big thing that wasn&#8217;t: QR codes, and why the public doesn&#8217;t &hearts; them:<br />
<a href="http://is.gd/fKaLha" target="_blank">http://is.gd/fKaLha</a></li>
<li>We&#8217;ve had concerns over the lack of signposting regarding what a QR code will do when you scan it. Looks like our concerns were justified:<br />
Spammers hit mobes with QR code junkmail jump pads<br />
<a href="http://is.gd/tC3T8O" target="_blank">http://is.gd/tC3T8O</a></li>
<li>Interesting piece about the trend of Chrome-only web sites &amp; apps, comparing it with the bad old world of sites &#8220;optimised&#8221; for Internet Explorer 6:<br />
Is Google Chrome the New IE6?<br />
<a href="http://is.gd/GL4AyS" target="_blank">http://is.gd/GL4AyS</a></li>
<li>This was cool, raising the profile of the role of good design:<br />
Apple&#8217;s Jonathan Ive gets knighthood in honours list<br />
<a href="http://is.gd/WQYA7z" target="_blank">http://is.gd/WQYA7z</a></li>
<li>We like to read our ebooks using the Kindle app for iPad. And Amazon have just made it much more pleasant to buy them directly from your tablet:<br />
Amazon launches iPad-optimized Kindle store<br />
<a href="http://is.gd/LZo5P1" target="_blank">http://is.gd/LZo5P1</a></li>
<li>The world&#8217;s most expensive motorway pile-up in Japan, just before Christmas<br />
<a href="http://is.gd/ExuUW7" target="_blank">http://is.gd/ExuUW7</a></li>
<li>Something we all suspected but dare not admit:<br />
Coffee blamed for infant Italianisation<br />
<a href="http://is.gd/Or99hD" target="_blank">http://is.gd/Or99hD</a></li>
<li>An Australian band have recreated scenes and characters from popular iPhone games for one of their music videos:<br />
<a href="http://www.youtube.com/watch?v=YrsoluSjuKc" target="_blank">http://www.youtube.com/watch?v=YrsoluSjuKc</a></li>
<li>And finally, our Christmas stress was eased greatly by the &#8220;Add to Amazon Wish List&#8221; browser extension. The perfect solution for people who&#8217;s family never knows what to get them:<br />
<a href="http://is.gd/bHfhqk" target="_blank">http://is.gd/bHfhqk</a></li>
</ul>
<p>- Barry</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codecomputerlove.com/2012/01/13/this-week-on-ham/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tony&#8217;s Digital Predictions for 2012</title>
		<link>http://blog.codecomputerlove.com/2011/12/31/tonys-digital-predictions-for-2012/</link>
		<comments>http://blog.codecomputerlove.com/2011/12/31/tonys-digital-predictions-for-2012/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 14:40:44 +0000</pubDate>
		<dc:creator>Code</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.codecomputerlove.com/?p=1523</guid>
		<description><![CDATA[As we see the end of another year at Code Towers, our very own Tony Foggett was invited to share his views on how 2011 treated us as a business and his views on the things to watch for in 2012. Tony&#8217;s full article is here. We feel very privileged to work in what is the most dynamic [...]]]></description>
			<content:encoded><![CDATA[<p>As we see the end of another year at Code Towers, our very own Tony Foggett was invited to share his views on how 2011 treated us as a business and his views on the things to watch for in 2012.</p>
<p>Tony&#8217;s <a title="Tony's 2012 predictions" href="http://www.how-do.co.uk/north-west-media-news/north-west-digital-media/tony-foggett's-digital-predictions-for-2012-20111220100956179">full article is here</a>.</p>
<p>We feel very privileged to work in what is the most dynamic industry on the planet, working with wonderful people within great brands.  And 2012 is already looking very positive with some exciting projects lining up in Q1 and Q2; working with a mixture of old and new clients.</p>
<p>From all at Code &#8211; here&#8217;s to a happy and prosperous New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codecomputerlove.com/2011/12/31/tonys-digital-predictions-for-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Car People Website scoops top Automotive Industry Award 2011</title>
		<link>http://blog.codecomputerlove.com/2011/12/02/the-car-people-website-scoops-top-automotive-industry-award-2011/</link>
		<comments>http://blog.codecomputerlove.com/2011/12/02/the-car-people-website-scoops-top-automotive-industry-award-2011/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 14:40:43 +0000</pubDate>
		<dc:creator>Code</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.codecomputerlove.com/?p=1519</guid>
		<description><![CDATA[We are very, very happy with this! Investment in digital marketing has paid off for our lovely client The Car People, which has scooped both Best Used Car Locator &#38; Website of the Year in the Car Supermarket category of the 2011 Autotrader Click Awards. We have been working together on refining the proposition for [...]]]></description>
			<content:encoded><![CDATA[<p>We are very, very happy with this!</p>
<p>Investment in digital marketing has paid off for our lovely client <a title="The Car People" href="http://www.thecarpeople.co.uk" target="_blank">The Car People</a>, which has scooped both<strong> Best Used Car Locator</strong> &amp; <strong>Website of the Year </strong>in the <strong>Car Supermarket category of the 2011 Autotrader Click Awards</strong>.</p>
<p>We have been working together on refining the proposition for around 2 years now and we are seeing the rewards.  We like to think it&#8217;s a leading site for the sector; built around innovative, customer focused experiences.</p>
<p>Key features of the site include:</p>
<ul>
<li>industry-leading search capabilities that make it easy to find a car to match specific requirements and criteria. In particular, the prominently positioned search bar on the homepage provides a user-friendly slider functionality and search buttons to make it easy to find a car straight away, or there is a more in depth advanced search tool by which customers can refine and alter results, search against a monthly budget or simply browse through the full collection;</li>
<li>by creating a free account on the site, users can add up to four cars to the ‘Your Favourites’ list and compare them side by side;</li>
<li>independent and impartial car reviews from What Car? Magazine, plus visitors to the site can also post their own reviews;</li>
<li>an instant finance calculator to help visitors to the site work out their overall spend based on PCP and HP finance requirements;</li>
<li>an instant online valuation tool based on a car’s registration;</li>
<li>and a live help session for additional support.</li>
</ul>
<p>We&#8217;ve also launched a user-friendly <a href="http://www.thecarpeople.co.uk/car-buyer/index.htm" target="_blank">online valuation service</a> earlier this year that provides customers with an accurate quote for The Car People to buy their car.</p>
<p>The online appraisal service boasts industry leading usability and level of detail to provide – what The Car People believe to be &#8211; the most accurate online quote available. It gives an online appraisal system that takes only minutes to complete, an instant ball-park value and an accurate quote within 24 hours.</p>
<p>2012 brings a mobile site to the table &#8211; and raises the question &#8216;what interesting things can we do with location based services&#8230;?&#8217;. We are looking forward to the challenge!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codecomputerlove.com/2011/12/02/the-car-people-website-scoops-top-automotive-industry-award-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;re off to Amsterdam!</title>
		<link>http://blog.codecomputerlove.com/2011/11/25/were-off-to-amsterdam/</link>
		<comments>http://blog.codecomputerlove.com/2011/11/25/were-off-to-amsterdam/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 08:58:37 +0000</pubDate>
		<dc:creator>Code</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.codecomputerlove.com/?p=1508</guid>
		<description><![CDATA[We Computerlovers are very lucky indeed.  Our lovely bosses treat us at Christmas (yes &#8211; OK its still November but we&#8217;re too busy in December!) to a weekend break to celebrate as a team and enjoy a beer or 3. Over the years we have been to some great places &#8211; and this year is [...]]]></description>
			<content:encoded><![CDATA[<p>We Computerlovers are very lucky indeed.  Our lovely bosses treat us at Christmas (yes &#8211; OK its still November but we&#8217;re too busy in December!) to a weekend break to celebrate as a team and enjoy a beer or 3.</p>
<p>Over the years we have been to some great places &#8211; and this year is no exception.</p>
<p>We are off to <a title="Canal culture" href="http://www.cultureshocktherapy.com/pic/nl/7265.jpg">Amsterdam</a> today!</p>
<p>We are staying in a hostel which rather reassuringly talks about itself in this way from their <a title="Hans Brinker Hotel" href="http://www.hans-brinker.com/">homepage</a>:</p>
<p><em>The Hans Brinker Budget Hotel has been proudly disappointing travellers for forty years. Boasting levels of comfort comparable to a minimum-security prison, the Hans Brinker also offers some plumbing and an intermittently open canteen serving a wide range of dishes based on runny eggs. </em></p>
<p>Hmmm&#8230; clearly no expense spent.</p>
<p>The commemorative t-shirt has arrived; plus the Computerlove Awards voting slip has been circulated.</p>
<p>Who will get <strong>Computerlover of the Year </strong>this year?</p>
<p>We&#8217;ll let you know!</p>
<p>And thanks to the support team we are leaving back in Manchester (you know who you are).  If it wasn&#8217;t for you guys the rest of us couldn&#8217;t go.</p>
<p>We&#8217;ll bring clogs. x</p>

<a href='http://blog.codecomputerlove.com/2011/11/25/were-off-to-amsterdam/img_1185/' title='Code Computerlove T-Shirt'><img width="150" height="150" src="http://blog.codecomputerlove.com/files/2011/11/IMG_1185-150x150.jpg" class="attachment-thumbnail" alt="Code Computerlove T-Shirt" title="Code Computerlove T-Shirt" /></a>
<a href='http://blog.codecomputerlove.com/2011/11/25/were-off-to-amsterdam/photo-2/' title='Voting slip'><img width="150" height="150" src="http://blog.codecomputerlove.com/files/2011/11/photo-150x150.jpg" class="attachment-thumbnail" alt="Voting slip" title="Voting slip" /></a>

]]></content:encoded>
			<wfw:commentRss>http://blog.codecomputerlove.com/2011/11/25/were-off-to-amsterdam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Movember. Code style</title>
		<link>http://blog.codecomputerlove.com/2011/11/23/movember-code-style/</link>
		<comments>http://blog.codecomputerlove.com/2011/11/23/movember-code-style/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 23:19:43 +0000</pubDate>
		<dc:creator>Code</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.codecomputerlove.com/?p=1493</guid>
		<description><![CDATA[We like to lead from the front in the things we do.  Growing an excellent moustache is no exception. Five of our most handsome and follicularly blessed specimens are donating their upper lip in the name of charity this month to raise some money. If you feel the need to donate please do so here. Ladies and [...]]]></description>
			<content:encoded><![CDATA[<p>We like to lead from the front in the things we do.  Growing an excellent moustache is no exception.</p>
<p>Five of our most handsome and follicularly blessed specimens are donating their upper lip in the name of charity this month to raise some money.</p>
<p>If you feel the need to <strong><a title="Mospace" href="http://uk.movember.com/mospace/1590184/" target="_blank">donate please do so here</a>.</strong></p>
<p>Ladies and Gentlemen &#8211; I give you Dan, Luke, Jono, Adam and Col.</p>
<p>Moustache Gods.</p>

<a href='http://blog.codecomputerlove.com/2011/11/23/movember-code-style/dan/' title='dan'><img width="150" height="150" src="http://blog.codecomputerlove.com/files/2011/11/dan-150x150.jpg" class="attachment-thumbnail" alt="dan" title="dan" /></a>
<a href='http://blog.codecomputerlove.com/2011/11/23/movember-code-style/luke/' title='luke'><img width="150" height="150" src="http://blog.codecomputerlove.com/files/2011/11/luke-150x150.jpg" class="attachment-thumbnail" alt="luke" title="luke" /></a>
<a href='http://blog.codecomputerlove.com/2011/11/23/movember-code-style/jono/' title='jono'><img width="150" height="150" src="http://blog.codecomputerlove.com/files/2011/11/jono-150x150.jpg" class="attachment-thumbnail" alt="jono" title="jono" /></a>
<a href='http://blog.codecomputerlove.com/2011/11/23/movember-code-style/adam/' title='adam'><img width="150" height="150" src="http://blog.codecomputerlove.com/files/2011/11/adam-150x150.jpg" class="attachment-thumbnail" alt="adam" title="adam" /></a>
<a href='http://blog.codecomputerlove.com/2011/11/23/movember-code-style/col/' title='col'><img width="150" height="150" src="http://blog.codecomputerlove.com/files/2011/11/col-150x150.jpg" class="attachment-thumbnail" alt="col" title="col" /></a>

]]></content:encoded>
			<wfw:commentRss>http://blog.codecomputerlove.com/2011/11/23/movember-code-style/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>We are North West Marketing Agency of Year 2011!</title>
		<link>http://blog.codecomputerlove.com/2011/11/21/code-scoops-north-west-marketing-agency-of-year-award/</link>
		<comments>http://blog.codecomputerlove.com/2011/11/21/code-scoops-north-west-marketing-agency-of-year-award/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 11:27:30 +0000</pubDate>
		<dc:creator>Code</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.codecomputerlove.com/?p=1479</guid>
		<description><![CDATA[For the second year running we&#8217;ve managed to secure the 2011 MiNetwork Awards &#8216;North West Marketing Agency of the Year 2011&#8242; beating all the usual on and offline suspects from around the region. This is a great honour and something the team here are very proud of indeed! We&#8217;ve also recently received a commendation in [...]]]></description>
			<content:encoded><![CDATA[<p>For the second year running we&#8217;ve managed to secure the <strong>2011 MiNetwork Awards &#8216;North West Marketing Agency of the Year 2011&#8242;</strong> beating all the usual on and offline suspects from around the region.</p>
<p>This is a great honour and something the team here are very proud of indeed!</p>
<p>We&#8217;ve also recently received a commendation in the Best Travel/Leisure/Sports Website or Campaign at the annual DADI awards for our work with <a title="www.tpexpress.co.uk" href="http://www.tpexpress.co.uk" target="_blank">First TransPennine Express</a>.</p>
<p>As the 2011 award season draws to a close this takes our tally this year to six; a year which has been for us a focus on emerging technologies, mobile, iTV commissions and other digital innovations – from social media to use of visual design.</p>
<p>We would like to thank our clients for all their continued support, interesting briefs to keep us out of trouble and allowing us the opportunity to do great work together.</p>
<p>This one&#8217;s for you!</p>
<div id="attachment_1490" class="wp-caption alignleft" style="width: 310px"><a href="http://blog.codecomputerlove.com/files/2011/11/MI.jpg"><img class="size-medium wp-image-1490" src="http://blog.codecomputerlove.com/files/2011/11/MI-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Thanks everyone!</p></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codecomputerlove.com/2011/11/21/code-scoops-north-west-marketing-agency-of-year-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code, the BBC and the good folks from NUX</title>
		<link>http://blog.codecomputerlove.com/2011/11/10/code-the-bbc-and-the-good-folks-from-nux/</link>
		<comments>http://blog.codecomputerlove.com/2011/11/10/code-the-bbc-and-the-good-folks-from-nux/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 15:21:56 +0000</pubDate>
		<dc:creator>User Experience</dc:creator>
				<category><![CDATA[User Experience]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[Code Computerlove]]></category>
		<category><![CDATA[code office]]></category>
		<category><![CDATA[NUX]]></category>

		<guid isPermaLink="false">http://blog.codecomputerlove.com/?p=1435</guid>
		<description><![CDATA[Northern User Experience (NUX) is an informal community for people interested in usability. Based in Manchester and Leeds, NUX holds free monthly meet-ups in both cities, with guest speakers from the User Experience community. Code Computerlove host the Manchester meet-ups, donating the use of our office space and facilities (and our refreshments budget) for the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.codecomputerlove.com/files/2011/11/IMG_1453-300x225.jpg" alt="Assembling a team" width="0" height="0" class="size-medium wp-image-1447" /></p>
<p><a href="http://northern-user-experience.org/" target="_blank">Northern User Experience</a> (NUX) is an informal community for people interested in usability. Based in Manchester and Leeds, NUX holds free monthly meet-ups in both cities, with guest speakers from the User Experience community.</p>
<p><a href="http://www.codecomputerlove.com/" target="_blank">Code Computerlove</a> host the Manchester meet-ups, donating the use of our office space and facilities (and our refreshments budget) for the events, which typically draw anywhere between 10 and 40 people, depending on such vagaries as the guest speaker and their subject, the Mancunian weather, release dates for Call of Duty: MW3, and high profile football games.</p>
<h2>Building a UX Team</h2>
<p>On Tuesday we were extremely lucky to have <strong>Jane Murison from the BBC</strong> (<a href="http://twitter.com/mewroh" target="_blank">@mewroh</a>) who spoke about what it is like setting up, managing and developing a UX team.</p>
<p><a href="http://blog.codecomputerlove.com/files/2011/11/yourspeaker.png"><img class="alignnone size-medium wp-image-1438" src="http://blog.codecomputerlove.com/files/2011/11/yourspeaker-300x90.png" alt="Your speaker for the evening" width="300" height="90" /></a></p>
<h2>A Good Start To Proceedings</h2>
<p>I knew things were going well when I saw Jane’s job title: <strong>Head of UX&amp;D for Knowledge &amp; Learning and Children’s at BBC Future Media and Technology</strong>, which as far as I can tell covers everything apart from Eastenders and Match of the Day.</p>
<p>When I grow up I want a job title like that.</p>
<p>Another sign of things going well happened when I was setting up the drinks and nibbles table. One of the multipack Monster Munch bags contained an extra pack. In my mind this officially marks it down as A Good Day.</p>
<p><a href="http://blog.codecomputerlove.com/files/2011/11/snacks.jpg"><img src="http://blog.codecomputerlove.com/files/2011/11/snacks-300x225.jpg" alt="Snacks" width="300" height="225" class="alignnone size-medium wp-image-1436" /></a></p>
<h2>Eyes down for a full house</h2>
<p><img src="http://blog.codecomputerlove.com/files/2011/11/barry-e1320939946616-150x150.jpg" alt="Barry" width="150" height="150" hspace="10" class="alignright size-thumbnail wp-image-1473" /></p>
<p>NUX use <a href="http://nux.eventbrite.com/">Eventbrite</a> for reserving places, and attendance tonight was always looking good, but I was pleased to see a lot of new faces this month, including a few guests who came over from the Leeds branch of NUX. </p>
<p>Clearly the BBC’s move <em>oop north</em> is of great interest to the digital community in Manchester, and this talk was a chance to put a face to the organisation and find out a little more about them.</p>
<h2>Insights into working at the Beeb</h2>
<p>Jane’s talk was both candid and revealing, giving us a great insight into:</p>
<ul>
<li>what the BBC are like as an employer</li>
<li>how their UX function has grown over the years</li>
<li>what she might be like as a manager</li>
<li>what you should look for in building and developing a team.</li>
</ul>
<p>She covered topics such as:</p>
<ul>
<li>what to look for when hiring, and how hiring like-for-like is not always the best option</li>
<li>managing personalities and team dynamics and potential conflicts</li>
<li>empowering teams members to define their own roles and personal development</li>
<li>difficulties she has faced managing a team split across 3 locations (top tip: learn to knit on the train).</li>
</ul>
<p><a href="http://blog.codecomputerlove.com/files/2011/11/IMG_1450.jpg"><img src="http://blog.codecomputerlove.com/files/2011/11/IMG_1450-300x225.jpg" alt="How the BBC's team has grown" width="300" height="225" class="size-medium wp-image-1445" /></a></p>
<h2>Pen and Paper? But we’re Digital!?!</h2>
<p>There were also a couple of brief exercises where we were asked to think about what our job titles were, what skills we have and what skills we use.</p>
<p>There was an audible intake of breath when Jane asked us to write these down <strong>ON PAPER</strong>.  I don’t know about anyone else, but apart from a few low-fi wireframe sketches, I don’t think I’ve put an actual pen to some actual paper in a meaningful way in years!</p>
<p>Jane then asked us if we were happy with our job titles; what we would prefer them to be; if we thought they described what we did effectively and what personal skills we each had that we thought were under-used in our current jobs.</p>
<p>This section of the talk was particularly revealing, and certainly made me think about skills I had that were not being used to their full potential, and what I could do to remedy that.</p>
<p><a href="http://blog.codecomputerlove.com/files/2011/11/IMG_1453.jpg"><img src="http://blog.codecomputerlove.com/files/2011/11/IMG_1453-300x225.jpg" alt="Assembling a team" width="300" height="225" class="size-medium wp-image-1447" /></a></p>
<h2>So, tell us about Auntie&#8230;</h2>
<p>It was also interesting to hear what the BBC is like as an employer; how easy it is for them to recruit (let&#8217;s face it, everyone would love Auntie Beeb on their CVs, right?); the scope employees have for career progression, personal development and the types of projects the team get to work on.</p>
<h2>Cult Of Personality?</h2>
<p>Jane’s talk was presented in a very informal style and her personality and engaging manner really brought the presentation to life.</p>
<p>After the talk, we had a questions and answers session with Jane, and as ever this part of the evening was also very interesting.</p>
<p>Again, Jane was open and honest, answering all kinds of questions about topics as potentially sensitive as how to handle team members who are underachieving or counter-productive, how one sometimes has to punch a loved one in the face in order to get them to leave a burning building.</p>
<p>Overall the event was a great success, and certainly introduced the Manchester UX community to a face within the BBC. On behalf of Code and the NUX I’d like to thank Jane for giving up her evening, and wish her the best of success over at Media City in Salford Quays.</p>
<p>&#8211;<br />
Barry</p>
<p><strong>Bootstrap:</strong><br />
The next NUX Manchester event is &#8220;<strong>All about the Metro UI</strong>&#8221; with <a href="http://twitter.com/Ben_Lowe" target="_blank">@Ben_Lowe</a> on Monday the 5th December 2011. More details can be found on <a href="http://northern-user-experience.org/" target="_blank">http://northern-user-experience.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codecomputerlove.com/2011/11/10/code-the-bbc-and-the-good-folks-from-nux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google hides keywords; move along, nothing to see here!</title>
		<link>http://blog.codecomputerlove.com/2011/11/02/google-hides-keywords-move-along-nothing-to-see-here/</link>
		<comments>http://blog.codecomputerlove.com/2011/11/02/google-hides-keywords-move-along-nothing-to-see-here/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 13:09:09 +0000</pubDate>
		<dc:creator>Code</dc:creator>
				<category><![CDATA[Digital Marketing]]></category>

		<guid isPermaLink="false">http://blog.codecomputerlove.com/?p=1423</guid>
		<description><![CDATA[Recently, Google updated the way in which referral data is passed though from a natural search referral, what it meant was that any person logged into their Google account would not refer keyword data in the referring URL which would hide the keywords people were clicking on natural listings. As per most SEOers we tried [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-1425" src="http://blog.codecomputerlove.com/files/2011/11/analytics-300x176.png" alt="" width="300" height="176" />Recently, Google updated the way in which referral data is passed though from a natural search referral, what it meant was that any person logged into their Google account would not refer keyword data in the referring URL which would hide the keywords people were clicking on natural listings. As per most SEOers we tried to estimate the how this would impact our clients, tried to work out why Google was calling this privacy was it was still passing keyword data through for PPC searches(?) and finally looked at the impact for further keyword research.</p>
<p><span id="more-1423"></span></p>
<p>Since the 20th of October the phrases &#8216;not provided&#8217; has started appearing in the non-paid keyword reports and the results were simple:</p>
<p>Of the almost 4 million organic search visitors to the sites between the 20th of October till the 31st of October approximately 2000 visits were from (not provided) key phrases, however as of the 1st of November this amount doubled. Unfortunately this means we will need to track this for a bit longer to see the full impact but at this stage even of with the November figures this is still only equates to 0.1%.</p>
<p>Does this mean the panic is over? Well like other bloggers, such as <a href="http://searchenginewatch.com/article/2120227/Should-SEOs-Prepare-for-the-End-of-Google-as-We-Know-It">Gareth Owen</a>, have also mentioned Google is not giving up on its push to conquer Social and the more successful they become the more people will be logged in and this number will increase. In reality but this is very unlikely to reach over 10% in the next 24 months. So until Google bring out their next unsuccessful PR stunt similar to Buzz, +1, Wave, star, preview, real time tweets…. etc. it is business as usual.</p>
<p>- Tim Hill</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codecomputerlove.com/2011/11/02/google-hides-keywords-move-along-nothing-to-see-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brands! Embrace the Mobile Web with our Mobile ‘Starter Pack’</title>
		<link>http://blog.codecomputerlove.com/2011/10/11/brands-embrace-the-mobile-web-with-code%e2%80%99s-mobile-%e2%80%98starter-pack%e2%80%99/</link>
		<comments>http://blog.codecomputerlove.com/2011/10/11/brands-embrace-the-mobile-web-with-code%e2%80%99s-mobile-%e2%80%98starter-pack%e2%80%99/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 13:15:38 +0000</pubDate>
		<dc:creator>Code</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.codecomputerlove.com/?p=1417</guid>
		<description><![CDATA[We have developed a new mobile web package for brands and companies who want the immediate benefits of having a mobile optimised site and gain some fast learnings about the importance and impact of mobile]]></description>
			<content:encoded><![CDATA[<p>I’m sure you’ve read a hundred times now that millions of customers are accessing websites via mobile devices and that those greeted by a mobile optimised website become more brand loyal and inclined to buy.</p>
<p>So what are you waiting for? Ah, not convinced you really need a mobile site?</p>
<p>We have developed a new mobile web package for brands and companies who want the immediate benefits of having a mobile optimised site and gain some fast learnings about the importance and impact of mobile on their brand in order to develop a comprehensive mobile strategy.</p>
<p>In addition to being a cost-effective first step into mobile, it’s also ideal for SMEs that want to reap the benefits of a mobile optimised site.</p>
<p>Our new solution uses bespoke software that’s been developed by our innovations team, which is becoming renowned for our clever use of web technologies, including <a href="http://www.photoswipe.com" target="_blank">Photoswipe </a>– an open source mobile image gallery.</p>
<p>This is supported by our 12 years of experience working with some of the UK’s leading consumer brands and service providers – from HMV through to Brother UK.</p>
<p>Our new Starter Pack mobile solution can deliver:</p>
<ul>
<li>A mobile version of your website that replicates your desktop site in terms of content, brand look and feel, but that is tailored to the exacting needs of mobile users</li>
<li>It can be delivered in weeks not months, with no impact on your current site’s infrastructure, CMS or on your current IT systems. (It is also ideal for brands who have complex IT restrictions that prohibit the easy development of a mobile site.)</li>
<li>The mobile site will be constantly in tune with any changes to your main desktop site – it’s all automated so update your site as normal and the mobile site will reflect these straight away</li>
<li>Google tracking means performance data can be obtained easily and effectively, informing you exactly how the site is being used</li>
<li>Our Photoswipe system can be included in the mobile website solutions to enhance online galleries and product displays. Photoswipe allows all mobile users to swipe between images</li>
<li>Add enquiry forms and other data collection mechanics tailored for the site</li>
<li>Integrate the mobile site with social media profiles</li>
<li>Hosted forms on our server sends all of your form data to you at a time that suits your processes</li>
</ul>
<p>Our boss Tony Foggett thinks it&#8217;s cool; “This is a great approach for companies to take their first steps into mobile and work out a comprehensive digital strategy.  Being able to clearly see mobile customer behaviour and understand the value of mobile optimised pages means companies can invest in future mobile technologies with the confidence that their outlay will make a difference to the bottom line.”</p>
<p>For a cost-effective mobile solution with the added peace of mind that you’re dealing with one of the UK’s Top 20, multi award winning digital marketing agencies (NMA and Marketing magazine digital league tables) contact Steve Peters on 0161 276 2080 or email <a href="mailto:steve.peters@codecomputerlove.com">steve.peters@codecomputerlove.com</a></p>
<p>We’d be happy to show you examples of websites already using this technology – just drop us a line.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codecomputerlove.com/2011/10/11/brands-embrace-the-mobile-web-with-code%e2%80%99s-mobile-%e2%80%98starter-pack%e2%80%99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.448 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-05 11:11:23 -->
<!-- Compression = gzip -->
