<?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>Vandelay Design Blog &#187; CSS</title>
	<atom:link href="http://vandelaydesign.com/blog/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://vandelaydesign.com/blog</link>
	<description>Web Design and Development Blog</description>
	<lastBuildDate>Thu, 19 Nov 2009 02:56:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>10 Resources for When You Need Help with CSS</title>
		<link>http://vandelaydesign.com/blog/css/resources-for-help/</link>
		<comments>http://vandelaydesign.com/blog/css/resources-for-help/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 13:27:35 +0000</pubDate>
		<dc:creator>Vandelay Website Design</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://vandelaydesign.com/blog/?p=400</guid>
		<description><![CDATA[From time-to-time there will probably be situations where you could use some help or guidance with CSS during your web design and development work. While there are plenty of great CSS resources available, I would like to point out 10 that can be very helpful resources in these situations.
<h3>Stack Overflow</h3>
<a href="http://stackoverflow.com/"><img class="imgborder" src="http://vanimg.s3.amazonaws.com/stackoverflow.jpg" alt="Stack Overflow" width="425" height="275" /></a>
<a href="http://stackoverflow.com/">Stack Overflow</a> is sort of a  combination of social media and a forum. It is a niche specific site focused  on programming and development (CSS is just one of the topics being discussed).  The purpose of Stack Overflow is to ask and provide answers to questions for  programmers. Anyone can post a question (you don't even have to create an  account) and then other members will be able to provide answers to your  questions. Other users can then vote up or down on the various answers so it's  easy for everyone to identify the best ones.]]></description>
			<content:encoded><![CDATA[<p>From time-to-time there will probably be situations where you could use some help or guidance with CSS during your web design and development work. While there are plenty of great CSS resources available, I would like to point out 10 that can be very helpful resources in these situations.</p>
<h3>Stack Overflow</h3>
<p><a href="http://stackoverflow.com/"><img class="imgborder" src="http://vanimg.s3.amazonaws.com/stackoverflow.jpg" alt="Stack Overflow" width="425" height="275" /></a></p>
<p><a href="http://stackoverflow.com/">Stack Overflow</a> is sort of a  combination of social media and a forum. It is a niche specific site focused  on programming and development (CSS is just one of the topics being discussed).  The purpose of Stack Overflow is to ask and provide answers to questions for  programmers. Anyone can post a question (you don&#8217;t even have to create an  account) and then other members will be able to provide answers to your  questions. Other users can then vote up or down on the various answers so it&#8217;s  easy for everyone to identify the best ones.</p>
<h3>CSS-Discuss.org</h3>
<p><a href="http://www.css-discuss.org/"><img class="imgborder" src="http://vanimg.s3.amazonaws.com/css-cssdiscuss.jpg" alt="CSS-Discuss.org" width="425" height="275" /></a></p>
<p><a href="http://www.css-discuss.org/">CSS-Discuss</a> is a large and very  active mailing list for CSS-related issues. You can either join the list to post  and answer questions, you can browse through the <a href="http://archivist.incutio.com/viewlist/css-discuss/">archives</a> in search  of a particular issue, or you can browse through the <a href="http://css-discuss.incutio.com/">wiki</a> and get involved there if you  have something to contribute.</p>
<h3>CSS Cheat Sheet</h3>
<p><a href="http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/"><img class="imgborder" src="http://vanimg.s3.amazonaws.com/css-cheatsheet.jpg" alt="CSS Cheat Sheet" width="425" height="275" /></a></p>
<p>The <a href="http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/">CSS  Cheat Sheet</a> is a great reference to have on hand in anticipation of those  times when a little extra help might be needed. It is a one-page PDF document  that includes all selectors and properties.</p>
<h3>CSS Shorthand Cheat Sheet</h3>
<p><a href="http://www.leigeber.com/2008/04/css-shorthand-cheat-sheet/"><img class="imgborder" src="http://vanimg.s3.amazonaws.com/css-shorthand.jpg" alt="CSS Shorthand" width="425" height="275" /></a></p>
<p>If you&#8217;re looking for help in reducing the size and optimizing your css  files, the <a href="http://www.leigeber.com/2008/04/css-shorthand-cheat-sheet/">CSS Shorthand  Cheat Sheet</a> is an excellent resource. With this one-page PDF document you&#8217;ll  be able to create more efficient CSS code with shorthand techniques.</p>
<h3>Web Developer Add-On</h3>
<p><a href="http://chrispederick.com/work/web-developer/"><img class="imgborder" src="http://vanimg.s3.amazonaws.com/css-webdev.jpg" alt="Web Developer" width="425" height="275" /></a></p>
<p>Chris Pedrick&#8217;s <a href="http://chrispederick.com/work/web-developer/">Web  Developer</a> add-on provides a great deal of functionality for your development  in general, and CSS is just one of the specific aspects. Using the toolbar, you  can do such things as identify all the styles that affect an element, view the  CSS source code, see the sizes of block elements, and disable CSS to see how  your pages degrade.</p>
<h3>Firebug</h3>
<p><a href="http://getfirebug.com/"><img class="imgborder" src="http://vanimg.s3.amazonaws.com/css-firebug.jpg" alt="Firebug" width="425" height="275" /></a></p>
<p><a href="http://getfirebug.com/">Firebug</a> is another add-on that puts a  great deal of CSS information and resources at your fingertips. With firebug you  can edit, debug and monitor CSS, in addition to HTML and JavaScript in any  webpage. For anyone working with CSS, Firebug is a great tool to quickly edit  and test your code, particularly when you&#8217;re experimenting and you need to see  how your changes will impact the site.</p>
<h3>CSS-Tricks</h3>
<p><a href="http://css-tricks.com/"><img class="imgborder" src="http://vanimg.s3.amazonaws.com/css-csstricks.jpg" alt="CSS-Tricks" width="425" height="275" /></a></p>
<p><a href="http://css-tricks.com/">CSS-Tricks</a> is a popular blog, which many  Vandelay Design readers probably subscribe to. At CSS-Tricks Chris Coyier  publishes articles and tutorials that cover all kinds of aspects of CSS. The  archives contain plenty of posts that will be helpful to anyone looking to learn  more about CSS. In addition to Chris&#8217;s articles, CSS-Tricks also includes a <a href="http://css-tricks.com/">forum</a> that is pretty active where you can get  help.</p>
<h3>Using CSS to Do Anything: 50+ Creative Examples and Tutorials</h3>
<p><a href="http://www.noupe.com/css/using-css-to-do-anything-50-creative-examples-and-tutorials.html"><img class="imgborder" src="http://vanimg.s3.amazonaws.com/css-noupe.jpg" alt="Noupe" width="425" height="275" /></a></p>
<p>Noupe published a post earlier this year with <a href="http://www.noupe.com/css/using-css-to-do-anything-50-creative-examples-and-tutorials.html">50  examples of things you can do with CSS</a>. If you&#8217;re looking for some new ideas  this is a great resource, and if you&#8217;re looking for help on a specific issue,  there may be a resource here that is just what you need. Included in the post is  help for styling lists, working with forms, footers, image replacement, image  sprites, other image techniques, text and link effects, navigation, galleries,  drop caps, rounded corners, blockquotes, and more.</p>
<h3>CSS Layouts: 40+ Tutorials, Tips, Demos and Best Practices</h3>
<p><a href="http://www.noupe.com/css/css-layouts-40-tutorials-tips-demos-and-best-practices.html"><img class="imgborder" src="http://vanimg.s3.amazonaws.com/css-noupelayouts.jpg" alt="Noupe" width="425" height="275" /></a></p>
<p>This is <a href="http://www.noupe.com/css/css-layouts-40-tutorials-tips-demos-and-best-practices.html">another  helpful post from Noupe</a> that focuses on one of the most common problem areas  for working with CSS, layouts. If you&#8217;re experiencing issues getting a layout to  work the way you want it to, most likely there is something here that is just  what you need.</p>
<h3>Top Reasons Your CSS Columns are Messed Up</h3>
<p><a href="http://warpspire.com/tipsresources/web-production/css-column-tricks/"><img class="imgborder" src="http://vanimg.s3.amazonaws.com/css-warspire.jpg" alt="Warspire" width="425" height="275" /></a></p>
<p><a href="http://warpspire.com/tipsresources/web-production/css-column-tricks/">Warspire</a> provides help for common issues in dealing with columns and layouts. The post  covers the most likely problems and provides the necessary fix, including the  code to be used.</p>
<p>Other helpful resources:</p>
<ul>
<li><a href="http://www.noupe.com/css/css-styled-lists-20-demos-tutorials-and-best-of.html">CSS-Styled  Lists: 20+ Demos, Tutorials, and Best Practices</a></li>
<li><a href="http://www.smashingmagazine.com/2007/01/19/53-css-techniques-you-couldnt-live-without/">53  CSS Techniques You Couldn&#8217;t Live Without</a></li>
<li><a href="http://nettuts.com/html-css-techniques/solving-5-common-css-headaches/">Solving  5 Common CSS Headaches</a></li>
</ul>
<p><strong>Looking to Hire a Designer or Developer?</strong></p>
<p>Post a free job listing to the DesignM.ag job board for freelance, part-time or full-time positions. Your listing will be seen by thousands of talented designers and developers. - <a href="http://designm.ag/jobs/?action=postjob">Post a job for free</a>.</p><div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvandelaydesign.com%2Fblog%2Fcss%2Fresources-for-help%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvandelaydesign.com%2Fblog%2Fcss%2Fresources-for-help%2F" height="61" width="51" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://vandelaydesign.com/blog/css/resources-for-help/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>23 Resources for Clean and Compressed CSS</title>
		<link>http://vandelaydesign.com/blog/css/clean-css-code/</link>
		<comments>http://vandelaydesign.com/blog/css/clean-css-code/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 02:22:48 +0000</pubDate>
		<dc:creator>Vandelay Website Design</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[optimizers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://vandelaydesign.com/blog/css/clean-css-code/</guid>
		<description><![CDATA[There are a number of free online tools that can help you to create and maintain effective CSS coding. These tools include validators, optimizers, compressors and more. Try out a few of these tools and see how they can help you to keep more efficient style sheets.
<h3>CSS TIDY</h3>
CSS Tidy is an open source CSS parser and optimizer from <a href="http://csstidy.sourceforge.net/">SourceForge</a>. It is available as an executable file, and there is also an <a href="http://floele.flyspray.org/csstidy//css_optimiser.php">online version</a>. CSS Tidy is often able to achieve a compression ration of 30% or more. In addition to compression, CSS Tidy can also format CSS code for higher browser compatibility.

<a href="http://csstidy.sourceforge.net/"><img src="http://vandelaydesign.com/images/css/tidy.jpg" alt="CSS Tidy Screen Shot" /></a>]]></description>
			<content:encoded><![CDATA[<p>There are a number of free online tools that can help you to create and maintain effective CSS coding. These tools include validators, optimizers, compressors and more. Try out a few of these tools and see how they can help you to keep more efficient style sheets.</p>
<h3>CSS TIDY</h3>
<p>CSS Tidy is an open source CSS parser and optimizer from <a href="http://csstidy.sourceforge.net/">SourceForge</a>. It is available as an executable file, and there is also an <a href="http://floele.flyspray.org/csstidy//css_optimiser.php">online version</a>. CSS Tidy is often able to achieve a compression ration of 30% or more. In addition to compression, CSS Tidy can also format CSS code for higher browser compatibility.</p>
<p><a href="http://csstidy.sourceforge.net/"><img src="http://vandelaydesign.com/images/css/tidy.jpg" alt="CSS Tidy Screen Shot" /></a></p>
<h3>CLEAN CSS</h3>
<p><a href="http://www.cleancss.com/">Clean CSS</a> is another simple online tool that gives you a few options for formatting and optimizing CSS. Clean CSS gives you easy control over how much you want it to do. It is also available in <a href="http://www.cleancss.com/?lang=de">German</a> and <a href="http://www.cleancss.com/?lang=fr">French</a>.</p>
<p><a href="http://www.cleancss.com/"><img src="http://vandelaydesign.com/images/css/clean-css.jpg" alt="Clean CSS Screen Shot" height="213" width="400" /></a></p>
<h3>CSSCHECK</h3>
<p>Insert the URL of your style sheet and <a href="http://www.htmlhelp.com/tools/csscheck/">CSSCheck</a> will quickly run a report that gives you some feedback on the code. It will give warnings for items that may cause problems.</p>
<p><a href="http://www.htmlhelp.com/tools/csscheck/"><img src="http://vandelaydesign.com/images/css/css-check.jpg" alt="CSSCheck Screen Shot" height="202" width="400" /></a></p>
<h3>CSS ANALYZER</h3>
<p>The <a href="http://juicystudio.com/services/csstest.php">CSS Analyzer</a> from Juicy Studio allows you to validate your CSS code, and it also tests the color contrasts and the units of measurement. Just enter the URL of your style sheet and it will produce the report.</p>
<p><a href="http://juicystudio.com/services/csstest.php"><img src="http://vandelaydesign.com/images/css/juicy.jpg" alt="CSS Analyzer Screen Shot" height="240" width="400" /></a></p>
<h3>CSS OPTIMIZER</h3>
<p><a href="http://www.cssoptimiser.com/">CSS Optimizer</a> is another tool for reducing the file size of style sheets. Unlike some of the other tools, it offers the option to upload a file from your computer in addition to the option of entering a URL.</p>
<p><a href="http://www.cssoptimiser.com/"><img src="http://vandelaydesign.com/images/css/css-optimizer.jpg" alt="CSS Optimizer Screen Shot" height="271" width="400" /></a></p>
<h3>FLUMPCAKES CSS OPTIMIZER</h3>
<p>The <a href="http://flumpcakes.co.uk/css/optimiser/">CSS Optimizer</a> from Flumpcakes gives you several options and provides the save features as many of the other optimizers on this list.</p>
<p><a href="http://flumpcakes.co.uk/css/optimiser/"><img src="http://vandelaydesign.com/images/css/flumpcakes.jpg" alt="Flumpcakes Screen Shot" height="306" width="400" /></a></p>
<h3>CSS DRIVE CSS COMPRESSOR</h3>
<p>CSS Drive provides a <a href="http://www.cssdrive.com/index.php/main/csscompressor/">CSS Compressor</a> with options for &#8220;Light&#8221;, &#8220;Normal&#8221;, or &#8220;Super Compact.&#8221; You simply paste your code into the page and it does the work.</p>
<p><a href="http://www.cssdrive.com/index.php/main/csscompressor/"><img src="http://vandelaydesign.com/images/css/css-drive.jpg" alt="CSS Drive Screen Shot" height="235" width="400" /></a></p>
<h3>CSS SUPERDOUCHE</h3>
<p><a href="http://isnoop.net/tools/css.php">CSS Superdouche</a> offers less features and options than some of the other tools, but it still functions essentially the same. It works to reduce the size and complexity of the file by eliminating unnecessary elements and organizing the file.</p>
<p><a href="http://isnoop.net/tools/css.php"><img src="http://vandelaydesign.com/images/css/douche.jpg" alt="CSS Superdouche Screen Shot" height="200" width="400" /></a></p>
<h3>ROBSON CSS COMPRESSOR</h3>
<p>Another option for compressing your CSS files, the <a href="http://iceyboard.no-ip.org/projects/css_compressor">Robson CSS Compressor</a> offers many of the same features as the other choices listed here, but it is still in development, so &#8220;it may not work correctly.&#8221;</p>
<p><a href="http://iceyboard.no-ip.org/projects/css_compressor"><img src="http://vandelaydesign.com/images/css/robson.jpg" alt="Robson CSS Compressor" height="190" width="400" /></a></p>
<h3>W3C CSS VALIDATOR</h3>
<p>The W3C offers a <a href="http://jigsaw.w3.org/css-validator/">validator for CSS files</a>. Simply enter the URL and see how your style sheet does.</p>
<p><a href="http://jigsaw.w3.org/css-validator/"><img src="http://vandelaydesign.com/images/css/validator.jpg" alt="W3C Validator Screen Shot" height="177" width="400" /></a></p>
<h3>Other Choices:</h3>
<ul>
<li><a href="http://www.lotterypost.com/css-compress.asp">CSS Compressor from Lottery Post</a></li>
<li><a href="http://www.ibloomstudios.com/articles/php_css_compressor/">PHP CSS Compressor from iBloom Studios</a></li>
<li><a href="http://www.blumentals.net/csstool/">CSS Toolbox (Validator, Formatter, Compressor) from Blumentals Software</a></li>
<li><a href="http://www.phpinsider.com/compress_css.php">CSS Compressor from PHPinsider.com</a></li>
<li><a href="http://mabblog.com/cssoptimizer/">CSS Optimizer from mabblog.com</a></li>
<li><a href="http://www.codebeautifier.com/">Code Beautifier</a> (Based on CSS Tidy)</li>
<li><a href="http://www.i-marco.nl/weblog/archive/2007/05/31/wpcssstreamliner_css_optimizat">WP CSS Streamliner</a> (WordPress Plugin)</li>
<li><a href="http://www.cssdev.com/csstweak/">CSS Tweak</a></li>
<li><a href="http://www.lonniebest.com/FormatCSS/">Format CSS</a></li>
<li><a href="http://www.cssportal.com/generators/optimize.htm">CSS Formatter and Optimizer from CSS Portal</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2289">CSS Validator Firefox Add-On</a></li>
<li><a href="http://www.cssvalidator.com/">CSSValidator.com</a></li>
<li><a href="http://xhtml-css.com/">XHTML &#8211; CSS Validator</a></li>
</ul>
<p><strong>Looking to Hire a Designer or Developer?</strong></p>
<p>Post a free job listing to the DesignM.ag job board for freelance, part-time or full-time positions. Your listing will be seen by thousands of talented designers and developers. - <a href="http://designm.ag/jobs/?action=postjob">Post a job for free</a>.</p><div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvandelaydesign.com%2Fblog%2Fcss%2Fclean-css-code%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvandelaydesign.com%2Fblog%2Fcss%2Fclean-css-code%2F" height="61" width="51" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://vandelaydesign.com/blog/css/clean-css-code/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>4 Reasons to Use CSS-Based Navigation</title>
		<link>http://vandelaydesign.com/blog/css/4-reasons-to-use-css-based-navigation/</link>
		<comments>http://vandelaydesign.com/blog/css/4-reasons-to-use-css-based-navigation/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 01:41:36 +0000</pubDate>
		<dc:creator>wpcoder</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://vandelaydesign.com/blog/?p=40</guid>
		<description><![CDATA[Navigational structure is one of the most crucial aspects of effective website design. Navigational bars/menus are frequently key design elements that help to create the look and feel of a website through color, typography, shape, and sometimes images.
While the appearance of the navigational menu can make or break a design, the usability of the site [...]]]></description>
			<content:encoded><![CDATA[<p>Navigational structure is one of the most crucial aspects of effective website design. Navigational bars/menus are frequently key design elements that help to create the look and feel of a website through color, typography, shape, and sometimes images.</p>
<p>While the appearance of the navigational menu can make or break a design, the usability of the site should not suffer in order to accomplish a specific look. Ideally, the navigation should be attractive and compliment the look of the site rather than overpower the rest of the site and take focus away from the content.</p>
<p>Unfortunately, many websites still use outdated navigational methods that take away from the usability of the website. If images are relied on heavily for navigational purposes the site may be inaccessible to users with disabilities or to users who surf with images turned off. However, that doesn&#8217;t mean that navigational menus have to be plain and simple-looking in order to remain accessible.</p>
<p><em>By <a href="http://www.vandelaydesign.com/cssmenus/lists.htm" title="CSS Based Navigational Menus">using CSS to create a navigational menu</a> you can achieve both accessibility and a professional, attractive appearance. </em></p>
<p><strong>The benefits of using CSS for navigational menus include:</strong></p>
<h3>1. Lightweight Code</h3>
<p>The combination of CSS and HTML create navigational menus that are much lighter weight (much less code) than similar navigation menus that would be created with JavaScript or images (CSS can be used in combination with images to retain all the benefits of a CSS menu with less weight than a menu strictly based on images). Lighter weight code is easier for search engines to index and it creates pages that load faster for visitors.</p>
<h3>2. Accessibility</h3>
<p>CSS-based navigation is accessible and usable for all visitors. If a user is surfing with images and/or CSS turned off, the navigation will be usable as a bulleted list. The small percentage of visitors using older browsers that do not support CSS will also be able to use the navigation.</p>
<h3>3. Unlimited Design Options</h3>
<p>Using CSS for your navigational bar does not mean that you will be limited in your design. In fact, CSS menus offer as much or more flexibility as other navigational options. When CSS is used with background images just about any look is possible to achieve. (To see some of the variety of CSS-based navigation menus, visit CSS galleries like <a href="http://www.cssvault.com" title="CSS Vault">CSS Vault</a> and <a href="http://www.cssbeauty.com/gallery/" title="CSS Beauty">CSS Beauty</a>.)</p>
<h3>4. Plenty of Scripts Available</h3>
<p>If you do not want to create your own CSS-based menu from scratch, there are plenty of free scripts available for use. Using a free script does not necessarily mean that you will have the same navigational menu as hundreds or thousands of other websites. Any menu can be customized and adapted (color, size, font, background image, etc.) to match the look and feel of your website. Some of the best free CSS menus can be found at:</p>
<p><a href="http://www.vandelaydesign.com/cssmenus/lists.htm" title="CSS Based Navigation Menus">Vandelay Website Design</a><br />
<a href="http://exploding-boy.com/images/cssmenus/menus.html" title="Exploding Boy - Menus">Exploding Boy</a><br />
<a href="http://www.dynamicdrive.com/style/" title="Dynamic Drive - Menus">Dynamic Drive</a><br />
<a href="http://cssvault.com/resources/navigation/" title="CSS Vault">CSS Vault</a><br />
<a href="http://css.maxdesign.com.au/listamatic/" title="Listamatic">Listamatic</a><br />
<a href="http://www.alvit.de/css-showcase/css-navigation-techniques-showcase.php" title="CSS Showcase">CSS Showcase</a><br />
<a href="http://razvan.seopedia.ro/2006/07/19/71-de-meniuri-css-utopic/" title="Razvan's Nerve - Menus">Razvan&#8217;s Nerve</a></p>
<p><strong>Looking to Hire a Designer or Developer?</strong></p>
<p>Post a free job listing to the DesignM.ag job board for freelance, part-time or full-time positions. Your listing will be seen by thousands of talented designers and developers. - <a href="http://designm.ag/jobs/?action=postjob">Post a job for free</a>.</p><div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvandelaydesign.com%2Fblog%2Fcss%2F4-reasons-to-use-css-based-navigation%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvandelaydesign.com%2Fblog%2Fcss%2F4-reasons-to-use-css-based-navigation%2F" height="61" width="51" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://vandelaydesign.com/blog/css/4-reasons-to-use-css-based-navigation/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Why Use CSS-Based Design</title>
		<link>http://vandelaydesign.com/blog/css/why-use-css-based-design/</link>
		<comments>http://vandelaydesign.com/blog/css/why-use-css-based-design/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 22:31:46 +0000</pubDate>
		<dc:creator>wpcoder</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://vandelaydesign.com/blog/?p=12</guid>
		<description><![CDATA[The goal is to harness the benefits that make the technology powerful from a design standpoint: less code, increased accessibility, and easier maintenance, to name a few.
Dan Cederholm from Bulletproof Web Design (page vii)
Cascading Style Sheets (CSS) allow for the designer to separate the content from the design. A CSS-based design allows the designer to [...]]]></description>
			<content:encoded><![CDATA[<p><em>The goal is to harness the benefits that make the technology powerful from a design standpoint: less code, increased accessibility, and easier maintenance, to name a few.</em><br />
Dan Cederholm from <a href="http://www.simplebits.com/publications/bulletproof/" title="Bulletproof Web Design">Bulletproof Web Design</a> (page vii)</p>
<p>Cascading Style Sheets (CSS) allow for the designer to separate the content from the design. A CSS-based design allows the designer to create a site with much less code than a site with an identical look that has been designed with tables. While tables are appropriate in some situations, a design that primarily uses CSS to control the layout has several advantages:</p>
<ol>
<li>The decreased amount of code allows for <strong>faster downloads</strong>.</li>
<li>The decreased amount of code <strong>allows search engines to easily access the true content of a page</strong>, ideally resulting in <strong>higher search engine rankings</strong>. Search engines rank pages based on their content. With table-based design the page will contain substantial coding that does not relate to the content. CSS-based pages will have minimal extra markup which makes it easier for the search engines to find the content. If excessive coding prevents the search engines from finding the content, the pages ranking will suffer. In addition, CSS-based design allows the website designer to position the most valuable content ahead of less meaningful content, whereas tables present content in the order that it is displayed on the page. Content higher in the code will generally have more influence on search engine rankings.</li>
<li>CSS-based design is <strong>easier to modify</strong> than table-based design. If a designer wants to make significant changes to the layout of a page designed with tables, starting over may be the only option. CSS makes it easier to perform routine updates as well as significant layout changes.</li>
<li>CSS-based design allows a website to be <strong>more accessible</strong> across various browsers, as well as to those with disabilities using screenreaders and other devices.</li>
</ol>
<p>If you are interested in creating a new website or having your current website re-designed, please <a href="http://www.vandelaydesign.com/webdesign/packages.htm" title="Website Design Packages">see the packages that are available from Vandelay Website Design</a>.</p>
<p><strong>Looking to Hire a Designer or Developer?</strong></p>
<p>Post a free job listing to the DesignM.ag job board for freelance, part-time or full-time positions. Your listing will be seen by thousands of talented designers and developers. - <a href="http://designm.ag/jobs/?action=postjob">Post a job for free</a>.</p><div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvandelaydesign.com%2Fblog%2Fcss%2Fwhy-use-css-based-design%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvandelaydesign.com%2Fblog%2Fcss%2Fwhy-use-css-based-design%2F" height="61" width="51" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://vandelaydesign.com/blog/css/why-use-css-based-design/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
