<?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>Planetperki &#124; David Perkins &#124; Blog &#187; Web</title>
	<atom:link href="http://blog.planetperki.co.uk/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.planetperki.co.uk</link>
	<description>The blog of David Perkins</description>
	<lastBuildDate>Wed, 17 Aug 2011 07:52:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>[Fix] YouTube &amp; Z-index fix for Firefox 3</title>
		<link>http://blog.planetperki.co.uk/2010/09/youtube-zindex-firefox-fix</link>
		<comments>http://blog.planetperki.co.uk/2010/09/youtube-zindex-firefox-fix#comments</comments>
		<pubDate>Sat, 11 Sep 2010 13:51:31 +0000</pubDate>
		<dc:creator>Perki</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[zindex]]></category>

		<guid isPermaLink="false">http://blog.planetperki.co.uk/?p=2108</guid>
		<description><![CDATA[Windows + Firefox + Z-Index + YouTube = Problems? Here is a quick and easy little fix to sort out a problem that i had last week. Hope it helps? This past week, i’ve been embedding YouTube video’s into some of my designs/templates at work and i’ve started noticing a few little problems when doing [...]]]></description>
			<content:encoded><![CDATA[<div class="blog_preview_left"><a href="http://blog.planetperki.co.uk/2010/09/youtube-zindex-firefox-fix" title="YouTube player z-index fix for Firefox 3"><img src="http://blog.planetperki.co.uk/wp-content/uploads/2010/09/ff_icon.jpg" alt="YouTube player z-index fix for Firefox 3" width="240" /></a></div>
<div class="blog_preview_right">
<p>Windows + Firefox + Z-Index + YouTube =  Problems?</p>
<p class="second">Here is a quick and easy little fix to sort out a problem that i had last week. Hope it helps?</p>
</div>
<p><span id="more-2108"></span></p>
<p>This past week, i’ve been embedding YouTube video’s into some of my designs/templates at work and i’ve started noticing a few little problems when doing this. The biggest problem that i’ve come across was when you’ve embedded a YouTube player into a template that contained some other z-indexed elements. There was one example where i made a hover over image gallery based around an unordered list thumbnail grid. If you hovered your mouse over the thumbnail a larger version of that image would show above the rest of the images using z-index and position css elements (i’ll post this code up soon).</p>
<p>The problem reared its head when i had to add a video underneath the gallery. For some reason in Firefox on Windows, the video was always showing above the hovered image and i tried a few different CSS properties to try and fix this. With no joy on this front i started looking for ways to fix the video itself. I read about a few different fixes but none of them seemed to work. Then i read about a certain fix that changes the YouTube video parameters so that the actual player is opaque and it worked.</p>
<p>So here’s the code:</p>
<div class="code">
<p>Firefox/Windows – YouTube Z-Index Fix</p>
<p></p>
<p><pre>
&lt;object width='640' height='480'&gt;
    &lt;param name='movie' value='http://www.youtube.com/v/Wj_JNwNbETA&#038;hl=en&#038;fs=1'&gt;
    &lt;param name='type' value='application/x-shockwave-flash'&gt;
    &lt;param name='allowfullscreen' value='true'&gt;
    &lt;param name='allowscriptaccess' value='always'&gt;
    <b>&lt;param name="wmode" value="opaque" /&gt;</b>
    &lt;embed width='640' height='480'
        src='http://www.youtube.com/v/Wj_JNwNbETA&#038;hl=en&#038;fs=1'
        type='application/x-shockwave-flash'
        allowfullscreen='true'
        allowscriptaccess='always'
        <b>wmode="opaque"</b>
        &gt;&lt;/embed&gt;
&lt;/object&gt;
</pre>
</p>
</div>
<p>This fix worked for my problem because from what i’ve read, it changes the player into being an opaque window so that the z-index on whatever else will work properly. I’ve not got the best knowledge in the world when it comes to this kind of thing but i thought it was worth sharing because its a really easy fix for something that was really annoying and time consuming for me.</p>
<p>Hope it helps :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetperki.co.uk/2010/09/youtube-zindex-firefox-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deaf Pigeon Blog</title>
		<link>http://blog.planetperki.co.uk/2010/04/deaf-pigeon-blog/</link>
		<comments>http://blog.planetperki.co.uk/2010/04/deaf-pigeon-blog/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 12:17:53 +0000</pubDate>
		<dc:creator>Perki</dc:creator>
				<category><![CDATA[Bikes]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Fixed Gear]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[bicycle]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[deaf pigeon]]></category>
		<category><![CDATA[fixed gear]]></category>
		<category><![CDATA[fixie]]></category>
		<category><![CDATA[new work]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.planetperki.co.uk/?p=1221</guid>
		<description><![CDATA[<a href="http://blog.planetperki.co.uk/2010/04/deaf-pigeon-blog/"><img src="http://blog.planetperki.co.uk/wp-content/uploads/2010/04/Picture-4.png" alt="Deaf Pigeon Fixed Gear Blog" width="600" class="blog_preview" /></a>

I've not designed and built anything for myself to stretch my wings for a long while, so i decided to put together a new blog dedicated to all things fixed gear, the main reason for this is because of my new found hobby <span class="strike">obsession</span> with fixie's.

Here is Deaf Pigeon.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.planetperki.co.uk/2010/04/deaf-pigeon-blog/"><img class="blog_preview" src="http://blog.planetperki.co.uk/wp-content/uploads/2010/04/Picture-4.png" alt="Deaf Pigeon Fixed Gear Blog" width="600" /></a></p>
<p class="blog_preview">I’ve not designed and built anything for myself to stretch my wings for a long while, so i decided to put together a new blog dedicated to all things fixed gear, the main reason for this is because of my new found hobby <span class="strike">obsession</span> with fixie’s.</p>
<p><span id="more-1221"></span></p>
<p>The internets is awash with awesome Fixed Gear Companies / blogs / photos / videos / clothing etc… and i wanted a place (other than my RSS) to keep a bunch of the stuff that i like. So i created ‘<a class="purple" title="Deaf Pigeon" href="http://deafpigeon.co.uk">Deaf Pigeon</a>‘… My very own fixed gear ‘blog’. It’s more of a resource for me to keep stuff that i like relating to fixed gear bikes and riding.</p>
<p>It’s only in it’s infancy at the moment, but i’ve already got 2 other authors (not including myself) who update the blog with things that they find online aswell. If you want to join in, just get in touch and i’ll sort you out with a login!</p>
<p>There is a page with a big bunch of links on there aswell so that it’s easy to keep track of fixed gear companies and other sites that are online. Also a really good what to keep track of local fixed gear rides and events.</p>
<p>I’ve already started to pool a selection of my favorite fixed gear bikes, this way i can look back over the bikes that have inspired mine. If you’ve got a photo of your bike and you want it put on there then don’t hesitate to send it over!</p>
<p>Check it out here…</p>
<p><a href="http://blog.planetperki.co.uk/wp-content/uploads/2010/04/Picture-4.png"><img src="http://blog.planetperki.co.uk/wp-content/uploads/2010/04/Picture-4.png" alt="Deaf Pigeon Fixed Gear Blog" width="600" /></a></p>
<p><a href="http://blog.planetperki.co.uk/wp-content/uploads/2010/04/Picture-4.png"> </a></p>
<p><a class="purple" title="Deaf Pigeon Fixed Gear Blog" href="http://deafpigeon.co.uk">Deaf Pigeon</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetperki.co.uk/2010/04/deaf-pigeon-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coda Clips</title>
		<link>http://blog.planetperki.co.uk/2010/03/coda-clips/</link>
		<comments>http://blog.planetperki.co.uk/2010/03/coda-clips/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 23:07:46 +0000</pubDate>
		<dc:creator>Perki</dc:creator>
				<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[clips]]></category>
		<category><![CDATA[coda]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://blog.planetperki.co.uk/?p=877</guid>
		<description><![CDATA[<p><a title="Coda Clips" href="http://blog.planetperki.co.uk/2010/03/coda-clips/"><img src="http://blog.planetperki.co.uk/wp-content/uploads/2010/03/coda_blog_preview.jpg" alt="Coda Clips" width="240" /></a></p>
<p>It's no secret that i love using <span class="green">Coda</span> as my personal preference for editing and coding websites.
<p>I've recently been using <span class="green">Coda's</span> 'Clips' more and more so i decided to put some of my personal clips up for download.</p>]]></description>
			<content:encoded><![CDATA[<div class="blog_preview_left"><a title="Coda Clips" href="http://blog.planetperki.co.uk/2010/03/coda-clips/"><img src="http://blog.planetperki.co.uk/wp-content/uploads/2010/03/coda_blog_preview.jpg" alt="Coda Clips" width="240" /></a></div>
<div class="blog_preview_right">
<p>It’s no secret that i love using <span class="green">Coda</span> as my personal preference for editing and coding websites.</p>
<p class="second">I’ve recently been using <span class="green">Coda’s</span> ‘Clips’ more and more so i decided to put some of my personal clips up for download.</p>
</div>
<p><span id="more-877"></span><br />
It’s no secret that i love using <a class="green" title="Coda" href="http://panic.com/coda">Coda</a> as my personal preference for editing and coding websites. I’ve been using it for probably the past 4 years avidly and it’s never put a foot wrong. Everything that i need plus more.</p>
<p>But it’s only really been for the past maybe year to 18 months that i’ve been using all of the little functionality and productivity features that <span class="green">Coda</span> possesses. Things like the books feature, where i can integrate reference material for different elements of web design that i’m not fully proficient in, and the main one that i’ve been loving recently ‘Clips’.</p>
<p>Clips aren’t something that only <span class="green">Coda</span> has integrated into it, i know this because recently i have been trying out <span class="purple">TextMate</span> to see what all the fuss is about. Code snippets are a pretty big selling point on the TextMate front, from what i’ve read Most of the other web developers and designers that i know, use <span class="purple">TextMate</span> as their preference.</p>
<h3 class="headergreen">HTML 5</h3>
<p>As people who read this blog will know, when i redesigned my personal site, i chose to learn and use HTML5 as the Doctype. After building a few pages i decided to make a HTML 5 basic page structure Clip for <span class="green">Coda</span>.</p>
<div class="code">
<p>HTML 5 Basic Page Structure</p>
<p></p>
<p><pre>&lt;!DOCTYPE html&gt;

&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;&lt;/title&gt;

&lt;meta name="description" content="" /&gt;
&lt;meta name="keywords" content="" /&gt;
&lt;meta name="robots" content="" /&gt;

&lt;/head&gt;

&lt;body&gt;

&lt;!-- Content --&gt;

&lt;/body&gt;

&lt;/html&gt;
</pre>
</p>
</div>
<h3 class="headergreen">&lt; head &gt; Clips</h3>
<p>I also made some basic clips for people who are starting out in <span class="green">Coda</span> and also starting out in the web design world aswell to get an idea of how certain elements should be written or they could be used by people already comfortable with code just to speed things up when working.</p>
<p>These clips below have been written to contain selection placeholders, which mean that if you just type ‘<span class="txtcode">css/basic.css</span>‘ into the head of your page (or whatever yours is called) but without the element tags around it and you will be able to use my clip by highlighting the whole element (which you would like the tags to appear around) and then select on the clip you require. This will then replace the selection placeholder, with the selection you made on screen. If you have any issues with these or problems using them, please get in touch.</p>
<div class="code">
<p>Clip 1 – CSS<br/></p>
<pre>&lt;link type="text/css" rel="stylesheet" href="*" media="all" /&gt;</pre>
</p>
<p><br/></p>
<p>Clip 2 – Javascript</p>
<pre>&lt;script src="*" type="text/javascript"&gt;&lt;/script&gt;</pre>
</p>
<p><br/></p>
<p>Clip 3 – iPhone/iPod Touch Shortcut Icon</p>
<pre>&lt;link rel="apple-touch-icon" href="/apple_touch_icon.png" /&gt;</pre>
</p>
<p><br/></p>
<p>Clip 4 – If IE Conditional<br/></p>
<pre>&lt;!-- [if IE]&gt;
	&lt;link type="text/css" rel="stylesheet" href="*" mce_href="*" media="screen" /&gt;
&lt;![endif]--&gt;</pre>
</p>
<p><br/></p>
<p>Clip 5 – RSS Feed<br/></p>
<pre>&lt;link rel="alternate" type="application/rss+xml" title="RSS Feed" href="*" /&gt;</pre>
</p>
<p><br/></p>
<p>Clip 6 – Favicon<br/></p>
<pre>&lt;link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /&gt;</pre>
</p>
</div>
<p>I can’t say which is better or worse as a whole package because each person is different, but for me personally, <span class="green">Coda</span> is definitely where i’m most comfortable.</p>
<div class="clear">
<div class="half left"><a href="http://planetperki.co.uk/content/stuff/coda/CodaClips.zip"><img src="http://blog.planetperki.co.uk/wp-content/uploads/2010/03/coda_download_preview.jpg" alt="Download Coda Clips" width="290" /></a></div>
<div class="half right">
<h3>Click the icons to the left to download, then open each clip with coda to install clips and then select using the Clips menu at the bottom of your editor window</h3>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetperki.co.uk/2010/03/coda-clips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Redesign?</title>
		<link>http://blog.planetperki.co.uk/2010/02/another-redesign/</link>
		<comments>http://blog.planetperki.co.uk/2010/02/another-redesign/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 22:18:32 +0000</pubDate>
		<dc:creator>Perki</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[new site design]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[planetperki]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.planetperki.co.uk/blog/?p=501</guid>
		<description><![CDATA[<p>Here we go again... I've decided to redesign or rather 'refresh' my site design. I should really just get settled with a site and then thats that, but i have some weird obsession with updating the design of my site far too often.</p>]]></description>
			<content:encoded><![CDATA[<p>Here we go again… I’ve decided to redesign or rather ‘refresh’ my site design. I should really just get settled with a site and then thats that, but i have some weird obsession with updating the design of my site far too often. There were some things that needed sorting that i didn’t think about properly before putting my last design live. There isn’t really anything drastically different with the front end of the site, bar cleaning up and the navigation.<br />
<span id="more-501"></span><br />
My downloads page has been completely rejigged and rebuilt (thank you kindly to the guy that helped out big time with that)… and i’ve updated my contact page aswell with a rather tasty new form, but the main change that i have made is completely switching to HTML 5, and there was no real reason for doing that either apart from that i wanted to try it out to see what could be done with it.</p>
<p>I updated the blog template in the front and back aswell, to align it with the main site. It’s still not 100% finished, due to me still learning more and more about HTML 5. So i’ll be updating the code side of my site more often than the design as this is where i need to make the most effort at the moment.</p>
<p>There will be some pretty awesome icon releases in the very, very near future aswell so i hope you grab those when they come out. They shouldn’t be too far off now to be honest, i’m just putting the finishing touches to them after i finish typing this.</p>
<p>My blog has been something that i’ve never really had much time for but i plan on keeping it up to date this year, now that i have got my site how i wanted it in the first place. Not that i’ve got much of anything interesting to say, just that it’s something that i’ve always wanted to do but never had the time or patience for. My head has always told me not to write about every little thing that happens to me, but then i suppose twitter has ruined that thought path for me :D</p>
<p>Right then… time for me to get these icons finished and hopefully put this new site live…</p>
<p>Hope you all like it?</p>
<p>Any feedback is welcomed and if you find something wrong or broken, then please don’t hesitate to tell me… I’ll get it sorted as soon as possible.</p>
<p>Thanks…</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.planetperki.co.uk/2010/02/another-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

