<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>coldpie's blog: web ramblings and thoughts</title>
	
	<link>http://www.coldpie.co.uk/blog</link>
	<description>words and thoughts from small web agency based in London</description>
	<lastBuildDate>Sun, 11 Jul 2010 22:32:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/coldpie" /><feedburner:info uri="coldpie" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>404! Help your users a little when things go wrong</title>
		<link>http://feedproxy.google.com/~r/coldpie/~3/klxXoVBurws/</link>
		<comments>http://www.coldpie.co.uk/blog/2010/07/09/404-help-your-users-a-little-when-things-go-wrong/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 17:59:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[client tips]]></category>
		<category><![CDATA[client-help]]></category>
		<category><![CDATA[error-pages]]></category>

		<guid isPermaLink="false">http://www.coldpie.co.uk/blog/?p=471</guid>
		<description><![CDATA[
It's been a while and we need to do better! So here's a quick post about building and showing useful 404 error messages for your users when things go wrong... It's aimed at informing you as a client in what to ask your web design company to do...


What is a 404 page?
There are alot of [...]]]></description>
			<content:encoded><![CDATA[<p>
<blockquote class="coldpie-head">It's been a while and we need to do better! So here's a quick post about building and showing useful 404 error messages for your users when things go wrong... It's aimed at informing you as a client in what to ask your web design company to do...</blockquote>
<span id="more-471"></span>
</p>
<h2>What is a 404 page?</h2>
<p>There are alot of boring status codes attached to web pages when things go wrong (if you are that way inclined have a look at <a href="http://en.wikipedia.org/wiki/List_of_HTTP_status_codes">this list!</a>.) The most common of these is the &#8220;404 error code&#8221; which simply put means a visit to a page or resource (i.e. an image) on your website which doesn&#8217;t exist.</p>
<h2>Why would users see a 404 / page not found page?</h2>
<p>There are 3 main reasons but probably plenty of others:</p>
<ul>
<li>A user goes directly to a page but mistypes the page address.</li>
<li>You mistype a link on your website and then a user clicks it and finds themselves at a page which doesn&#8217;t exist. Alternatively someone else links to your site using the wrong page.</li>
<li>You redesign your website and update the web pages that your website has. As part of this process you put up new pages and take down old ones or the new web company decides to change the page addresses to smarten them up. Maybe they change the about page from &#8216;http://yourwebsite.com/about.htm&#8221; to &#8220;http://yourwebsite.com/about-us/&#8221;. For a period the search engines will continue to hold your old pages in their index so people might search for you and be taken to a 404-error page. In this case also, where other sites have linked to you, those links might stop working too.</li>
</ul>
<h2>What not to do?</h2>
<p>I thought this was worth writing a quick post about because just this week I&#8217;ve seen a couple of websites where the 404 page I&#8217;d term as a &#8220;total failure&#8221; 404. This is when the site displays an unhelpful 404 message that is just the server&#8217;s default page. Often times this can appear as just plain confusing to users. Here are two examples of what these might look like below:</p>
<p><img src="http://www.coldpie.co.uk/blog/wp-content/uploads/2010/07/404-1.jpg" alt="" title="404-1" width="650" height="190" class="alignnone size-full wp-image-481" /></p>
<p><img src="http://www.coldpie.co.uk/blog/wp-content/uploads/2010/07/404-2.jpg" alt="" title="404-2" width="650" height="190" class="alignnone size-full wp-image-482" /></p>
<p>As you can see &#8211; neither is particularly nice or helpful to the user and may just add to a little niggle of frustration (although the second is slightly better than the first &#8211; at least attempting to explain a little.) In some cases your user might just exit your site completely and go elsewhere, especially if they have found their way there using a search engine.</p>
<h2>What to try and do:</h2>
<p>The best way of approaching your 404 is to think about what you would like your users to see if this is what they saw on first visiting your site (for whatever reason). Some key principles:</p>
<p>1. If you can, keep the general site navigation and treat it like any other page.<br />
2. <strong>Be helpful</strong>. Offer users a way out and a way to move forward. For example you could include a site map or if your site has a search function &#8211; display a search box on the error page.<br />
3. <strong>Say sorry!</strong> and possibly with a hint of humour to lighten the mood. To try and keep your users onside &#8211; apologise but in a no-nonsense tone of voice. Allow them to get in touch with you and report the problem. Obviously this all depends on what overall tone of voice you are using on your site in general.</p>
<p>For coldpie we tried to roll all these things together into our 404-error page. <a href="/this-page-doesnt-exist">Take a look!</a>. It doesn&#8217;t need to be complex or time consuming and you only need to create one error page which will then stand you in good stead moving forward.</p>
<h2>Further reading</h2>
<p>A few web magazines have taken some time to write up in more detail some of the ideas surrounding constructing 404 error pages. Others have also focused on the &#8220;Art&#8221; of 404&#8217;s &#8211; where designers have gone out of their way to construct delightful and sometimes beautiful error pages. As a good starting point I would suggest taking a look at the posts on Smashing Magazine:</p>
<ul>
<li><a href="http://www.smashingmagazine.com/2007/07/25/wanted-your-404-error-pages/">Wanted: Your 404 error pages</a></li>
<li><a href="http://www.smashingmagazine.com/2007/08/17/404-error-pages-reloaded/">404 error pages reloaded</a></li>
<li><a href="http://www.smashingmagazine.com/2009/01/29/404-error-pages-one-more-time/">404 error pages one more time</a></li>
</ul>
<h2>How to prevent things from happening in the first place</h2>
<p>It&#8217;s probably worth noting that you should also try and prevent your users from seeing the 404&#8217;s where possible. There is no stopping them from mistyping a page name &#8211; however you should try to prevent broken links and try to ease the transition from an old site to new.</p>
<p>To check links try the w3&#8217;s page at <a href="http://validator.w3.org/checklink">http://validator.w3.org/checklink</a>. Here you can check your whole site in one swoop.</p>
<p>Automatically forward on old pages to new ones. At coldpie we often will spend a few hours at the end of a build setting up a list of what old pages that will automatically forward to new ones. This will help Google and other search engines to update their index. Whilst you are there though make sure to use the correct headers when forwarding to the new page. Take a look <a href="http://www.somacon.com/p145.php">here</a> for more info. If you have any questions give me a shout in the comments.</p>
<img src="http://feeds.feedburner.com/~r/coldpie/~4/klxXoVBurws" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coldpie.co.uk/blog/2010/07/09/404-help-your-users-a-little-when-things-go-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coldpie.co.uk/blog/2010/07/09/404-help-your-users-a-little-when-things-go-wrong/</feedburner:origLink></item>
		<item>
		<title>Where am I?Location based context for your website</title>
		<link>http://feedproxy.google.com/~r/coldpie/~3/oKKz1Q1jEWA/</link>
		<comments>http://www.coldpie.co.uk/blog/2009/11/06/where-am-i-location-based-context-for-your-website/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 09:00:10 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[SEO tips]]></category>
		<category><![CDATA[client tips]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.coldpie.co.uk/blog/?p=238</guid>
		<description><![CDATA[
As Geolocation technology grows in popularity, sophistication and its overall use, it's worth thinking about whether your website properly lets people know where you are based. If people search for your type of business, product or service in your area - does your website appear? Is your address featured prominently on your website? Is your [...]]]></description>
			<content:encoded><![CDATA[<p>
<blockquote class="coldpie">As Geolocation technology grows in popularity, sophistication and its overall use, it's worth thinking about whether your website properly lets people know where you are based. If people search for your type of business, product or service in your area - does your website appear? Is your address featured prominently on your website? Is your site listed in Google Local? Read on for some thoughts and tips...</blockquote>
<span id="more-238"></span>
</p>
<h2>So what is the fuss with Geolocation?</h2>
<blockquote><p>Geolocation is the identification of the real-world geographic location of an Internet-connected computer, mobile device, website visitor or other. IP address geolocation data can include information such as country, region, city, postal/zip code, latitude, longitude and timezone. Geolocation may refer to the practice of assessing the location, or to the actual assessed location, or to locational data.</p>
<p><span>From <a href="http://en.wikipedia.org/wiki/Geolocation">Wikipedia </a></span></p></blockquote>
<p>The web has changed the way we buy things with the barriers removed on when, how and where we purchase. Now we are able to buy pretty much anything from pretty much anywhere and the only limitations are the cost of and the time taken to deliver. Whilst this change has been quick and revolutionary there is now a solid move to providing information based on <em><em>where</em></em> we currently are.</p>
<p>This has come about in large part due to the technological advances of smartphones such as the Blackberry, Google&#8217;s Android and the iPhone. People are now able to search instantly for specific restaurants, bars and shops from anywhere and in relation to where they are or where they&#8217;re going.</p>
<p>In technology and on the web decent geolocation is where it&#8217;s at. Companies are investing time and money to progress their geolocation features such as <a href="http://maps.google.co.uk">Google maps</a> and <a href="http://en-gb.www.mozilla.com/en-GB/firefox/geolocation/">features within the Firefox browser</a>. Twitter is looking to make itself more <a href="http://blog.twitter.com/2009/08/location-location-location.html">&#8220;location-aware&#8221;</a> and the recent proliferation of geolocation based <a href="http://www.foursquare.com">twitter spin offs</a> are <a href="http://gowalla.com/">proof of its popularity and importance</a>. Also there are some funky augmented reality applications such as the one below which brings it all to life and into the proper &#8220;Hollywood Apps&#8221; territory.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/U2uH-jrsSxs&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/U2uH-jrsSxs&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>What has this got to do with my website?</h2>
<p>Whilst your website might not be as whiz-bang as an augmented reality application, to a user it can serve a similar purpose as they may be interested in your business due to where <em>you </em>are in relation to <em>them</em>.</p>
<p>Understanding that some searches come with a location-based context and altering parts of your site accordingly will help you attract those types of visitors.
<p>This all forms a small but very significant part of what those in the search industry call understanding the &#8220;context&#8221; of a persons web search. Having said that, whilst this post is framed around attracting more visitors and the principles of web search what we are really talking about here is just good web practice (i.e. making sure visitors find relevant and useful information.)</p>
<p><img class="alignnone size-full wp-image-348" title="local-search1" src="http://www.coldpie.co.uk/blog/wp-content/uploads/2009/11/local-search1.jpg" alt="local-search1" width="650" height="274" />
<p>Note that this post addresses the content of your website to convey your location as opposed to the physical location of the server or other deeply techy considerations. If you are interested in more technical discussions for dealing with geolocation and your website have a look at <a href="http://www.seomoz.org/blog/whiteboard-friday-where-in-the-world-is">Rand Fishkin&#8217;s Friday Whiteboard about geolocation.</a></p>
<h2>A vague area and/or your specific address?</h2>
<p>Here are a couple of examples of different contexts for when location might be relevant for your users:</p>
<ul>
<li>A user searches google for &#8220;Your-product your-location&#8221; i.e. &#8220;Web designer London&#8221;</li>
<li>A user is on your website and wants to find out a little bit more about where you are based i.e. What areas you operate in or ship to, where your office or shops are.</li>
</ul>
<p>Let&#8217;s take the first point. A user is looking for companies like yours (or your products or services) in your town. In this scenario the user will in all likelihood be searching Google or Yahoo using general regional terms i.e. Manchester, Central London, North West England in combination with other keywords specific to your business. From this point of view your site should then feature &#8220;vague&#8221; regional search keywords.</p>
<p>The second point is connected to &#8220;user trust&#8221;. Having your company&#8217;s physical address on your site will not only be useful to a visitor it will also help increase their trust in your company or brand. Added to this, it&#8217;s been argued that Google will assign more trust to your website if you include a physical address and more trust can mean higher rankings in search results. Bear in mind though that this belief is based on a series of educated guesses and experimentation because search engine ranking systems are such a highly guarded secret . You can find some more info about that in <a href="http://searchengineland.com/does-including-a-physical-address-on-your-website-help-rankings-19669">Michael Gray&#8217;s article on Searchengineland.</a></p>
<p>So you should therefore try and include <em>both</em> vague and specific location details on your site.</p>
<h2>So what should i do? (the useful stuff!)</h2>
<p>Below are some specific things you should think about doing on your website. By no means exhaustive but hopefully useful.</p>
<p><strong>Add your postal address to your website:</strong><br />
Because your postal address will include specific as well as vague location information (i.e. your town or county) its worth adding your postal address on as many pages as possible. I&#8217;d suggest you use the footer of your site for this so that it will therefore appear in search engine indexes but won&#8217;t get in the way of your average user. For an example take a look at <a href="http://www.redwhiteorpink.com">Red, White or Pink</a>. Also, if you have a physical shop it would be worth while adding some directions too. This will give added usefulness to your site users and also give you some more space for some more legitimate geographical keywords. Take a look at the <a href="http://www.carolannejewellery.co.uk/boutique-locator/barnstaple/">Barnstaple shop page on Carol Anne Jewellery</a>.</p>
<p><strong>Add a google map to your site:</strong><br />
This will be useful for your site visitors and also increase their trust. It <em>may</em> also improve your trust rating with the search engines too (although see the caveat about that above). For an example take a look at <a href="/contact/">our contact page</a> or the <a href="http://www.carolannejewellery.co.uk/boutique-locator/">Boutique locator page on Carol Anne</a>. For help on setting up<a href="http://code.google.com/apis/maps/"> Google maps take a look at their API page</a>.</p>
<p><strong>Add yourself to Google Local:</strong><a href="http://www.google.com/local/add/"></a><br />
<a href="http://www.google.com/local/add/">Google Local</a> is an often under utilised service and allows you to list your physical address and then displays those results within <a href="http://maps.google.co.uk/">Google maps</a> and also at the top of searches which appear to have a location based context. The service is free but you will need to verify your address by post. For example take a look at this search result for &#8220;website company Camden&#8221; which was recently spotted in the wild:</p>
<p><img class="alignnone size-full wp-image-361" title="google-search1" src="http://www.coldpie.co.uk/blog/wp-content/uploads/2009/11/google-search1.jpg" alt="google-search1" width="650" height="400" /></p>
<p>In addition Google Local lets you add additional information about your business, testimonials and images too &#8211; which all amount to another trusted avenue for users to find out more info about your company. For an example take a look at the <a href="http://maps.google.co.uk/maps/place?hl=en&amp;safe=off&amp;um=1&amp;ie=UTF-8&amp;q=st+kilda+apartments+melbourne&amp;fb=1&amp;gl=uk&amp;hq=st+kilda+apartments&amp;hnear=melbourne&amp;cid=9899567608184459577&amp;ei=3XXwSsArx5mMB5eficMI&amp;sa=X&amp;oi=local_result&amp;ct=result&amp;resnum=3&amp;ved=0CBQQnQIwAg">Espresso Apartments listing on Google Local</a>. This <a href="http://maps.google.co.uk/support/bin/answer.py?hl=en-uk&amp;answer=148047">Google Business Centre tips page</a> may be useful too. You might also want to take a look at <a href="http://uk.local.yahoo.com/">Yahoo local</a>.</p>
<p><strong>Create a general statement about your company which includes the more vague location-based keywords in it and include it on your website</strong>:<br />
It&#8217;s a good idea to include some general statements about your company on your website with information about what you do or sell. Again I like to use the footer to utilise this. By adding some of the vague regional information in here it can really help the search engines understand more about your company and therefore serve it up to people on their results pages. For examples take a look at the coldpie footer below or the <a href="http://www.espressoapartments.com.au/">Espresso apartments footer</a>.</p>
<p><strong>Add location context to the page titles on your website</strong>:<br />
Add a couple of location keywords to some of your websites page titles including your homepage and contact page. For more information about what page titles are and why they are important take a look at another one of my long blog posts: <a href="http://www.coldpie.co.uk/blog/2009/04/16/seo-help-quick-tips-to-improve-your-page-titles/">Quick tips to improve your page titles. </a></p>
<p><strong>And finally&#8230;.Add some Microformat magic</strong>:<br />
This one is a bit more techy and a subject perhaps deserving of a blog post all by itself. Adding <a href="http://microformats.org/">Microformats </a>to your site add another level of usefulness for some of your website users. For more information about Microformats have a read through some articles by the self-confessed Microformats nut Andy Clarke: <a href="http://stuffandnonsense.co.uk/blog/about/a_tribute_to_microformats_a_reader_question_answered/">here</a> and <a href="http://stuffandnonsense.co.uk/content/demo/activatethedeathray/">here</a>. Another article about SEO and Microformats is <a href="http://blog.usweb.com/archives/how-microformats-affect-search-engine-optimization-seo/">here</a>. For those with the <a href="https://addons.mozilla.org/en-US/firefox/addon/4106">Operator Firefox extension</a> you can see Microformats at work on this site and also on the <a href="http://www.gcc.ac.uk/">Greenwich Community College website</a>.</p>
<p><strong>UPDATE:</strong> It&#8217;s worth having a look at Google&#8217;s &#8220;Rich snippets&#8221; which allow you to use Microformats to mark up additional search result information. More info on that <a href="http://googlewebmastercentral.blogspot.com/2009/05/introducing-rich-snippets.html">In their introduction in May</a>, <a href="http://googlewebmastercentral.blogspot.com/2009/10/help-us-make-web-better-update-on-rich.html">their update in October</a> and their <a href="http://www.google.com/webmasters/tools/richsnippets">testing tools on the Webmaster site</a></p>
<p>If you have any thoughts or additional suggestions I may have missed &#8211; then let me know in the comments. If you want to discuss it further then <a href="/contact/">get in touch</a>. Or <a href="http://twitter.com/cmcoldpie">tweet me your thoughts</a></p>
<img src="http://feeds.feedburner.com/~r/coldpie/~4/oKKz1Q1jEWA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coldpie.co.uk/blog/2009/11/06/where-am-i-location-based-context-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coldpie.co.uk/blog/2009/11/06/where-am-i-location-based-context-for-your-website/</feedburner:origLink></item>
		<item>
		<title>News: Some recent launches…</title>
		<link>http://feedproxy.google.com/~r/coldpie/~3/kCMGrjsuHeI/</link>
		<comments>http://www.coldpie.co.uk/blog/2009/10/21/news-some-recent-launches/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:53:02 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[site-launch]]></category>

		<guid isPermaLink="false">http://www.coldpie.co.uk/blog/?p=229</guid>
		<description><![CDATA[
Summer has been and gone and it's time for a quick update on what coldpie towers have been up to. We're now all well rested and looking forward to a busy couple of months of new website builds. 

We recently launched a few websites and we thought we should tell the world. The first is [...]]]></description>
			<content:encoded><![CDATA[<p>
<blockquote class="coldpie-head"><p>Summer has been and gone and it's time for a quick update on what coldpie towers have been up to. We're now all well rested and looking forward to a busy couple of months of new website builds. </p></blockquote>
<span id="more-229"></span>
<p>We recently launched a few websites and we thought we should tell the world. The <strong>first</strong> is for <a href="http://www.phoenixlearningcare.co.uk"><strong>Phoenix Learning &amp; Care</strong></a>. In their own words they are:
<blockquote><p>a well-established care organisation providing small, residential homes, registered schools and colleges for a wide variety of young people, 8 to 18+ years from centres across Devon</p><span>From <a href="http://www.phoenixlearningcare.co.uk/about-us/our-history/">Phoenix Learning & Care: About Us: History</a></span></blockquote>
<p>The build included front-end design and CMS integration along with a document storage system and extranet sites for both parents and carers and also staff so admin users can display memos and policy documents for staff and also answer questions via the training forum.</p>
<p><img src="http://www.coldpie.co.uk/blog/wp-content/uploads/2009/10/recent-launches3.jpg" alt="Red White or pink, Phoenix Learning &amp; Care &amp; Carol Anne" title="recent-launches" width="650" height="220" class="alignnone size-full wp-image-326" /></p>
<p>The <strong>second</strong> launch is for <a href="http://www.redwhiteorpink.com"><strong>Red White or Pink?</strong></a> which is a new online wine business run by Laura Lindsay. The site features CMS, ecommerce engine, wine search, discount codes and video and picture integration for each wine. The wonderful design was by <a href="http://www.chrispallaris.co.uk/">Chris Pallaris</a> and it compliments the brand and sets the tone perfectly for the site.</p>
<p>The <strong>third</strong> site is a redesign and relaunch of a jewellery retailers online site: <a href="http://www.carolannejewellery.co.uk"><strong>Carol Anne Jewellery</strong></a>. Carol Anne own three stores in Devon but needed an upgrade to their website to reflect their new branding and also something which would allow them to easily update the online stock. It features CMS, ecommerce, Gift vouchers, discount codes, wishlists and more.</p>
<p>I'll get some more info up on the work pages about each of the builds in the coming months but we continue to beaver away and are now busy working away on an internal document storage system and another interesting online shop as well as a couple of Phase two and three changes for current clients.</p>
<h2>We're "Pink for October"</h2>
<p>As you may have noticed coldpie has gone a little pink in support of Breast Cancer awareness. You can read more about the campaign at <a href="http://pinkforoctober.org/">Pink for October</a> and better still why not donate some money to some of the great fantastic breast cancer charities such as <a href="http://www.cancerresearchuk.org/breastcancer/donate/">Cancer Research UK</a>. Alternatively you can join in by <a href="http://www.wearitpink.org/">Wearing it pink</a> on Friday the 30th of October.</p>

<p>We're hoping to have some more informative and opinionated blog posts in the coming weeks and months...</p>
</p>
<img src="http://feeds.feedburner.com/~r/coldpie/~4/kCMGrjsuHeI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coldpie.co.uk/blog/2009/10/21/news-some-recent-launches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coldpie.co.uk/blog/2009/10/21/news-some-recent-launches/</feedburner:origLink></item>
		<item>
		<title>Accessibility and validity: Why so confused?</title>
		<link>http://feedproxy.google.com/~r/coldpie/~3/BiqF4q7yiVU/</link>
		<comments>http://www.coldpie.co.uk/blog/2009/05/20/accessibility-and-validity-why-so-confused/#comments</comments>
		<pubDate>Wed, 20 May 2009 14:10:25 +0000</pubDate>
		<dc:creator>Emma</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[validity]]></category>

		<guid isPermaLink="false">http://www.coldpie.co.uk/blog/?p=207</guid>
		<description><![CDATA[Valid sites are often confused with accessible sites. While a valid site may pass all the automated checks some may not be navigable  by keyboard alone or may lose their navigation when a site’s images are disabled.  Here at coldpie we understand the difference between valid and accessible, and work hard to ensure [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="coldpie-em"><p>Valid sites are often confused with accessible sites. While a valid site may pass all the automated checks some may not be navigable  by keyboard alone or may lose their navigation when a site’s images are disabled.  Here at coldpie we understand the difference between valid and accessible, and work hard to ensure that the user is always put first when aiming to achieve both.</p></blockquote>
<p><span id="more-207"></span></p>
<h2>Spot the difference</h2>
<p>Accessibility and validity are two distinct yet complimentary standards. Accessibility is aimed at end users ensuring that everybody can access the site’s content and functionality with clarity and ease. This should include those who have visual, hearing, cognitive or motor impairments.</p>
<p>Validity on the other hand is far more relevant to those who build websites helping to ensure any developer or development company can easily understand and work with the code. It also future proofs the site enabling it to continue to function through browser and software upgrades.</p>
<h2>Why the confusion?</h2>
<p>So why is a site that is considered valid so often confused with being accessible?  This is partly down to the two being grouped together under the Web Content Accessibility Guidelines or WCAG (<a href="http://www.w3.org/WAI/intro/wcag.php">you can read more about the WCAG here</a>). But also, in no small part, because those who design and build websites have become too hung up on passing automated online checks rather than testing for real, live users.</p>
<p>When checking a site&#8217;s (X)HTML or CSS is valid most developers will use a tool like the <a href="http://validator.w3.org/">W3C Mark-up Validation Service</a> which provides a simple &#8220;yes, you&#8217;ve passed&#8221; or &#8220;no, you haven&#8217;t&#8221;, and a list of errors by line number.  Great, developers can fix any bugs easily and can be rest assured that they have beautiful code.</p>
<p>However, checking a site’s accessibility is far more involved.  Again there are the online tools; <a href="http://www.totalvalidator.com/index.html">Total Validator</a> and <a href="http://www.contentquality.com/">Cynthia Says</a> are one stop shops for validity, accessibility, spelling errors and even browser screenshots.  These are great as a starting point but there is only so much an automated tool can provide.  For example, they can’t indicate whether a site is still usable when images or javascript are disabled, or if flash or java plugins are unavailable.  Equally they can’t show how navigable a site is using just the keyboard or other assistive technologies.  These are all required manual checks that often get skipped.</p>
<h2>The real question to ask</h2>
<p>Using automated tools is a great and easy way to spot problems with a site’s validity and accessibility but they shouldn’t be relied on as the be all and end all.  Manual checks and real user testing are the only foolproof way to ensure a site is accessible to all.</p>
<p>It’s also important not to sweat the small stuff.  A site can be fully accessible to all users, including those using assistive technologies, even if a few tags are capitalised or the odd ampersand isn’t encoded correctly.</p>
<p>As the client it&#8217;s important to ask your development team not “is my site valid?” but rather “can all my visitors use this site?”</p>
<img src="http://feeds.feedburner.com/~r/coldpie/~4/BiqF4q7yiVU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coldpie.co.uk/blog/2009/05/20/accessibility-and-validity-why-so-confused/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.coldpie.co.uk/blog/2009/05/20/accessibility-and-validity-why-so-confused/</feedburner:origLink></item>
		<item>
		<title>Design decisions: Making a complicated search form simple to use</title>
		<link>http://feedproxy.google.com/~r/coldpie/~3/OmF5BsrZL98/</link>
		<comments>http://www.coldpie.co.uk/blog/2009/05/01/design-decisions-making-a-complicated-search-form-easy-to-use/#comments</comments>
		<pubDate>Fri, 01 May 2009 14:41:29 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[design decisions]]></category>
		<category><![CDATA[casting-collective]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.coldpie.co.uk/blog/?p=135</guid>
		<description><![CDATA[Here at coldpie we&#8217;re often faced with some tricky design or architectural questions and I thought we&#8217;d share one of the recent ones we tackled when building the new Casting Collective website

A big part of the site revolves around the artiste search, which allows casting agents to browse and select artistes based on a number [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="coldpie-head"><p>Here at coldpie we&#8217;re often faced with some tricky design or architectural questions and I thought we&#8217;d share one of the recent ones we tackled when building the new <a href="http://www.castingcollective.co.uk">Casting Collective website</a></p></blockquote>
<p><span id="more-135"></span><br />
A big part of the site revolves around the artiste search, which allows casting agents to browse and select artistes based on a number of criteria from basic vital statistics (such as age, height and shoe size) through to more specific skills (such as languages spoken or dancing experience). Agencies can also find artistes who have their own uniform (from police to nurse) or alternatively by artiste name.</p>
<h2>What needed fixing</h2>
<p>When we reviewed the old website we noted a couple of areas where it could be improved.</p>
<p>The first was that the search start page always showed the same 24 artistes and four in particular always in your eye line. For us this had to go because often those shown would bear no relevance to what agencies would require. Also because the 24 artistes were up front, agencies were likely to notice this small set of artistes first and the search criteria second. With the artistes removed from the start page we could free up some more space for the search form itself &#8211; allowing for a little more explanation of what the search was able to do.</p>
<p>The second issue with the old site was that the search functionality was split into 4 separate and distinct searches (with the vital stats form split again into simple and advanced options). This meant, for example, that agencies could only view artistes of a certain age OR those that were trained dancers OR those that could speak French. They couldn&#8217;t seek out French speaking trained dancers between 26-40 all in one go &#8211; which for a casting agency could be a real need.</p>
<p><img class="alignnone size-full wp-image-169" title="old-site1" src="http://www.coldpie.co.uk/blog/wp-content/uploads/2009/04/old-site1.jpg" alt="" width="650" height="360" /></p>
<h2>Some more things to think about</h2>
<p>Once we&#8217;d decided to bring the searches together and started on the data manipulation, another set of questions arose. The options available are vast and include:</p>
<ul>
<li>15 vital statistics parameters (gender, age, height, inside-leg, shoe size etc.)</li>
<li>Over 500 skills split across 8 categories, including 125 languages and 125 sports.</li>
</ul>
<p>If we weren&#8217;t careful the form would be a nightmare to use and if laid out wrong it might stop some agencies in their tracks leading them to go elsewhere.</p>
<p>Conventional wisdom here would probably dictate creating a simple search (with just vital statistics and possibly a name search) with a link through to an advanced search allowing people to search for skills if they needed to. We decided against this though because we wanted to show agencies what they were able to do up-front and allow them to do it quickly and easily.</p>
<h2>The first attempt</h2>
<p>Our first attempt at a solution was O.K and functional but that was about it. You can see it here: <a title="Attempt number 1" href="/static/cc-design.html" target="_blank">Attempt number 1</a></p>
<p>We had everything on the page however it wasn&#8217;t really hitting all the right buttons in terms of being simple to use. We didn&#8217;t want it to look too complicated and unfortunately this just did. If you only wanted to search for men over 60 in this scenario you were also faced with various other options which weren&#8217;t relevant and got in your way.</p>
<p>Also we had a problem in that most people didn&#8217;t know how to use multiple select boxes and this wasn&#8217;t the time to start educating (you need to hold down the shift or the apple key and then select different options to get what you wanted.)</p>
<p>We put our thinking caps on again.</p>
<h2>The end result</h2>
<p>For those that like to skip to the end and read the last sentence first, here is what we finally ended up with:<a title="The end result" href="http://www.castingcollective.co.uk/search-for-artistes/" target="_self"> the end result</a>.</p>
<p><a href="http://www.castingcollective.co.uk/search-for-artistes/"><img class="alignnone size-full wp-image-189" title="casting collective new artiste search page" src="http://www.coldpie.co.uk/blog/wp-content/uploads/2009/05/cc-new.jpg" alt="" width="620" height="367" /></a></p>
<p>What did these changes gain us?</p>
<p><strong>Simplicity</strong>. Agencies are now able to see all of the different search types at a glance and can safely ignore things that aren&#8217;t relevant. They can also see that they can mix and match different search options together.</p>
<p><strong>Options are hidden until you need them</strong>. So agencies can see all the options and easily switch between different skills in one or two clicks.</p>
<p><strong>Skills grouped more sensibly</strong>. Agencies can see more clearly the different ways that skills are grouped and also the internal groupings within those. If you need to see everyone who has a little bit of skill on the old ivories then no problem just do a &#8220;select all&#8221; in musical instruments under the piano and organ section. Users can now more easily see that they can select multiple skills at once.</p>
<p><strong>Generally a more pleasant experience</strong>. Well we think so and The Casting Collective agrees.</p>
<h2>And finally&#8230;</h2>
<p>The next step was to start tracking what people are searching and record that in the back office. In the next few months The Casting Collective should know which things are really important in terms of the online search rather than just guessing based on what they know about their offline business. We&#8217;ll decide whether the search needs further tweaking then.</p>
<p>These are the sorts of problems that occupy our minds on a daily basis here at coldpie. The result hopefully is that through our little extra effort, users won&#8217;t need to think about how the form works at all.</p>
<p>You can <a href="/work/clients/casting-collective/">read more about the site build itself here</a>.</p>
<img src="http://feeds.feedburner.com/~r/coldpie/~4/OmF5BsrZL98" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coldpie.co.uk/blog/2009/05/01/design-decisions-making-a-complicated-search-form-easy-to-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coldpie.co.uk/blog/2009/05/01/design-decisions-making-a-complicated-search-form-easy-to-use/</feedburner:origLink></item>
		<item>
		<title>SEO help: Improve your page titles for better search rankings</title>
		<link>http://feedproxy.google.com/~r/coldpie/~3/Yww38gVvAHQ/</link>
		<comments>http://www.coldpie.co.uk/blog/2009/04/16/seo-help-quick-tips-to-improve-your-page-titles/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 16:11:42 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[SEO tips]]></category>
		<category><![CDATA[page-titles]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.coldpie.co.uk/blog/?p=48</guid>
		<description><![CDATA[In an effort to spread the knowledge - I'm going to write some brief posts about how you can improve your website, mainly by optimising it for search engines and search result pages. The hope is that they will be informative, sometimes interesting and arm you with a checklist to go away and make changes yourself. The first set of crib notes relate solely to Page titles.]]></description>
			<content:encoded><![CDATA[<p>
<blockquote class="coldpie">In an effort to spread the knowledge - I'm going to write some brief posts about how you can improve your website, mainly by optimising it for search engines and search result pages. The hope is that they will be informative, sometimes interesting and arm you with a checklist to go away and make changes yourself. The first set of crib notes relate solely to Page titles.</blockquote>
<span id="more-48"></span>
<h2>What are Page titles?</h2>
<p>Each of your website pages has its own distinct page title. They appear in between the html tags <strong>&lt;title&gt;</strong>This is my page title<strong>&lt;/title&gt;</strong> within the code itself. If you do a right-click on a web page and select "view page source" (in firefox) you will be able to see the page title within the code - it will be near the top. Go on give it a go - don't be scared. If you do a view source on this page, for example, you will see the title of this page is <em>"SEO tips: Improve your page titles for better rankings | coldpie's blog: web ramblings and thoughts."</em></p>
<p class="image"><img class="alignnone size-full wp-image-64" title="page-title-code1" src="http://www.coldpie.co.uk/blog/wp-content/uploads/2009/05/page-title-code.gif" alt="" width="650" height="135" /></p>
<h2>But where do they appear on the page themselves?</h2>
<p>Page titles don't show on the web page real estate but instead appear in the top bar of the browser frame - just above where you type what web address you want to view.</p>
<p>So again for this page you will see the page titles here:</p>
<p class="image"><img class="alignnone size-full wp-image-113" title="page-title-window2" src="http://www.coldpie.co.uk/blog/wp-content/uploads/2009/05/page-title-window2.jpg" alt="" width="650" height="175" /></p>
<br />
<h2>Why do page titles matter?</h2>
<p>Page titles matter for two main reasons. The first is that search engines treat the words that make up your page titles as one of the most important factors when ranking a website or web page.</p>
<p>When Google (or MSN or Yahoo) ranks your page it does so using a complex set of algorithms taking into account many tens/hundreds/thousands of factors. It's a complicated and billion dollar business and too complex for this post (read <a href="http://en.wikipedia.org/wiki/PageRank">http://en.wikipedia.org/wiki/PageRank</a> for more), however, what's important is that words which appear on your webpage all contribute to how well your page ranks for a particular search phrase. And within that the words which appear within your page title have higher priority than other content on your webpage.</p>
<blockquote>This title tag has consistently been the most important on-page SEO factor for the past few years.<span>Andy Hagans in <a title="Search Engine Ranking Factors v2" href="http://www.seomoz.org/article/search-ranking-factors">http://www.seomoz.org/article/search-ranking-factors</a></span></blockquote>
<p>The second main reason that page titles are important is because they are the thing people will see on the search engine results page itself. Take a look at the following search result on Google:</p>
<p class="image"><img class="alignnone size-full wp-image-152" title="google-search21" src="http://www.coldpie.co.uk/blog/wp-content/uploads/2009/05/google-search2.jpg" alt="" width="620" height="198" /></p>
<p>The top link is for this blog post and it's the page title which is used as the link text. All search engines use the page title of the webpage as the link text within the search result page in this way. Because it is this text that most people will read first when scanning a search result page it needs to make sense and appeal so the user will go ahead and click through to your site.</p>
<p>It's for these reasons that having a well written page title with a peppering of related keywords to the page itself is important. Keeping a user on your webpage or site after they've clicked through is for another time - but of equal importance.</p>
<br />
<h2>Some simple rules</h2>
<p>So now you know what page titles are, why they are important and where they are used - how should you write your page titles?. Below are some simple rules which should guide you:</p>
<ul>
	<li>Make sure page titles are different for each page</li>
	<li>Make sure page titles make sense to a human and directly reflect what is on the page itself</li>
	<li>Limit the length to between 60 - 70 characters as anything longer won't be shown on the search results page (see <a href="http://www.seomoz.org/blog/the-web-developers-seo-cheat-sheet">SEO Moz's cheat sheet for more</a>)</li>
	<li>Put the most important keywords first if possible. On GCC's website for example we made sure that the course title was first and upfront on their <a href="http://www.gcc.ac.uk/course/453/maths-pure-stats-a2/">course listing pages</a></li>
	<li>Put your brand name at the end of your page title (sometimes its best first but generally focus attention on the elements which differentiate your pages)</li>
	<li>Try to avoid vague and general terms (such as "free", "cheap", "best") and use specific locations if relevant (for example "Damp proofing specialists in Surrey")</li>
</ul>
<p>There are other things to consider too - including a decent amount of keyword research - this is something we'll take a look at a later date.</p>
<br />
<h2>How should I go about improving my page titles?</h2>
<p>First of all you will probably want to check to see what your website's page titles currently are. Google handily gives you a quick and easy way to do that - just type in "site:www.yourwebsite.com" into the search box. So to see coldpie's page title's you'd type <a href="http://www.google.co.uk/search?hl=en&amp;q=site%3Awww.coldpie.co.uk&amp;btnG=Google+Search&amp;meta=&amp;aq=f&amp;oq=">"site:www.coldpie.co.uk"</a>. The results page will list all of the pages that Google knows about for your website and each of the links will be the page titles you currently have. Have a look through the results and see if the titles fairly reflect each of the pages on your website.</p>
<p>If when you run this test and all your web pages have exactly the same title for each page such as the <a href="http://www.google.co.uk/search?q=site:www.byronbeachside.com.au/">example below</a> then it's definitely time to make a change!</p>
<p class="image"><img class="alignnone size-full wp-image-103" title="google-search2" src="http://www.coldpie.co.uk/blog/wp-content/uploads/2009/05/google-search22.jpg" alt="" width="620" height="424" /></p>
<p>If you don't think your page titles are descriptive enough - then change them. Concentrate on each page individually and come up with a couple of keywords which you think people will use to find your page and are used on the page itself. Ignore the design for now and concentrate solely on the words. Perhaps take a look at the <a href="http://lab.arc90.com/2009/03/readability.php">Readability Bookmarklet</a> (and <a href="http://lab.arc90.com/experiments/readability/">here</a>) which allows you to view your webpage as text only and therefore to some extent how search engines see your pages.</p>
<br />
<h2>What if I can't change the page titles myself</h2>
<p>If you are unable to get down and dirty with the code itself then we'd suggest creating a document (whether in Word, Excel or something similar) and list out all your webpage URLS, the current page title and then create a new page title if needed. When you've finished send that document through to your developer or development team. It should be no issue for them to replace them for you.</p>
<br />
<h2>Some further reading</h2>
<p>Hopefully this post has been useful - although feel free to let us know anything you think we've got wrong. Knowledge is power so take a look at the following links for more detailed info on page titles:</p>
<ul>
	<li><a href="http://www.seobook.com/video-google-seo-friendly-page-titles">SEO Book's article &amp; video on page titles</a></li>
	<li><a href="http://www.seomoz.org/article/search-ranking-factors#f3">What the experts say about the importance of page titles</a></li>
	<li><a href="http://www.seomoz.org/blog/best-practices-for-title-tags">Another blog post about page titles at SEO Moz</a></li>
</ul>
</p>
<img src="http://feeds.feedburner.com/~r/coldpie/~4/Yww38gVvAHQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coldpie.co.uk/blog/2009/04/16/seo-help-quick-tips-to-improve-your-page-titles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.coldpie.co.uk/blog/2009/04/16/seo-help-quick-tips-to-improve-your-page-titles/</feedburner:origLink></item>
		<item>
		<title>New website launches for The Casting Collective (the UK’s no.1 casting agency)</title>
		<link>http://feedproxy.google.com/~r/coldpie/~3/kBBCi8cRuk0/</link>
		<comments>http://www.coldpie.co.uk/blog/2009/01/29/new-website-for-the-casting-collective-the-uk%e2%80%99s-no1-casting-agency/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 15:12:28 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[casting-collective]]></category>

		<guid isPermaLink="false">http://www.coldpie.co.uk/blog/?p=36</guid>
		<description><![CDATA[Coldpie have designed and built the new website for The Casting Collective - The UK's leading casting agency for supporting artistes (extra's to you and I). The site includes a full online search of the companies artistes, a forum and more. Along with the new design and tweaking the site architecture, the build also included moving the site over to coldpie's content management system]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-41" title="cc-work-page" src="http://www.coldpie.co.uk/blog/wp-content/uploads/2009/03/cc-work-page.jpg" alt="" width="640" height="100" /></p>
<p>Coldpie have designed and built the new website for The Casting Collective &#8211; The UK&#8217;s leading casting agency for supporting artistes (extra&#8217;s to you and I). The site includes a full online search of the companies artistes, a forum and more. Along with the new design and tweaking the site architecture, the build also included moving the site over to coldpie&#8217;s content management system. In addition reporting of the artiste search usage has been added so that the company are able to monitor how people are using the site and their needs better.</p>
<p>You can view the site here: <a href="http://www.castingcollective.co.uk">castingcollective.co.uk</a> or <a href="/work/clients/casting-collective/">read more about the web build here</a><br />
Related blog post: <a title="Making a complicated search form easy to use" href="/blog/2009/05/01/design-decisions-making-a-complicated-search-form-easy-to-use/" target="_self">Design decisions: Making a complicated search form simple to use</a></p>
<img src="http://feeds.feedburner.com/~r/coldpie/~4/kBBCi8cRuk0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coldpie.co.uk/blog/2009/01/29/new-website-for-the-casting-collective-the-uk%e2%80%99s-no1-casting-agency/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.coldpie.co.uk/blog/2009/01/29/new-website-for-the-casting-collective-the-uk%e2%80%99s-no1-casting-agency/</feedburner:origLink></item>
		<item>
		<title>New Hauser &amp; Wirth art gallery website launches</title>
		<link>http://feedproxy.google.com/~r/coldpie/~3/bcvtCCz9h4Y/</link>
		<comments>http://www.coldpie.co.uk/blog/2008/12/24/new-hauser-wirth-website-launches/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 14:51:31 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[site-launch]]></category>

		<guid isPermaLink="false">http://www.coldpie.co.uk/blog/?p=29</guid>
		<description><![CDATA[coldpie has just helped to launch the new <a href="http://www.hauserwirth.com">Hauser &#38; Wirth website</a>. Hauser &#38; Wirth are one of the world's leading contemporary art galleries representing various well known and well regarded artists including Louise Bourgeois, Martin Creed, Paul McCarthy and Pipilotti Rist amongst many others]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-45" title="hauser-work-page1" src="http://www.coldpie.co.uk/blog/wp-content/uploads/2009/03/hauser-work-page1.jpg" alt="" width="640" height="100" /></p>
<p>coldpie has just helped to launch the new <a href="http://www.hauserwirth.com">Hauser &amp; Wirth website</a>. Hauser &amp; Wirth are one of the world&#8217;s leading contemporary art galleries representing various well known and well regarded artists including Louise Bourgeois, Martin Creed, Paul McCarthy and Pipilotti Rist amongst many others. They have spaces in Zurich and London.<br />
<span id="more-29"></span><br />
The site was designed and crafted by Catherine Lutman and the front-end HTML was expertly coded by <a href="http://www.jmdentand.com">Jean-Michel Dentand</a>. Coldpie provided the bespoke back office software which allows Hauser and Wirth to upload, assign, re-order &amp; display around 4000 images of artworks, installation views and video clips.</p>
<p>In addition Staff are able to publish details of past, current and forthcoming exhibitions as well as calendar entries, information about art fairs and current and future publications and editions. You can <a href="/work/clients/hauser-wirth/">read more about the Hauser &amp; Wirth web build here</a></p>
<p>coldpie wishes everyone a festive couple of weeks!</p>
<img src="http://feeds.feedburner.com/~r/coldpie/~4/bcvtCCz9h4Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coldpie.co.uk/blog/2008/12/24/new-hauser-wirth-website-launches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coldpie.co.uk/blog/2008/12/24/new-hauser-wirth-website-launches/</feedburner:origLink></item>
		<item>
		<title>Greenwich Community College website wins marketing award</title>
		<link>http://feedproxy.google.com/~r/coldpie/~3/bf8hic1topc/</link>
		<comments>http://www.coldpie.co.uk/blog/2008/12/16/gcc-website-wins-marketing-award/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 19:26:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.coldpie.co.uk/blog/?p=21</guid>
		<description><![CDATA[Congratulations to the GCC Marketing team who won the best website award at the recent Marketing Network FE First Awards]]></description>
			<content:encoded><![CDATA[<p>Congratulations to the GCC Marketing team who won the best website award at the recent Marketing Network FE First Awards. Coldpie designed and built the site for GCC just over a year ago and the marketing team have been working hard since then to keep the site relevant and interesting for current and prospective students and staff.</p>
<p>You can read more about it over on the <a href="http://www.gcc.ac.uk/news-events/news/75/gcc-website-wins-award/">GCC website</a> or at the <a href="http://www.m-network.org/awardcat.asp">FE First awards site</a>. You can <a href="/work/clients/greenwich-community-college/">read more about the GCC design &#038; build here</a></p>
<img src="http://feeds.feedburner.com/~r/coldpie/~4/bf8hic1topc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coldpie.co.uk/blog/2008/12/16/gcc-website-wins-marketing-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coldpie.co.uk/blog/2008/12/16/gcc-website-wins-marketing-award/</feedburner:origLink></item>
		<item>
		<title>New coldpie website launches with added bada-blog-bling</title>
		<link>http://feedproxy.google.com/~r/coldpie/~3/UMQro3kmmsc/</link>
		<comments>http://www.coldpie.co.uk/blog/2008/10/21/new-coldpie-website-launches-with-added-bada-blog-bling/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 15:22:33 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[site-launch]]></category>

		<guid isPermaLink="false">http://live.coldpienow.com/blog/?p=8</guid>
		<description><![CDATA[Welcome to coldpie&#8217;s new website &#8211; it&#8217;s been a long time coming but we&#8217;ve finally made it. Now with added &#8220;blog&#8221;.
In recent months there have been high-profile &#8216;retirements&#8217; from and new additions into the world of blogging. While serial entrepreneur Jason Calaconis unsubscribed, Sergey Brin, founder of Google, published his very first blog post.
To be [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to coldpie&#8217;s new website &#8211; it&#8217;s been a long time coming but we&#8217;ve finally made it. Now with added &#8220;blog&#8221;.</p>
<p>In recent months there have been high-profile &#8216;retirements&#8217; from and new additions into the world of blogging. While serial entrepreneur <a title="Jason Calaconis retires from blogging" href="http://calacanis.com/2008/07/11/official-announcement-regarding-my-retirement-from-blogging" target="_self">Jason Calaconis unsubscribed</a>, <a title="Sergey Brin's blog" href="http://too.blogspot.com/" target="_self">Sergey Brin</a>, founder of Google, published his very first blog post.<span id="more-8"></span></p>
<p>To be fair, I hadn&#8217;t really heard of Mr Calacanis until he stopped blogging and that fact was widely reported. Also part of me thought &#8220;Really?! &#8211; The founders of Google don&#8217;t already have a blog?&#8221;</p>
<p>It was with these thoughts in my mind that I thought it was time for coldpie to stop being so publicly coy and start publishing our thoughts. And to blow our own trumpet a bit more too.</p>
<p>Not, so you fully understand, because I place coldpie between two massively successful millionaires &#8211; although if the idea filters through then great &#8211; but because&#8230;well why not.</p>
<p>What I mean to say is each to his own. coldpie&#8217;s way has always been to speak our mind on projects and to tell clients when we believe what they are doing is right, slightly off, not worth it or one the best things we&#8217;ve ever heard of. coldpie has always produced opinionated software and websites and so we thought that we should start doing something similar with the outside world. So i&#8217;ll make a start and say</p>
<p>&#8220;hello&#8221;</p>
<p>Please forgive us while we&#8217;re still unwrapping everything and placing it in its proper place. There&#8217;s no RSS feed for the blog just yet and some of the shiny pretty portfolio pictures need completing, but this is our new home and we hope you like it. Pop back at any time for tea / coffee or pie.</p>
<img src="http://feeds.feedburner.com/~r/coldpie/~4/UMQro3kmmsc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.coldpie.co.uk/blog/2008/10/21/new-coldpie-website-launches-with-added-bada-blog-bling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.coldpie.co.uk/blog/2008/10/21/new-coldpie-website-launches-with-added-bada-blog-bling/</feedburner:origLink></item>
	</channel>
</rss>
