<?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>Christopher Balchin &#124; Website Developer</title>
	<atom:link href="http://www.chrisbalchin.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chrisbalchin.co.uk</link>
	<description>Website Developer</description>
	<lastBuildDate>Thu, 19 Apr 2012 22:03:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>E4 EPAD Advert &#8211; Apple Spoof, Very Funny!</title>
		<link>http://www.chrisbalchin.co.uk/blog/e4-epad-advert-apple-spoof-very-funny</link>
		<comments>http://www.chrisbalchin.co.uk/blog/e4-epad-advert-apple-spoof-very-funny#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:56:18 +0000</pubDate>
		<dc:creator>Christopher Balchin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.chrisbalchin.co.uk/uncategorized/e4-epad-advert-apple-spoof-very-funny</guid>
		<description><![CDATA[First to show you the E4 Apple EPAD Advert, as featured during Skins.]]></description>
			<content:encoded><![CDATA[<p><object id="flashObj" width="510" height="315" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"><param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9/3924638001?isVid=1&#038;publisherID=1213940598" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="videoId=68883112001&#038;playerID=3924638001&#038;domain=embed&#038;" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://c.brightcove.com/services/viewer/federated_f9/3924638001?isVid=1&#038;publisherID=1213940598" bgcolor="#FFFFFF" flashVars="videoId=68883112001&#038;playerID=3924638001&#038;domain=embed&#038;" base="http://admin.brightcove.com" name="flashObj" width="510" height="315" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" swLiveConnect="true" allowScriptAccess="always" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object></p>
<p>First to show you the E4 Apple EPAD Advert, as featured during <a href="http://www.e4.com/skins/?ref=chris_balchin" alt="Skins on E4">Skins</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisbalchin.co.uk/blog/e4-epad-advert-apple-spoof-very-funny/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://chrisbalchin.co.uk/wp-content/uploads/IMG_0746.mp4" length="7101618" type="video/mp4" />
		</item>
		<item>
		<title>CSS Example Markerless &#8216;no indent&#8217; Lists</title>
		<link>http://www.chrisbalchin.co.uk/blog/css/css-example-markerless-and-no-indent-lists</link>
		<comments>http://www.chrisbalchin.co.uk/blog/css/css-example-markerless-and-no-indent-lists#comments</comments>
		<pubDate>Tue, 12 Jan 2010 19:55:33 +0000</pubDate>
		<dc:creator>Christopher Balchin</dc:creator>
				<category><![CDATA[CSS Stylesheets]]></category>

		<guid isPermaLink="false">http://www.chrisbalchin.co.uk/?p=29</guid>
		<description><![CDATA[Removing the default marker that appear to the left of lists is useful when you wish to use lists purely for semantic reasons or to fully customize visually. The below CSS removes both the marker and changes the indentation of the list so it&#8217;s inline with normal content. The combination of &#8220;padding: 0&#8243; and &#8220;margin-left: [...]]]></description>
			<content:encoded><![CDATA[<p>Removing the default marker that appear to the left of lists is useful when you wish to use lists purely for semantic reasons or to fully customize visually. The below CSS removes both the marker and changes the indentation of the list so it&#8217;s inline with normal content. The combination of &#8220;padding: 0&#8243; and &#8220;margin-left: 0&#8243; ensures the indentation is consistent across browsers.</p>
<div class="span-7">
<h4>The HTML</h4>
<pre class="brush:php">
<ul>
<li>News</li>
<li>Sports</li>
<li>Politics</li>
</ul>
</pre>
</div>
<div class="span-7 last">
<h4>The CSS</h4>
<pre class="brush:php">
ul {
list-style-type: none;
padding: 0;
margin-left: 0;
}
</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.chrisbalchin.co.uk/blog/css/css-example-markerless-and-no-indent-lists/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

