<?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>Jigsaw Boys &#187; CSS</title>
	<atom:link href="http://www.jigsawboys.com/category/development/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jigsawboys.com</link>
	<description>Security, Network and Computer Tech Tip Database!</description>
	<lastBuildDate>Wed, 17 Aug 2011 22:59:12 +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>3 of the Best CSS Tutorials</title>
		<link>http://www.jigsawboys.com/2009/11/26/3-of-the-best-css-tutorials/</link>
		<comments>http://www.jigsawboys.com/2009/11/26/3-of-the-best-css-tutorials/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 12:53:43 +0000</pubDate>
		<dc:creator>Jamsi</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.jigsawboys.com/?p=284</guid>
		<description><![CDATA[So I used to be one of those old &#8220;tables are still cool for layouts&#8221; kinda guys and proceeded to use tables for just about anything web related that I touched. But there came a moment where I decided .. you know what, everyone else is raving on about this CSS layout business, so I [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>So I used to be one of those old &#8220;tables are still cool for layouts&#8221; kinda guys and proceeded to use tables for just about anything web related that I touched. But there came a moment where I decided .. you know what, everyone else is raving on about this CSS layout business, so I set out to see what could be done. Now I came across quite a few tutorials on Google; and I wanted to outline the best ones that I came across!</p>
<p><strong>1) <a href="http://www.subcide.com/tutorials/csslayout/index.aspx">Creating a CSS layout from scratch</a></strong><br />
This is pretty much my favourite CSS tutorial .. which pretty much takes the scenario of cutting and slicing a web design into an actual functional website using CSS.</p>
<p>2) <a href="http://www.killersites.com/Tutorials/CSS_tutorial/index.php">CSS Template Layout</a><br />
This tutorial goes into a bit of detail and lacks images along the way (to break up the text), however everything just made sense whilst reading this tutorial.</p>
<p>3) <a href="http://www.csstutorial.net/css_tutorial_part2.php">CSS Tutorial: Layout a page using CSS</a><br />
A little more detailed than the others, this tutorial aims to keep it simple; but yet goes into detail about each element and tag reference. The thing to remember, is that learning CSS is like learning to ride a bike &#8211; once you know it, it&#8217;ll stick &#8211; trust me.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jigsawboys.com/2009/11/26/3-of-the-best-css-tutorials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HR css in firefox</title>
		<link>http://www.jigsawboys.com/2006/01/17/hr-css-in-firefox/</link>
		<comments>http://www.jigsawboys.com/2006/01/17/hr-css-in-firefox/#comments</comments>
		<pubDate>Mon, 16 Jan 2006 23:30:14 +0000</pubDate>
		<dc:creator>Jamsi</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[hr in firefox]]></category>
		<category><![CDATA[HR tag]]></category>

		<guid isPermaLink="false">http://www.jigsawboys.com/?p=25</guid>
		<description><![CDATA[Is your HR css tag not working in firefox? Give the below a whirl. hr { border: 0; height: 1px; color: #F5F5F5; background-color: blue; } No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Is your HR css tag not working in firefox? Give the below a whirl.</p>
<pre class="code"><code>hr  {
border: 0;
height: 1px;
color: #F5F5F5;
background-color: blue;
}</code></pre>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jigsawboys.com/2006/01/17/hr-css-in-firefox/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

