<?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>SEOMarketing Now! &#187; CSS</title>
	<atom:link href="http://www.seomarketingnow.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seomarketingnow.com</link>
	<description>Your Web Marketing Resource</description>
	<lastBuildDate>Tue, 31 Aug 2010 14:45:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The Virtues of Designing with CSS</title>
		<link>http://www.seomarketingnow.com/2009/09/the-virtues-of-designing-with-css/</link>
		<comments>http://www.seomarketingnow.com/2009/09/the-virtues-of-designing-with-css/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 17:09:15 +0000</pubDate>
		<dc:creator>Cory</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS vs Tables]]></category>

		<guid isPermaLink="false">http://www.seomarketingnow.com/?p=246</guid>
		<description><![CDATA[CSS (Cascading Style Sheets) is a format for laying out html content, commissioned by the W3C. When HTML was first created, it was a format for documents. There were ways to format text, (making it bold, changing the size, color, etc.), there were ways to insert images, but there wasn&#8217;t really a way to layout [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-249" title="1145459_37023947" src="http://www.seomarketingnow.com/wp-content/uploads/2009/09/1145459_37023947-300x300.jpg" alt="1145459_37023947" width="300" height="300" /></p>
<p>CSS (Cascading Style Sheets) is a format for laying out html content, commissioned by the W3C. When HTML was first created, it was a format for documents. There were ways to format text, (making it bold, changing the size, color, etc.), there were ways to insert images, but there wasn&#8217;t really a way to layout a page. People who really knew HTML began using tables to lay out pages, since it was the only real way to control page layout. Tables were actually designed for putting tabular data into pages, but that didn&#8217;t stop anybody. It wasn&#8217;t until 1996 that a standardized way for laying out web pages was developed (CSS 1.0), and even then it wasn&#8217;t adopted, mainly because the standard wasn&#8217;t fully supported by any browser until three years later in 1999 (CSS 2.0 was released in 1998.</p>
<p>CSS has slowly replaced tables for web design, but not completely. There is still a long way to go. Many modern websites (and their designers) fail to adopt CSS for their designs, and continue to use tables. In this post, we hope to explain the advantages to learning CSS, and using it to lay out HTML content instead of using tables.</p>
<p>There are many advantages to using CSS to lay out pages. Here are the most prevalent:</p>
<ul>
<li><strong>Speed</strong>: CSS takes much less code than tables, therefore pages tend to load faster.</li>
<li><strong>Interoperability</strong>: CSS code can be altered and re-used rapidly on new sites and pages, because it is separate from the content of a page.</li>
<li><strong>Compatibility</strong>: Because CSS is a standardized language, code written for one browser will (if written properly), look the same on all browsers supporting the standard.</li>
<li><strong>Features</strong>: CSS has many ways of laying out a page and its elements, and therefore pages utilizing CSS can look more appealing than pages laid out in HTML.</li>
<li><strong>Modularity</strong>: CSS defines the style of certain HTML tags. Therefore parts of a CSS file can be re-used on new CSS with no changes necessary.</li>
</ul>
<p>These are just some of the advantages to designing a page/site using CSS. To get started learning CSS, we recommend you try the W3C&#8217;s CSS tutorial (<a href="http://www.w3schools.com/css/">http://www.w3schools.com/css/</a>)</p>
<p>The next standard of CSS that the W3C is working on, CSS 3, is going to have some great new features. Many of them are leaning toward cool visual effects. So if you adopt CSS now, you will be ready to utilize the new features of CSS 3 when it is released. Here are some of the things that the W3C is cooking up:</p>
<ul>
<li><a href="http://www.w3.org/TR/css3-2d-transforms/">2D Transforms</a></li>
<li><a href="http://www.w3.org/TR/css3-3d-transforms/">3D Transforms</a></li>
<li><a href="http://www.w3.org/TR/css3-transitions/">Transitions</a></li>
<li><a href="http://www.w3.org/TR/css3-animations/">Animations</a></li>
</ul>
<p>If this article confuses you, or you don&#8217;t want to do any design, try hiring a web design company like <a href="http://rpdesign.com">RP Design</a> to design your next web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seomarketingnow.com/2009/09/the-virtues-of-designing-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How and Why to Validate your Web Site</title>
		<link>http://www.seomarketingnow.com/2009/09/how-and-why-to-validate-your-web-site/</link>
		<comments>http://www.seomarketingnow.com/2009/09/how-and-why-to-validate-your-web-site/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:25:27 +0000</pubDate>
		<dc:creator>Cory</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Validating]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://www.seomarketingnow.com/?p=240</guid>
		<description><![CDATA[Who decides the correct syntax of HTML or CSS code? The World Wide Web Consortium (W3C), founded in October of 1994, sets the current standards for valid HTML and CSS code. If your code does not meet these standards, this is a large problem, and should be fixed as soon as possible. Here are some [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-241" title="182201_9624" src="http://www.seomarketingnow.com/wp-content/uploads/2009/09/182201_9624-300x225.jpg" alt="182201_9624" width="300" height="225" />Who decides the correct syntax of HTML or CSS code? The World Wide Web Consortium (W3C), founded in October of 1994, sets the current standards for valid HTML and CSS code. If your code does not meet these standards, this is a large problem, and should be fixed as soon as possible. Here are some issues that can arise if your code does not the HTML and CSS standards:</p>
<ul>
<li>Pages do not display correctly in browsers, which can cause a whole number of problems.</li>
<li>Search engines cannot index your pages due to them not being able to read badly crafted code.</li>
<li>Modern design software cannot edit your pages correctly due to invalid code.</li>
<li>Adapting your pages to updated code standards becomes more difficult if you do not keep up with them.</li>
<li>Creating mobile versions of pages is very difficult with invalid pages to begin with.</li>
</ul>
<p>So how do you check if you pages are valid? First off, you need to check your HTML code. Use the <a href="http://validator.w3.org/">W3C&#8217;s Markup Validator Tool</a>. Just enter the URL of your sites, and look at the results. Next you should probably check for broken links. Using the <a href="http://validator.w3.org/checklink">W3C&#8217;s Link Checker</a>, you can find broken links in pages, invalid links, etc. Last, but certainly not least, you need to check your CSS code to ensure it is valid, and will display correctly on all browsers and platforms. Use the <a href="http://jigsaw.w3.org/css-validator/">CSS Validator</a> to ensure that your site meets the W3C CSS standards.</p>
<p>These tools will:</p>
<ul>
<li>If your pages are valid, inform you of the standards that your pages meet, as well as give you embed code to put a badge on your site demonstrating the validity.</li>
<li>If they are not valid, it will give you a list of things that are invalid, so you can get to work fixing them.</li>
</ul>
<p>Fixing invalid pages will allow your site to benefit greatly, but perhaps you are not skilled enough to fix them yourself. A web design company such as <a href="http://rpdesign.com">RP Design</a> can fix the issues for you to ensure your pages are validated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seomarketingnow.com/2009/09/how-and-why-to-validate-your-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
