<?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>Developer's Camp &#187; CSS</title>
	<atom:link href="http://www.developerscamp.com/topics/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developerscamp.com</link>
	<description>Tech Developer's Community Resource.</description>
	<lastBuildDate>Tue, 25 May 2010 11:42:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>7 Reasons Why Using CSS Is A Must</title>
		<link>http://www.developerscamp.com/topics/web-design/7-reasons-why-using-css-is-a-must.html</link>
		<comments>http://www.developerscamp.com/topics/web-design/7-reasons-why-using-css-is-a-must.html#comments</comments>
		<pubDate>Fri, 17 Apr 2009 03:07:39 +0000</pubDate>
		<dc:creator>sean</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=131</guid>
		<description><![CDATA[CSS is a new option for website designers that have been using HTML and tables for most of their web designing careers. Of course, it is a huge change and requires learning a new language and skill, however most people are saying CSS is worth it and it will give you more control, options, and is easier to edit. Consider the following 7 reasons why using CSS is a must and see if it convinces you to change your method of web design.]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/web-design/7-reasons-why-using-css-is-a-must.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Flick Animations with CSS</title>
		<link>http://www.developerscamp.com/topics/css/how-to-create-flick-animations-with-css.html</link>
		<comments>http://www.developerscamp.com/topics/css/how-to-create-flick-animations-with-css.html#comments</comments>
		<pubDate>Thu, 28 Aug 2008 16:09:50 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Flick]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=82</guid>
		<description><![CDATA[Introduction
Fed up with &#8216;Flash&#8217;? Getting annoyed with animated gifs? Well, why not try an alternative &#8211; CSS Flick Animation.
This is a method of animation that requires some interaction with your visitors,    making a visit to your web site a more enjoyable experience for them, and maybe    tempting them to [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/css/how-to-create-flick-animations-with-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer CSS bug fixes</title>
		<link>http://www.developerscamp.com/topics/css/internet-explorer-css-bug-fixes.html</link>
		<comments>http://www.developerscamp.com/topics/css/internet-explorer-css-bug-fixes.html#comments</comments>
		<pubDate>Tue, 24 Jun 2008 07:51:14 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[light box]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=29</guid>
		<description><![CDATA[The  &#60;!&#8211;[if IE]&#62; Tag
Problem: Various sizes, margins and padding attributes can display differently in Internet Explorer, this coded snippet can help you sort out these problems.
Â 
Add this code with your required settings underneith  your pages &#60;style&#62; or external style link:
&#60;!&#8211;[if IE]&#62;
 &#60;style&#62;
 .item {
 margin: 5px;
 padding: 10px;
 }
 &#60;/style&#62;
 &#60;![EndIf]&#8211;&#62;
Â 
These [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/css/internet-explorer-css-bug-fixes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to stay A-Float in CSS</title>
		<link>http://www.developerscamp.com/topics/css/how-to-stay-a-float-in-css.html</link>
		<comments>http://www.developerscamp.com/topics/css/how-to-stay-a-float-in-css.html#comments</comments>
		<pubDate>Fri, 20 Jun 2008 11:32:00 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[A-Float]]></category>
		<category><![CDATA[float]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=26</guid>
		<description><![CDATA[Hereâ€™s an article for beginners in the practice of CSS Layouts, my reason for writing this one came from remembering the difficulty I once had position elements in CSS. After many frustrating attempts with relative and absolute position techniques I finally found the holy grail of CSS the â€œFloatâ€ attribute!

Relative &#38; Absolute Positioning
Ok so Iâ€™ve [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/css/how-to-stay-a-float-in-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of CSS Frameworks</title>
		<link>http://www.developerscamp.com/topics/css/list-of-css-frameworks.html</link>
		<comments>http://www.developerscamp.com/topics/css/list-of-css-frameworks.html#comments</comments>
		<pubDate>Sat, 07 Jun 2008 06:42:26 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Frameworks]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=20</guid>
		<description><![CDATA[
I really enjoy writing all on my own code and never looked into frameworks. But since Iâ€™ve heard these CSS Frameworks save lots of time and are fully tested in all browsers I decided to take a look at them and I put together a list of CSS Frameworks.

Â &#8211; Blueprint CSS framework created by [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/css/list-of-css-frameworks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>14 CSS Tools to Save you Time</title>
		<link>http://www.developerscamp.com/topics/css/14-css-tools-to-save-you-time.html</link>
		<comments>http://www.developerscamp.com/topics/css/14-css-tools-to-save-you-time.html#comments</comments>
		<pubDate>Sat, 07 Jun 2008 06:35:25 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Buttons]]></category>
		<category><![CDATA[Formatter]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[Optimizer]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WYSIWYG]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=17</guid>
		<description><![CDATA[
As a web designer/developer you must continue to find ways to reduce the time it takes to design/develop websites. This is very important to improve your productivity and to maximize your profits. The CSS Tools below, which are categorized by function, are here to save you time designing websites.

Optimizer/Formatter

CSSTidyÂ &#8211; CSS Tidy is an open [...]]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/css/14-css-tools-to-save-you-time.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->