<?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>the life of a web developer</title>
	<atom:link href="http://gavtaylor.co.uk/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://gavtaylor.co.uk/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 04 Apr 2013 07:52:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>and then there were&#8230; Five!?</title>
		<link>http://gavtaylor.co.uk/blog/and-then-there-were-five</link>
		<comments>http://gavtaylor.co.uk/blog/and-then-there-were-five#comments</comments>
		<pubDate>Wed, 03 Apr 2013 22:18:36 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[T'Internet News]]></category>
		<category><![CDATA[Tools of the Trade]]></category>
		<category><![CDATA[Blink]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[gecko]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[Presto]]></category>
		<category><![CDATA[Servo]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=705</guid>
		<description><![CDATA[A couple of months ago, Opera announced they were dropping Presto in favor of WebKit to allow them to spend their time focusing on the browser rather than the HTML rendering engine within it. This was seen by some people as a loss for web standards as Opera were the major company pushing standards and [...]]]></description>
				<content:encoded><![CDATA[<p>A couple of months ago, Opera announced they were <a href="http://gavtaylor.co.uk/blog/and-then-there-were-three" title="and then there were three" target="_blank">dropping Presto in favor of WebKit</a> to allow them to spend their time focusing on the browser rather than the HTML rendering engine within it.</p>
<p>This was seen by some people as a loss for web standards as Opera were the major company pushing standards and a spec compliant browser. The good news for those people is tonight both Mozilla and Google announced they were each developing a their own new rendering engine, Mozilla have partnered with Samsung to develop a new mobile rendering engine for Android called Servo, and Google announced it was forking WebKit and branding it Blink. Chromium will be updated to use Blink, which in turn means Opera will also be using Blink.</p>
<p>So, in less than two months we have gone from 4 rendering engines, down to 3, now back up to five. Those who protest all browsers should be using one rendering engine and that should be WebKit, will not be happy bunnies tonight!</p>
<p>My initial thoughts on Blink are that while it does mean another engine to test in, it&#8217;s no more than we did before with Presto, and as we are all building sites to W3C standards our sites will either work perfectly or degrade gracefully so there is nothing to worry about. I do like that they have decided not to implement vendor prefixes, and the legacy WebKit ones it will inherit will be phased out and removed.</p>
<p>Servo I don&#8217;t know that much about other than it&#8217;s a mobile specific rendering engine, there no plans to drop Gecko just yet, and its being developed for Android and ARM devices. I&#8217;m guessing its an attempt to keep away from WebKit on mobile but not have the headaches of Gecko running on Android. I need to investigate more and report back.</p>
<p>The announcement posts are below, any thoughts/opinions/etc please comment below.</p>
<p>Mozilla &#8211; <a href="https://blog.mozilla.org/blog/2013/04/03/mozilla-and-samsung-collaborate-on-next-generation-web-browser-engine/" target="_blank">https://blog.mozilla.org/blog/2013/04/03/mozilla-and-samsung-collaborate-on-next-generation-web-browser-engine/</a></p>
<p>Google &#8211; <a href="http://blog.chromium.org/2013/04/blink-rendering-engine-for-chromium.html" target="_blank">http://blog.chromium.org/2013/04/blink-rendering-engine-for-chromium.html</a></p>
<p>Opera &#8211; <a href="http://www.brucelawson.co.uk/2013/hello-blink/" target="_blank">http://www.brucelawson.co.uk/2013/hello-blink/</a> (technically an unofficial notification but Mr Lawson is official enough for me)</p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/and-then-there-were-five/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>implementing tel: links</title>
		<link>http://gavtaylor.co.uk/blog/implementing-tel-links</link>
		<comments>http://gavtaylor.co.uk/blog/implementing-tel-links#comments</comments>
		<pubDate>Tue, 05 Mar 2013 09:52:43 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[chrometophone]]></category>
		<category><![CDATA[foxtophone]]></category>
		<category><![CDATA[tel]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=695</guid>
		<description><![CDATA[As more people turn to mobile devices to browse the web, one really useful way of catching the all important website lead, and more importantly making your users life easier, is by using tel: links to allow visitors to click a phone number on the site and have the browser auto populate the phones dialler [...]]]></description>
				<content:encoded><![CDATA[<p>As more people turn to mobile devices to browse the web, one really useful way of catching the all important website lead, and more importantly making your users life easier, is by using tel: links to allow visitors to click a phone number on the site and have the browser auto populate the phones dialler ready to call.</p>
<p><code>&lt;a href="tel:+441611234567" title="Call us today"&gt;0161 123 4567&lt;/a&gt;</code></p>
<p>The big issue with implementing tel: links is<span id="more-695"></span> that they are not supported by desktop browsers without plug-ins such as <a href="http://www.foxtophone.com/" target="_blank">FoxtoPhone</a>, if your a Firefox user with an Android device I highly recommend you install.</p>
<p>This lack of support results in a LOT of 404s generated by both human visitors and bots that follow the links. Yes you can style tel links to make human visitor less likely to click them, but people still do and there isn&#8217;t much you can do about bots and they are the ones that spam your logs with 404s.</p>
<p>the solution I have found is to pop a .htaccess rewrite to catch those devices that don&#8217;t support tel links and redirect them to the contact page.</p>
<p><code>RewriteRule tel\:\+([0-9]) /contact-me [R=301,L]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/implementing-tel-links/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>and then there were three</title>
		<link>http://gavtaylor.co.uk/blog/and-then-there-were-three</link>
		<comments>http://gavtaylor.co.uk/blog/and-then-there-were-three#comments</comments>
		<pubDate>Wed, 13 Feb 2013 08:52:27 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[T'Internet News]]></category>
		<category><![CDATA[Tools of the Trade]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[gecko]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[Presto]]></category>
		<category><![CDATA[Trident]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=690</guid>
		<description><![CDATA[Big news in the world of HTML this morning as Opera announce the end of Presto and a move to Webkit for all future products HTML rendering. Leaving the only three major rendering engines Gecko, Webkit and Trident. Mixed views on Twitter this morning, my opinion is its a shame that they feel the need [...]]]></description>
				<content:encoded><![CDATA[<p>Big news in the world of HTML this morning as Opera announce the end of Presto and a move to Webkit for all future products HTML rendering. Leaving the only three major rendering engines Gecko, Webkit and Trident.</p>
<p>Mixed views on Twitter this morning, my opinion is its a shame that they feel the need to switch, it obviously comes on the back of repeated failed attempts to persuade sloppy developers to stop using webkit prefixed code. But its probably a good thing, as they say it means less time duplicating basic rendering code already in Webkit and means the X million webkit users will get a big push of new standards compliant features from the folk over at Opera.</p>
<p>Source: <a href="http://my.opera.com/ODIN/blog/300-million-users-and-move-to-webkit">http://my.opera.com/ODIN/blog/300-million-users-and-move-to-webkit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/and-then-there-were-three/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Movember 2012</title>
		<link>http://gavtaylor.co.uk/blog/movember-2012</link>
		<comments>http://gavtaylor.co.uk/blog/movember-2012#comments</comments>
		<pubDate>Mon, 26 Nov 2012 10:54:02 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[charity]]></category>
		<category><![CDATA[movember]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=661</guid>
		<description><![CDATA[This year I was &#8220;asked&#8221; to participate in Movember 2012. By asked, a colleague took donations from the people at work to persuade me to join in. With only 5 days left, and a total on £130, we have 1 working week left till its over so I need your help! £1/£2/£5 whatever you can [...]]]></description>
				<content:encoded><![CDATA[<p>This year I was &#8220;asked&#8221; to participate in Movember 2012. By asked, a colleague took donations from the people at work to persuade me to join in.</p>
<p>With only 5 days left, and a total on £130, we have 1 working week left till its over so I need your help! £1/£2/£5 whatever you can afford, please go to&nbsp; <a href="http://mobro.co/gavember" target="_blank">http://mobro.co/gavember</a> and make a donation.</p>
<p>&nbsp;</p>
<p>Update &#8211; 1st December:</p>
<p>Thank you to everyone who donated, final total was an amazing £330. Donations are still open so if you were waiting for pay day or didn&#8217;t get chance, you can still make a donation to the mo.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/movember-2012/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPNW12 Videos</title>
		<link>http://gavtaylor.co.uk/blog/phpnw12-videos</link>
		<comments>http://gavtaylor.co.uk/blog/phpnw12-videos#comments</comments>
		<pubDate>Wed, 21 Nov 2012 11:13:04 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpmas]]></category>
		<category><![CDATA[phpnw]]></category>
		<category><![CDATA[phpnw12]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=652</guid>
		<description><![CDATA[The #PHPNW12 video xmas countdown has begun, one video from the conference per week day till they are all live. This is mainly a list for myself but feel free to keep checking it for updates. On the first day of #phpmas #PHPNW sent to me&#8230; Michael Heap (@mheap) &#8211; Designing Systems to Scale! bit.ly/XgWyT5 [...]]]></description>
				<content:encoded><![CDATA[<p>The #PHPNW12 video xmas countdown has begun, one video from the conference per week day till they are all live.<br />
This is mainly a list for myself but feel free to keep checking it for updates.</p>
<p><span id="more-652"></span></p>
<blockquote class="twitter-tweet" width="500"><p>On the first day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23PHPNW">#PHPNW</a> sent to me&#8230; Michael Heap (@<a href="https://twitter.com/mheap">mheap</a>) &#8211; Designing Systems to Scale! <a href="http://t.co/107mkTeH" title="http://bit.ly/XgWyT5">bit.ly/XgWyT5</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/269454986642079744" data-datetime="2012-11-16T15:00:49+00:00">November 16, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" width="500"><p>On the second day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23PHPNW">#PHPNW</a> sent to me&#8230; Lorna Mitchell (@<a href="https://twitter.com/lornajane">lornajane</a>) &#8211; PHP 5.4 Features You Will Actually Use! <a href="http://t.co/lYFktZod" title="http://bit.ly/Q5tU30">bit.ly/Q5tU30</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/270583094132764673" data-datetime="2012-11-19T17:43:31+00:00">November 19, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" width="500"><p>On the third day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23PHPNW">#PHPNW</a> sent to me&#8230; Igor Wielder (@<a href="https://twitter.com/igorwesome">igorwesome</a>) &#8211; React &#8211; Event-driven PHP! <a href="http://t.co/4PtRGkhU" title="http://bit.ly/UG65LZ">bit.ly/UG65LZ</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/270932431182364672" data-datetime="2012-11-20T16:51:39+00:00">November 20, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" width="500"><p>On the fourth day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23PHPNW">#PHPNW</a> sent to me&#8230; Ian Barber (@<a href="https://twitter.com/ianbarber">ianbarber</a>) &#8211; Building a Firehose <a href="http://t.co/3Kj3xNnr" title="http://bit.ly/RTlcTP">bit.ly/RTlcTP</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/271206488117239808" data-datetime="2012-11-21T11:00:40+00:00">November 21, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" width="500"><p>On the 5th day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23PHPNW">#PHPNW</a> sent to me&#8230; Hugo Hamon (@<a href="https://twitter.com/hhamon">hhamon</a>) &#8211; Twig doesn&#8217;t make templating your enemy! <a href="http://t.co/RtSalcFe" title="http://bit.ly/ObncCW">bit.ly/ObncCW</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/271607894523400192" data-datetime="2012-11-22T13:35:42+00:00">November 22, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" width="500"><p>On the 6th day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23PHPNW">#PHPNW</a> sent to me&#8230; Ben Longden (@<a href="https://twitter.com/blongden">blongden</a>) &#8211; Silex, the Micro Framework. <a href="http://t.co/bHaJwm70" title="http://bit.ly/TgexCm">bit.ly/TgexCm</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/271999092828274688" data-datetime="2012-11-23T15:30:11+00:00">November 23, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" width="500"><p>On the 7th day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23PHPNW">#PHPNW</a> sent to me&#8230; Mike Van Riel (@<a href="https://twitter.com/mvriel">mvriel</a>) &#8211; phpDocumentor: Your source code matters: <a href="http://t.co/NbKM5wAj" title="http://bit.ly/Sbc4qR">bit.ly/Sbc4qR</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/273097267441979392" data-datetime="2012-11-26T16:13:57+00:00">November 26, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" width="500"><p>On the 8th day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23PHPNW">#PHPNW</a> gave to me&#8230; Jakub Zalas (@<a href="https://twitter.com/jakub_zalas">jakub_zalas</a>) &#8211; Symfony components in the wild. <a href="http://t.co/LUiTU8N8" title="http://bitly.com/O8D8pt">bitly.com/O8D8pt</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/273472609155424256" data-datetime="2012-11-27T17:05:25+00:00">November 27, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" width="500"><p>On the 9th day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23PHPNW">#PHPNW</a> sent to me&#8230; Rob Allen (@<a href="https://twitter.com/akrabat">akrabat</a>) &#8211; Working with ZF2s Zend/Form. <a href="http://t.co/dhtKtd1U" title="http://bit.ly/Tu2QdN">bit.ly/Tu2QdN</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/273832734978351106" data-datetime="2012-11-28T16:56:26+00:00">November 28, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" width="500"><p>On the 10th day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23PHPNW">#PHPNW</a> sent to me&#8230; Adrian Hardy (@<a href="https://twitter.com/adrianhardy">adrianhardy</a>) &#8211; LAMP on a diet <a href="http://t.co/Sr23tW8c" title="http://bit.ly/QPzqSz">bit.ly/QPzqSz</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/274144365901914112" data-datetime="2012-11-29T13:34:44+00:00">November 29, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" width="500"><p>On the 11th day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23PHPNW">#PHPNW</a> sent to me&#8230; Nathaniel McHugh (@<a href="https://twitter.com/natmchugh">natmchugh</a>) Fork It! Parallel Processing in PHP. <a href="http://t.co/OIOoKA7a" title="http://bit.ly/11p3GuP">bit.ly/11p3GuP</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/274480944059142144" data-datetime="2012-11-30T11:52:11+00:00">November 30, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" width="500"><p>On the 12th day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23PHPNW">#PHPNW</a> sent to me&#8230; Derick Rethans (@<a href="https://twitter.com/derickr">derickr</a>) Practical Date/Time Handling with PHP. <a href="http://t.co/qRYNbnfL" title="http://bit.ly/UBIRdQ">bit.ly/UBIRdQ</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/275609499761520640" data-datetime="2012-12-03T14:36:39+00:00">December 3, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" width="500"><p>On the 13th day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23phpnw">#phpnw</a> sent to me&#8230; Harrie Verveer (@<a href="https://twitter.com/harrieverveer">harrieverveer</a>) &#8211; Recognising Smelly Code. <a href="http://t.co/fFIzpG2o" title="http://bit.ly/YvdkhP">bit.ly/YvdkhP</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/275964455857291265" data-datetime="2012-12-04T14:07:08+00:00">December 4, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<blockquote class="twitter-tweet" width="500"><p>On the 14th day of <a href="https://twitter.com/search/%23phpmas">#phpmas</a> <a href="https://twitter.com/search/%23phpnw">#phpnw</a> sent to me&#8230; Ben Waine (@<a href="https://twitter.com/bwaine">bwaine</a>) &#8211; The Art of Application Logging. <a href="http://t.co/vGXIq6jf" title="http://bit.ly/Vk1pfj">bit.ly/Vk1pfj</a></p>
<p>&mdash; PHPNW13 (@phpnw13) <a href="https://twitter.com/phpnw13/status/276332431555043328" data-datetime="2012-12-05T14:29:20+00:00">December 5, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>In case I forget to post one, you can follow the list yourself on Twitter by following <a href="http://twitter.com/PHPNW13" target="_blank">@PHPNW13</a> or following the <a dir="ltr" href="https://twitter.com/search?q=%23phpmas&amp;src=hash" data-query-source="hashtag_click"><s>#</s><strong>phpmas</strong></a> hashtag</p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/phpnw12-videos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coloured bullets in List items</title>
		<link>http://gavtaylor.co.uk/blog/coloured-bullets-in-list-items</link>
		<comments>http://gavtaylor.co.uk/blog/coloured-bullets-in-list-items#comments</comments>
		<pubDate>Thu, 02 Aug 2012 07:41:56 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[bullet]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[li]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=627</guid>
		<description><![CDATA[As we all make the move to HTML5 and less images in our code for gradients, fonts, box/text shadow, etc. One thing I have yet to find a solution for is coloured bullets on a list item, that is until now. There isn&#8217;t a list-style-color, or a similar way of specifying a colour for a [...]]]></description>
				<content:encoded><![CDATA[<p>As we all make the move to HTML5 and less images in our code for gradients, fonts, box/text shadow, etc. One thing I have yet to find a solution for is coloured bullets on a list item, that is until now.</p>
<p>There isn&#8217;t a list-style-color, or a similar way of specifying a colour for a list bullet in the CSS spec, so up till now its been a case of either set the colour on the &lt;li&gt; and wrap a span around your text in an other colour, or use a background image. I have tended to go for the image as you can have a different size bullet to the default one.</p>
<p>Today I was pottering around and came up with a handy trick for doing a coloured square in CSS, of any size or colour you fancy and using any Unicode character you can find. I am writing here so I remember and hopefully one or two of you may find useful. It doesn&#8217;t work in IE6/7 but does fall-back to the standard &lt;li&gt; bullet in the colour of your text, so that&#8217;s good enough for me.</p>
<h3>HTML</h3>
<p><code>&lt;ul&gt;<br />
&lt;li&gt;This is an item in a list&lt;/li&gt;<br />
&lt;li&gt;You may have guessed but this is too&lt;/li&gt;<br />
&lt;li&gt;Your on a roll, yes this is another list item&lt;/li&gt;<br />
&lt;li&gt;Almost finished...&lt;/li&gt;<br />
&lt;li&gt;One more for the road&lt;/li&gt;<br />
&lt;/ul&gt;</code></p>
<h3>CSS</h3>
<p><code>ul.custom-bullet-demo li {<br />
list-style: square;<br />
font-size: 16px;<br />
}<br />
ul.custom-bullet-demo li:before {<br />
color: #B9D851;<br />
content: "\25A0";<br />
font-size: 1.7em;<br />
margin-left: -19px;<br />
padding-right: 0.25em;<br />
position: relative;<br />
}</code></p>
<h3>Result</h3>
<style>
ul.custom-bullet-demo li {
list-style: square;
font-size: 16px;
}
ul.custom-bullet-demo li:before {
color: #B9D851;
content: "\25A0";
font-size: 1.7em;
margin-left: -19px;
padding-right: 0.25em;
position: relative;
}
</style>
<ul class="custom-bullet-demo">
<li>This is an item in a list</li>
<li>You may have guessed but this is too</li>
<li>Your on a roll, yes this is another list item</li>
<li>Almost finished&#8230;</li>
<li>One more for the road</li>
</ul>
<p>I found a Wikepedia page that has a few Unicode characters on it so you can use all sorts of bullets rather than the standard square or circle (except for IE6/7 that is).</p>
<p>- http://en.wikipedia.org/wiki/List_of_Unicode_characters</p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/coloured-bullets-in-list-items/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Site update in progress</title>
		<link>http://gavtaylor.co.uk/blog/site-update-in-progress</link>
		<comments>http://gavtaylor.co.uk/blog/site-update-in-progress#comments</comments>
		<pubDate>Wed, 09 Nov 2011 14:30:26 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=612</guid>
		<description><![CDATA[I&#8217;m currently in the process of updating my site design and rather impatiently decided to put it live even though its not quite finished. This does mean section of the site aren&#8217;t going to be styled properly, especially the blog as it hacks into my main site for resources and CSS styles. Please bear with [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m currently in the process of updating my site design and rather impatiently decided to put it live even though its not quite finished. This does mean section of the site aren&#8217;t going to be styled properly, especially the blog as it hacks into my main site for resources and CSS styles.</p>
<p>Please bear with me while I get it all sorted.</p>
<p>Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/site-update-in-progress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WDC2011 is approaching</title>
		<link>http://gavtaylor.co.uk/blog/wdc2011-is-approaching</link>
		<comments>http://gavtaylor.co.uk/blog/wdc2011-is-approaching#comments</comments>
		<pubDate>Tue, 06 Sep 2011 11:25:42 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Meetup]]></category>
		<category><![CDATA[Bristol]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[WDC]]></category>
		<category><![CDATA[WDC2011]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=600</guid>
		<description><![CDATA[October is defiantly conference season for me, with the PHPNW conference at the start of the month and now WDC towards the end. The Web Developers Conference is aimed at both professionals and students, and focuses on the front end side of web development. The schedule has now been released, and the speakers have been [...]]]></description>
				<content:encoded><![CDATA[<p>October is defiantly conference season for me, with the PHPNW conference at the start of the month and now WDC towards the end.</p>
<p>The Web Developers Conference is aimed at both professionals and students, and focuses on the front end side of web development.</p>
<p>The schedule has now been released, and the speakers have been known for a while, there are a couple of well-known speakers that will be there so I&#8217;m really looking forward to this and hopefully learning a few things front end related , as a PHP developer that&#8217;s where my skills aren&#8217;t so strong.</p>
<p><a href="http://webdevconf.com/tickets/">Tickets are still available</a> at a very reasonable £50 for the days festivities, and will be entering a Late Bird stage at the start of October, so get your tickets now to avoid disappointment if they sell out or go past your budget! Various discount codes are floating around on <a href="http://twitter.com/#!/search/WDC2011">Twitter</a> if you need one, or just ask one of the speakers if you&#8217;re struggling.</p>
<p>You can find out more information on the conference website<a href="http://webdevconf.com/"> http://webdevconf.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/wdc2011-is-approaching/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPNW 2011 is approching</title>
		<link>http://gavtaylor.co.uk/blog/phpnw-2011-is-approching</link>
		<comments>http://gavtaylor.co.uk/blog/phpnw-2011-is-approching#comments</comments>
		<pubDate>Fri, 02 Sep 2011 14:17:43 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[Meetup]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[manchester]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpnw]]></category>
		<category><![CDATA[phpnw11]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=591</guid>
		<description><![CDATA[Last year I wrote a brief post about my first trip to the Manchester based PHP developer conference, PHPNW10. It&#8217;s now almost a year later and this years conference is just 1 month away so I think it&#8217;s about time I did a little plug for them and try to convince anyone that stumbles upon [...]]]></description>
				<content:encoded><![CDATA[<p>Last year I wrote a brief post about my first trip to the <a href="http://gavtaylor.co.uk/blog/phpnw-conference-2010" target="_blank">Manchester based PHP developer conference, PHPNW10</a>. It&#8217;s now almost a year later and this years conference is just 1 month away so I think it&#8217;s about time I did a little plug for them and try to convince anyone that stumbles upon this post to buy a ticket and attend.</p>
<p>PHPNW is a user group meetup of PHP developers based in Manchester, with the aim of sharing experiences and improving knowledge of all things PHP (and other related technologies). The group meet the first Tuesday of the month for a 40 min or so talk on the speakers chosen topic. They held their first conference in 2008 and have had one each year since. Find out more on the <a href="http://conference.phpnw.org.uk/phpnw11/about/" target="_blank">conference About page</a>.<span id="more-591"></span></p>
<p><strong>So Why should you attend?</strong><br />
2010 was my first PHPNW conference and as I said in my post at the time it was a great experience, I met a lot of new people, and learnt a lot of new tips, tricks and tools to help my PHP development. I have used them to improve the way I do things both at work and at home on personal projects so it was well worth the money and I had a great time.</p>
<p>This year, the conference is going to be bigger and better, with a new venue, more speakers, a new track, increased sessions on the 2nd day, a pre-conference tutorial day, an unconference, the list goes on. Its going to be an amazing couple of days and I learnt so much last year and am expecting this year to be no different. There are some really <a href="http://conference.phpnw.org.uk/phpnw11/schedule/" target="_blank">interesting sessions</a> going on, am stuck with a couple of talks on which one Im going to go to. The good news is, which ever I decide, all the sessions are filmed so I will get to see all of them anyway after the conference is over and my post conference drinks related headache has subsided.</p>
<p>I really do recommend you clear the 8th and 9th of October from your diary, buy your ticket and pop down to Manchester for a great couple of days. If you do attend, don&#8217;t forget to say hi, and mines a Carlsberg <img src='http://gavtaylor.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now, enough of my waffling, down to the important bit. You have just 1 day left to get your <a title="Buy your PHPNW11 Tickets Now!" href="http://conference.phpnw.org.uk/phpnw11/tickets/" target="_blank">Early Bird Tickets</a>, before the price increases a little (not too much) in the final days run up to the conference weekend.</p>
<p>You can find out more information on the <a href="http://conference.phpnw.org.uk/phpnw11/" target="_blank">PHPNW11 conference website</a> or by following and tweeting to the <a href="http://twitter.com/phpnw" target="_blank">@PHPNW</a> Twitter account.</p>
<p style="text-align: center;"><a href="http://conference.phpnw.org.uk/phpnw11/"><img class="aligncenter" src="http://conference.phpnw.org.uk/phpnw11/files/2011/05/phpnw11_details_200x1441.png" alt="PHPNW 2011 Conference Logo" width="200" height="144" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/phpnw-2011-is-approching/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Speed Score [Update]</title>
		<link>http://gavtaylor.co.uk/blog/page-speed-score-update</link>
		<comments>http://gavtaylor.co.uk/blog/page-speed-score-update#comments</comments>
		<pubDate>Fri, 01 Apr 2011 07:58:00 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Tools of the Trade]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=567</guid>
		<description><![CDATA[Back in May last year, I wrote a post about a new Firebug (for Firefox) Plug-in called Page Speed, that allowed you to test the load time of your website and get some useful tips on how to improve this. This week, Google took that idea and extended it into an independent online tool, making [...]]]></description>
				<content:encoded><![CDATA[<p>Back in May last year, <a href="http://gavtaylor.co.uk/blog/page-speed-score-93100" target="_blank">I wrote a post</a> about a new Firebug (for Firefox) Plug-in called Page Speed, that allowed you to test the load time of your website and get some useful tips on how to improve this.</p>
<p>This week, Google took that idea and extended it into an <a href="http://pagespeed.googlelabs.com/" target="_blank">independent online tool</a>, making it available for anyone on any browser. It uses a version of WebKit installed on a server to run the test (via the Chrome version of Page Speed Im guessing) to test your site and suggest improvements.</p>
<p>It seems to work in exactly the same way, and suggests the same kinds of things to improve your score, and has the same issues I pointed out last time, in that it marks you down for incorrect caching on Google Services you include on your page (Analytics in my case).</p>
<p>When I first ran the test on my site, I had dropped to 76/100, this was down to the javascript includes I had slowing things down, and the image caching wasn&#8217;t long enough. A couple of tweaks later and I&#8217;m now back up to 96/100 which is 3 above where I got to last year.</p>
<p><a href="http://googlecode.blogspot.com/2011/03/introducing-page-speed-online-with.html" target="_blank">Read the Google post</a> or <a href="http://pagespeed.googlelabs.com/" target="_blank">start testing your site</a>, please note tho, that as its being hosted on the Google Labs site, this could (as many have done before) disappear without warning. If it does I&#8217;ll update this post to reflect that.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/page-speed-score-update/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
