<?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 English Guy Web Design &#187; css</title>
	<atom:link href="http://www.theenglishguy.co.uk/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theenglishguy.co.uk</link>
	<description>Web Design, WordPress/Drupal blog design &#38; theming, SEO, css. xhtml, php, coldfusion, jquery and more...</description>
	<lastBuildDate>Sun, 22 Aug 2010 20:07:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Adding Jquery/Php Controlled Splash Screen</title>
		<link>http://www.theenglishguy.co.uk/2010/04/20/adding-jqueryphp-controlled-splash-screen/</link>
		<comments>http://www.theenglishguy.co.uk/2010/04/20/adding-jqueryphp-controlled-splash-screen/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 10:20:08 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[splash]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/?p=1953</guid>
		<description><![CDATA[Today I had a small challenge, which wasn&#8217;t difficult to do as such, but just goes to show how nicely [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had a small challenge, which wasn&#8217;t difficult to do as such, but just goes to show how nicely php and jquery can work together.</p>
<p>On a site I&#8217;ve recently redesigned, <a href="http://www.grssigns.co.uk/">GRS Sign Company</a>, their load times have increased because of more images and more posts. Subsequently they noticed that some of the structural layout was loading before it should, then jquery would take over to reorganize.</p>
<p>So I was asked to add in a splash screen. Straightforward enough.</p>
<p>I created a section in the admin backend functions.php file and let them choose yes/no to add splash screen. Using this I altered the header.php to add in the splash section.</p>
<p>Adding a small section inside the $(document).ready() area of the header, I set the splash css display to &#8216;none&#8217; right at the end after everything had loaded.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2010/04/20/adding-jqueryphp-controlled-splash-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project: DC Fountain</title>
		<link>http://www.theenglishguy.co.uk/2008/12/30/project-dc-fountain/</link>
		<comments>http://www.theenglishguy.co.uk/2008/12/30/project-dc-fountain/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 19:04:39 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[dc fountain]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/?p=1398</guid>
		<description><![CDATA[Another project completed that I have spent some time on &#8211; DC Fountain. This involved css work for the most [...]]]></description>
			<content:encoded><![CDATA[<p>Another project completed that I have spent some time on &#8211; <a href="http://www.dcfountain.com/" rel="tag">DC Fountain</a>. This involved css work for the most part, a little bit of advice regards plugins and WordPress &#8211; but the owner was savvy about this anyway.</p>
<p><strong>DC Fountain</strong> didn&#8217;t need a great deal of work, it was mostly css tweaks here and there, but given some bugs in plugins that don&#8217;t close lists, it proved a little tricky for some pieces. Nevertheless it was a straightforward project and the owner, <em>Dave</em>, was easy to communicate with and knew his site inside and out (which helps a lot).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2008/12/30/project-dc-fountain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross-Browser CSS Cheatsheet</title>
		<link>http://www.theenglishguy.co.uk/2008/10/17/cross-browser-css-cheatsheet/</link>
		<comments>http://www.theenglishguy.co.uk/2008/10/17/cross-browser-css-cheatsheet/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 12:52:51 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[cross browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/?p=1532</guid>
		<description><![CDATA[I don&#8217;t know how many of these I run across and not all of them are either accurate (up to [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know how many of these I run across and not all of them are either accurate (up to date) or complete (some are, but the majority aren&#8217;t). That&#8217;s what persuaded me to write this quick and dirty cheatsheet for those of you who want that little piece of css to get that one browser working.</p>
<p>We&#8217;ll start with a simple truth &#8211; I code for <strong>FireFox</strong> (and <strong>Chrome</strong>) and it seems to have no problems with most code. That being said, there are times where it goes haywire. FF2 and floated elements sometimes have issues.</p>
<p>Anything which says &#8216;CODE&#8217; means your particular css that you want to be cross-browser.</p>
<p><a href="#firefox">FireFox</a>&nbsp;|&nbsp;<a href="#ie6">IE6</a>&nbsp;|&nbsp;<a href="#ie7">IE7</a>&nbsp;|&nbsp;<a href="#opera">Opera</a>&nbsp;|&nbsp;<a href="#safari">Safari</a></p>
<p>
<a name="firefox"></a><br />
<h3>FireFox</h3>
<p>This particular hack targets <strong>FireFox 1</strong> and <strong>FireFox 2</strong>.</p>
<blockquote><p>
body:empty CODE { }
</p></blockquote>
<p>This hacks targets <strong>FireFox 2</strong> and below, particularly nice and foolproof.</p>
<blockquote><p>
CODE, x:-moz-any-link {<br />
&nbsp;&nbsp;property: value;<br />
}
</p></blockquote>
<p>This works well.</p>
<blockquote><p>
html>body CODE { }
</p></blockquote>
<p>This one is a newer hack.</p>
<blockquote><p>
html:not([lang*=""]) CODE { }
</p></blockquote>
<p>This one is to be used with the previous hack that used <em>x:-moz-any-link</em>.</p>
<blockquote><p>
/* This is for the FireFox 2 and 1 */<br />
CODE, x:-moz-any-link {<br />
&nbsp;&nbsp;property: value;<br />
}<br />
/* Then overwrite for Firefox 3 specifically */<br />
CODE, x:-moz-any-link, x:default {<br />
&nbsp;&nbsp;property: value;<br />
}
</p></blockquote>
<p><a name="firefox1"></a>This is the surefire method of targetting <strong>FireFox</strong> though, by using proprietary extensions. Not neat. But, works 100%.</p>
<blockquote><p>
@-moz-document url-prefix() {<br />
&nbsp;&nbsp;CODE { }<br />
}
</p></blockquote>
<p>
<a name="ie6"></a><br />
<h3>IE6</h3>
<p>This particular cross-browser cheat is an old one, but still works. Also targets <strong>IE5</strong> though.</p>
<blockquote><p>
* html CODE { }
</p></blockquote>
<p>This one (I feel) isn&#8217;t as good as the previous one.</p>
<blockquote><p>
body CODE {<br />
&nbsp;&nbsp;_property: value;<br />
}
</p></blockquote>
<p>
<a name="ie7"></a><br />
<h3>IE7</h3>
<p>This is another old favourite for <strong>IE7</strong>.</p>
<blockquote><p>
*+html CODE { }
</p></blockquote>
<p>And here is one that took over from the previous one. This is valid CSS too.</p>
<blockquote><p>
*:first-child+html CODE { }
</p></blockquote>
<p>Since <strong>IE6</strong> doesn&#8217;t understand the &gt; selector, this one works well. Note the * directly in front of the property. I don&#8217;t use this one though since the first one works fine.</p>
<blockquote><p>
html > body CODE {<br />
&nbsp;&nbsp;*property: value;<br />
}
</p></blockquote>
<p>
<a name="opera"></a><br />
<h3>Opera</h3>
<p>This one is a bit more in-depth.</p>
<blockquote><p>
@media all and (min-width:0px) {<br />
&nbsp;&nbsp;head~body CODE { }<br />
}
</p></blockquote>
<p>And this one targets <strong>Opera 9</strong> and below.</p>
<blockquote><p>
html:first-child CODE { }
</p></blockquote>
<p>This one is one of the latest Opera 9 css hacks out:<br />
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {<br />
&nbsp;&nbsp;head~body CODE { }<br />
}
</p></blockquote>
<p>
<a name="safari"></a><br />
<h3>Safari</h3>
<p>Like the proprietary <strong>FireFox</strong> hacks (<a href="#firefox1">above</a>), <strong>Safari</strong> has one that works 100% with it.</p>
<blockquote><p>
@media screen and (-webkit-min-device-pixel-ratio:0) {<br />
&nbsp;&nbsp;CODE { }<br />
}
</p></blockquote>
<p>This one is for <strong>Safari 3.0+</strong> and is valid css3 so it will eventually be supported by other browsers.</p>
<blockquote><p>
body:first-of-type CODE {<br />
&nbsp;&nbsp;property:value;<br />
}
</p></blockquote>
<p>For <strong>Safari 3.1</strong> this works. This also targets <strong>Google Chrome</strong>.</p>
<blockquote><p>
body:nth-of-type(1) CODE {<br />
&nbsp;&nbsp;property: value;<br />
}
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2008/10/17/cross-browser-css-cheatsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project: Aspiring Golfer</title>
		<link>http://www.theenglishguy.co.uk/2007/10/22/project-aspiring-golfer/</link>
		<comments>http://www.theenglishguy.co.uk/2007/10/22/project-aspiring-golfer/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 10:40:10 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[aspiring golfer]]></category>

		<guid isPermaLink="false">http://www.theenglishguy.co.uk/2007/10/22/project-aspiring-golfer/</guid>
		<description><![CDATA[My latest project was for a client who owns and runs the Aspiring Golfer site. It was constructed on the [...]]]></description>
			<content:encoded><![CDATA[<p>My latest project was for a client who owns and runs the <a rel="tag" href="http://www.aspiring-golfer.com/">Aspiring Golfer</a> site.</p>
<p>It was constructed on the <a href="http://www.wordpress.org/" rel="tag">WordPress</a> platform (version 2.3) and using the <a href="http://www.revolutiontheme.com/" rel="tag">Revolution</a> theme by <a href="http://www.briangardner.com/themes" rel="tag">Brian Gardner</a>. Obviously, there was a lot of alterations and customisation work, but the site has recently come back under the new look and he is already receiving plenty of congratulations and traffic.</p>
<p>Incidentally a lot of the <strong>SEO</strong> work was already built in but there was some pieces here and there that have been added to make it a lot more attractive to the search engines for the golf content he offers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theenglishguy.co.uk/2007/10/22/project-aspiring-golfer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
