<?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>WebbedBull - a collection of websites etc by Daniel Bull</title>
	<atom:link href="http://www.webbedbull.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webbedbull.co.uk</link>
	<description>Portfolio of works by Daniel Bull</description>
	<lastBuildDate>Sat, 05 Sep 2009 10:23:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Are web standards important?</title>
		<link>http://www.webbedbull.co.uk/blog/are-web-standards-important/</link>
		<comments>http://www.webbedbull.co.uk/blog/are-web-standards-important/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 11:44:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.webbedbull.co.uk/?p=103</guid>
		<description><![CDATA[As a web designer, who&#8217;s work is often viewed by people likely to pay attention to my source code, I&#8217;m hardly going to answer the above question with any other answer other than &#8220;YES!&#8221;. However, I&#8217;m sure I&#8217;m not alone in sometimes wondering why other, often hugely successful companies, decide not to address the issue [...]]]></description>
			<content:encoded><![CDATA[<p>As a web designer, who&#8217;s work is often viewed by people likely to pay attention to my source code, I&#8217;m hardly going to answer the above question with any other answer other than &#8220;YES!&#8221;. However, I&#8217;m sure I&#8217;m not alone in sometimes wondering why other, often hugely successful companies, decide not to address the issue that their web site has numerous page errors.</p>
<div id="attachment_102" class="wp-caption alignright" style="width: 220px"><a href="http://www.webbedbull.co.uk/wp-content/uploads/2009/06/web-standards-google.jpg" rel="shadowbox[post-103];player=img;"><img class="size-medium wp-image-102" title="web-standards-google" src="http://www.webbedbull.co.uk/wp-content/uploads/2009/06/web-standards-google-300x225.jpg" alt="If the likes of Google can get away with it, why can't we?" width="210" height="158" /></a><p class="wp-caption-text">If the likes of Google can get away with it, why can&#39;t we?</p></div>
<h3>Finding errors has never been so easy</h3>
<p>Let&#8217;s take a mix of 3 sites I visit practically daily -  <a title="Google (UK)" href="http://www.google.co.uk" target="_blank">Google (UK)</a>, <a title="BBC" href="http://www.bbc.co.uk" target="_blank">BBC</a> and <a title="Amazon (UK)" href="http://ww.amazon.co.uk" target="_blank">Amazon (UK)</a>. I&#8217;m going to test them using the <a title="W3C Markup Validation Service" href="http://validator.w3.org/" target="_blank">W3C Markup Validation Service</a>.</p>
<p>Google fails, even on its minimalistic homepage &#8211; 46 errors on one of the smallest pages (Kilobits wise)  you are likely to ever come across.</p>
<p>Being a bit of a BBC <a title="fanboy" href="http://en.wikipedia.org/wiki/Fan_(aficionado)#Fanboy.2Ffangirl" target="_blank">fanboy</a>, I was hoping they wouldn&#8217;t let me down. Initially, they didn&#8217;t. The landing page had no errors, as shown by the lovely green w3c page that I myself have lately been achieving. Then I delved a bit deeper and looked at a news story.  301 errors were detected, some of them easily avoidable, others seem rather obscure.</p>
<p>Amazon managed an impressive 1418 errors on the page I landed on.</p>
<h3>Surely Google has a good reason for this</h3>
<p>My first thought about Google was that, with the astronomical amount of traffic they deal with, they may have ignored the w3c standards in order to keep the bandwidth requirements down.</p>
<p>However, I read an article (from 2006) that claimed the <a title="Google valid and strict" href="http://www.456bereastreet.com/archive/200608/google_valid_and_strict/">opposite</a>. The author claimed he made the file size 21% smaller when rewriting it using an <a title="HTML 4.01 DTDs" href="http://en.wikipedia.org/wiki/Document_Type_Declaration#HTML_4.01_DTDs" target="_blank">HTML 4.01 DTD</a>.</p>
<h3>What do I gain if I do make the effort?</h3>
<p>So why do <em>I</em> bother? Well, in the past, I didn&#8217;t. I tested everything across multiple browsers and if everything looked just about pixel perfect that was good enough for me &#8211; and more than good enough a typical client and even my employers. However, now that I&#8217;m displaying my freelance work on a public website, I want to show potential employers that it is something I take seriously. I&#8217;d hope that it makes me and my clients look more professional at the same time.</p>
<p>Search engine optimisation is also something I take seriously and I understand that search engine spiders love to crawl through semantically correct, clean markup. As a result, it&#8217;s possible a page could appear higher in search results &#8211; perhaps more so in the future.</p>
<p>There is also the element of accessibility. I know there is a lot more required to making a site completely accessible for those with disabilities, but I do see it as a step in the right direction.</p>
<p>It also makes my sites easier to maintain. If I made a slight error when hand coding a site and then ran it through the W3C validator, that 1 error is going to stand out like a sore thumb. For many other sites I doubt they would notice their error tally has risen by 1 and so the number could continue to rise. I&#8217;ve seen many errors on popular sites that are simple to fix but perhaps they have simply gone unnoticed. One day this error may cause an inconsistency in a browser.</p>
<h3>Perhaps it is just a &#8216;pride thing&#8217;</h3>
<p>The main reason I do bother though is simply because I take pride in my work and want to do things &#8220;right&#8221;. I don&#8217;t want errors in my code the same way I don&#8217;t want spelling/grammatical errors. If somebody runs a validator through my code, which returns no errors, and simply thinks &#8220;well at least <em>he</em> decided to bother&#8221; &#8211; that is good enough for me.</p>
<p>All of the other reasons are perhaps just a bonus, but as time goes on I think conforming to web standards will be much more rewarding.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbedbull.co.uk/blog/are-web-standards-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cutler Forbes</title>
		<link>http://www.webbedbull.co.uk/portfolio/cutler-forbes/</link>
		<comments>http://www.webbedbull.co.uk/portfolio/cutler-forbes/#comments</comments>
		<pubDate>Thu, 14 May 2009 15:34:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://localhost:8888/wordpress/?p=15</guid>
		<description><![CDATA[This is a work in progress (but hopefully you get the idea). Lots of jQuery use to carry out validation and picking dates. This was also the first time I had used CSS to create tableless forms. Eventually there will be a login section which should enable the client to run their business much more [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_16" class="wp-caption alignright" style="width: 220px"><a href="http://www.cutlerforbes.co.uk"><img class="size-medium wp-image-16" title="cutler-forbes" src="http://www.webbedbull.co.uk/wp-content/uploads/2009/05/cutler-forbes-300x225.jpg" alt="Cutler Forbes" width="210" height="158" /></a><p class="wp-caption-text">Cutler Forbes</p></div>
<p>This is a work in progress (but hopefully you get the idea). Lots of <a href="http://www.jquery.com" target="_blank">jQuery</a> use to carry out validation and picking dates. This was also the first time I had used CSS to create tableless forms.</p>
<p>Eventually there will be a login section which should enable the client to run their business much more effectively.</p>
<p>The site is currently undergoing a complete <a href="http://en.wikipedia.org/wiki/Search_engine_optimization" target="_blank">SEO</a> overhaul and I hope to get it as high up in search results as I can, in the time available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbedbull.co.uk/portfolio/cutler-forbes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>D&amp;S Text Services</title>
		<link>http://www.webbedbull.co.uk/portfolio/d-and-s-text-services/</link>
		<comments>http://www.webbedbull.co.uk/portfolio/d-and-s-text-services/#comments</comments>
		<pubDate>Wed, 13 May 2009 17:26:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.webbedbull.co.uk/blog/?p=25</guid>
		<description><![CDATA[This project was completed when I was working at BCH Digital in Manchester. D&#38;S were a  firmly established company specialising in running SMS services, but had no brand, no logo and certainly no real website to speak of &#8211; obviously that had to change! I created the logo in Illustrator and came up with a [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_29" class="wp-caption alignright" style="width: 220px"><a href="http://www.dandstext.com" target="_blank"><img class="size-medium wp-image-29" title="d-and-s" src="http://www.webbedbull.co.uk/wp-content/uploads/2009/05/d-and-s-300x225.jpg" alt="D&amp;S Text Services" width="210" height="158" /></a><p class="wp-caption-text">D&amp;S Text Services</p></div>
<p>This project was completed when I was working at <a href="http://www.bchdigital.com" target="_blank">BCH Digital</a> in <a href="http://en.wikipedia.org/wiki/Manchester" target="_blank">Manchester</a>. D&amp;S were a  firmly established company specialising in running <a href="http://en.wikipedia.org/wiki/Short_message_service" target="_blank">SMS</a> services, but had no brand, no logo and certainly no real website to speak of &#8211; obviously that had to change!</p>
<p>I created the logo in Illustrator and came up with a design that shows roughly what they are about in moments, the &#8216;d&#8217; being a mobile phone and the &#8216;s&#8217; cut into a sim card. They liked it so much they had it enlarged straight away as a sign, which is proudly displayed outside their offices.</p>
<p><span id="more-25"></span></p>
<p>I used the website itself as a bit of a learning tool for the best way to create an eye catching image menu with no loss of SEO or accessibility. This was not a direct requirement but I felt it was time to improve the standard of my websites. Ever since the thought of having an image menu any other way just isn&#8217;t <a href="http://en.wikipedia.org/wiki/Cricket" target="_blank">cricket</a>.</p>
<p>I also created stationary and business cards using their new brand. Images will be posted soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbedbull.co.uk/portfolio/d-and-s-text-services/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Call Studio</title>
		<link>http://www.webbedbull.co.uk/portfolio/call-studio/</link>
		<comments>http://www.webbedbull.co.uk/portfolio/call-studio/#comments</comments>
		<pubDate>Tue, 12 May 2009 15:53:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.webbedbull.co.uk/?p=48</guid>
		<description><![CDATA[A project I worked on whilst working for BCH Digital for their new web-controlled, telephone recording facility. After I had created the name, logo and drafted some basic branding, I moved onto creating the website. It is a very simple site explaining why there is a need for recording phone calls and how this product [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_49" class="wp-caption alignright" style="width: 220px"><a href="http://www.callstudio.co.uk"><img class="size-medium wp-image-49" title="call-studio" src="http://www.webbedbull.co.uk/wp-content/uploads/2009/05/call-studio-300x225.jpg" alt="Call Studio" width="210" height="158" /></a><p class="wp-caption-text">Call Studio</p></div>
<p>A project I worked on whilst working for <a href="http://www.bchdigital.com" target="_blank">BCH Digital</a> for their new web-controlled, telephone recording facility.</p>
<p>After I had created the name, logo and drafted some basic branding, I moved onto creating the website. It is a very simple site explaining why there is a need for recording phone calls and how this product takes care of it. It was used as a product guide to send onto potential clients.</p>
<p>I also designed the user interface for the web application itself.  I will be posting screenshots soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbedbull.co.uk/portfolio/call-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross Inn Pub</title>
		<link>http://www.webbedbull.co.uk/portfolio/cross-inn-pub/</link>
		<comments>http://www.webbedbull.co.uk/portfolio/cross-inn-pub/#comments</comments>
		<pubDate>Mon, 11 May 2009 14:24:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.webbedbull.co.uk/?p=58</guid>
		<description><![CDATA[Recently refurbished and transformed into a trendy Gastro pub, the Cross Inn pub located deep in the Cotswold countryside, required a website that promoted its new look. The website shows before and after snaps of the interior and patio and gives information on the owners with the emphasis on the food being prepared by an [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_59" class="wp-caption alignright" style="width: 220px"><a href="http://www.crossinnavening.co.uk"><img class="size-medium wp-image-59" title="cross-inn" src="http://www.webbedbull.co.uk/wp-content/uploads/2009/05/cross-inn-300x225.jpg" alt="Cross Inn Pub" width="210" height="158" /></a><p class="wp-caption-text">Cross Inn Pub</p></div>
<p>Recently refurbished and transformed into a trendy Gastro pub, the Cross Inn pub located deep in the Cotswold countryside, required a website that promoted its new look.</p>
<p>The website shows before and after snaps of the interior and patio and gives information on the owners with the emphasis on the food being prepared by an experienced chef.</p>
<p><span id="more-58"></span>The website also promotes activities happening in the pub, such as <a href="http://en.wikipedia.org/wiki/Skittles_(sport)">skittles</a>, and was eventually going to be developed into something of an online community with leader boards etc. Hopefully one day the content will be produced and I can continue to work on it &#8211; until then I shall have do research on pubs in the only way I know how!</p>
<p>I also produced the pub&#8217;s stationary and business cards as well as gift vouchers and posters promoting events. Pictures of which will be posted here soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbedbull.co.uk/portfolio/cross-inn-pub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
