<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Samuel Page</title>
	<link>http://www.samuelpage.co.uk</link>
	<description>Digital Playground &#38; Blog</description>
	<lastBuildDate>Sun, 23 May 2010 13:04:37 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Nike&#8217;s new advert &#8211; Write the Future (in HD)</title>
		<description><![CDATA[
The new Nike advert, directed by Alejandro González Iñárritu has caused quite a stir across the internet. Many people loving it, whilst others hating it. Which ever side of the fence you sit on, you can't help but admire just how much effort and thought (not to mention cost) must  have gone in to organising, [...]]]></description>
		<link>http://www.samuelpage.co.uk/nikes-new-advert-write-the-future</link>
			</item>
	<item>
		<title>Min-Height hack for Internet Explorer 6</title>
		<description><![CDATA[
Setting min-height in CSS is great until you cross browser check and surprise surprise, IE6 doesn't like it.
Here's a really neat quick hack to overcome the problem:

selector &#123;
  min-height:500px;
  height:auto !important;
  height:500px;
&#125;

Full credit goes to this site http://www.dustindiaz.com/min-height-fast-hack/




		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on LinkedIn
		
		
			Digg this!
		
		
			Share this on del.icio.us
		
		
			Blog this on Blogger
		
		
			Stumble [...]]]></description>
		<link>http://www.samuelpage.co.uk/min-height-hack-for-internet-explorer-6</link>
			</item>
	<item>
		<title>How to remove image padding/margins in Internet Explorer 6 (IE6)</title>
		<description><![CDATA[
IE6 handly adds margin around images - painful when you're working to precise sizes.
However there's a simple fix, use the following CSS in your IE6 stylesheet:

img &#123;
display:block;
&#125;





		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on LinkedIn
		
		
			Digg this!
		
		
			Share this on del.icio.us
		
		
			Blog this on Blogger
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Subscribe to the comments for this post?
		
		
			Share this [...]]]></description>
		<link>http://www.samuelpage.co.uk/how-to-remive-image-padding-in-internet-explorer-6-ie6</link>
			</item>
	<item>
		<title>How to set a DIV to the height of your site&#8217;s page</title>
		<description><![CDATA[
Ever wanted to add a semi-transparent overlay to your site, but can't get the div to be the complete height of your page across different browsers?
This bit of JavaScript should do the trick:

function zxcBdyWH&#40;&#41;&#123; if &#40;document.body.scrollHeight&#38;gt;document.body.offsetHeight&#41; return 
&#91;document.body.scrollWidth,document.body.scrollHeight&#93;; // all but Explorer Mac return 
&#91;document.body.offsetWidth,document.body.offsetHeight&#93;; // Explorer Mac; }

This basically works out the total height [...]]]></description>
		<link>http://www.samuelpage.co.uk/how-to-set-a-div-to-the-height-of-your-sites-page</link>
			</item>
	<item>
		<title>Forcing vertical scroll bars in Firefox</title>
		<description><![CDATA[
By default Firefox doesn't have the vertical scroll bar visible unless the page requires it.
On site where some pages need the scroll bar, but others don't this can make centered content appear to jump slightly to the left / right as the scroll bar is introduced and taken away.
Here's a nice CSS trick to force [...]]]></description>
		<link>http://www.samuelpage.co.uk/forcing-vertical-scroll-bars-in-firefox</link>
			</item>
</channel>
</rss>

