<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>My Weblog</title>
	<atom:link href="http://onestopcoolin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://onestopcoolin.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 07 Dec 2008 20:43:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='onestopcoolin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My Weblog</title>
		<link>http://onestopcoolin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://onestopcoolin.wordpress.com/osd.xml" title="My Weblog" />
	<atom:link rel='hub' href='http://onestopcoolin.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Cascading Style Sheets</title>
		<link>http://onestopcoolin.wordpress.com/2008/12/07/cascading-style-sheets/</link>
		<comments>http://onestopcoolin.wordpress.com/2008/12/07/cascading-style-sheets/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 20:41:20 +0000</pubDate>
		<dc:creator>onestopcoolin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FYI]]></category>

		<guid isPermaLink="false">http://onestopcoolin.wordpress.com/?p=4</guid>
		<description><![CDATA[How To Dramatically Improve Your Web Site Design With CSS Cascading Style Sheets (CSS) allows you to create fast loading pages, increase your search engine rankings, and modify your whole site with one style sheet. So why don’t more people use them? This is because they got so used to html design and are afraid [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onestopcoolin.wordpress.com&amp;blog=4460536&amp;post=4&amp;subd=onestopcoolin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#000000;"><strong>How To Dramatically Improve Your Web Site Design With CSS</strong></span></p>
<p><strong>Cascading Style Sheets</strong> (CSS) allows you to create fast<br />
loading pages,  increase your search engine rankings, and<br />
modify your whole site with one  style sheet. So why don’t<br />
more people use them? This is because they got so  used to<br />
html design and are afraid or too lazy to upgrade their<br />
skills.  Some will also use ready made templates that<br />
contain flashy graphics,  bloated code and sometimes<br />
even contains hidden code embedded in the  page.</p>
<p>In this series of articles I will show you how to create  a<br />
simple web site using CSS, so you will have no excuse to<br />
begin  incorporating them into your future designs.</p>
<p><strong>What are <span>Cascading Style  Sheets</span>?</strong></p>
<p><span>Cascading Style Sheets</span> is the name of a simple  language<br />
that allows you to add any style (font, colors, graphics,<br />
links,  layouts) to your web pages.</p>
<p><strong>Benefits of <span>Cascading Style  Sheets</span></strong></p>
<p><strong>1. Separate content from presentation</strong> – you can  separate<br />
your HTML markup, text, graphics and multimedia  from<br />
presentation.</p>
<p><strong>2. Consistent site wide look and feel  consistency</strong> – you can<br />
apply one style for 100s of <span>web pages</span> all at once.  So if<br />
you had to change the color of all pages on your site, you<br />
only have  to edit one style sheet. This saves you a huge<br />
amount of time, especially if  you had to edit each page<br />
separately.</p>
<p><strong>3. Web site maintenance</strong> &#8211;  apart from being able to make<br />
site wide changes easily through one CSS file,  the clean<br />
code it generates makes it easier to update. Properly<br />
marked up  <span>web pages</span> permit them to be maintained by more<br />
than one person. It will also  work in more browsers. Web<br />
site redesigns will take much less  time.</p>
<p><strong>4. Improve search engine rankings</strong> – search  engines<br />
generally spider the code at the top of your web page first.<br />
For  most sites that means the navigation bar will be spidered<br />
first (resides at  top of page code). CSS enables you to<br />
position the code for your content at  the top making your<br />
page search engine friendly. Properly marked up HTML  pages<br />
can easily found and properly categorized by search  engines</p>
<p><strong>5. Fast loading</strong> – CSS reduces the amount of tags  used<br />
therefore producing clean code. Tableless design can reduce<br />
your load  time by 25% to 50%.</p>
<p><strong>6. Reduce bandwidth</strong> – compacting the amount of  code used<br />
will reduce the amount of bandwidth needed to host your  web<br />
pages. Therefore you won’t have to pay higher fees when<br />
adding more  web documents to your site.</p>
<p><strong>7. Accessibility</strong> &#8211; increasing  accessibility with CSS means<br />
being able to serve web content to a larger  audience,<br />
increasing web site usability, even for non-disabled<br />
people.  Content can easily be formatted for projection as<br />
well as screen display.  Tableless layouts display well on<br />
hand-helds.</p>
<p><strong>8. Improve the  printing of <span>web pages</span></strong> – most printers will<br />
only allow you to print a  portion of the web page. With CSS<br />
your whole document can be  printed.</p>
<p>When you use CSS it becomes quick and easy to apply  new<br />
styles that can not only effect all styles on your web page<br />
but even  your whole site.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onestopcoolin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onestopcoolin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onestopcoolin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onestopcoolin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onestopcoolin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onestopcoolin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onestopcoolin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onestopcoolin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onestopcoolin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onestopcoolin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onestopcoolin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onestopcoolin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onestopcoolin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onestopcoolin.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onestopcoolin.wordpress.com&amp;blog=4460536&amp;post=4&amp;subd=onestopcoolin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onestopcoolin.wordpress.com/2008/12/07/cascading-style-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2ed18a41b82aa214a6c38147bfddc67e?s=96&#38;d=identicon" medium="image">
			<media:title type="html">onestopcoolin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
