<?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>&#60;img /&#62; is Everything &#187; Portfolio</title>
	<atom:link href="http://imgiseverything.co.uk/articles/category/portfolio/feed/" rel="self" type="application/rss+xml" />
	<link>http://imgiseverything.co.uk</link>
	<description>Manchester web designer Phil Thompson</description>
	<lastBuildDate>Fri, 27 Aug 2010 09:46:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mediaburst mobile&#160;website</title>
		<link>http://imgiseverything.co.uk/articles/mediaburst-mobile/</link>
		<comments>http://imgiseverything.co.uk/articles/mediaburst-mobile/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 14:30:09 +0000</pubDate>
		<dc:creator>Phil Thompson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html/css]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=4597</guid>
		<description><![CDATA[After reading about everybody else making mobile sites, I finally got the chance to put a lot of thought into practice as mediaburst asked me to build their mobile website. Background I met with mediaburst a couple of months ago and we both decided that the whole site didn&#8217;t need to be made mobile; instead [...]]]></description>
			<content:encoded><![CDATA[<p>After reading about everybody else making mobile sites, I finally got the chance to put a lot of thought into practice as mediaburst asked me to build their <a href="http://www.mediaburst.co.uk/m/">mobile website</a>.</p>
<p><span id="more-4597"></span></p>
<h2>Background</h2>
<p>I met with mediaburst a couple of months ago and we both decided that the whole site didn&#8217;t need to be made mobile; instead just certain aspects of it did. We both agreed that people wouldn&#8217;t be likely to want to sign up for mediaburst products via a mobile site rather they&#8217;d want to read more about mediaburst via their blog posts and case studies.</p>
<p>Mediaburst also felt that not having a mobile site considering their position as a mobile supplier may look a bit odd so they wanted one to cover that gap. They didn&#8217;t feel a mobiles site would get a lot of traffic therefore it needed to be kept simple and within budget.</p>
<h2>Content</h2>
<p>I think it&#8217;s a common myth that people on their mobile phones are in a rush to get stuff done and don&#8217;t want to read that much. I spend a lot of time on my phone reading websites when I&#8217;m utterly bored e.g. when I&#8217;m on the bus or waiting for my girlfriend and in those situations I want content to read.</p>
<p>The homepage of the site leads customers in to read the work and blog posts &#8211; hopefully they will read enough of these for them to absorb the mediaburst brand and to get in touch about purchasing products/services from them. It also gives existing customers an easier way to stay in touch with mediaburst &#8211; perhaps they&#8217;re an existing customer who can&#8217;t be bothered to read the blog but when they&#8217;re on the train home after work they may feel more open to reading mediaburst blog posts.</p>
<h2>Refactoring the design for mobile</h2>
<p><a href="http://www.stiffrowlands.com/">StiffRowlands</a> did such a great job branding the original site and creating a mobile version was simple &#8211; it was just a case of decided what information was paramount and which information could be cut away.</p>
<p>The idea was very much to keep it simple and to copy, where possible, existing iPhone design ideals such as Back buttons and next/previous arrows in page headers. <a href="http://www.guardian.co.uk/iphone">The Guardian&#8217;s iPhone app</a> was a major source of inspiration as I feel it does a great job of making lots of content easy to navigate through.</p>
<h2>Separate mobile site vs CSS stylesheet</h2>
<p>In a lot of cases, it makes sense to simple add a different CSS stylesheet to create a mobile version of a site &#8211; but in this case, the mediaburst.co.uk website is quite heavy; it uses lots of WordPress custom fields and lots of different templates for different pages and I felt that a mobile user should get a much more streamlined site &#8211; one that was quicker to download and respond because it was doing less work on the server.</p>
<h2>Mobile URLs</h2>
<p>The site lives at www.mediaburst.co.uk/m/ and further sections of the site have URLs like:</p>
<ul>
<li> mediaburst.co.uk/m/work</li>
<li> mediaburst.co.uk/m/blog</li>
<li>mediaburst.co.uk/m/blog/blog-post-slug</li>
</ul>
<p>The /m/ is a handy way for me to a: keep the site structure simple and b: recognise when WordPress should be showing a mobile themed template. I could have opted for an <em>m.mediaburst.co.uk</em> subdomain but that would have complicated matters further and this was to be a small project with a quick turnaround time.</p>
<h2>WordPress set-up</h2>
<p>The three main pages: Home, Work and Blog are set-up as normal pages in WordPress (just with a mobile-friendly template) so the client can edit the title and introductory copy. The individual work posts and blog posts are complete copies from the full website blog and case study pages- I didn&#8217;t want the client to have to rewrite these posts to make them mobile friendly as it would have meant too much work for them There is a switch in the template that works out if the blog post/case study should be showing the mobile template (worked out by whether the <em>/m/</em> is in the URL).</p>
<p>There is some jiggery-pokery in the <em>functions.php</em> which checks if the user is running a mobile and if they are it redirects them to the mobile site. At first I wanted to simply show the site with the option for mobile users to switch to the mobile version but mediaburst felt it was best to redirect clients automatically in case they missed the mobile site link.</p>
<h2>Project duration</h2>
<p>From start to finish this project took 4 days. Including all meetings, design work and client approval. A very fast turnaround time thanks in all to the commitment from both parties to keep the site very simple.</p>
<h2>Further reading</h2>
<p>Mediaburst wrote more about <a href="http://www.mediaburst.co.uk/blog/mediaburst-mobile-site/">their new mobile website on their blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://imgiseverything.co.uk/articles/mediaburst-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stina Willett</title>
		<link>http://imgiseverything.co.uk/articles/stina-willett/</link>
		<comments>http://imgiseverything.co.uk/articles/stina-willett/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 13:06:03 +0000</pubDate>
		<dc:creator>Phil Thompson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[copywriting]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html/css]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=1160</guid>
		<description><![CDATA[Stina.co.uk is an online portfolio, for Interior Designer, Stina Willett. It is a basic portfolio website which uses WordPress to speed up production/management. Background The original design for stina.co.uk featured a very dark palette which I really liked. However, the client (who also happens to be my girlfriend) admitted she hated it and so I [...]]]></description>
			<content:encoded><![CDATA[<p>Stina.co.uk is an online portfolio, for <a href="http://www.stina.co.uk/">Interior Designer, Stina Willett</a>. It is a basic portfolio website which uses WordPress to speed up production/management.</p>
<p><span id="more-1160"></span></p>
<h2>Background</h2>
<p>The original design for stina.co.uk featured a very dark palette which I really liked. However, the client (who also happens to be my girlfriend) admitted she hated it and so I starting to think of concepts that reflected her personality more and made it more obvious she was as an interior designer. One Friday night, whilst eating a curry in Manchester city centre curry house we both noticed the restaurant&#8217;s feature wall which was covered in a large flock wallpaper and the idea hit &#8211; why not just use a large flock wallpaper for the background.</p>
<p>The idea further developed into the making the website&#8217;s design capable of supporting different wallpapers styles. Perhaps there would be a wallpaper or a texture that Stina had used in a recent commercial interior that she wanted to feature. The wallpaper would be linked in the footer of the site allowing people to find it and buy it if they wished.</p>
<h2>The site</h2>
<p>This simple is as simple as they come. It has a homepage, about page, portfolio, contact page, and a blog. The idea is to keep the site simple and to showcase the work whilst simultaneously ensuring it is obvious to visitors who Stina is and what she does.</p>
<h2>CSS3, HTML5, etc</h2>
<p>With more browsers supporting CSS3 features it felt like the right thing to do to use CSS3 to layer semi-transparent black and white boxes on top of the colourful background using rgba colours. This way the design would work if the background image was any colour (to an extent anyway).</p>
<p>The design also features the usage of @fontface via <a href="http://code.google.com/webfonts">Google web fonts</a> and a nicely formatted iPhone version too.</p>
]]></content:encoded>
			<wfw:commentRss>http://imgiseverything.co.uk/articles/stina-willett/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FrontEnders</title>
		<link>http://imgiseverything.co.uk/articles/frontenders/</link>
		<comments>http://imgiseverything.co.uk/articles/frontenders/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 11:23:17 +0000</pubDate>
		<dc:creator>Phil Thompson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[concept]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=3648</guid>
		<description><![CDATA[Eastenders, the popular British soap, sounds a little like Front-enders&#8230; doesn&#8217;t it? Wouldn&#8217;t it be funny if all the characters of Eastenders where front-end web developers? That&#8217;s how my little random side project, FrontEnders started life. As with most of the many ideas I&#8217;ve had, FrontEnders got shelved until one day when I had some [...]]]></description>
			<content:encoded><![CDATA[<p>Eastenders, the popular British soap, sounds a little like Front-enders&#8230; doesn&#8217;t it? Wouldn&#8217;t it be funny if all the characters of Eastenders where front-end web developers? That&#8217;s how my little random side project, <a href="http://front-enders.com/">FrontEnders</a> started life.</p>
<p><span id="more-3648"></span></p>
<p>As with most of the many ideas I&#8217;ve had, FrontEnders got shelved until one day when I had some free time I decided to go for it. I launched it with a simple tweet &#8216;<a href="http://twitter.com/imgiseverything/status/9333484917">Introducing, FrontEnders</a>&#8216; and I hoped that a few of the other web developers I&#8217;d met at <a href="http://www.northendigitals.com/">Northern Digitals</a> might get a giggle from it but, thankfully, a few more people liked it too.</p>
<p>Unfortunately, too many people liked it and my server ground to a halt. The beautiful design I&#8217;d created with the huge map of London in the background and the high quality images of the scenes were killing the server, so cue some optimisation.</p>
<h2>Optimising the site</h2>
<p>I&#8217;d originally saved all the images out at 80% quality but this was giving file sizes which were too big and I felt this was one area where people wouldn&#8217;t notice a compromise so I resaved those images as 40% quality and took the file sizes down from an average of 30Kb to 12Kb. I did the same with the large background map image too.</p>
<p>After resaving in Photoshop I then used (the Mac OS X software) imageOptim to strip a few more bytes from the images.</p>
<p>But that still wasn&#8217;t enough, so I decided to give Amazon S3 a whirl. For those who haven&#8217;t heard of Amazon S3, it&#8217;s a service which allows you to host your media on Amazon&#8217;s servers for a nominal fee. Amazon S3 documentation makes it seem a lot harder than it is and it took me quite to work out how to:</p>
<ul>
<li>set-up the DNS records so I could use subdomains like media.front-enders.com</li>
<li>upload files to Amazon S3&#8242;s &#8216;buckets&#8217;</li>
<li>change permissions to people could view these files on S3</li>
<li>log-in to Amazon S3&#8242;s management console and find my security credentials</li>
</ul>
<p>Bizarrely, that last point was the hardest part of all of this.</p>
<h2>Thoughts behind the design</h2>
<p>My main desire for this design was to keep it simple and therefore quick to build and deploy. I wanted to use a splattering of bleeding-edge CSS3 for the sake of it to try and impress some of the potential audience. Font-face was used for the logo purely to save me time designing a custom logo.</p>
<p>If I&#8217;m completely honest, a lot of touches of the design involving CSS3 are extremely self-indulgent and are only there because I felt they&#8217;d lead to more people retweeting or linking to the site.</p>
<h3>CSS3  used on the site</h3>
<ul>
<li>Background image that stretches to full width/height of viewport (webkit browsers only)</li>
<li>@font-face for logo</li>
<li>rgba used to give certain background colours an opacity</li>
<li>text-shadow (coupled with rgba) to give text slightly more readability</li>
<li>CSS transformation/transitions to move the episodes images on hover</li>
</ul>
<h3>Quirky touches</h3>
<p>There are some aspects of the design that I wouldn&#8217;t dream of putting on a live site such as the rude message that any IE6 users get or the 404 error page that features no useful information. I don&#8217;t believe in the &#8216;hardboiled&#8217; approach of giving IE6 users a crap experience but once again for this non-important site I felt I&#8217;d be more likely to get kudos from an audience made up of web developers with this approach.</p>
<h2>Statistics</h2>
<p>At the time of writing, FrontEnders has been visited by around 3,000 different people. It has steadied to getting around 200-500 people on the day of an update. The site also jumped to a PageRank of 5 in 2 months.</p>
<h2>Lessons learnt</h2>
<p>Twitter is a powerful marketing tool, and getting the attention of the right people on twitter (at the right time) can lead to huge swathes of traffic with little or no other forms of promotion. It proves that having the right idea in the right hands can produce great results.</p>
]]></content:encoded>
			<wfw:commentRss>http://imgiseverything.co.uk/articles/frontenders/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unique&#160;Improvements</title>
		<link>http://imgiseverything.co.uk/articles/unique-improvements/</link>
		<comments>http://imgiseverything.co.uk/articles/unique-improvements/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 14:22:59 +0000</pubDate>
		<dc:creator>Phil Thompson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[newsletters]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[wireframing]]></category>

		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=2443</guid>
		<description><![CDATA[Graphic Designer Tony Bussey wanted a web developer, who could help bring his design ideas and concepts to life for Social Marketing organisation, Unique Improvements. Initial briefing/project scoping My initial job was to explain to the client, what could be achieved and how long it would take. I managed to persuade the client that WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Graphic Designer <a href="http://www.tonybussey.com/">Tony Bussey</a> wanted a web developer, who could help bring his design ideas and concepts to life for Social Marketing organisation, <a href="http://uniqueimprovements.co.uk/">Unique Improvements</a>.</p>
<p><span id="more-2443"></span></p>
<h2>Initial briefing/project scoping</h2>
<p>My initial job was to explain to the client, what could be achieved and how long it would take. I managed to persuade the client that WordPress was the best option for what was a relatively simple website that needed to be easily updated.</p>
<h2>Wireframing</h2>
<p>I then produced interactive wireframes of how I felt the site should work with the aim of guiding the graphic designer through his process and ensure important parts of the site were included.</p>
<h2>HTML/CSS build and WordPress integration</h2>
<p>The templates were relatively straightforward as was the WordPress integration with some small sections of customisation to enable:</p>
<ul>
<li><a href="http://uniqueimprovements.co.uk/shop/">A customised contact form</a></li>
<li>Pages with slightly different styles: <a href="http://uniqueimprovements.co.uk/work/engagement/the-older-peoples-health-wellbeing-programme/">An example case study</a> and the <a href="http://uniqueimprovements.co.uk/news/headlines/">News headlines</a></li>
</ul>
<h2>Training</h2>
<p>The final piece of the puzzle was to train the client in the use of WordPress and CampaignMonitor. I choose those solutions because of their ease of use and teaching them proved remarkably easy.</p>
<h2>Summary</h2>
<p>As a whole, I think this new website works very well. The content is well laid out and doesn&#8217;t feel at all cramped. The navigation is simple and uncomplicated which is another real positive.</p>
<p>Finally, a big thanks goes out to <a href="http://andrewkirwin.co.uk/">Andrew Kirwin</a> who helped me get this project finished on time when the deadline suddenly became much tighter.</p>
]]></content:encoded>
			<wfw:commentRss>http://imgiseverything.co.uk/articles/unique-improvements/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Band on the&#160;Wall</title>
		<link>http://imgiseverything.co.uk/articles/band-on-the-wall/</link>
		<comments>http://imgiseverything.co.uk/articles/band-on-the-wall/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 09:04:36 +0000</pubDate>
		<dc:creator>Phil Thompson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=974</guid>
		<description><![CDATA[A complete CMS and social media site for a relaunched music venue in Manchester.]]></description>
			<content:encoded><![CDATA[<p>I was approached by new agency <a href="http://cahoona.co.uk/">Cahoona</a> to produce the CMS and social media driven site for the iconic Manchester music venue, <a href="http://bandonthewall.org/">Band on the Wall</a>.</p>
<p><span id="more-974"></span></p>
<p>The concept was simple &#8211; to create a community around the venue and build upon the idea that gigs shouldn&#8217;t end as soon as the final member of the crowd leaves the venue. Rather, those attending the gig should be able to  share their experiences through comments, photographs and videos allowing the gig to live on through a permanent online presence.</p>
<p>Cahoona created the design, overall concept, and managed the project and client whilst I delivered the functionality which included amongst other things:</p>
<ul>
<li>Full bespoke CMS</li>
<li>API integration with Last.fm, CampaignMonitor, Flickr, YouTube and Vimeo</li>
<li>Social media/user area with friends, comments and direct messages</li>
<li>Events calendar</li>
<li>Ability for staff and users to share images, videos and documents for events</li>
<li>Simple online store including ticket sales (for educational courses) and charitable donations</li>
<li>Comprehensive tagging and site search</li>
<li>News engine</li>
<li>RSS feeds for content</li>
</ul>
<h2>Best bits</h2>
<p>This site is actually very large and if I were to cover every detail of it &#8211; it would take too long. However,  there are some great bits within the system that I am particularly proud of:</p>
<h3>Simple intuitive AJAX tag selection</h3>
<p>Both the front and backend of the site feature really easy ways to add tags or in the case of the above screengrab &#8211; musical genres.</p>
<h3>Easy to use, yet powerful search</h3>
<p>Search for a band/artists and you&#8217;ll get back all the gigs they&#8217;ve played or are playing at the venue  &mdash; and any content in which they feature on the site. Search results are clearly defined as to what type of content they are so users can quickly see what they&#8217;re getting if they click through.</p>
<h3>Simple content population</h3>
<p>The Band on the Wall team needed to be able to easily add content. With that in mind the popular <a href="http://tinymce.moxiecode.com/">Tiny MCE</a> software was modified to ensure it was as easy as possible to add images and links from the site to the content whilst maintaining the semantics and accessibility of the HTML code and preserving the design.</p>
<h3>Simple solutions to large dataset issues</h3>
<p>Band on the Wall&#8217;s new site currently contains over 2000 events and 1500 artists each occupying a row in the database. This presented issues when the staff wanted to set up a new gig. They couldn&#8217;t simply select the relevant artist from a 1500 strong drop down list. Step forward AJAX to the rescue:</p>
<h4>Speed</h4>
<p>All database calls on the site are cached locally after their first call which speeds up the site by as much as 260% on some sections. In development, PHP page rendering speeds were very carefully monitored to ensure minimal load on the database and with a view in mind of visitors having a good experience &mdash; and not a slow one. Undoubtedly there will be times when &mdash; despite the venue&#8217;s modest capacity &mdash; the server could get significant interest if a very strong act is booked. The website has been built with this in mind at every stage and it should cope.</p>
<h2>Project management</h2>
<p>This was a fairly sizeable project, I was initially brought in to consult and quote for the project in November 2008 with the project going live in July 2009. All in all, there was around four months of development work spread over that time.</p>
<p>This project also saw me outsource a sizeable portion of work for the first time in my career. As the project deadline loomed <a href="http://timothyfletcher.com/">Tim Fletcher</a> helped me out with frontend work. Frontend development is my core skill and outsourcing parts of this work was a truly weird experience for me. Thankfully it worked out well and being able to concentrate on the backend really sped this project along.</p>
<h2>Summary</h2>
<p>Less than a month after launch, it&#8217;s too early to say how successful the website is. It&#8217;s easy to see that it&#8217;s a beautifully designed site and initial user feedback has been very positive &#8211; but as with every website the measure of success will be seen months down the line when/if visitors numbers can be sustained.</p>
<p>Working on this project was hard and at times challenging due to its sheer size but it was also pleasurable. I feel the design is fantastic and the overall concept produced by <a href="http://cahoona.co.uk/">Cahoona</a> is very exciting. The way <a href="http://bandonthewall.org/">Band on the Wall</a> as an organisation have embraced a website of this nature says a lot about their progressive view of music &mdash; and deep understanding of how gigs must work &mdash; in this digital age. </p>
<p>Personally, I can&#8217;t wait to see how this site evolves as more content is added by staff and users.</p>
]]></content:encoded>
			<wfw:commentRss>http://imgiseverything.co.uk/articles/band-on-the-wall/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Bean Counter &#8211; financial management for&#160;freelancers</title>
		<link>http://imgiseverything.co.uk/articles/bean-counter-financial-management-for-freelancers/</link>
		<comments>http://imgiseverything.co.uk/articles/bean-counter-financial-management-for-freelancers/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 13:01:47 +0000</pubDate>
		<dc:creator>Phil Thompson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html/css]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=1156</guid>
		<description><![CDATA[Driven by the excitement and the buzz surrounding web apps like Basecamp and Mint &#8211; I decided to write my own web app. This app (still in development) will help small time freelancers manage their finances so much more effectively. Feature set Financial management software is a crowded market so I must be worried that [...]]]></description>
			<content:encoded><![CDATA[<p>Driven by the excitement and the buzz surrounding web apps like Basecamp and Mint &#8211; I decided to write my own web app. </p>
<p><span id="more-1156"></span></p>
<p>This app (still in development) will help small time freelancers manage their finances so much more effectively.</p>
<h2>Feature set</h2>
<p>Financial management software is a crowded market so I must be worried that this product won&#8217;t sell. Well I&#8217;m not worried &#8211; this app has several key selling features that put it above the competition:</p>
<ul>
<li>users can email invoices/quotes</li>
<li>clients of that user can login and view new and previous quotes/invoices</li>
<li>users can manage their outgoings/expenses and easily see their financial state</li>
</ul>
<h2>Lessons learnt</h2>
<p>Producing this web app myself has taken discipline and has taken my PHP code to a new level. Everything has been written with excellence in mind a &#8211; total quality approach to coding if you will :)</p>
<p>This is a very exciting time for me, I fully expect this venture to be full of surprises, twists and turns. It&#8217;s not my only idea and I fully believe there is a huge market for the type of smart yet simple software that <a href="http://37signals.com">37signals</a> have pioneered.</p>
<h2>MVC</h2>
<p>MVC stands for Model-View-Controller and that&#8217;s how Bean Counter is programmed &#8211; well that&#8217;s how I&#8217;ve tried my best to code it! It&#8217;s allowed me to cut down on the excessive files and folders and structure the code in such a way that will be easy to extend in the future.</p>
<h3>Comments, comments and more comments</h3>
<p>I think code can be beautiful and creating code that was structured and well commented was a major goal for Bean Counter &#8211; although I plan to host Bean Counter accounts myself (<ins>or do I? &#8211; hmmm still haven&#8217;t decided</ins>, I still want anyone who gets their hands on the code-base to be able to understand and extend it.</p>
<h3>My own mini-framework</h3>
<p>All my projects now run on my own mini-framework, and Bean Counter is no different. My framework is a simple set of PHP classes which allows me to get projects moving quickly without worrying about copying and pasting myself into a state of boredom.</p>
]]></content:encoded>
			<wfw:commentRss>http://imgiseverything.co.uk/articles/bean-counter-financial-management-for-freelancers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Teachers&#160;Abroad</title>
		<link>http://imgiseverything.co.uk/articles/new-teachers-abroad/</link>
		<comments>http://imgiseverything.co.uk/articles/new-teachers-abroad/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 13:04:21 +0000</pubDate>
		<dc:creator>Phil Thompson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html/css]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=1158</guid>
		<description><![CDATA[New Teachers Abroad, is a new business started by local businesswoman Vicky Seddon. I jumped at the chance to help Vicky with her new venture and the results have been very positive. I was very hands on with this project and I performed many duties including: web designer copywriter brand consultant SEO Homepage The homepage [...]]]></description>
			<content:encoded><![CDATA[<p>New Teachers Abroad, is a new business started by local businesswoman Vicky Seddon.</p>
<p><span id="more-1158"></span></p>
<p>I jumped at the chance to help Vicky with her new venture and the results have been very positive. I was very hands on with this project and I performed many duties including:</p>
<ul>
<li>web designer</li>
<li>copywriter</li>
<li>brand consultant</li>
<li>SEO</li>
</ul>
<h2>Homepage</h2>
<p>The homepage has to convey a lot of information and do so without looking cramped. It also has to appeal to 2 completely different audiences the teachers looking for a placement and families looking for teachers. It was interesting coming up with a design and content that would appeal to both parties.</p>
<h2>Families page</h2>
<p>This page is meant to entice parents and families to want to join the scheme by spelling out the benefits, clearly and concisely which it does.</p>
<h2>Families questionnaire</h2>
<p>To join the scheme, prospective parents must fill in this questionnaire which ius emailed to Vicky. The form is simple to ill-in and easy to use. Any mistakes made are clearly highlighted to the user in plain English.</p>
<h2>Contact page</h2>
<p>This page features the contact details (with correct microformatting) and a PHP powered contact form with built in auto-responder.</p>
<h2>FAQ page</h2>
<p>A page packed with little unobtrusive JavaScript wonders &#8211; rather than show all the answers to common questions at once, the user can choose which to view in a very intuitive manner. People without JavaScript will have no problems viewing this page.</p>
]]></content:encoded>
			<wfw:commentRss>http://imgiseverything.co.uk/articles/new-teachers-abroad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redeye</title>
		<link>http://imgiseverything.co.uk/articles/redeye/</link>
		<comments>http://imgiseverything.co.uk/articles/redeye/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 13:07:37 +0000</pubDate>
		<dc:creator>Phil Thompson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=1163</guid>
		<description><![CDATA[Whilst at Ichameleon, I came up with various design ideas for a client, Redeye &#8211; a photographic resource network based in Manchester, UK. Meeting the needs of the content Physical appearances carry a lot of weight, but jaw dropping interfaces can often conceal a clumsy, ill-thought out user interface. My main concern was taking Redeye&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst at Ichameleon, I came up with various design ideas for a client, Redeye &#8211; a photographic resource network based in Manchester, UK.</p>
<p><span id="more-1163"></span></p>
<h2>Meeting the needs of the content</h2>
<p>Physical appearances carry a lot of weight, but jaw dropping interfaces can often conceal a clumsy, ill-thought out user interface. My main concern was taking Redeye&#8217;s content and displaying it in a such a way that their users could get to it quickly and simply.</p>
<p>Redeye had lots of pieces of content &#8211; all of which wanted to be as important as the next. It was crucial to determine which sections actually were most important.</p>
<h2>Images are everything</h2>
<p>Despite being a photographic network there didn&#8217;t the site needed to focus more on information rather than showcasing photographic talent. The images used in these designs were intended to be easily inter-changed with other images to ensure the site could maintain a fresh look &#8211; without the need to constantly redesign the site.</p>
<h2>Content managed</h2>
<p>The Content Management System (CMS), is the designer&#8217;s arch nemesis, she takes your beautifully crafted design with pixel perfect copy and allows any number of images/text to be placed into the space. Therefore, each design idea takes into account that the site would be running on a Content Management System and would have to be easy to integrate for the development team and easy to update for the Redeye team without easily breaking the design.</p>
<h2>Picking favourites</h2>
<p>This portfolio page features 5 very similar designs &#8211; so, which is my favourite? Well, I have a really soft spot for those light grey vertical lines on <a href="http://imgiseverything.co.uk/wp-content/uploads/2008/09/home.jpg">design number 5</a> (the client didn&#8217;t share my enthusiasm) but, overall, I think the first design works best.</p>
<h2>Decisions, Decisions</h2>
<p>In many ways, Redeye were a very challenging client. Different stakeholders had different ambitions for the website and so the design went through many different iterations in order to try and impress as many members of the team as possible.</p>
<p>Sadly, after much discussion, Redeye opted not to use any of the designs produced.</p>
]]></content:encoded>
			<wfw:commentRss>http://imgiseverything.co.uk/articles/redeye/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS for Leave it&#160;Out</title>
		<link>http://imgiseverything.co.uk/articles/css-for-leave-it-out/</link>
		<comments>http://imgiseverything.co.uk/articles/css-for-leave-it-out/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 13:09:04 +0000</pubDate>
		<dc:creator>Phil Thompson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=1165</guid>
		<description><![CDATA[In August 2007, I won the contract to create the CSS for a new website, Leave it out. The CSS was subcontracted to me by the main developer (who also subcontracted the design to an independent web designer.) This project had a few important characteristics: a short deadline: 10 days quite a few different designs [...]]]></description>
			<content:encoded><![CDATA[<p>In August 2007, I won the contract to create the CSS for a new website, <em>Leave it out</em>. The CSS was subcontracted to me by the main developer (who also subcontracted the design to an independent web designer.)</p>
<p><span id="more-1165"></span></p>
<p>This project had a few important characteristics:</p>
<ul>
<li>a short deadline: 10 days</li>
<li>quite a few different designs per page</li>
<li>a quite complex design</li>
</ul>
<p>A CSS template takes 2-3 days depending on its complexity &#8211; sometimes up to 5 days if it is really complex. This time includes slicing up the images in Photoshop/Illustrator, writing the HTML, writing the CSS and testing the results in multiple different web browsers e.g. Internet Explorer 6 on Windows XP, Internet Explorer 7 on Vista/XP,  Safari on mac and many more before fixing any discrepancies.</p>
<p>I usually complete a CSS/HTML template within a week or two after being given a design. This design had quite few different 	 layouts for different pages all of them with their own complexities so this design took a little longer &#8211; all in all it took me 5-6 days to complete.</p>
<h3>Code examples</h3>
<p>The only way to examine the quality of a website&#8217;s HTML/CSS is to visit that site and select &#8216;View Source&#8217;. To see the code for Leave it out here is a list of links:</p>
<ul>
<li><a rel="nofollow" href="http://leaveitout.philthompson.co.uk/index2.php">Homepage</a></li>
<li><a rel="nofollow" href="http://leaveitout.philthompson.co.uk/menu.php">Menu</a></li>
<li><a rel="nofollow" href="http://leaveitout.philthompson.co.uk/menu_map.php">Menu (with map)</a></li>
<li><a rel="nofollow" href="http://leaveitout.philthompson.co.uk/news.php">News</a></li>
<li><a rel="nofollow" href="http://leaveitout.philthompson.co.uk/article.php">Article</a></li>
<li><a rel="nofollow" href="http://leaveitout.philthompson.co.uk/articles.php">Articles</a></li>
<li><a rel="nofollow" href="http://leaveitout.philthompson.co.uk/contact.php">Contact page</a></li>
<li><a rel="nofollow" href="http://leaveitout.philthompson.co.uk/links.php">Links</a></li>
<li>Share page</li>
</ul>
<p>The CSS can be located here:</p>
<ul>
<li><a rel="nofollow" href="http://leaveitout.philthompson.co.uk/style/global.css">Global stylesheet</a></li>
<li><a rel="nofollow" href="http://leaveitout.philthompson.co.uk/style/home.css">Example individual page stylesheet</a></li>
</ul>
<h3>More details</h3>
<p>The website design was done by Norwegian agency, <a href="http://www.polyesterland.net/">Polyesterland</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://imgiseverything.co.uk/articles/css-for-leave-it-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JJB&#160;Recruitment</title>
		<link>http://imgiseverything.co.uk/articles/jjb-recruitment/</link>
		<comments>http://imgiseverything.co.uk/articles/jjb-recruitment/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 12:46:45 +0000</pubDate>
		<dc:creator>Phil Thompson</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html/css]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=1169</guid>
		<description><![CDATA[The redesign of JJB&#8217;s Job Recruitment website was completed in the autumn of 2005. It was my first public facing project for JJB Sports and it is a project I am still very proud of. It was a website powered by a bespoke content management system designed and built exclusively by me. I used my [...]]]></description>
			<content:encoded><![CDATA[<p>The redesign of JJB&#8217;s Job Recruitment website was completed in the autumn of 2005. </p>
<p><span id="more-1169"></span></p>
<p>It was my first public facing project for JJB Sports and it is a project I am still very proud of. It was a website powered by a bespoke content management system designed and built exclusively by me.</p>
<p>I used my initiative to create this site, nobody explicitly requested it, but I recognised the existing recruitment site was not performing well in any aspect. So when I had spare time during my working hours, I spent it making this site &#8211; and it certainly paid off.</p>
<p>Administrators needed to be able to add/edit jobs quickly and easily and I provided a solution for them that allowed them to do just that. This website/CMS made their lives easier, whilst simultaneously making it easier for members of the public to see what jobs JJB Sports had on offer.</p>
<h2>CMS features</h2>
<p>The CMS consisted of a login area, control panel and the option to add/edit/delete jobs and frequently asked questions to the website. The CMS had several cool features:</p>
<ul>
<li>A help area which explains how to perform key tasks in the system.</li>
<li>A simple text editor that turns plain text into HTML so administrators need never learn HTML.</li>
<li>RSS feeds which are automatically created with the content createdï¿½  by the administrators.</li>
</ul>
<h2>Website features</h2>
<p>At the time, this website and CMS, represented where I wanted JJB&#8217;s future web redesigns to progress to. It was a forward-thinking website that put RSS at the forefront in a bid to educate people about how best to use a frequently updated website.</p>
<p>The site featured:</p>
<ul>
<li>Valid <acronym title="Extensible Hypertext Mark-up Language">XHTML</acronym> 1.0 Strict web-pages. It must be noted that every attempt has been made to make it difficult to add non-valid mark-up.</li>
<li><abbr title="Really Simple Syndication">RSS</abbr> 2.0 feed converted to XHTML 1.0 Strict with <acronym title="Extensible Stylesheet Language">XSL</acronym>.</li>
<li>CSS Print style-sheet.</li>
<li>CSS Handheld style-sheet for mobile phone users.</li>
<li>Easy to understand structure</li>
<li>Fully functionally Content Management System for administrative purposes, complete with unobstrusive JavaScript that aids usability and limits errors.</li>
<li>Basic search engine.</li>
<li>Flexible vertical design &#8211; meaning the site works if people resize the text in their browser or if a section of text added by an administrator is unusually large, the design will not break.</li>
</ul>
<h3>Accessibility</h3>
<p>Accessibility was at the forefront of my mind when designing this site and I hoped any disabled users found it much easier to use than the majority of websites made by large companies at the time. Turnign off the CSS revealed a solid HTML structure with skip linsk that meant gettign around the site was easy.</p>
<h3>Browsers</h3>
<p>This design worked in the following browsers:</p>
<ul>
<li>Internet Explorer for Windows versions 5, 5.5, and 6</li>
<li>Internet Explorer for Mac version 5</li>
<li>Mozilla Firefox for Windows and Mac versions 1.0 and 1.5</li>
<li>Safari for Mac versions 1.3 and 2.0</li>
<li>Opera for Windows and Mac version 8.0</li>
</ul>
<p>Note: JJB&#8217;s recruitment website was re-branded and relaunched in late 2007. However, the CMS I designed was still in use in 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://imgiseverything.co.uk/articles/jjb-recruitment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
