<?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>Interconnect IT - WordPress Consultants, Web Development and Web Design &#187; Design</title>
	<atom:link href="http://interconnectit.com/category/news/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://interconnectit.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 15:53:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Designing The Plaza</title>
		<link>http://interconnectit.com/3082/designing-the-plaza/</link>
		<comments>http://interconnectit.com/3082/designing-the-plaza/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 17:05:56 +0000</pubDate>
		<dc:creator>Robert O'Rourke</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Plaza Cinema]]></category>

		<guid isPermaLink="false">http://interconnectit.com/?p=3082</guid>
		<description><![CDATA[You may have heard by now that we recently launched a new website for the Plaza Community Cinema in Waterloo near Liverpool. We try to fit one charity project in a year at interconnect/it to give ourselves a challenge that wouldn&#8217;t normally come up. I should come clean that part of the reason for doing this project is that we were&#8230; <a class="more" href="http://interconnectit.com/3082/designing-the-plaza/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You may have heard by now that we recently launched a new website for the<a href="http://plazacinema.org.uk"> Plaza Community Cinema</a> in Waterloo near Liverpool. We try to fit one charity project in a year at interconnect<strong>/it </strong>to give ourselves a challenge that wouldn&#8217;t normally come up. I should come clean that part of the reason for doing this project is that we were hoping to be selected to design and build the new website for <a href="http://www.fact.co.uk/">FACT</a> however after making it to the short list there were two other agencies that pipped us to the post. Grrr.</p>
<p>It would have been a shame to waste the ideas we had and the planning we&#8217;d done so I got in touch with local artist and teacher <a href="http://twitter.com/smeechuk">Sam Meech</a> who I met at one our SWIG events. Sam had put together the existing Plaza website using an off the shelf theme but it had it had it&#8217;s fair share of problems when it came to maintaining film times and organising content.</p>
<h2>Background</h2>
<div id="attachment_3635" class="wp-caption alignright" style="width:680px;"><img class="size-large wp-image-3635" title="Cinema Facade" src="http://www.interconnectit.com/wp-content/uploads/2012/01/mcnulty-11-680x308.jpg" alt="" width="680" height="308" /><p class="wp-caption-text">photograph by Mark McNulty</p></div>
<p>The Plaza cinema has had a few different owners through the years. When I was little it was an Odeon cinema and being just around the corner from my home it was always where I went to see films throughout my childhood, the first one I remember being <a href="http://www.themoviedb.org/movie/11319-the-rescuers">The Rescuers</a>, then not long after that I remember being utterly petrified by the &#8216;giant&#8217; scorpion in <a href="http://www.themoviedb.org/movie/9354-honey-i-shrunk-the-kids">Honey I shrunk the Kids</a>!</p>
<div id="attachment_3633" class="wp-caption alignright" style="width:320px;"><img class="size-medium wp-image-3633" title="Screen 1" src="http://www.interconnectit.com/wp-content/uploads/2012/01/mcnulty-06-320x212.jpg" alt="" width="320" height="212" /><p class="wp-caption-text">photograph by Mark McNulty</p></div>
<p>After a closure and reopening as the Apollo cinema, the old art deco building eventually came under threat of demolition. This did not go over well with the community in Waterloo and the surrounding areas! Happily the cinema was reopened as a charity and is run by its fantastic volunteers so it really does belong to the community. I was only too pleased when Dave gave the nod to spend the time that was booked for FACT to create a new website for the Plaza, a place that was very much a part of my formative years.</p>
<h2>Getting Started</h2>
<p>We met up with Sam, James and Martin who were the volunteers responsible for managing the website to find out what their thoughts were and to share our ideas. the response was very positive and as it turned out I had (almost) complete freedom to get creating.</p>
<p>There were some branding guidelines and a logo in place developed by students at the <a href="http://www.ljmu.ac.uk/lsa/">John Moores University Art and Design Academy</a> under the guidance of Sam, some photos by <a href="http://www.mcnulty.co.uk/">Mark McNulty</a> and <a href="http://michaelsheerin.photoshelter.com/">Michael Sheerin</a> and a plethora of printed material to start from.</p>
<h3>AutomatIC for the People</h3>
<p>Before I could get too engrossed in designing the website there was one pretty crucial technical aspect that I wanted to address &#8211; streamlining the process of gathering data about the films.</p>
<p>I created a plugin to integrate themoviedb.org&#8217;s API with WordPress and you can see it in action on this dodgy screen cast Dave put together.</p>
<p><iframe width="680" height="383" src="http://www.youtube.com/embed/eJf9ThyRUnY?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>The nice thing is with the approach I took to writing the plugin its functionality can be added to any post type using the built in wordpress method:</p>
<pre>add_post_type_support( 'post_type', 'movie' );</pre>
<p>That line on its own adds all the custom taxonomies for actors, genres, directors etc&#8230; and the meta box for searching the db and populating the post data and gallery.</p>
<p>You can <a href="https://github.com/interconnectit/MovieDBPress">grab the movie db plugin from github</a>.</p>
<h3>Recurrence, recurrence, recurrence&#8230;</h3>
<p>That word starts to look funny written multiple times&#8230; This is the technical issue that caused me the most sleep deprivation due to the regularly shifting schedules of the movies. The events management plugin we&#8217;ve been developing already had a means of creating repeating events but for movie listings the game changes in a subtly significant way. I had to make it possible for an event to happen multiple times within a single day, but also at different times within the day over the course of the repeating event. For example a film might be on at a fixed time every week day with extra showings on the weekends and one day of the week where it was not on at all.</p>
<div id="attachment_3640" class="wp-caption alignright" style="width:680px;"><img class="size-large wp-image-3640" title="subdaily recurrence" src="http://www.interconnectit.com/wp-content/uploads/2012/01/subdaily-recurrence-680x460.jpg" alt="" width="680" height="460" /><p class="wp-caption-text">The events interface showing subdaily times</p></div>
<p>While the implementation I came up with may not be the best, especially in terms of the data structure the guys were able to get on with the UI without too many problems.</p>
<h3>Research</h3>
<p>The Plaza has a few unique points that set it apart from the likes of the Odeon and other chain multiplexes. There are midnight screenings for new and classic movies, family screen events, charity or film festival events, film club events, autism and disability friendly screenings as well as community outreach projects.</p>
<h4>Autism</h4>
<p>Most of the above would be covered by providing a means of categorising the movies however one notable element of the design was that the site would be catering to people on the Autism spectrum. Cue the hive mind! I asked for some advice from my followers about any experience or knowledge they had of design considerations that I should be aware of for the project. I received a slew of very useful tips and links from <a href="http://twitter.com/paultimney">Paul Timney</a>, <a href="http://twitter.com/anthony_casey">Anthony Casey</a>, <a href="http://twitter.com/orchard_andy">Andy Chesters</a> and a few others whose tweets I forgot to archive (sorry!).</p>
<p>In summary some of the main considerations to make are:</p>
<ul>
<li>Yellow type on black is easier to read (same goes for visually impaired users)</li>
<li>Avoid having too much on the page &#8211; multiple columns or too many boxes of info could lead to confusion</li>
<li>Spacing of type is crucial, in particular the use of generous leading</li>
<li>Simple or clear fonts at a slightly larger size than on a normal website</li>
<li>Consider using PECS symbols (<a href="http://www.autism.org.uk/picturesymbols">Picture Exchange Communication System</a>) which a lot of people on the autistic spectrum use, often their reading is not too great and PECS is a universal system</li>
</ul>
<p>Andy got his information from his partner who works at Landgate School in Wigan who specialise in educating young people on the autism spectrum. He went on to ask about the use of movement in web design eg. animated type or images or flashing for example. The response was a little unexpected:</p>
<blockquote><p>Moving type or animations could actually engage them as long as they&#8217;re not too random, complicated or chaotic</p></blockquote>
<p>Good to know!</p>
<p>So the question is &#8211; did I follow all of this advice? Well, no, not all of it. Although people on the autism spectrum make up part of the audience I was still designing for everyone else too (and partly for myself as a punter of the cinema).</p>
<p>I did heed the advice given to me in a few key areas though:</p>
<ul>
<li>Plenty of white space</li>
<li>Use of icons for the main menu items</li>
<li>Simple and familiar font</li>
<li>Only 2 columns in the main content areas</li>
<li>Avoided information overload by leaving out excerpts and sticking to a minimum of content on each page while still having a site that was easy to get around and discover content in</li>
<li>The site can be linearised and further simplified by reducing the width of the window or browsing on a mobile</li>
<li>The animations are used when appropriate and are quite subtle (in my opinion of course)</li>
</ul>
<p>If you want to find out more there is a lot of information to be found on <a href="http://www.autism.org.uk">autism.org.uk</a><span style="color: #656261;"><br />
</span></p>
<h4>ART DECO</h4>
<div id="attachment_3630" class="wp-caption alignright" style="width:320px;"><a href="http://www.bikeexif.com/art-deco-custom-motorcycle"><img class="size-medium wp-image-3630" title="art-deco-motorcycle" src="http://www.interconnectit.com/wp-content/uploads/2012/01/art-deco-motorcycle-320x214.jpg" alt="" width="320" height="214" /></a><p class="wp-caption-text">image via bikeexif.com</p></div>
<p>The cinema building is a classic example of art deco architecture as you can see from the photos. Given this heritage I began looking into the art deco style, in particular the vehicle designs of <a href="http://wikicars.org/en/Harley_Earl">Harley Earl</a> piqued my attention. My favourite find was this 1930 Henderson motorbike (not by Harley Earl) that looks like something out of <a href="http://www.themoviedb.org/movie/5137-sky-captain-and-the-world-of-tomorrow">Sky Captain and the World of Tomorrow</a>.</p>
<p>It echoed part of the branding already in place for the plaza in the shape of the horizontal stripes common to art deco design. The polished solid colours influenced the decision to make the header into a band of bright colour rather than to have the movie backdrop behind it as in some early mockups.</p>
<div id="attachment_3641" class="wp-caption alignnone" style="width:680px;"><img class="size-large wp-image-3641" title="mockup" src="http://www.interconnectit.com/wp-content/uploads/2012/01/mockup-2_r1_c1-680x495.jpg" alt="" width="680" height="495" /><p class="wp-caption-text">A scrapped idea for the home page</p></div>
<p>Other common features of the art deco style are the geometric arrangements, pleating and fanned lines, I experimented with bringing this detailing in at a few points but none of it felt right. I don&#8217;t feel that it&#8217;s a huge loss however.</p>
<p>I opted to stick to the simple 3 lines motif in only a handful of places and also mirrored the architecture of the building itself in a more subtle way to carry the design through. The grid I adopted was a 5 column fluid grid. By working from a width of 1000px it was easy to calculate relative percentages for my columns and sub elements. By making the design fluid it meant that it would still work when shrunk down up until the break point where the site becomes linear on an iPad held portrait-way.</p>
<p><em>Why a 5 column grid?</em> If you look at the photo of the front of the cinema at the beginning of this post there are 5 columns punctuating the facade. I felt this was a perfect way to marry the physical object and its digital representation.</p>
<h2>Rounding off</h2>
<p>Hopefully you&#8217;ve gained some insight in to the approach I took and the considerations behind the end result you see below. Of course I should mention the contributions and suggestions from my colleagues Dave, Tom &amp; James that helped to improve the experience and also the feedback I received from industry peers. Thanks to input and feedback from <a href="http://twitter.com/jonthebeef">Jon Grant</a>, <a href="http://twitter.com/nicktoye">Nick Toye</a>, <a href="http://twitter.com/cole007">Cole Henley</a> and numerous others (I love twitter!).</p>
<div class="figure"><a href="http://plazacinema.org.uk/"><img class="alignnone size-large wp-image-3642" title="Plaza Cinema - community cinema" src="http://www.interconnectit.com/wp-content/uploads/2012/01/Plaza-Cinema-community-cinema-680x421.png" alt="" width="680" height="421" /></a></div>
<p>After a very iterative design process and many many meetings with Sam to squash bugs and to tidy up and simplify the display of the film times, my first real foray into responsive web design has been well received by the cinema, it&#8217;s volunteers and customers. It&#8217;s always a good sign when a client has been happily updating their site with very little in the way of support from us after the initial training session.</p>
<p>As for me I&#8217;ll never be truly satisfied with anything I do, although the movie times section is damn tasty if I do say so myself!</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/3082/designing-the-plaza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gill Sans Rides Again</title>
		<link>http://interconnectit.com/1138/gill-sans-rides-again/</link>
		<comments>http://interconnectit.com/1138/gill-sans-rides-again/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 16:47:36 +0000</pubDate>
		<dc:creator>Robert O'Rourke</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Gill Sans]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.interconnectit.com/?p=1138</guid>
		<description><![CDATA[You may have heard of Gill Sans. Designed by the sign-writer Eric Gill in the 1920s it is as much a British icon as fish &#38; chips. You only have to look at the BBC, or any high street to see it. This article, however, is not about about a typeface (in case you were wondering) but about the redesigned&#8230; <a class="more" href="http://interconnectit.com/1138/gill-sans-rides-again/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_1210" class="wp-caption alignnone" style="width:680px;"><img class="size-full wp-image-1210 " title="Gill Sans Examples" src="http://2010.network.interconnectit.com/wp-content/uploads/2010/10/gillsans-examples.png" alt="" width="680" height="54" /><p class="wp-caption-text">&quot;I usually use gill when an idiot wants to use arial (or myriad) in a logo&quot; - @MrCairney</p></div>
<p>You may have heard of Gill Sans. Designed by the sign-writer Eric Gill in the 1920s it is as much a British icon as fish &amp; chips. You only have to look at the BBC, or any high street to see it. This article, however, is not about about a typeface (in case you were wondering) but about the redesigned interconnect/it site you see now.</p>
<h2>The Brief</h2>
<div id="attachment_1207" class="wp-caption alignright" style="width:200px;"><a href="http://2010.network.interconnectit.com/wp-content/uploads/2010/10/bizniss.jpg"><img class="size-thumbnail wp-image-1207" title="Business Card Design" src="http://2010.network.interconnectit.com/wp-content/uploads/2010/10/bizniss-200x285.jpg" alt="The Interconnect IT business card design." width="200" height="285" /></a><p class="wp-caption-text">The business card proofs</p></div>
<p>It started in July this year when I first joined the company. Dave showed me the new business cards designed by <a href="http://cm2creative.com/">cm2creative</a> and explained his choice of typeface. He had picked Gill Sans because it does a number of things. It looks good, is readable, very English and has a long standing association with well known and trusted brands. At a subconscious level it offers a sense of familiarity, especially true after it was adopted by the BBC in 1997. Almost every man, woman and child with access to a TV since then will have seen the typeface at some point whether they know it or not. In the context of the interconnect/it branding the purpose was to use that familiarity to instil a sense of professionalism, trust and quality in the viewer.  And that was the brief. That and the colour red.</p>
<h2>Research</h2>
<h3>The Typeface</h3>
<p>I knew very little of the history of Gill Sans at the start of the project but that changed quickly. I won&#8217;t go into detail here (because there is a lot!) but if you are interested my jumping off point was <a href="http://en.wikipedia.org/wiki/Gill_Sans">the Wikipedia article</a>. Things got more interesting when I found an article by Ben Archer of typotheque.com <a href="http://www.typotheque.com/articles/re-evaluation_of_gill_sans">re-evaluating the success of Gill Sans</a>. The article describes Eric Gill&#8217;s intentions with the typeface design to improve upon his mentor Edward Johnston&#8217;s typeface for the London Underground. Mr Archer argues that Eric Gill failed to better his predecessor and he has a point which is best illustrated by the lowercase &#8216;a&#8217;.</p>
<p><img class="alignleft size-full wp-image-1231" title="The lowercase 'a'" src="http://2010.network.interconnectit.com/wp-content/uploads/2010/10/lc-a-gillsans1.png" alt="" width="72" height="72" />The design is very top heavy and unbalanced. The contrast of the letter (ie. the orientation of thick strokes and thin strokes) is partially reversed as a result. When compared to the vast majority of western typefaces we aren&#8217;t used to it and it can have the effect of highlighting the letter itself and removing us from what the text is actually saying. It&#8217;s a lot like the way the refridgerator scene in Indiana Jones and the Crystal Skull removed any suspension of disbelief in the audience. For an extreme example of reversed contrast in type design <a href="http://www.flickr.com/photos/typotheque/5084161580/">take a look these letters</a>. This revelation was the reason why I used the lightest weight of Gill Sans for headings. At this weight the strokes are uniform so the ugliness caused by the faulty contrast is removed. At smaller sizes on screen the problems with contrast are less apparent so the regular weight of Gill Sans is used for body copy where available.</p>
<p>It just so happened that recently <a href="http://webfonts.fonts.com/">fonts.com released their webfonts service</a> and it couldn&#8217;t have come at a better time. It was apparent that I would need to use Gill Sans Light frequently but I realised too late that licensing would be a problem. None of the other webfont providers offered any members of the Gill Sans family so the ability to use it free of charge via fonts.com really was a stroke of luck. There&#8217;s a theory in the O&#8217;Rourke family that we&#8217;re blessed with the <em>&#8220;jammy gene&#8221;</em> because these coincidences are scarily frequent!</p>
<h3>The Typography</h3>
<div id="attachment_1214" class="wp-caption alignright" style="width:200px;"><img class="size-thumbnail wp-image-1214" title="Typographic Systems by Kimberley Elam" src="http://www.interconnectit.com/wp-content/uploads/2010/10/51M7OmG8A2L._SS400_-200x243.jpg" alt="" width="200" height="243" /><p class="wp-caption-text">A very good book, especially for the price</p></div>
<p>The second key factor in my research was my ongoing study of typography. It&#8217;s a subject that my study of design has brought me to and left me <del>balls</del> knee-deep in. It is the art of presentation and creating clarity which encompasses what we refer to in the industry today as information architecture. Oliver Reichenstein from <a href="http://informationarchitects.jp/">iA</a> wrote what became a surprisingly controversial piece stating that <a href="http://www.informationarchitects.jp/en/the-web-is-all-about-typography-period/">web design is 95% typography</a> &#8211; perhaps a slight exaggeration &#8211; but there is truth in the statement. Anyone who designs anything involving text should learn about typography, particularly that it is much more than just choosing a typeface.</p>
<p><a href="http://davidcoveney.com/">Dave</a> has a book in the office called <a href="http://www.amazon.co.uk/Typographic-Systems-Kimberly-Elam/dp/1568986874"><em>Typographic Systems</em> by Kimberley Elam</a>. Most of us are familiar with grids by now but there are a number of other approaches. Axial, radial, dilatational, random, modular, transitional and bilateral are all layout solutions we rarely see on the web, due to the difficulty involved in producing them. New layout features available in CSS3 may change that in the coming years and I for one welcome our new non-grid layout overlords.  After experimenting with a few concepts incorporating the new logo and using the axial and modular systems the results were pretty woeful but it was a useful exercise in idea generation. One of my first (and very short-lived) ideas was to use the forward slash in the logo to create an axis on which to hang the rest of the design but due to the nature of the content and the goals of the website a grid layout was the best and simplest approach in the end.</p>
<div id="attachment_1223" class="wp-caption alignnone" style="width:680px;"><img class="size-full wp-image-1223" title="Mockups" src="http://www.interconnectit.com/wp-content/uploads/2010/10/mockups.png" alt="" width="680" height="198" /><p class="wp-caption-text">Some not-so-good ideas</p></div>
<p>With all the above milling about in my mind while I was working on another project over the summer the actual job of designing and coding started towards the end of September.</p>
<h2>Working in the browser</h2>
<p>It&#8217;s going to get slightly technical from here on out. The mockups I had produced pretty much went out of the window although a few elements remained, albeit not completely intact.</p>
<h3>Style</h3>
<p>I began coding the CSS by using a reset and then defining the grid. After toying with <a href="http://gridinator.com/">The Gridinator</a> I picked a 920 pixel wide grid with gutters of 40 pixels. The width had to be less than the usual 960 pixels to give me some extra space to position certain items outside of the central column without hiding them from users on a 1024 x 768 resolution. I had columns of 80, 200,  440, 680 and 920 pixels to play with. The column widths then guided the choices of font size. I was aiming for a maximum of 10-12 words per line and I settled on 14 pixel text for body content as a reasonable balance whether in columns of 200 or 440 pixels in width. To create further visual harmony the font-sizes were also selected from a typographic scale. Just like a musical scale a typographic scale is a balanced series of font sizes that create visual harmony and heirarchy.</p>
<div style="line-height: 72px; margin: 18px 0;"><span style="font-size: 6px;">6px</span> <span style="font-size: 7px;">7px</span> <span style="font-size: 8px;">8px</span> <span style="font-size: 9px;">9px</span> <span style="font-size: 10px;">10px</span> <span style="font-size: 11px;">11px</span> <span style="font-size: 12px;">12px</span> <span style="font-size: 13px;">13px</span> <span style="font-size: 14px;">14px</span> <span style="font-size: 16px;">16</span>px <span style="font-size: 18px;">18</span>px <span style="font-size: 21px;">21</span>px <span style="font-size: 24px;">24</span>px <span style="font-size: 36px;">36</span>px <span style="font-size: 48px;">48</span>px <span style="font-size: 60px;">60</span>px <span style="font-size: 72px;">72</span>px</div>
<p>The base line-height of 18 pixels I chose looked right to me with the 14 pixel text. I was tweaking the leading to get a reasonable contrast within the blocks of text. Not too dark and not too light. I may still tweak it some more because I was following the advice in Robert Bringhurst&#8217;s The Elements of Typographic Style. It&#8217;s an excellent resource but the rules of print don&#8217;t always translate to the web on a 1:1 scale. The problem I was left with were the multiples of 18. The steps I used are 9, 18, 27, 36 and so on to make the vertical rhythms sync up nicely. A base line-height of 20 pixels would offer a greater set of steps (5, 10, 15, 20, 30 etc&#8230;) so it&#8217;s easier to calculate margins and work with, but like a stubborn fool, I plodded on. Even multiples of 6 would have been easier to work with but my decision in  the end was down to what felt right, or intuition if you will&#8230; At any rate hindsight is a wonderful thing.</p>
<p>One problem with trying to maintain vertical rhythm is when you don&#8217;t know what image sizes you may be dealing with. There is a simple bit of javascript that can help:</p>
<pre><code class="js">var lh = $("body").css("line-height");
$("img").each(function(){
    $(this).wrap('&lt;div style="overflow:hidden;height:'+ (Math.round( $(this).height() / lh) * lh) +';" /&gt;');
});</code></pre>
<p>I have one other little trick that some of you may like (some of you may just throw up in your mouth a little bit). I tweeted about my exasperation at not having a list-style-color CSS rule because I wanted red bullet points without affecting the text colour of the list items themselves. There were the sensible suggestions of course &#8211; use list-style-image or a background image. Generally I would have used either approach but there are caveats to both of those approaches.</p>
<ol>
<li><strong>list-style-image:</strong> I never use this feature of CSS. It seems that no two browser manufacturers can decide exactly what to do with it. You end up with unacceptably different vertical positioning of the bullets in IE compared to Firefox and others.</li>
<li><strong>background-image:</strong> Best suited to designs that don&#8217;t use the margins to hang bullets or quotation marks in. I could have used some left-hand negative margin and padding but what about ordered lists?</li>
</ol>
<p>The ordered list problem isn&#8217;t solved by either of the above solutions. I wrote some more javascript to enable the effect:</p>
<pre><code class="js">$(".entry-content ol, .entry-content ul").each(function(){
    $("li",this).each(function(){
        $(this.childNodes).wrapAll('&lt;div class="li-content" style="color:'+ $(this).css("color") +';" /&gt;');
    }).css("color",$(this).css("color"));
});</code></pre>
<p>With the above all you need to do to colourise the bullet points is to apply the bullet point colour on the list itself and the desired text colour on the list items like so:</p>
<pre><code class="css">ul,ol { color: red; }
li { color: black; }</code></pre>
<p>I&#8217;m now of the opinion that CSS is a pretty crap tool for typesetting, that is if you want to do anything complex that needs to look the same across different browsers and operating systems. It&#8217;s not the fault of CSS though, but rather the different approaches to type rendering on different platforms. Typekit recently released an interesting <a href="http://blog.typekit.com/2010/10/15/type-rendering-operating-systems/">post on the subject of OS diffrerences in relation to type</a>.</p>
<h3>Prototyping with widgets</h3>
<p>WordPress has a well thought out core that allows its functionality to be extended using the theme itself or various plugins. To get the most out of the home page I used three widget areas and our suite of internally developed content widgets. So far it has the following:</p>
<ul>
<li><strong>Page widget: </strong>grabs the content of a particular page &#8211; pretty simple really. This is essentially like using a text widget however you have all the editing options available to you on the page editor &#8211; in particular the WYSIWYG editor. The large banner text is an example of this widget.</li>
<li><strong>Taxonomy lister: </strong>generates a list of posts (or custom post type entries) from a single taxonomy such as tags, categories or a custom taxonomy. The widget uses templates that can be stored in the theme directory to control output. I created the Case Studies and Portfolio sections on the home page using this widget.</li>
<li><strong>Latest posts: </strong>this one is a brother to the taxonomy lister. It lists all the posts just like the blog page would however you can choose how many items to show, how to display the featured image from the post, whether to use the excerpt or full text and you can exclude categories from appearing. The latest news section uses this widget.</li>
</ul>
<p>The only other non-core element of content required was the author list. WordPress itself offers very little in terms of generating a list of authors. There is a single documented template tag called <code><a href="http://codex.wordpress.org/Function_Reference/wp_list_authors">wp_list_authors()</a></code> and the <a href="http://wordpress.org/extend/plugins/list-authors/">available</a> <a href="http://wordpress.org/extend/plugins/authors/">plugins</a> didn&#8217;t give me what I wanted either. I set about creating a <a href="http://codex.wordpress.org/Shortcode_API">shortcode</a> that I could use in a widget or page but first I needed a list of user ids. I added a new function to the functions.php file in the theme:</p>
<pre><code class="php">function get_authors(){
    global $wpdb;
    return $wpdb-&gt;get_results("SELECT ID, user_login FROM $wpdb-&gt;users, $wpdb-&gt;usermeta WHERE $wpdb-&gt;users.ID = $wpdb-&gt;usermeta.user_id AND meta_key = '".$wpdb-&gt;prefix."capabilities' ORDER BY user_login");
}</code></pre>
<p>My shortcode function looked a little like this:</p>
<pre><code class="php">function author_list_shortcode( $atts, $content=null ){
        $output = '';
        $authors = get_authors();
        foreach ( $authors as $author ) {
            if ( $author-&gt;user_login == 'admin' ) continue;
            $output .= '
                  &lt;h3&gt;&lt;a href="'. get_bloginfo('siteurl') .'/author/'. esc_attr( get_usermeta( $author-&gt;ID, 'user_nicename' ) ) .'"&gt;'. get_usermeta( $author-&gt;ID, 'display_name' ) .'&lt;/a&gt;&lt;/h3&gt;
                  '. get_avatar( $author-&gt;ID, 80 ) .'
                  &lt;p class="bio"&gt;'. get_usermeta( $author-&gt;ID, 'description' ) .'&lt;/p&gt;
                  &lt;a class="url" href="'. esc_attr( get_usermeta( $author-&gt;ID, 'user_url' ) ) .'"&gt;'. get_usermeta( $author-&gt;ID, 'user_url' ) .'&lt;/a&gt;';
        }
        return $output;
}
add_shortcode('author-list', 'author_list_shortcode');</code></pre>
<p>While the above is a very simplified version of what I ended up with it should give you an idea of how to create the shortcode. Unfortunately I wanted to use it in a text widget too but WordPress currently doesn&#8217;t parse shortcodes in them without a little coaxing&#8230;</p>
<pre><code class="php">// parse shortcodes in text widgets
add_filter('widget_text', 'do_shortcode');</code></pre>
<p>There was one final hurdle to jump over with the author list shortcode. I wanted some extra data associated with our user accounts such as job title and twitter username. Justin Tadlock has a simple tutorial on his blog about <a href="http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields">how to add extra fields to the user profile page</a>. Using them was just a case of calling the <code>get_usermeta()</code> function with the correct user id and meta key.</p>
<p>Using widgets to populate the home page and the footer worked very well as a rapid browser-based prototyping tool. As long as the CSS allows for some flexibility of the widgets themselves you can quickly move the various elements around to find an optimal arrangement of content. It will be a cinch to add extra blocks in future too for special features.</p>
<h3>Reducing</h3>
<blockquote><p>In anything at all, perfection is finally attained not when there is no longer anything to add, but when there is no longer anything to take away.</p>
<p style="text-align: right;"><em>Saint Exupery</em></p>
</blockquote>
<p>A lot of my time was spent removing visual clutter that I had merrily sprinkled around, a dividing line between the post content and the author photo, an image border on non-captioned images, the customary sidebar on post pages&#8230; It was time well spent. If there was an element in the design that I couldn&#8217;t explain the purpose of to myself satisfactorily it got cut. I can certainly recommend this approach, assuming you&#8217;re going for a minimalist or very typographically led style such as this. If I hadn&#8217;t done this there would be bright red boxes inspired by a restaurant menu in a sidebar containing links, the site would have had much less white-space and room to breath and would have ended up being less readable.</p>
<p>At this point the only colours on the site were white (#fff), black (#000) and red (#f00). I could only withstand the burning on my retinas for so long and calmed the colours down by reducing the brightness or reducing the saturation.</p>
<p>To soften the site further and add a little depth I found a natural looking texture for the background. You can blame <a href="http://colly.com/">Simon Collison</a> for that because I&#8217;m an unashamed fan of his design style and after seeing his talk at <a href="http://speaktheweb.org/">Speak the Web</a> in Liverpool&#8217;s <a href="http://www.thisisleaf.co.uk/">Leaf Tea Bar</a> I guess a few things sank in. The gist of the talk was how to reach that point in design where the magic starts to happen, but in a word, the message I took from it was <em>&#8220;reduce&#8221;</em>. You can find the beautiful <a href="http://www.slideshare.net/collylogic/the-pursuit-of-magic">slides from the talk on slideshare</a>.</p>
<h3>Detail</h3>
<p>During the design process there were a few moments when a great idea struck me. It&#8217;s the little details that you don&#8217;t necessarily think about until they&#8217;re pointed out to you.</p>
<p>In the footer I had a copyright notice and the current year. Because of the BBC association I thought that using roman numerals would be more interesting and definitely add a little extra class to the design.</p>
<p>The font delivered by fonts.com was looking badly hinted and blocky at certain sizes in webkit based browsers. What was interesting when I was adding some CSS3 love to the design I found that adding text-shadow, even if it was invisible, caused the text to be properly anti-aliased. I&#8217;m not entirely sure why but I was able to make a few gains in the overall beauty of the site using text-shadow on the delivered font.</p>
<p>To add some extra layers of slickness to the site I added some transitions for those browsers that support them. You&#8217;ll see what I mean if you use Chrome or Safari and hover over the main menu items. It&#8217;s amazing how simple it was to do and I&#8217;m looking forward to playing with CSS transforms and transitions on future projects.</p>
<p>Have you ever noticed how many WordPress sites stick with the default left and right angled quotes for the arrows? I decided I was sick of them and found a <a href="http://www.alanwood.net/unicode/arrows.html">list of different unicode arrows</a> I could use instead. This worked fine at first although it did cause a problem in Chrome when I added the <code>text-rendering: optimizeLegibility;</code> rule to my style sheet. The effect was that all my font-styling was lost (font-variant, font-family and text-transform rules) and the unicode character appeared as a box. <a href="http://code.google.com/p/chromium/issues/detail?id=58876&amp;can=1&amp;q=unicode%20text-rendering&amp;colspec=ID%20Stars%20Pri%20Area%20Feature%20Type%20Status%20Summary%20Modified%20Owner%20Mstone%20OS">The bug report is here</a>. Removing the text-rendering rule fixed the problem in Chrome but IE6 was still displaying a box for the character so I resorted to using a span with the class &#8220;unicode&#8221; and added the following to my style sheet&#8217;s utility belt:</p>
<pre><code class="css">.unicode { font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial, sans-serif; }</code></pre>
<p>Another feature you will have seen (unless having javascript turned off is how you roll) is the loading overlay. I had to do it because of the way webfonts are loaded and rendered on screen. There&#8217;s a horrible moment when the text vanishes and then reappears in the desired typeface. Paul Irish has a great article on <a href="http://paulirish.com/2009/fighting-the-font-face-fout/">steps you can take to avoid this &#8220;Flash Of Unstyled Text&#8221;</a> (or FOUT for short). The only sure fire way to avoid this bit of ugliness to hide the text or page until the new font has loaded.</p>
<h2>In Summary&#8230;</h2>
<p>I learned a lot. Mostly what not to do next time. Some of the main points of interest to me were:</p>
<ul>
<li>using WordPress widgets for rapidly prototyping the information architecture.</li>
<li>CSS is not a great tool for typesetting. Avoid getting too carried away and focus on readability.</li>
<li>reduce, reduce, reduce.</li>
</ul>
<p>Hopefully that wasn&#8217;t too much of a ramble! While I&#8217;m happy with the end result there may never be a design I do that I&#8217;m really, <em>really</em> satisfied with but that can only be a good thing. The moment we become satisfied with our level of knowledge and skill is when we start to stagnate and lose any enjoyment we get from the process. I may still tweak some things in future like the line-height and how some images are displayed but for now, I need a beer.</p>
<p>I&#8217;ll leave you one of my favourite examples of Gill Sans spotted in the wild down Bolton Street opposite the Adelphi Pub in Liverpool. Yes it is the plug-ugly ultra-bold Gill Sans but it made me giggle that they would have a separate entrance to the strip club for those dirty filthy students.</p>
<div id="attachment_1239" class="wp-caption alignright" style="width:680px;"><img class="size-large wp-image-1239" title="The student entrance at X in the City." src="http://www.interconnectit.com/wp-content/uploads/2010/10/xinthecity-680x231.jpg" alt="" width="680" height="231" /><p class="wp-caption-text">The white text is possibly the only suitable use of Gill Sans Ultra-Bold in the world.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/1138/gill-sans-rides-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Ways to Win Web Awards</title>
		<link>http://interconnectit.com/88/10-ways-to-win-web-awards/</link>
		<comments>http://interconnectit.com/88/10-ways-to-win-web-awards/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 12:49:21 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[clynol]]></category>
		<category><![CDATA[competitions]]></category>
		<category><![CDATA[hairdressing]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[winning]]></category>

		<guid isPermaLink="false">http://liverpoolwebdesigner.wordpress.com/?p=88</guid>
		<description><![CDATA[It was close, but no cigar&#8230; one of our sites was nominated for the Clynol Best Salon Website of 2007 award.  Sadly we didn&#8217;t win it, but we looked at the competition and then at which site won.  We realised that with many of these awards the depth of analysis isn&#8217;t that deep. Here&#8217;s how to get nominated: Impressive landing&#8230; <a class="more" href="http://interconnectit.com/88/10-ways-to-win-web-awards/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It was close, but no cigar&#8230; one of our sites was nominated for the Clynol Best Salon Website of 2007 award.  Sadly we didn&#8217;t win it, but we looked at the competition and then at which site won.  We realised that with many of these awards the depth of analysis isn&#8217;t that deep.<span id="more-88"></span></p>
<p>Here&#8217;s how to get nominated:</p>
<ol>
<li>Impressive landing page &#8211; the first page people land on should be visually striking.  Pretty girls do seem to help on this, sadly, but it&#8217;s not the only way.</li>
<li>Simple design &#8211; keep it simple and clean, at least on that front page, because that&#8217;s the one that will be looked at the most.</li>
<li>Don&#8217;t worry too much about usability, at least at this stage, because the testing won&#8217;t be deep.</li>
<li>Don&#8217;t worry about standards either, most of these folk won&#8217;t check.  Shame, but true.</li>
<li>Keep the word-count down &#8211; too many words distract from &#8216;impressive&#8217;.</li>
</ol>
<p>And then, of course, comes actually winning it:</p>
<ol>
<li>You won&#8217;t have any idea of the criteria against which your website is being judged.  It could be that the judging panel is looking at print-outs, has a passion for flowers, or anything &#8211; so don&#8217;t worry about it.  Also consider that the judges don&#8217;t necessarily know a thing about web design.  Just keep doing cool websites and the awards will come soon enough.</li>
<li>Make sure the site is usable, at least on a superficial level.  If they want to find the location, make it easy to find.</li>
<li>Trendy is good &#8211; but it does depend &#8211; web design and paper design trends are increasingly divergent, although they&#8217;re definitely influencing one another.  Also remember, if you&#8217;re being judged by designers (paper or otherwise) then what they consider to be leading edge is quite different to that of the average person.</li>
<li>Flash sites win a disproportionate amount of awards, given their poor compatibility and search engine performance.  But there you go &#8211; if you want visually striking you can save a bomb by using Flash instead of html and css.</li>
<li>Performance is paramount &#8211; any judge will be looking at a lot of sites.  If they&#8217;re viewing through browser windows they&#8217;ll be quickly bored &#8211; your site has to load quickly and respond rapidly.</li>
</ol>
<p>To be honest, we were surprised we were nominated &#8211; it came entirely out of the blue as the site had never been submitted by us to any competition.  It wasn&#8217;t even a site we could feel was a particularly wonderful piece of work.  It was fine, and the client is delighted.  But what this nomination did do was to make the client feel justified in using us.  That alone is worth a fortune, and he&#8217;ll have told everyone who&#8217;d listen.</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/88/10-ways-to-win-web-awards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coming Problems with Web Design</title>
		<link>http://interconnectit.com/86/coming-problems-with-web-design/</link>
		<comments>http://interconnectit.com/86/coming-problems-with-web-design/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 14:34:36 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://liverpoolwebdesigner.wordpress.com/?p=86</guid>
		<description><![CDATA[I just read an interesting article in A List Apart about how browsers that are forgiving of bad markup and css are bad for the web. And I totally get it. In fact, a failure of how standards apply to web pages is one of the reasons why, until really quite recently, I&#8217;d avoided having anything to do with Web&#8230; <a class="more" href="http://interconnectit.com/86/coming-problems-with-web-design/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just read an <a href="http://alistapart.com/articles/forgiving" title="A List Apart - forgiving browsers are bad">interesting article in A List Apart</a> about how browsers that are forgiving of bad markup and css are bad for the web.</p>
<p>And I totally get it.</p>
<p>In fact, a failure of how standards apply to web pages is one of the reasons why, until really quite recently, I&#8217;d avoided having anything to do with Web Design.  I hated it.  I hated that even if you structured your code correctly it would look right only in half the browsers you tested in.</p>
<p>Well, this is going to change over the coming five years.  Standards will become far more important, and odd hacks will slowly fade into the background.  Browsers, my friends, are going to have to become a whole lot less forgiving.</p>
<p>And there lies the rub &#8211; with tougher browsers, building websites will become a lot harder for non-technical types.  In fact, it could become near impossible.  On the upside, tools like WordPress will be able to offer more choices to the user because the code will <em>know</em> that what it outputs to the browser will work.</p>
<p>So the internet&#8217;s going to get a lot better in the coming years&#8230; but if you&#8217;re not prepared to work hard at it then becoming a web developer or designer is going to become far tougher.</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/86/coming-problems-with-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Wicked Problem</title>
		<link>http://interconnectit.com/51/the-wicked-problem/</link>
		<comments>http://interconnectit.com/51/the-wicked-problem/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 17:41:46 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Clients]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[project management]]></category>

		<guid isPermaLink="false">http://liverpoolwebdesigner.com/2008/01/10/the-wicked-problem/</guid>
		<description><![CDATA[I was reading through some project management methodology just now (yay! My life is full of joy at last!) and came across the phrase &#8220;The Wicked Problem&#8221; in this line on Wikipedia: Steve McConnell in Code Complete (a book which criticizes the widespread use of the waterfall model) refers to design as a &#8220;wicked problem&#8221; &#8211; a problem whose requirements&#8230; <a class="more" href="http://interconnectit.com/51/the-wicked-problem/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was reading through some project management methodology just now (yay! My life is full of joy at last!) and came across the phrase &#8220;The Wicked Problem&#8221; in this line on Wikipedia:</p>
<blockquote><p>Steve McConnell in <em><a title="Code Complete" href="http://en.wikipedia.org/wiki/Code_Complete">Code Complete</a></em> (a book which criticizes the widespread use of the waterfall model) refers to design as a &#8220;<a title="Wicked problem" href="http://en.wikipedia.org/wiki/Wicked_problem">wicked problem</a>&#8221; &#8211; a problem whose requirements and limitations cannot be entirely known before completion. The implication is that it is impossible to get one phase of software development &#8220;perfected&#8221; before time is spent in &#8220;reconnaissance&#8221; working out exactly where and what the big problems are.</p></blockquote>
<p><span id="more-51"></span>It&#8217;s worth following the link.</p>
<p>I think software and design processes often end up trapped within this circle where nothing&#8217;s ever perfect.  The iPhone isn&#8217;t perfect, for example &#8211; it may be ever so pretty, but it&#8217;s quite rubbish at Bluetooth connectivity, for example, or sending texts.  In fact, it&#8217;s rubbish at a lot of things.  One of its smartphone rivals, the N95, has a habit of crashing in certain situations, and flattening its battery in two hours because it&#8217;s furiously running an application in the background.</p>
<p>Same with websites.  Our company site, <a title="Interconnect IT - developing code in Liverpool!" href="http://www.interconnectit.com">Interconnect IT</a>, will never ever, in my opinion, be perfect.  Unless we simply devoted all our energies to that site &#8211; but then we&#8217;d have no time to work on client projects.  We&#8217;re still a three man company, so we can&#8217;t have a £200k site.  But we can be clever and cover 95% of the requirements.</p>
<p>With client sites it&#8217;s even trickier &#8211; we have to interpret a clients&#8217; requirements, write them down, and send them back in a proposal with a rough mock-up, pricing and structure.  They&#8217;ll read it quickly and usually accept.  But once started they&#8217;ll look at the design, try it out, and realise that actually, the front page should have a simpler message.  That may mean a restructuring.  A week later, someone may point out that the colours they preferred have negative connotations in certain cultures.</p>
<p>All these require changes, sometimes at a late stage, and sometimes involving a lot of work.  At some point, someone has to simply say &#8211; &#8220;OK, that&#8217;s good enough!&#8221;</p>
<p>Other clients, however, quite like the waterfall method.  We have forms for certain business sectors, with consistent requirements, where they simply tick off what they want and like, choose an off-the-shelf design, and a couple of weeks later we deliver the website &#8211; all loaded up and everything.  They then sign-off, or they ask for some revisions &#8211; images changed, copy edited and so on.  It&#8217;s particularly suited where a small and busy firm needs a website, but it&#8217;s not really crucial to their business &#8211; it simply provides a service to people who already know them.  Dentists, for example.</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/51/the-wicked-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can You Trust Your Web Designer?</title>
		<link>http://interconnectit.com/46/can-you-trust-your-web-designer/</link>
		<comments>http://interconnectit.com/46/can-you-trust-your-web-designer/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 07:41:53 +0000</pubDate>
		<dc:creator>Interconnect IT</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://liverpoolwebdesigner.com/2008/01/03/can-you-trust-your-web-designer/</guid>
		<description><![CDATA[A little while ago I came across a story about a couple of firms who had been sued in 2006 by Getty Images for illegal use of images on their websites.  One of the companies was a small accountancy firm in Liverpool, and the other a taxi firm in Taunton.  Both small companies. Fair enough &#8211; you steal a picture,&#8230; <a class="more" href="http://interconnectit.com/46/can-you-trust-your-web-designer/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A little while ago I came across a story about a couple of firms who had been sued in 2006 by Getty Images for illegal use of images on their websites.  One of the companies was a small accountancy firm in Liverpool, and the other a taxi firm in Taunton.  Both small companies.</p>
<p>Fair enough &#8211; you steal a picture, you pay the penalty.  However, these images were placed there not by the companies, but by the web designers they&#8217;d hired.  The end result came to a loss of reputation for the two firms (but perhaps some nice collatoral marketing) and added costs and hassle.</p>
<p><a href="http://www.epuk.org/Blogs/459/really-stupid-criminals" title="Copyright theft and coming across stupid">EPUK&#8217;s commentary on the copyright story</a></p>
<p>Now, I don&#8217;t have much sympathy for companies that steal copyright &#8211; they can offset their costs against taxes so shouldn&#8217;t really feel a need.  And given that a website is a business benefit, they should be paying for all images anyway as it generates money for them.  But what does stink is that they&#8217;ve been made to look stupid by web designers.  These are people we share our profession with.  Yet we see it all the time &#8211; images stolen from other websites, reused again and again after downloads from libraries&#8230; and it stinks.  I&#8217;m getting fed up of amateur designers who apart from generally designing poorly performing, slow and unusable sites, are also potentially getting their clients into a lot of trouble.</p>
<p>So these amateurs are busy cheapening the work we do by undercutting the true professionals, they&#8217;re damaging our reputations (could we be thought of like many back street mechanics?) and they&#8217;re encouraging many clients to DIY instead &#8211; something that could still cost them dearly in lost business, hassle and time.</p>
<p>Rant over!  Next I want to find out who Britain&#8217;s best web designer could be.  I&#8217;d like to hope it&#8217;s us!</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/46/can-you-trust-your-web-designer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Site Features Can Go Hilariously Wrong</title>
		<link>http://interconnectit.com/42/site-features-can-go-hilariously-wrong/</link>
		<comments>http://interconnectit.com/42/site-features-can-go-hilariously-wrong/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 11:45:40 +0000</pubDate>
		<dc:creator>Interconnect IT</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[humour]]></category>

		<guid isPermaLink="false">http://liverpoolwebdesigner.com/2007/12/19/site-features-can-go-hilariously-wrong/</guid>
		<description><![CDATA[I&#8217;m going to shamelessly nick a few images here from a site we designed, manage and host (Sniff Petrol) , but which is run and written by someone else. In finding this he showed a great example of why you should think about any new features you add to a website. The idea seemed good enough &#8211; Car Magazine added&#8230; <a class="more" href="http://interconnectit.com/42/site-features-can-go-hilariously-wrong/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to shamelessly nick a few images here from a site we designed, manage and host <a title="Sniff Petrol Motoring Satire" href="http://www.sniffpetrol.com">(Sniff Petrol)</a> , but which is run and written by someone else.  In finding this he showed a great example of why you should think about any new features you add to a website.</p>
<p>The idea seemed good enough &#8211; Car Magazine added a search terms Cloud, rather like a tag cloud, to their website to show what people were searching for.  Problem is though, with any user generated content you have to watch carefully for abuse.</p>
<p>First off, they seeded the search cloud with a few terms that they obviously felt the aspirational and tasteful visitors would like &#8211; such as Aston Martin Vanquish,  BMW M1, Ferrari and so on:</p>
<p><img src="http://www.sniffpetrol.com/wp-content/uploads/carmag00.jpg" alt="Car Magazine 1" width="342" height="268" /></p>
<p>So far so good.<span id="more-42"></span></p>
<p>But Sao Penza?  Who would look for such an obscure car?  Quickly, somebody realised that there weren&#8217;t many values for the search cloud to pick up on and that it could easily be gamed&#8230; Either that or readers of Car Magazine have a hankering for Bum Gravy and Cillit Bang:</p>
<p><img src="http://www.sniffpetrol.com/wp-content/uploads/carmag01.jpg" alt="Car Magazine " width="342" height="268" /></p>
<p>Perhaps it was just a passing glitch and soon everything would return to normal:</p>
<p><img src="http://www.sniffpetrol.com/wp-content/uploads/carmag02.jpg" alt="Car Magazine 2" width="342" height="268" /></p>
<p>Ah, no&#8230; and guess what?  The took it down soon after.</p>
<p>I think in any sort of web development and design it&#8217;s important to try and think &#8220;how could this be abused&#8221; and then either put in place ways to prevent it, or be ready for it.  Some sites have disappeared completely after being spammed to death, with the owners unable to fix it, and lacking the funds to bring in suitable expertise.  It&#8217;s a hard world, the Web, and coding safely for it demands a rather cynical approach at times.</p>
<p>All stuff taken from <a title="Motoring Satire" href="http://www.sniffpetrol.com/2007/12/14/sao-penza-cillit-bang-bum-gravy/">this Sniff Petrol article</a>, and written in a much funnier way than I can ever manage&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/42/site-features-can-go-hilariously-wrong/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Little Thing Makes All The Difference</title>
		<link>http://interconnectit.com/114/a-little-thing-makes-all-the-difference/</link>
		<comments>http://interconnectit.com/114/a-little-thing-makes-all-the-difference/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 16:47:54 +0000</pubDate>
		<dc:creator>Interconnect IT</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[bus]]></category>
		<category><![CDATA[design cock up]]></category>
		<category><![CDATA[mistakes]]></category>
		<category><![CDATA[police]]></category>

		<guid isPermaLink="false">http://liverpoolwebdesigner.wordpress.com/2007/11/05/a-little-thing-makes-all-the-difference/</guid>
		<description><![CDATA[Expensive mistakes can be avoided by just being a little bit careful. Imagine you&#8217;d spent many thousands on this marketing campaign, only to get it plastered around the web&#8230; for the wrong reasons. I bet this chap&#8217;s getting the mick taken out of him something rotten. If you can&#8217;t see it, try looking for the exhaust.]]></description>
			<content:encoded><![CDATA[<p>Expensive mistakes can be avoided by just being a little bit careful.  Imagine you&#8217;d spent many thousands on this marketing campaign, only to get it plastered around the web&#8230; for the wrong reasons.</p>
<p>I bet this chap&#8217;s getting the mick taken out of him something rotten.</p>
<p><img src="http://liverpoolwebdesigner.files.wordpress.com/2007/11/busback-custom.jpg" alt="Back of a bus" /></p>
<p>If you can&#8217;t see it, try looking for the exhaust.</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/114/a-little-thing-makes-all-the-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spotting the iStockphoto effect</title>
		<link>http://interconnectit.com/11/spotting-the-istockphoto-effect/</link>
		<comments>http://interconnectit.com/11/spotting-the-istockphoto-effect/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 14:34:53 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[istockphoto]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[pricing]]></category>
		<category><![CDATA[rivals]]></category>
		<category><![CDATA[xmas]]></category>

		<guid isPermaLink="false">http://liverpoolwebdesigner.wordpress.com/2007/11/04/spotting-the-istockphoto-effect/</guid>
		<description><![CDATA[iStockphoto.com is one of those little secrets that people outside the web, design and photography worlds rarely hear about. Yet once you&#8217;re involved in this industry you learn to quickly spot pictures because frankly, they&#8217;re all over the place. But we don&#8217;t mind &#8211; it&#8217;s a cheap source of images and graphic art for clients who are working to a&#8230; <a class="more" href="http://interconnectit.com/11/spotting-the-istockphoto-effect/">continue reading <span class="unicode">&#8674;</span></a>]]></description>
			<content:encoded><![CDATA[<p>iStockphoto.com is one of those little secrets that people outside the web, design and photography worlds rarely hear about.  Yet once you&#8217;re involved in this industry you learn to quickly spot pictures because frankly, they&#8217;re all over the place.</p>
<p>But we don&#8217;t mind &#8211; it&#8217;s a cheap source of images and graphic art for clients who are working to a tight budget, and it gives many artists and photographers access to new markets.  Everybody&#8217;s a winner.</p>
<p>Well not quiet &#8211; while we cheerfully admit to where we get some of our images and graphics from, many rivals don&#8217;t.  Most recently we saw one rival offering &#8216;custom&#8217; Xmas e-cards for about £350 a piece.  They would (we hope) have been bought on a less restrictive license than usual, but you&#8217;re still looking at a low cost item.</p>
<p>To show you, here&#8217;s one we did ourselves, in just five minutes.  Not £350 worth of work.  At all:</p>
<p><img src="http://liverpoolwebdesigner.files.wordpress.com/2007/11/xmas_card1.jpg" alt="Xmas Card - on the cheap." /></p>
<p>We could do about fifty in a day, at a cost of no more than about £100 plus our time.  It&#8217;s even done in our <a href="http://www.interconnectit.com" title="Our web design site, showing our house style">in-house web-design</a> style, which means there&#8217;s a pre-masked layout to work to.  Easy-peasy.</p>
<p>Clearly, the road to success in business is more to do with marketing than fair pricing!  Then again, I remember the realisation came that even if you could make a Coke rival product for 5p a can which tastes just as good, it probably wouldn&#8217;t outsell Coca-Cola, because people aren&#8217;t rational creatures when it comes to pricing.  In fact, they&#8217;d be suspicious as to why it was so cheap.</p>
<p>I guess the same thing would apply to solicitors and the like, albeit in a slightly different way.  You go round to a few and they all offer to do the work for around the £150-£180 per hour level.  If one came up with a price of £20 an hour you&#8217;d immediately be worried as to whether they were professional or not, qualified, and so on.  Of course, the £150 an hour rate is going to exclude many people, so lawyers, rather than doing anything cheap, tend to get involved in pro-bono work instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/11/spotting-the-istockphoto-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make My Logo Bigger!</title>
		<link>http://interconnectit.com/10/make-my-logo-bigger/</link>
		<comments>http://interconnectit.com/10/make-my-logo-bigger/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 20:37:51 +0000</pubDate>
		<dc:creator>David Coveney</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[changes]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[humour]]></category>

		<guid isPermaLink="false">http://liverpoolwebdesigner.wordpress.com/2007/11/02/make-my-logo-bigger/</guid>
		<description><![CDATA[You know, they say the customer is always right. Sometimes we may feel like this, but ultimately if a customer wants it, they should have it. And these products let them have it: Make My Logo Bigger]]></description>
			<content:encoded><![CDATA[<p>You know, they say the customer is always right.  Sometimes we may feel like this, but ultimately if a customer wants it, they should have it.</p>
<p>And these products let them have it:</p>
<p><a href="http://www.makemylogobiggercream.com/" title="Make my logo bigger">Make My Logo Bigger</a></p>
]]></content:encoded>
			<wfw:commentRss>http://interconnectit.com/10/make-my-logo-bigger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

