<?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>James&#039; Blog &#187; CSS</title>
	<atom:link href="http://jamesblogs.com/category/tutorials/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesblogs.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Feb 2011 07:50:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Multi Columned Layouts in CSS3</title>
		<link>http://jamesblogs.com/2009/07/31/multi-columned-layouts-in-css3/</link>
		<comments>http://jamesblogs.com/2009/07/31/multi-columned-layouts-in-css3/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 09:21:00 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Fluid Layouts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[divs]]></category>
		<category><![CDATA[em]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[gap]]></category>
		<category><![CDATA[Layouts]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[multi-colum]]></category>
		<category><![CDATA[spacing]]></category>
		<category><![CDATA[units]]></category>
		<category><![CDATA[width]]></category>

		<guid isPermaLink="false">http://www.james-blogs.com/?p=1329</guid>
		<description><![CDATA[It&#8217;s been a while since my last CSS3 post/tutorial but that doesn&#8217;t mean I haven&#8217;t been following the development of CSS3. I have been looking at some of the newer features that have recently been implemented and one that&#8217;s caught my eye is the multi column layout module. You can already guess what this module [...]]]></description>
		<wfw:commentRss>http://jamesblogs.com/2009/07/31/multi-columned-layouts-in-css3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE6 Browser Warning Message</title>
		<link>http://jamesblogs.com/2009/07/27/ie6-browser-warning-message/</link>
		<comments>http://jamesblogs.com/2009/07/27/ie6-browser-warning-message/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 11:23:59 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[6]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[Conditional Comments]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[styling]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.james-blogs.com/?p=1300</guid>
		<description><![CDATA[Recently I&#8217;ve been talking about Internet Explorer 6 and how support for it is slowly dropping, and soon we will see it disappear for good, but there are still people that use this browser, whether it by choice or that they are forced to, you have to keep in mind that people will view your [...]]]></description>
		<wfw:commentRss>http://jamesblogs.com/2009/07/27/ie6-browser-warning-message/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Margin and Padding Shorthand</title>
		<link>http://jamesblogs.com/2009/07/24/margin-and-padding-shorthand/</link>
		<comments>http://jamesblogs.com/2009/07/24/margin-and-padding-shorthand/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 13:11:56 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[padding]]></category>
		<category><![CDATA[px]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[shorthand]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://www.james-blogs.com/?p=1270</guid>
		<description><![CDATA[One of the most common attributes in CSS are margin and padding, while there use isn&#8217;t that big it certainly helps a website&#8217;s content look clean and spaced out. Margins create certain amounts of spacing between almost anything on a webpage and can be used to seperate divs. Padding of course is most commonly used [...]]]></description>
		<wfw:commentRss>http://jamesblogs.com/2009/07/24/margin-and-padding-shorthand/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Creating a Tabbed Navigation menu</title>
		<link>http://jamesblogs.com/2009/07/10/creating-a-tabbed-navigation-menu/</link>
		<comments>http://jamesblogs.com/2009/07/10/creating-a-tabbed-navigation-menu/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 21:49:13 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Menus/Navigation]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[DD Tabs]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[Dynamic Drive]]></category>
		<category><![CDATA[items]]></category>
		<category><![CDATA[levels]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[Navigation Tree]]></category>
		<category><![CDATA[tabbed]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://www.james-blogs.com/?p=1164</guid>
		<description><![CDATA[Here&#8217;s another navigation tutorial but this time im being a bit different, since my last navigation tut Creating A Drop Down menu I wanted to be a bit different and step away from the boring one level navigation bars. Well in this tutorial you will learn how to create a tabbed navigation menu, complete with [...]]]></description>
		<wfw:commentRss>http://jamesblogs.com/2009/07/10/creating-a-tabbed-navigation-menu/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Creating a Drop Down Navigation Menu</title>
		<link>http://jamesblogs.com/2009/06/12/creating-a-drop-down-navigation-menu/</link>
		<comments>http://jamesblogs.com/2009/06/12/creating-a-drop-down-navigation-menu/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 17:33:13 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Menus/Navigation]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[drop down]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[styling]]></category>
		<category><![CDATA[tree]]></category>

		<guid isPermaLink="false">http://www.james-blogs.com/?p=1021</guid>
		<description><![CDATA[Every tutorial I&#8217;ve done on navigation bars or menu&#8217;s has been the normal one level navigation bar, but when you build a website you may feel the need to create sub categories, for example my blog houses various tutorials which are stored in categories, I have a drop down navigation bar on the main link, [...]]]></description>
		<wfw:commentRss>http://jamesblogs.com/2009/06/12/creating-a-drop-down-navigation-menu/feed/</wfw:commentRss>
		<slash:comments>73</slash:comments>
		</item>
		<item>
		<title>Creating a glowing navigation bar</title>
		<link>http://jamesblogs.com/2009/05/16/creating-a-glowing-navigation-bar/</link>
		<comments>http://jamesblogs.com/2009/05/16/creating-a-glowing-navigation-bar/#comments</comments>
		<pubDate>Fri, 15 May 2009 23:01:25 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Menus/Navigation]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[glow]]></category>
		<category><![CDATA[glowing]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://www.james-blogs.com/?p=862</guid>
		<description><![CDATA[Adding glow can make things look special or stand out and it can be applied to lots of different things. Glow can be used in website designs, to make something look just a little more special than the average look. In this case I&#8217;m going to use glow and apply it to a navigation bar [...]]]></description>
		<wfw:commentRss>http://jamesblogs.com/2009/05/16/creating-a-glowing-navigation-bar/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Website Layouts with sidebars</title>
		<link>http://jamesblogs.com/2009/05/15/website-layouts-with-sidebars/</link>
		<comments>http://jamesblogs.com/2009/05/15/website-layouts-with-sidebars/#comments</comments>
		<pubDate>Thu, 14 May 2009 23:01:39 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Fluid Layouts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Layouts]]></category>
		<category><![CDATA[sidebars]]></category>
		<category><![CDATA[two column]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.james-blogs.com/?p=841</guid>
		<description><![CDATA[There are many different website layouts that are designed differently, many website layouts choose to have one or more sidebar, but a problem that you many encounter is how can you get the sidebar to be same length as your content? This is a good question, because if your sidebar ends before your content then [...]]]></description>
		<wfw:commentRss>http://jamesblogs.com/2009/05/15/website-layouts-with-sidebars/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>The Shadow effect in CSS3</title>
		<link>http://jamesblogs.com/2009/04/19/the-shadow-effect-in-css3/</link>
		<comments>http://jamesblogs.com/2009/04/19/the-shadow-effect-in-css3/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 18:32:04 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[blur]]></category>
		<category><![CDATA[CSS2]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[divs]]></category>
		<category><![CDATA[moz]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[padding]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[shadow]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://www.james-blogs.com/?p=774</guid>
		<description><![CDATA[Shadow in website design is something that can be achieved by using CSS and images, to achieve shadow in CSS2 you would use images and positioning, it can be achieved but it usually means that you have to create multiple divs. See my tutorial of creating shadow in CSS2 but one of the exciting new [...]]]></description>
		<wfw:commentRss>http://jamesblogs.com/2009/04/19/the-shadow-effect-in-css3/feed/</wfw:commentRss>
		<slash:comments>82</slash:comments>
		</item>
		<item>
		<title>Rounded Corners in CSS3</title>
		<link>http://jamesblogs.com/2009/02/03/rounded-corners-in-css3/</link>
		<comments>http://jamesblogs.com/2009/02/03/rounded-corners-in-css3/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 15:21:45 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[border-radius]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[rounded corners]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[web-kit]]></category>

		<guid isPermaLink="false">http://www.james-blogs.com/?p=579</guid>
		<description><![CDATA[strong>Since it&#8217;s been snowing in Nottingham today and I&#8217;ve come down with a cold, I&#8217;ve been staying indoors, Although during College, all of us have been playing in the snow (Don&#8217;t judge, we&#8217;re all still young at heart!) but I&#8217;ve been playing around with the rounded corners effect in CSS3, now in my article Getting [...]]]></description>
		<wfw:commentRss>http://jamesblogs.com/2009/02/03/rounded-corners-in-css3/feed/</wfw:commentRss>
		<slash:comments>79</slash:comments>
		</item>
		<item>
		<title>Adding shadow to your divs in CSS2</title>
		<link>http://jamesblogs.com/2009/01/16/adding-shadow-to-your-divs-in-css2/</link>
		<comments>http://jamesblogs.com/2009/01/16/adding-shadow-to-your-divs-in-css2/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 17:52:52 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[.png]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[CSS2]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[gradients]]></category>
		<category><![CDATA[shadow]]></category>
		<category><![CDATA[transparent]]></category>

		<guid isPermaLink="false">http://www.james-blogs.com/?p=497</guid>
		<description><![CDATA[Although the W3 (World Wide Web Consortium) have sent out CSS3 (New version of the CSS language) to various browser company&#8217;s such as Mozilla and Safari. Support for it is not high enough, so some of the great attributes that CSS3 will be bringing in such as box-shadow which allows you to add shadow (that [...]]]></description>
		<wfw:commentRss>http://jamesblogs.com/2009/01/16/adding-shadow-to-your-divs-in-css2/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

