<?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/"
	>

<channel>
	<title>Chris Bewick</title>
	<atom:link href="http://chrisbewick.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisbewick.com/blog</link>
	<description>My contribution to the world wide web</description>
	<pubDate>Tue, 20 Dec 2011 08:54:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Backbone.js - Time for Something New</title>
		<link>http://chrisbewick.com/blog/inspiration/backbonejs-time-for-something-new/</link>
		<comments>http://chrisbewick.com/blog/inspiration/backbonejs-time-for-something-new/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 08:54:19 +0000</pubDate>
		<dc:creator>Chris Bewick</dc:creator>
		
		<category><![CDATA[Inspiration]]></category>

		<category><![CDATA[app]]></category>

		<category><![CDATA[backbone]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[learning]]></category>

		<category><![CDATA[mvc]]></category>

		<category><![CDATA[templating]]></category>

		<category><![CDATA[underscore]]></category>

		<guid isPermaLink="false">http://chrisbewick.com/blog/?p=592</guid>
		<description><![CDATA[
Last week I was involved in a discussion which amongst other topics covered working with github and building javascript apps with client-side MVC frameworks such as backbone.js. Whilst I had a vague awareness of both I was unable to contribute very much to the conversation due to a lack of hands-on experience. Feeling rather frustrated [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://chrisbewick.com/blog/wp-content/uploads/2011/12/backbone1.png" alt="Backbone.js logo" title="Backbone.js logo" width="410" height="100" class="alignnone size-full wp-image-595" /></p>
<p>Last week I was involved in a discussion which amongst other topics covered working with <a href="https://github.com/">github</a> and building javascript apps with client-side MVC frameworks such as <a href="http://documentcloud.github.com/backbone/">backbone.js</a>. Whilst I had a vague awareness of both I was unable to contribute very much to the conversation due to a lack of hands-on experience. Feeling rather frustrated by this I decided to grab the bull by the horns and jump straight into building a new backbone app and pushing the source code to github.</p>
<p>Last night, as a result,  <a title="See drinklist on github" href="https://github.com/Stompfrog/Drinklist--backbone.js---A-work-in-progress-learning-exercise-">drinklist</a> was born. The app itself is currently very basic and is neither intended to change the world nor make me famous. What I do however hope is that overtime it will evolve into a respectable code example which will cover some skills that I have not yet found an opportunity to implement in my current job.</p>
<p>The technologies involved in the app are:</p>
<ul>
<li><a href="http://documentcloud.github.com/backbone/">Backbone.js</a> (MVC app framework)</li>
<li><a href="https://github.com/jeromegn/Backbone.localStorage">Backbone.localStorage plugin</a> (Data storage solution)</li>
<li><a href="http://documentcloud.github.com/underscore/">Underscore.js</a> (JS templating)</li>
<li><a href="http://jquery.com/">jQuery</a> (JS library)</li>
<li><a href="http://twitter.github.com/bootstrap/">Bootstrap</a> (CSS framework)</li>
</ul>
<p>The <a title="See the drinklist demo app" href="http://stompfrog.co.uk/drinklist/">first version of the demo app</a> also includes a to &#8220;Still to do&#8230;&#8221; list which outlines where I hope this learning exercise will take me.</p>
<p>Feedback from any more experienced backbone folk or suggested reading links would be much appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisbewick.com/blog/inspiration/backbonejs-time-for-something-new/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Node.js – Server-side JavaScript</title>
		<link>http://chrisbewick.com/blog/inspiration/nodejs-server-side-javascript/</link>
		<comments>http://chrisbewick.com/blog/inspiration/nodejs-server-side-javascript/#comments</comments>
		<pubDate>Tue, 24 May 2011 08:33:02 +0000</pubDate>
		<dc:creator>Chris Bewick</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Inspiration]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[course]]></category>

		<category><![CDATA[event]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[learning]]></category>

		<category><![CDATA[node]]></category>

		<category><![CDATA[server-side]]></category>

		<category><![CDATA[web-sockets]]></category>

		<guid isPermaLink="false">http://chrisbewick.com/blog/?p=561</guid>
		<description><![CDATA[Last Friday I was lucky enough to attend Remy Sharp&#8217;s one day Node.js workshop in London.

The course started, rather conveniently, from the very beginning and concisely covered the basic installation of node.js and getting up and running with node package manager. 
Next we used express.js, a node web framework, to rapidly build and deploy a [...]]]></description>
			<content:encoded><![CDATA[<p>Last Friday I was lucky enough to attend <a href="http://remysharp.com/">Remy Sharp</a>&#8217;s one day <a href="http://nodejs.org/">Node.js</a> workshop in London.</p>
<p><img src="http://chrisbewick.com/blog/wp-content/uploads/2011/05/nodejs.png" alt="nodejs - server side javascript" title="nodejs - server side javascript" width="410" height="200" class="alignnone size-full wp-image-563" /></p>
<p>The course started, rather conveniently, from the very beginning and concisely covered <a href="https://github.com/joyent/node/wiki/Installation">the basic installation of node.js</a> and getting up and running with <a href="http://npmjs.org/">node package manager</a>. </p>
<p>Next we used <a href="http://expressjs.com/">express.js</a>, a node web framework, to rapidly build and deploy a data-driven webapp complete with custom url routing, and <a href="http://embeddedjs.com/">EJS</a> page templating. As if this wasn&#8217;t already enough, we then wrote another line or two of code to add a fully functional JSON API to provide access our site&#8217;s data&#8230; amazing!</p>
<p>For me this was the highlight of the day. The speed with which new prototypes can be built and deployed is astonishing. Express JS kind of reminded me of the CodeIgniter PHP framework except it was quicker and easier to work with in almost every respect. </p>
<p>After a very impressive two course lunch, complete with a salad bar (all included in the ticket price) we headed back to the classroom to learn how to create a variety of web servers to support: </p>
<ul>
<li><a href="http://www.w3.org/TR/websockets/">Web sockets</a></li>
<li><a href="http://socket.io/">Socket.IO</a></li>
<li><a href="http://www.w3.org/TR/eventsource/">Server-sent Events</a></li>
<li><a href="http://en.wikipedia.org/wiki/Push_technology#Long_polling">Long polling</a></li>
</ul>
<p>For the lazier readers amongst you, there is a good summary of all these technologies over at the <a href="http://html5doctor.com/methods-of-communication/">HTML5Doctor</a> blog.</p>
<p>Unfortunately, due to evolution of the workshop syllabus throughout Remy&#8217;s tour, learning about databases (<a href="http://www.mongodb.org/">MongoDB</a>) was no longer in scope for the course. However, thanks to the solid foundation I got from the rest of the course, I am now confident that I can work this part out on my own.</p>
<p><strong>WARNING</strong>: After a couple of beers it seems <a href="http://twitter.com/rem">Remy</a> has a tendency to get over-excited whilst demoing his <a href="http://forbind.net/">pet projects</a>. If there are any full pints on the table, get your laptop and bag out of the way ASAP!</p>
<p>All in all a great day. I left feeling inspired to build new things, eager to learn more and smelling somewhat beery, thanks Remy.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisbewick.com/blog/inspiration/nodejs-server-side-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>#RDGGEEK - iPhone app approved</title>
		<link>http://chrisbewick.com/blog/portfolio/rdggeek-iphone-app-approved/</link>
		<comments>http://chrisbewick.com/blog/portfolio/rdggeek-iphone-app-approved/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 19:39:25 +0000</pubDate>
		<dc:creator>Chris Bewick</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<category><![CDATA[app store]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[iOS]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[objective-c]]></category>

		<category><![CDATA[RDGGEEK]]></category>

		<guid isPermaLink="false">http://chrisbewick.com/blog/?p=493</guid>
		<description><![CDATA[Today I received notification from Apple that my first iPhone app submission had been approved for the app store. 
#RDGGEEK is a native Objective-C app that displays the speakers and talk descriptions for Reading Geek Night events past, present and future. The app is powered by a JSON feed from the main Reading Geek Night [...]]]></description>
			<content:encoded><![CDATA[<p>Today I received notification from Apple that my first iPhone app submission had been approved for the app store. </p>
<p>#RDGGEEK is a native Objective-C app that displays the speakers and talk descriptions for <a href="http://readinggeeknight.com/">Reading Geek Night</a> events past, present and future. The app is powered by a JSON feed from the main Reading Geek Night website. The event data is stored offline and updated every time the app is launched.</p>
<p><img src="http://chrisbewick.com/blog/wp-content/uploads/2010/11/rdggeek-iphone-app.png" alt="rdggeek iphone app screenshot" title="rdggeek iphone app screenshot" width="410" height="356" class="alignnone size-full wp-image-494" /></p>
<p>The #RDGGEEK app can now be downloaded from <a href="http://itunes.apple.com/cz/app/rdggeek/id386213310?mt=8">the app store</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisbewick.com/blog/portfolio/rdggeek-iphone-app-approved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone Development Course</title>
		<link>http://chrisbewick.com/blog/events/iphone-development-course/</link>
		<comments>http://chrisbewick.com/blog/events/iphone-development-course/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 18:15:00 +0000</pubDate>
		<dc:creator>Chris Bewick</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[app store]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[iOS]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[objective-c]]></category>

		<guid isPermaLink="false">http://chrisbewick.com/blog/?p=488</guid>
		<description><![CDATA[I have just completed a fantastic three-day iPhone development course run by @aral. 
The course was an excellent introduction to xCode, Objective-C and the iOS SDK. In addition to this it really helped to cement the principles of OOP in my mind. Much to my delight, the example projects were very well thought out and [...]]]></description>
			<content:encoded><![CDATA[<p>I have just completed a fantastic three-day iPhone development course run by <a href="http://twitter.com/#!/aral">@aral</a>. </p>
<p>The course was an excellent introduction to xCode, Objective-C and the iOS SDK. In addition to this it really helped to cement the principles of <acronym title="Object-oriented programming">OOP</acronym> in my mind. Much to my delight, the example projects were very well thought out and could be applied to many real world applications.</p>
<p><img src="http://chrisbewick.com/blog/wp-content/uploads/2010/11/x-code-icon.png" alt="x-code-icon" title="x-code-icon" width="410" height="410" class="alignnone size-full wp-image-489" /></p>
<p>Aral was a knowledgeable and enthusiastic teacher with a real passion for user experience. Big thanks to Yell for funding my place on the course and an even bigger thanks to Aral for opening the door to the App Store.</p>
<p>To find out more details about future dates for this course check out <a href="http://aralbalkan.com/">Aral&#8217;s website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisbewick.com/blog/events/iphone-development-course/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Josh Wynter site goes live</title>
		<link>http://chrisbewick.com/blog/portfolio/new-josh-wynter-site-goes-live/</link>
		<comments>http://chrisbewick.com/blog/portfolio/new-josh-wynter-site-goes-live/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 20:01:58 +0000</pubDate>
		<dc:creator>Chris Bewick</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://chrisbewick.com/blog/?p=504</guid>
		<description><![CDATA[This week has seen the launch of my latest freelance project, working with Josh Wynter, a talented composer from Bristol.

Josh wanted a portfolio site to showcase a wide variety of media including; audio, video, photos and a news feed. He also wanted to manage the site using wordpress and for all of the content to [...]]]></description>
			<content:encoded><![CDATA[<p>This week has seen the launch of my latest freelance project, working with Josh Wynter, a talented composer from Bristol.</p>
<p><a href="http://joshwynter.co.uk"><img src="http://chrisbewick.com/blog/wp-content/uploads/2010/11/josh-wynter-screenshot.png" alt="Josh Wynter website screenshot" title="Josh Wynter website screenshot" width="410" height="280" class="alignnone size-full wp-image-505" /></a></p>
<p>Josh wanted a portfolio site to showcase a wide variety of media including; audio, video, photos and a news feed. He also wanted to manage the site using wordpress and for all of the content to be navigable without any page refreshes.</p>
<p>This was the first time I had worked with the new wordpress 3.0 release and it was a great opportunity to make use of the new <a href="http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/">custom post types</a>. I personally think this is one of the best sites I have ever built and enjoyed every minute of it, Thanks Josh.</p>
<p>Josh&#8217;s website: <a href="http://joshwynter.co.uk">http://joshwynter.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chrisbewick.com/blog/portfolio/new-josh-wynter-site-goes-live/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HTML5 site of the month</title>
		<link>http://chrisbewick.com/blog/inspiration/html5-site-of-the-month/</link>
		<comments>http://chrisbewick.com/blog/inspiration/html5-site-of-the-month/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 18:12:47 +0000</pubDate>
		<dc:creator>Chris Bewick</dc:creator>
		
		<category><![CDATA[Inspiration]]></category>

		<category><![CDATA[Portfolio]]></category>

		<category><![CDATA[Add new tag]]></category>

		<category><![CDATA[award]]></category>

		<category><![CDATA[html5]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[recognition]]></category>

		<category><![CDATA[yell]]></category>

		<guid isPermaLink="false">http://chrisbewick.com/blog/?p=475</guid>
		<description><![CDATA[This month&#8217;s issue of .net magazine has awarded the recently reskinned Yell.com HTML5 site of the month!

As a front-end developer on the project I was quoted in the article as saying&#8230;
&#8220;The front-end dev team at Yell wanted to advance the coding standards, and moving to the HTML5 doctype was the first logical step. We made [...]]]></description>
			<content:encoded><![CDATA[<p>This month&#8217;s issue of <a href="http://www.netmag.co.uk/">.net magazine</a> has awarded the recently reskinned <a href="#">Yell.com</a> <strong>HTML5 site of the month</strong>!</p>
<p><img src="http://chrisbewick.com/blog/wp-content/uploads/2010/11/html5-site-of-the-month.png" alt="HTML5 Site of the Month badge" title="html5-site-of-the-month" width="410" height="240" class="alignnone size-full wp-image-481" /></p>
<p>As a front-end developer on the project I was quoted in the article as saying&#8230;</p>
<blockquote><p>&#8220;The front-end dev team at Yell wanted to advance the coding standards, and moving to the HTML5 doctype was the first logical step. We made use of custom data attributes, placeholder attributes and local storage, all of which contributed to an improvement in the quality of our source code and the performance of our JavaScript. We also had the added benefit of being able to simplify our charset, style and script tags.&#8221; <cite>- Chris Bewick</cite></p></blockquote>
<p>This was an excellent project to work on and I am delighted with the reponse. Many thanks to <a href="http://twitter.com/brucel">@brucel</a> for the great write-up and to <a href="http://twitter.com/doodlemoonch">@doodlemoonch</a> for being, as always, a delight to work with.</p>
<p>This article can be found on page 57 of issue 204 of .net magazine.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisbewick.com/blog/inspiration/html5-site-of-the-month/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Doctor, doctor&#8230;</title>
		<link>http://chrisbewick.com/blog/personal/doctor-doctor/</link>
		<comments>http://chrisbewick.com/blog/personal/doctor-doctor/#comments</comments>
		<pubDate>Thu, 27 May 2010 11:49:56 +0000</pubDate>
		<dc:creator>Chris Bewick</dc:creator>
		
		<category><![CDATA[personal]]></category>

		<category><![CDATA[data-attributes]]></category>

		<category><![CDATA[guest post]]></category>

		<category><![CDATA[html5]]></category>

		<category><![CDATA[html5doctor]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://chrisbewick.com/blog/?p=411</guid>
		<description><![CDATA[
I am really excited to be able to announce the publishing of my guest author post, HTML5 Custom Data Attributes (data-*) on the HTML5 Doctor website. 
I have used HTML5 Doctor as a learning resource many times in the past and it feels great to be able to give a little something back.
Many thanks to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://html5doctor.com/html5-custom-data-attributes/" title="HTML5 Custom Data Attributes (data-*)"><img src="http://chrisbewick.com/blog/wp-content/uploads/2010/05/html5-doctor-logo.jpg" alt="html5 doctor logo" width="410" height="115" class="alignnone size-full wp-image-461" /></a></p>
<p>I am really excited to be able to announce the publishing of my guest author post, <a href="http://html5doctor.com/html5-custom-data-attributes/" title="HTML5 Custom Data Attributes (data-*)">HTML5 Custom Data Attributes (data-*)</a> on the HTML5 Doctor website. </p>
<p>I have used <a title="HTML5 Doctor home page" href="http://html5doctor.com">HTML5 Doctor</a> as a learning resource many times in the past and it feels great to be able to give a little something back.</p>
<p>Many thanks to <a title="Richard Clark's website" href="http://richclarkdesign.com/">Richard Clark</a>, <a title="Remy Sharp's blog" href="http://remysharp.com/">Remy Sharp</a> and <a title="Mike Robinson's blog" href="http://akamike.net/">Mike Robinson</a> for their constructive feedback on the article.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisbewick.com/blog/personal/doctor-doctor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>If I could dribbble</title>
		<link>http://chrisbewick.com/blog/inspiration/if-i-could-dribbble/</link>
		<comments>http://chrisbewick.com/blog/inspiration/if-i-could-dribbble/#comments</comments>
		<pubDate>Thu, 20 May 2010 22:24:32 +0000</pubDate>
		<dc:creator>Chris Bewick</dc:creator>
		
		<category><![CDATA[Inspiration]]></category>

		<category><![CDATA[personal]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[dribbble]]></category>

		<category><![CDATA[feedback]]></category>

		<category><![CDATA[invite-only]]></category>

		<guid isPermaLink="false">http://chrisbewick.com/blog/?p=413</guid>
		<description><![CDATA[All the cool kids are dribbling, why can&#8217;t I? 
I haven&#8217;t felt this left out since my mum refused to buy me proper Nike trainers at school. Dribbbling is a new phenomenom all about sharing what you are working on and getting encouraging, inspiring and constructive feedback from other designers. 
I think it is a [...]]]></description>
			<content:encoded><![CDATA[<p>All the cool kids are <a href="http://dribbble.com/">dribbling</a>, why can&#8217;t I? </p>
<p>I haven&#8217;t felt this left out since my mum refused to buy me proper Nike trainers at school. Dribbbling is a new phenomenom all about sharing what you are working on and getting encouraging, inspiring and constructive feedback from other designers. </p>
<p>I think it is a fantastic idea and I love the execution of it, the site is simply stunning. Unfortunately dribbble is still an invite only proposition which is a bit whack if you are not friends of friends of the creators or an internationally renowned design super hero.</p>
<p>Whilst I am still unable to dribbble in public I thought I would dribbble in private and put out a blog post with the shots I would be dribbbling if I could. </p>
<p>These shots are both from projects I am currently working on and any dribbble-esque feedback on either would be much appreciated. </p>
<h3>A current client project</h3>
<p><img style="border:10px solid #bfc5c5" src="http://chrisbewick.com/blog/wp-content/uploads/2010/05/dribbble-1.jpg" alt="dribbble-1" title="dribbble-1" width="400" height="300" class="alignnone size-full wp-image-414" /></p>
<h3>An ongoing personal project</h3>
<p><img style="border:10px solid #bfc5c5" src="http://chrisbewick.com/blog/wp-content/uploads/2010/05/dribbble-2.jpg" alt="dribbble-2" title="dribbble-2" width="400" height="300" class="alignnone size-full wp-image-415" /></p>
<p><strike>PS - If anyone out there has a spare dribbble invite they could send my way I&#8217;d be as happy as a kid with proper Nike trainers.</strike></p>
<p><strong>UPDATE: I now have my very own <a title="My dribbble profile" href="http://dribbble.com/players/Stompfrog">Nike trainers</a> thanks to the lovely <a title="Matt Carey's twitter page" href="http://twitter.com/othello">Matt Carey</a>!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://chrisbewick.com/blog/inspiration/if-i-could-dribbble/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Could I be a dick?</title>
		<link>http://chrisbewick.com/blog/portfolio/could-i-be-a-dick/</link>
		<comments>http://chrisbewick.com/blog/portfolio/could-i-be-a-dick/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 11:15:24 +0000</pubDate>
		<dc:creator>Chris Bewick</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<category><![CDATA[andy clarke]]></category>

		<category><![CDATA[business card]]></category>

		<category><![CDATA[competition]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[fireworks]]></category>

		<category><![CDATA[illustration]]></category>

		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://chrisbewick.com/blog/?p=403</guid>
		<description><![CDATA[Last night I came across a new post on stuff and nonsense entitled Could you be a dick? in which Andy Clarke challenges the world to come up with a spoof business card for a private investigator. 
I was rather amused by this proposition and set to work on my own idea which has now [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I came across a new post on <a href="http://stuffandnonsense.co.uk/">stuff and nonsense</a> entitled <a href="http://stuffandnonsense.co.uk/blog/about/could_you_be_a_dick">Could you be a dick?</a> in which Andy Clarke challenges the world to come up with a spoof business card for a private investigator. </p>
<p>I was rather amused by this proposition and set to work on my own idea which has now been uploaded to the <a href="http://www.flickr.com/groups/hardboiledcard/">Hardboiled card flickr group</a>. The nine best entries (as judged by Mr Clarke himself) will go on to feature in the pages of his forthcoming book &#8220;Hardboiled web design&#8221; to assist in the explanation of CSS3 selectors.</p>
<p><img src="http://chrisbewick.com/blog/wp-content/uploads/2010/01/andy-clarke-business-card-spoof1.jpg" alt="andy-clarke-business-card-spoof" title="andy-clarke-business-card-spoof" width="410" height="318" class="alignnone size-full wp-image-406" /></p>
]]></content:encoded>
			<wfw:commentRss>http://chrisbewick.com/blog/portfolio/could-i-be-a-dick/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Snapbird app design goes live</title>
		<link>http://chrisbewick.com/blog/portfolio/new-snapbird-app-design-goes-live/</link>
		<comments>http://chrisbewick.com/blog/portfolio/new-snapbird-app-design-goes-live/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 18:41:45 +0000</pubDate>
		<dc:creator>Chris Bewick</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[fireworks]]></category>

		<category><![CDATA[illustration]]></category>

		<category><![CDATA[paul annett]]></category>

		<category><![CDATA[remy sharp]]></category>

		<category><![CDATA[snap bird]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[web app]]></category>

		<guid isPermaLink="false">http://chrisbewick.com/blog/?p=398</guid>
		<description><![CDATA[This blog post is a follow up to a post I made last month called Snap Bird - Flexing my design muscles. In last month&#8217;s post I presented the results of an evening spent doodling design ideas for a new Twitter search app called Snap Bird. 
Shortly after my last post, Snap Bird creator Remy [...]]]></description>
			<content:encoded><![CDATA[<p>This blog post is a follow up to a post I made last month called <a href="http://chrisbewick.com/blog/portfolio/snap-bird-flexing-my-design-muscles/">Snap Bird - Flexing my design muscles</a>. In last month&#8217;s post I presented the results of an evening spent doodling design ideas for a new Twitter search app called <a href="http://snapbird.org/">Snap Bird</a>. </p>
<p>Shortly after my last post, Snap Bird creator <a href="http://remysharp.com/">Remy Sharp</a> (<a href="http://twitter.com/rem">@rem</a>) replied to my email and said that he wanted to incorporate some of my ideas into the Snap Bird design. A couple of weeks later, after some great work from <a href="http://clearleft.com/">Clearleft&#8217;s</a> <a href="http://paulannett.co.uk/">Paul Annett</a> (<a href="http://twitter.com/nicepaul">@nicepaul</a>), the final Snap Bird design has now been launched.</p>
<p><a title="Click Snap Bird screenshot to visit website" href="http://snapbird.org/"><img src="http://chrisbewick.com/blog/wp-content/uploads/2009/11/snap-bird-screenshot.jpg" alt="snap bird website screenshot" title="snap bird website screenshot" width="410" height="312" class="alignnone size-full wp-image-392" /></a></p>
<p>Much to my delight, my bird illustration has been adopted as the Snap Bird mascot and has also been made into a favicon! </p>
<p>Many thanks to Remy and Paul for a credit in the final design, much appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisbewick.com/blog/portfolio/new-snapbird-app-design-goes-live/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

