<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Now CSS</title>
	<link>http://www.nowcss.com</link>
	<description>CSS Tutorials, Samples, Opinions and Findings</description>
	<pubDate>Fri, 15 Aug 2008 13:47:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>JavaScript Countdown</title>
		<link>http://www.nowcss.com/javascript/javascript-countdown</link>
		<comments>http://www.nowcss.com/javascript/javascript-countdown#comments</comments>
		<pubDate>Fri, 15 Aug 2008 13:47:04 +0000</pubDate>
		<dc:creator>Derald</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.nowcss.com/javascript/javascript-countdown</guid>
		<description><![CDATA[Ever have some text that you wanted a person to read before they submitted content to your site.  Most of the time, the people just scroll to the bottom of the page and click the submit button.  In the Web 2.0, people have added additional code to make sure that the person has [...]]]></description>
			<content:encoded><![CDATA[Ever have some text that you wanted a person to read before they submitted content to your site.  Most of the time, the people just scroll to the bottom of the page and click the submit button.  In the Web 2.0, people have added additional code to make sure that the person has read the text.  I am for sure most of you have seen the sites where you have to scroll an entire div block in order to have a button enabled that you can then click to say you agree to something.  In this tutorial we will do a similar delay, but this will be a delay that you have more control over than the user.

 <a href="http://www.nowcss.com/javascript/javascript-countdown#more-58" class="more-link">(more&#8230;)</a>]]></content:encoded>
			<wfw:commentRss>http://www.nowcss.com/javascript/javascript-countdown/feed</wfw:commentRss>
		</item>
		<item>
		<title>What Browser Should I Code For?</title>
		<link>http://www.nowcss.com/articles/what-browser-should-i-code-for</link>
		<comments>http://www.nowcss.com/articles/what-browser-should-i-code-for#comments</comments>
		<pubDate>Wed, 06 Aug 2008 17:07:02 +0000</pubDate>
		<dc:creator>Derald</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.nowcss.com/articles/what-browser-should-i-code-for</guid>
		<description><![CDATA[Due to the growth of the web there are many different browser on the market, and many different ways for users to connect to your website.  During the internet boom in the 90&#8217;s, you would see websites all the time that would say Best viewed in Internet Explorer 4 at 800 x 600 resolution. [...]]]></description>
			<content:encoded><![CDATA[Due to the growth of the web there are many different browser on the market, and many different ways for users to connect to your website.  During the internet boom in the 90&#8217;s, you would see websites all the time that would say Best viewed in Internet Explorer 4 at 800 x 600 resolution.  In today&#8217;s standard this would not be considered professional, and for the most part is not accepted by the community in general.  So how do you choose what browser to code for?

 <a href="http://www.nowcss.com/articles/what-browser-should-i-code-for#more-57" class="more-link">(more&#8230;)</a>]]></content:encoded>
			<wfw:commentRss>http://www.nowcss.com/articles/what-browser-should-i-code-for/feed</wfw:commentRss>
		</item>
		<item>
		<title>Custom Buttons</title>
		<link>http://www.nowcss.com/layouts/custom-buttons</link>
		<comments>http://www.nowcss.com/layouts/custom-buttons#comments</comments>
		<pubDate>Tue, 24 Jun 2008 12:46:37 +0000</pubDate>
		<dc:creator>Derald</dc:creator>
		
		<category><![CDATA[Layouts]]></category>

		<guid isPermaLink="false">http://www.nowcss.com/layouts/custom-buttons</guid>
		<description><![CDATA[ The default buttons in today&#8217;s browser are plain.  Mostly just a shade of gray, and do not fit with the color scheme of most sites.  With the use of the HTML button tag and some CSS, you customize your buttons for your site.

]]></description>
			<content:encoded><![CDATA[ The default buttons in today&#8217;s browser are plain.  Mostly just a shade of gray, and do not fit with the color scheme of most sites.  With the use of the HTML button tag and some CSS, you customize your buttons for your site.

 <a href="http://www.nowcss.com/layouts/custom-buttons#more-56" class="more-link">(more&#8230;)</a>]]></content:encoded>
			<wfw:commentRss>http://www.nowcss.com/layouts/custom-buttons/feed</wfw:commentRss>
		</item>
		<item>
		<title>First Letter</title>
		<link>http://www.nowcss.com/layouts/first-letter</link>
		<comments>http://www.nowcss.com/layouts/first-letter#comments</comments>
		<pubDate>Wed, 18 Jun 2008 17:04:49 +0000</pubDate>
		<dc:creator>Derald</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Layouts]]></category>

		<guid isPermaLink="false">http://www.nowcss.com/layouts/first-letter</guid>
		<description><![CDATA[One of the most over looked attributes in CSS is the :first-letter attribute.  With this attribute you can add a lot of style to your site, with very little code.  If you wanted to make your pages have theme similar to books in the Dark Ages, this attribute is perfect for that.

]]></description>
			<content:encoded><![CDATA[One of the most over looked attributes in CSS is the :first-letter attribute.  With this attribute you can add a lot of style to your site, with very little code.  If you wanted to make your pages have theme similar to books in the Dark Ages, this attribute is perfect for that.

 <a href="http://www.nowcss.com/layouts/first-letter#more-55" class="more-link">(more&#8230;)</a>]]></content:encoded>
			<wfw:commentRss>http://www.nowcss.com/layouts/first-letter/feed</wfw:commentRss>
		</item>
		<item>
		<title>Commenting Your Code</title>
		<link>http://www.nowcss.com/default/commenting-your-code</link>
		<comments>http://www.nowcss.com/default/commenting-your-code#comments</comments>
		<pubDate>Tue, 10 Jun 2008 16:06:55 +0000</pubDate>
		<dc:creator>Derald</dc:creator>
		
		<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://www.nowcss.com/default/commenting-your-code</guid>
		<description><![CDATA[
Have you even written some code then come back to it a few days or even months or years, and not understand what you were trying to do?  This is a part of coding that few people actually practice yet alone try to master.

]]></description>
			<content:encoded><![CDATA[<p>
Have you even written some code then come back to it a few days or even months or years, and not understand what you were trying to do?  This is a part of coding that few people actually practice yet alone try to master.
</p>
 <a href="http://www.nowcss.com/default/commenting-your-code#more-54" class="more-link">(more&#8230;)</a>]]></content:encoded>
			<wfw:commentRss>http://www.nowcss.com/default/commenting-your-code/feed</wfw:commentRss>
		</item>
		<item>
		<title>SlashDot Style HyperLinks</title>
		<link>http://www.nowcss.com/default/slashdot-style-hyperlinks</link>
		<comments>http://www.nowcss.com/default/slashdot-style-hyperlinks#comments</comments>
		<pubDate>Wed, 04 Jun 2008 13:17:40 +0000</pubDate>
		<dc:creator>Derald</dc:creator>
		
		<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://www.nowcss.com/default/slashdot-style-hyperlinks</guid>
		<description><![CDATA[ In Slashdot&#8217;s commenting system, you can see the URL of the site that the commenter has posted.  This tutorial will show you how to do the same effect with just CSS and using the attr attribute.

]]></description>
			<content:encoded><![CDATA[ In <a href="http://www.slashdot.org" title="SlashDot">Slashdot</a>&#8217;s commenting system, you can see the URL of the site that the commenter has posted.  This tutorial will show you how to do the same effect with just CSS and using the attr attribute.

 <a href="http://www.nowcss.com/default/slashdot-style-hyperlinks#more-53" class="more-link">(more&#8230;)</a>]]></content:encoded>
			<wfw:commentRss>http://www.nowcss.com/default/slashdot-style-hyperlinks/feed</wfw:commentRss>
		</item>
		<item>
		<title>CSS Rollovers</title>
		<link>http://www.nowcss.com/layouts/css-rollovers</link>
		<comments>http://www.nowcss.com/layouts/css-rollovers#comments</comments>
		<pubDate>Tue, 27 May 2008 20:19:22 +0000</pubDate>
		<dc:creator>Derald</dc:creator>
		
		<category><![CDATA[Layouts]]></category>

		<guid isPermaLink="false">http://www.nowcss.com/layouts/css-rollovers</guid>
		<description><![CDATA[Javascript is a great scripting language used for creating websites.  One of the more popular uses of JavaScript is the use of rollovers.  There is a draw back with JavaScript rollovers, you have to use images to create the effect.  
]]></description>
			<content:encoded><![CDATA[Javascript is a great scripting language used for creating websites.  One of the more popular uses of JavaScript is the use of rollovers.  There is a draw back with JavaScript rollovers, you have to use images to create the effect.  
 <a href="http://www.nowcss.com/layouts/css-rollovers#more-51" class="more-link">(more&#8230;)</a>]]></content:encoded>
			<wfw:commentRss>http://www.nowcss.com/layouts/css-rollovers/feed</wfw:commentRss>
		</item>
		<item>
		<title>Custom Text Area Backgrounds</title>
		<link>http://www.nowcss.com/layouts/custom-text-area-backgrounds</link>
		<comments>http://www.nowcss.com/layouts/custom-text-area-backgrounds#comments</comments>
		<pubDate>Mon, 19 May 2008 15:30:50 +0000</pubDate>
		<dc:creator>Derald</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Layouts]]></category>

		<guid isPermaLink="false">http://www.nowcss.com/articles/custom-text-area-backgrounds</guid>
		<description><![CDATA[Browsing the web, you may have noticed that there are sites where text areas have different color backgrounds.  This allows the create of the site to add more of a custom look to the site.
]]></description>
			<content:encoded><![CDATA[Browsing the web, you may have noticed that there are sites where text areas have different color backgrounds.  This allows the create of the site to add more of a custom look to the site.
 <a href="http://www.nowcss.com/layouts/custom-text-area-backgrounds#more-50" class="more-link">(more&#8230;)</a>]]></content:encoded>
			<wfw:commentRss>http://www.nowcss.com/layouts/custom-text-area-backgrounds/feed</wfw:commentRss>
		</item>
		<item>
		<title>CSS Text Transformations</title>
		<link>http://www.nowcss.com/articles/css-text-transformations</link>
		<comments>http://www.nowcss.com/articles/css-text-transformations#comments</comments>
		<pubDate>Thu, 17 Apr 2008 18:36:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.nowcss.com/articles/css-text-transformations</guid>
		<description><![CDATA[If you are anything like me, you are pretty lazy. Like me, you probably spend more time trying to find someone else&#8217;s solution to a problem than solving it yourself. Don&#8217;t worry, it&#8217;s ok, I do it too. The truth hurts doesn&#8217;t it?
]]></description>
			<content:encoded><![CDATA[<p>If you are anything like me, you are pretty lazy. Like me, you probably spend more time trying to find someone else&#8217;s solution to a problem than solving it yourself. Don&#8217;t worry, it&#8217;s ok, I do it too. The truth hurts doesn&#8217;t it?</p>
 <a href="http://www.nowcss.com/articles/css-text-transformations#more-49" class="more-link">(more&#8230;)</a>]]></content:encoded>
			<wfw:commentRss>http://www.nowcss.com/articles/css-text-transformations/feed</wfw:commentRss>
		</item>
		<item>
		<title>CSS/JavaScript Vanishing Act</title>
		<link>http://www.nowcss.com/articles/cssjavascript-vanishing-act</link>
		<comments>http://www.nowcss.com/articles/cssjavascript-vanishing-act#comments</comments>
		<pubDate>Tue, 01 Apr 2008 16:03:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.nowcss.com/articles/cssjavascript-vanishing-act</guid>
		<description><![CDATA[As always, magic tricks have captured my attention. So today I present you with my own magic trick. We&#8217;re going to make some text appear and disappear into thin &#34;cyber&#34; air. Unlike real magicians, I&#8217;ll show you how I did it.
]]></description>
			<content:encoded><![CDATA[<p>As always, magic tricks have captured my attention. So today I present you with my own magic trick. We&#8217;re going to make some text appear and disappear into thin &quot;cyber&quot; air. Unlike real magicians, I&#8217;ll show you how I did it.</p>
 <a href="http://www.nowcss.com/articles/cssjavascript-vanishing-act#more-48" class="more-link">(more&#8230;)</a>]]></content:encoded>
			<wfw:commentRss>http://www.nowcss.com/articles/cssjavascript-vanishing-act/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
