<?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>Freelance Web Developers &#187; Web Design</title>
	<atom:link href="http://www.myowndeveloper.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myowndeveloper.com</link>
	<description>The best Filipino freelance web development provider</description>
	<lastBuildDate>Tue, 26 Jan 2010 07:08:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Big CSS3 Validation Debate</title>
		<link>http://www.myowndeveloper.com/2009/10/03/the-big-css3-validation-debate/</link>
		<comments>http://www.myowndeveloper.com/2009/10/03/the-big-css3-validation-debate/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 04:55:17 +0000</pubDate>
		<dc:creator>Yevonsouls</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css specifications]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[stage of development]]></category>
		<category><![CDATA[validation errors]]></category>
		<category><![CDATA[w3c recommendation]]></category>
		<category><![CDATA[w3c validator]]></category>
		<category><![CDATA[web designers]]></category>

		<guid isPermaLink="false">http://www.myowndeveloper.com/?p=179</guid>
		<description><![CDATA[
			
				
			
		
Over the past few weeks I’ve received a number of emails from visitors to CSS3.info regarding CSS3 validation errors when using vendor specific extentions, for example -moz, -webkit, to implement CSS3 in their websites.
This certainly isn’t a new topic, and in fact Joost de Valke first raised the issue on this website back in January [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F10%2F03%2Fthe-big-css3-validation-debate%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F10%2F03%2Fthe-big-css3-validation-debate%2F&amp;source=myowndev&amp;style=normal&amp;service_api=http%3A%2F%2Fwww.myowndeveloper.com%2Fblog" height="61" width="50" /><br />
			</a>
		</div>
<p>Over the past few weeks I’ve received a number of emails from visitors to CSS3.info regarding CSS3 validation errors when using vendor specific extentions, for example -moz, -webkit, to implement CSS3 in their websites.</p>
<p>This certainly isn’t a new topic, and in fact Joost de Valke first raised the issue on this website back in <a href="http://www.css3.info/vendor-specific-extensions-to-css3/">January 2007</a>, however a glance over the W3C mailing-list archive highlights that this debate is still going strong, with a number of interesting ideas raised, and I thought it would make an interesting discussion point for the CSS3.info community.</p>
<p>The problem is that, at present, none of the CSS3 modules have yet receached the status of becoming an official W3C Recommendation, as such any of these specifications could in theory be changed at time, particularly those that are still in the early stage of development.</p>
<p>Obviously browser vendors (with the exception of course of our beloved friend Microsoft) are keen to support these up and coming CSS3 specifications, however as they are still at an “experimental” stage of development it is necessary for the various css3 properties to be implemented using vendor specific extensions in order to avoid any possible conflicts with current or future css specifications.</p>
<p><span id="more-179"></span></p>
<p>Web designers are equally keen to implement these latest CSS3 techniques in their projects as browser support, along with interest from the wider community, continues to grow – a quick search around the blogosphere shows countless new CSS3 tutorials being added to the web on a weekly basis, and sites such as <a href="http://www.css3gallery.net/" target="_blank">CSS3Gallery.net</a> showcasing web designers putting CSS3 to great use in their projects. However many are facing a catch 22 situation, weighing up the pros and cons between utilising the latest that CSS3 has to offer against the fact that their creations won’t pass the W3C Validator, with some web designers even going so far as to question the importance of validation.</p>
<p>When Joost De Valk brought this concern before the W3C back in January 2007, he was met with a somewhat muted response, however the debate has continued to intesify and a number of interesting suggestions have been put to the W3C:</p>
<p>- That the CSS3 Validator could offer the option to ignore vendor specific extensions,</p>
<p>- That the CSS3 Validator could highlight vendor specific extentions with a warning, rather than an error,</p>
<p>- Or my own personal favourite, that the validator could mark such code as ‘experimental’ rather than error, or warning</p>
<p>Either or these methods would allow web designers to continue to validate their pages, an important process for spotting any errors in your code, as despite some designers questioning the importance of validation, personally I think it’s a necessary and important tool.</p>
<p>In the meantime, several web designers have suggested their own personal ways of overcoming the problem, with many commenting out CSS3 code until they have validated their pages, so that at least they can check the accuracy of their CSS2.1 code.</p>
<p>In conclusion I’d like to say that, in my opinion, both sides of the argument present some valid points – obviously the W3c can’t be expected to validate what isn’t technically valid CSS, however perhaps the word ‘error’ is too strong, and marking vendor specific code with a ‘warning’ or ‘experimental’ status would be a happy medium between the needs of the W3C and designers eager to implement CSS3.</p>
<p>At the same time, I have to question whether or not the time has yet come for designers to be implementing CSS3 in their client projects. I think CSS3 is perfectly acceptable to be used in a designer’s own projects, and quite essential to promote the growth of CSS3, but is it really acceptable to sell a client experimental code that could cease to function at any time if the W3C ammends a specification, or browser vendors change the syntax with which a property is implemented?</p>
<p>Once again I turn the debate over to you, CSS3.info’s readers, how to you feel about this issue, and what’s the best solution from your point of view?</p>
<p>Source: <a href="http://www.css3.info/the-big-css3-validation-debate/#">http://www.css3.info/the-big-css3-validation-debate/#</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F10%2F03%2Fthe-big-css3-validation-debate%2F&amp;partner=sociable" title="Print"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F10%2F03%2Fthe-big-css3-validation-debate%2F&amp;title=The%20Big%20CSS3%20Validation%20Debate&amp;bodytext=Over%20the%20past%20few%20weeks%20I%E2%80%99ve%20received%20a%20number%20of%20emails%20from%20visitors%20to%20CSS3.info%20regarding%20CSS3%20validation%20errors%20when%20using%20vendor%20specific%20extentions%2C%20for%20example%20-moz%2C%20-webkit%2C%20to%20implement%20CSS3%20in%20their%20websites.%0D%0A%0D%0AThis%20certainly%20isn%E2%80%99t%20a%20" title="Digg"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F10%2F03%2Fthe-big-css3-validation-debate%2F&amp;title=The%20Big%20CSS3%20Validation%20Debate&amp;notes=Over%20the%20past%20few%20weeks%20I%E2%80%99ve%20received%20a%20number%20of%20emails%20from%20visitors%20to%20CSS3.info%20regarding%20CSS3%20validation%20errors%20when%20using%20vendor%20specific%20extentions%2C%20for%20example%20-moz%2C%20-webkit%2C%20to%20implement%20CSS3%20in%20their%20websites.%0D%0A%0D%0AThis%20certainly%20isn%E2%80%99t%20a%20" title="del.icio.us"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F10%2F03%2Fthe-big-css3-validation-debate%2F&amp;t=The%20Big%20CSS3%20Validation%20Debate" title="Facebook"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F10%2F03%2Fthe-big-css3-validation-debate%2F&amp;title=The%20Big%20CSS3%20Validation%20Debate&amp;annotation=Over%20the%20past%20few%20weeks%20I%E2%80%99ve%20received%20a%20number%20of%20emails%20from%20visitors%20to%20CSS3.info%20regarding%20CSS3%20validation%20errors%20when%20using%20vendor%20specific%20extentions%2C%20for%20example%20-moz%2C%20-webkit%2C%20to%20implement%20CSS3%20in%20their%20websites.%0D%0A%0D%0AThis%20certainly%20isn%E2%80%99t%20a%20" title="Google Bookmarks"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F10%2F03%2Fthe-big-css3-validation-debate%2F&amp;title=The%20Big%20CSS3%20Validation%20Debate&amp;source=Freelance+Web+Developers+The+best+Filipino+freelance+web+development+provider&amp;summary=Over%20the%20past%20few%20weeks%20I%E2%80%99ve%20received%20a%20number%20of%20emails%20from%20visitors%20to%20CSS3.info%20regarding%20CSS3%20validation%20errors%20when%20using%20vendor%20specific%20extentions%2C%20for%20example%20-moz%2C%20-webkit%2C%20to%20implement%20CSS3%20in%20their%20websites.%0D%0A%0D%0AThis%20certainly%20isn%E2%80%99t%20a%20" title="LinkedIn"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F10%2F03%2Fthe-big-css3-validation-debate%2F&amp;title=The%20Big%20CSS3%20Validation%20Debate" title="Reddit"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myowndeveloper.com/feed/" title="RSS"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F10%2F03%2Fthe-big-css3-validation-debate%2F&amp;title=The%20Big%20CSS3%20Validation%20Debate" title="StumbleUpon"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F10%2F03%2Fthe-big-css3-validation-debate%2F" title="Technorati"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=The%20Big%20CSS3%20Validation%20Debate%20-%20http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F10%2F03%2Fthe-big-css3-validation-debate%2F" title="Twitter"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="Twitthis"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/" title="Twitthis" alt="Twitthis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F10%2F03%2Fthe-big-css3-validation-debate%2F&amp;t=The%20Big%20CSS3%20Validation%20Debate&opener=bm&amp;ei=UTF-8&amp;d=Over%20the%20past%20few%20weeks%20I%E2%80%99ve%20received%20a%20number%20of%20emails%20from%20visitors%20to%20CSS3.info%20regarding%20CSS3%20validation%20errors%20when%20using%20vendor%20specific%20extentions%2C%20for%20example%20-moz%2C%20-webkit%2C%20to%20implement%20CSS3%20in%20their%20websites.%0D%0A%0D%0AThis%20certainly%20isn%E2%80%99t%20a%20" title="Yahoo! Bookmarks"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
</ul>
</div>

	Tags: <a href="http://www.myowndeveloper.com/tag/css/" title="CSS" rel="tag nofollow">CSS</a>, <a href="http://www.myowndeveloper.com/tag/css-specifications/" title="css specifications" rel="tag nofollow">css specifications</a>, <a href="http://www.myowndeveloper.com/tag/css3/" title="css3" rel="tag nofollow">css3</a>, <a href="http://www.myowndeveloper.com/tag/stage-of-development/" title="stage of development" rel="tag nofollow">stage of development</a>, <a href="http://www.myowndeveloper.com/tag/validation-errors/" title="validation errors" rel="tag nofollow">validation errors</a>, <a href="http://www.myowndeveloper.com/tag/w3c-recommendation/" title="w3c recommendation" rel="tag nofollow">w3c recommendation</a>, <a href="http://www.myowndeveloper.com/tag/w3c-validator/" title="w3c validator" rel="tag nofollow">w3c validator</a>, <a href="http://www.myowndeveloper.com/tag/web-design/" title="Web Design" rel="tag nofollow">Web Design</a>, <a href="http://www.myowndeveloper.com/tag/web-designers/" title="web designers" rel="tag nofollow">web designers</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.myowndeveloper.com/2009/10/04/dos-and-donts-in-web-site-building/" title="Do&#8217;s and Dont&#8217;s in web site building (October 4, 2009)">Do&#8217;s and Dont&#8217;s in web site building</a> (0)</li>
	<li><a href="http://www.myowndeveloper.com/2009/09/23/the-beauty-of-css/" title="The Beauty of CSS (September 23, 2009)">The Beauty of CSS</a> (1)</li>
	<li><a href="http://www.myowndeveloper.com/2009/09/23/php-_server-variables-are-not-safe-for-use-in-forms-links/" title="PHP $_SERVER variables are not safe for use in forms, links (September 23, 2009)">PHP $_SERVER variables are not safe for use in forms, links</a> (1)</li>
	<li><a href="http://www.myowndeveloper.com/2009/10/03/6-new-web-technologies-of-2008-you-need-to-use-now/" title="6 New Web Technologies of 2009 You Need to Use Now (October 3, 2009)">6 New Web Technologies of 2009 You Need to Use Now</a> (1)</li>
	<li><a href="http://www.myowndeveloper.com/2009/09/23/960-gridder-easy-to-use-layout-design-tool/" title="960 Gridder: Easy to use layout design tool (September 23, 2009)">960 Gridder: Easy to use layout design tool</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.myowndeveloper.com/2009/10/03/the-big-css3-validation-debate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Beauty of CSS</title>
		<link>http://www.myowndeveloper.com/2009/09/23/the-beauty-of-css/</link>
		<comments>http://www.myowndeveloper.com/2009/09/23/the-beauty-of-css/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 14:48:13 +0000</pubDate>
		<dc:creator>Yevonsouls</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[w3c compliance]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.myowndeveloper.com/?p=113</guid>
		<description><![CDATA[
			
				
			
		
CSS is not a difficult language to learn, though there are bugs and browser discrepancies to deal with. He wrote off CSS when he compared IE5/Mac layouts in Netscape 4, but regained religion in 2002.
What about CSS is so beautiful to him?
“Standards” are “widely recognized” and “regularly used.” “Standards give us some kind of consistent [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2Fthe-beauty-of-css%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2Fthe-beauty-of-css%2F&amp;source=myowndev&amp;style=normal&amp;service_api=http%3A%2F%2Fwww.myowndeveloper.com%2Fblog" height="61" width="50" /><br />
			</a>
		</div>
<p id="atmedia2005-Bowman1-p-5">CSS is not a difficult language to learn, though there are bugs and browser discrepancies to deal with. He wrote off CSS when he compared IE5/Mac layouts in Netscape 4, but regained religion in 2002.</p>
<p id="atmedia2005-Bowman1-p-10">What about CSS is so beautiful to him?</p>
<p id="atmedia2005-Bowman1-p-15">“Standards” are “widely recognized” and “regularly used.” “Standards give us some kind of consistent target to build toward.” Standards benefit those who build the tools and build <em>with</em> the tools.</p>
<p id="atmedia2005-Bowman1-p-20">In nature, beauty goes beyond the surface down to structure and up to ecosystems. You often get accessibility bundled with CSS as a package deal.</p>
<p id="atmedia2005-Bowman1-p-25">Feedback from Wired News reader, which he shares “by no means in a raconteur style”: If you ask for feedback after you redesign a site, 90% of the feedback will be negative. “Your colours are awful; they’re too bright. I can’t read your type. Your designer sucks and should be fired.” Positive feedback to his own site followed a little formula, including one message that ended with “By the way, I’m blind.” “And that hit me like a ton of bricks…. His message basically completely fundamentally changed the work I do…. I don’t just design for people who can appreciate the beautiful designs and type I use on a site. I also design for blind people. I also design for people who can’t get out of the house because of a mobility impairment.”</p>
<p id="atmedia2005-Bowman1-p-30">Advantages: “Fstr” (<cite lang="la">sic</cite>) in real or apparent speeds. Simpler code; greater flexibility; one version.</p>
<p id="atmedia2005-Bowman1-p-35">Mistakes? Boxiness: Overreliance on the box model and making the box visible. “This can be a symptom of starting with CSS too early” in the design process, doing “only what we can immediately remember in CSS.” Image replacement: “A year ago at South by Southwest I deprecated image replacement.” We already have a tag for that in HTML: <code id="atmedia2005-Bowman1-code-40">img</code> with <code id="atmedia2005-Bowman1-code-45">alt</code>. In fact, a lot of the success of CSS Zen Garden is image replacement. You can’t zoom into it, for example [though you can with sIFR – zoom then reload]. Presentational <code>class</code> and <code>id</code> names: <code>large</code>, <code>redtext</code>, <code>top-line,</code> <code>borderred</code>, <code>rightcol</code>. Use <code>page-title</code>, <code>subhead</code>, <code>main</code>, <code>module</code>, <code>secondary</code> instead. Accessibility assumptions: Just for the blind or PDA users. Imitation.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2Fthe-beauty-of-css%2F&amp;partner=sociable" title="Print"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2Fthe-beauty-of-css%2F&amp;title=The%20Beauty%20of%20CSS&amp;bodytext=CSS%20is%20not%20a%20difficult%20language%20to%20learn%2C%20though%20there%20are%20bugs%20and%20browser%20discrepancies%20to%20deal%20with.%20He%20wrote%20off%20CSS%20when%20he%20compared%20IE5%2FMac%20layouts%20in%20Netscape%204%2C%20but%20regained%20religion%20in%202002.%0D%0AWhat%20about%20CSS%20is%20so%20beautiful%20to%20him%3F%0D%0A%E2%80%9CStanda" title="Digg"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2Fthe-beauty-of-css%2F&amp;title=The%20Beauty%20of%20CSS&amp;notes=CSS%20is%20not%20a%20difficult%20language%20to%20learn%2C%20though%20there%20are%20bugs%20and%20browser%20discrepancies%20to%20deal%20with.%20He%20wrote%20off%20CSS%20when%20he%20compared%20IE5%2FMac%20layouts%20in%20Netscape%204%2C%20but%20regained%20religion%20in%202002.%0D%0AWhat%20about%20CSS%20is%20so%20beautiful%20to%20him%3F%0D%0A%E2%80%9CStanda" title="del.icio.us"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2Fthe-beauty-of-css%2F&amp;t=The%20Beauty%20of%20CSS" title="Facebook"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2Fthe-beauty-of-css%2F&amp;title=The%20Beauty%20of%20CSS&amp;annotation=CSS%20is%20not%20a%20difficult%20language%20to%20learn%2C%20though%20there%20are%20bugs%20and%20browser%20discrepancies%20to%20deal%20with.%20He%20wrote%20off%20CSS%20when%20he%20compared%20IE5%2FMac%20layouts%20in%20Netscape%204%2C%20but%20regained%20religion%20in%202002.%0D%0AWhat%20about%20CSS%20is%20so%20beautiful%20to%20him%3F%0D%0A%E2%80%9CStanda" title="Google Bookmarks"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2Fthe-beauty-of-css%2F&amp;title=The%20Beauty%20of%20CSS&amp;source=Freelance+Web+Developers+The+best+Filipino+freelance+web+development+provider&amp;summary=CSS%20is%20not%20a%20difficult%20language%20to%20learn%2C%20though%20there%20are%20bugs%20and%20browser%20discrepancies%20to%20deal%20with.%20He%20wrote%20off%20CSS%20when%20he%20compared%20IE5%2FMac%20layouts%20in%20Netscape%204%2C%20but%20regained%20religion%20in%202002.%0D%0AWhat%20about%20CSS%20is%20so%20beautiful%20to%20him%3F%0D%0A%E2%80%9CStanda" title="LinkedIn"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2Fthe-beauty-of-css%2F&amp;title=The%20Beauty%20of%20CSS" title="Reddit"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myowndeveloper.com/feed/" title="RSS"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2Fthe-beauty-of-css%2F&amp;title=The%20Beauty%20of%20CSS" title="StumbleUpon"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2Fthe-beauty-of-css%2F" title="Technorati"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=The%20Beauty%20of%20CSS%20-%20http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2Fthe-beauty-of-css%2F" title="Twitter"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="Twitthis"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/" title="Twitthis" alt="Twitthis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2Fthe-beauty-of-css%2F&amp;t=The%20Beauty%20of%20CSS&opener=bm&amp;ei=UTF-8&amp;d=CSS%20is%20not%20a%20difficult%20language%20to%20learn%2C%20though%20there%20are%20bugs%20and%20browser%20discrepancies%20to%20deal%20with.%20He%20wrote%20off%20CSS%20when%20he%20compared%20IE5%2FMac%20layouts%20in%20Netscape%204%2C%20but%20regained%20religion%20in%202002.%0D%0AWhat%20about%20CSS%20is%20so%20beautiful%20to%20him%3F%0D%0A%E2%80%9CStanda" title="Yahoo! Bookmarks"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
</ul>
</div>

	Tags: <a href="http://www.myowndeveloper.com/tag/css/" title="CSS" rel="tag nofollow">CSS</a>, <a href="http://www.myowndeveloper.com/tag/w3c-compliance/" title="w3c compliance" rel="tag nofollow">w3c compliance</a>, <a href="http://www.myowndeveloper.com/tag/web-design/" title="Web Design" rel="tag nofollow">Web Design</a>, <a href="http://www.myowndeveloper.com/tag/xhtml/" title="xhtml" rel="tag nofollow">xhtml</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.myowndeveloper.com/2009/09/23/php-_server-variables-are-not-safe-for-use-in-forms-links/" title="PHP $_SERVER variables are not safe for use in forms, links (September 23, 2009)">PHP $_SERVER variables are not safe for use in forms, links</a> (1)</li>
	<li><a href="http://www.myowndeveloper.com/2009/10/03/6-new-web-technologies-of-2008-you-need-to-use-now/" title="6 New Web Technologies of 2009 You Need to Use Now (October 3, 2009)">6 New Web Technologies of 2009 You Need to Use Now</a> (1)</li>
	<li><a href="http://www.myowndeveloper.com/2009/09/23/960-gridder-easy-to-use-layout-design-tool/" title="960 Gridder: Easy to use layout design tool (September 23, 2009)">960 Gridder: Easy to use layout design tool</a> (0)</li>
	<li><a href="http://www.myowndeveloper.com/2009/10/03/the-big-css3-validation-debate/" title="The Big CSS3 Validation Debate (October 3, 2009)">The Big CSS3 Validation Debate</a> (2)</li>
	<li><a href="http://www.myowndeveloper.com/2009/10/03/45-new-jquery-techniques-for-good-user-experience/" title="45+ New jQuery Techniques For Good User Experience (October 3, 2009)">45+ New jQuery Techniques For Good User Experience</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.myowndeveloper.com/2009/09/23/the-beauty-of-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>960 Gridder: Easy to use layout design tool</title>
		<link>http://www.myowndeveloper.com/2009/09/23/960-gridder-easy-to-use-layout-design-tool/</link>
		<comments>http://www.myowndeveloper.com/2009/09/23/960-gridder-easy-to-use-layout-design-tool/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 14:28:01 +0000</pubDate>
		<dc:creator>Yevonsouls</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[mod news]]></category>
		<category><![CDATA[w3c compliance]]></category>
		<category><![CDATA[website launching]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.myowndeveloper.com/?p=104</guid>
		<description><![CDATA[
			
				
			
		
Andrée Hansson has created 960 Gridder, a grid layout tool for web developers that you can either use as an integrated component to layout your websites or use it as a bookmarklet. The grid is fully customizable but it defaults to the “960px grid standard”.
960 Gridder will automatically identify if jQuery is present at the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2F960-gridder-easy-to-use-layout-design-tool%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2F960-gridder-easy-to-use-layout-design-tool%2F&amp;source=myowndev&amp;style=normal&amp;service_api=http%3A%2F%2Fwww.myowndeveloper.com%2Fblog" height="61" width="50" /><br />
			</a>
		</div>
<p>Andrée Hansson has created <a href="http://gridder.andreehansson.se/">960 Gridder</a>, a grid layout tool for web developers that you can either use as an integrated component to layout your websites or use it as a bookmarklet. The grid is fully customizable but it defaults to the “960px grid standard”.</p>
<blockquote><p>960 Gridder will automatically identify if jQuery is present at the website and if it is not, it will include it.</p>
<p>It injects your website of choice and you can then work with this tool to help you out with whichever layout/design task you find it useful for.</p>
<p>By default, it is set to work with 12 columns, 60 pixel wide columns with a 10 pixel spacer left and right of the column, making it a 20 pixel wide gutter (which actually is the ones this gridder renders).</p>
<p>You can see and read about the “960 standard” at <a href="http://960.gs/">http://960.gs</a>.</p></blockquote>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2F960-gridder-easy-to-use-layout-design-tool%2F&amp;partner=sociable" title="Print"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2F960-gridder-easy-to-use-layout-design-tool%2F&amp;title=960%20Gridder%3A%20Easy%20to%20use%20layout%20design%20tool&amp;bodytext=Andr%C3%A9e%20Hansson%20has%20created%20960%20Gridder%2C%20a%20grid%20layout%20tool%20for%20web%20developers%20that%20you%20can%20either%20use%20as%20an%20integrated%20component%20to%20layout%20your%20websites%20or%20use%20it%20as%20a%20bookmarklet.%20The%20grid%20is%20fully%20customizable%20but%20it%20defaults%20to%20the%20%E2%80%9C960px%20grid%20" title="Digg"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2F960-gridder-easy-to-use-layout-design-tool%2F&amp;title=960%20Gridder%3A%20Easy%20to%20use%20layout%20design%20tool&amp;notes=Andr%C3%A9e%20Hansson%20has%20created%20960%20Gridder%2C%20a%20grid%20layout%20tool%20for%20web%20developers%20that%20you%20can%20either%20use%20as%20an%20integrated%20component%20to%20layout%20your%20websites%20or%20use%20it%20as%20a%20bookmarklet.%20The%20grid%20is%20fully%20customizable%20but%20it%20defaults%20to%20the%20%E2%80%9C960px%20grid%20" title="del.icio.us"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2F960-gridder-easy-to-use-layout-design-tool%2F&amp;t=960%20Gridder%3A%20Easy%20to%20use%20layout%20design%20tool" title="Facebook"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2F960-gridder-easy-to-use-layout-design-tool%2F&amp;title=960%20Gridder%3A%20Easy%20to%20use%20layout%20design%20tool&amp;annotation=Andr%C3%A9e%20Hansson%20has%20created%20960%20Gridder%2C%20a%20grid%20layout%20tool%20for%20web%20developers%20that%20you%20can%20either%20use%20as%20an%20integrated%20component%20to%20layout%20your%20websites%20or%20use%20it%20as%20a%20bookmarklet.%20The%20grid%20is%20fully%20customizable%20but%20it%20defaults%20to%20the%20%E2%80%9C960px%20grid%20" title="Google Bookmarks"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2F960-gridder-easy-to-use-layout-design-tool%2F&amp;title=960%20Gridder%3A%20Easy%20to%20use%20layout%20design%20tool&amp;source=Freelance+Web+Developers+The+best+Filipino+freelance+web+development+provider&amp;summary=Andr%C3%A9e%20Hansson%20has%20created%20960%20Gridder%2C%20a%20grid%20layout%20tool%20for%20web%20developers%20that%20you%20can%20either%20use%20as%20an%20integrated%20component%20to%20layout%20your%20websites%20or%20use%20it%20as%20a%20bookmarklet.%20The%20grid%20is%20fully%20customizable%20but%20it%20defaults%20to%20the%20%E2%80%9C960px%20grid%20" title="LinkedIn"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2F960-gridder-easy-to-use-layout-design-tool%2F&amp;title=960%20Gridder%3A%20Easy%20to%20use%20layout%20design%20tool" title="Reddit"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myowndeveloper.com/feed/" title="RSS"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2F960-gridder-easy-to-use-layout-design-tool%2F&amp;title=960%20Gridder%3A%20Easy%20to%20use%20layout%20design%20tool" title="StumbleUpon"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2F960-gridder-easy-to-use-layout-design-tool%2F" title="Technorati"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=960%20Gridder%3A%20Easy%20to%20use%20layout%20design%20tool%20-%20http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2F960-gridder-easy-to-use-layout-design-tool%2F" title="Twitter"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="Twitthis"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/" title="Twitthis" alt="Twitthis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.myowndeveloper.com%2F2009%2F09%2F23%2F960-gridder-easy-to-use-layout-design-tool%2F&amp;t=960%20Gridder%3A%20Easy%20to%20use%20layout%20design%20tool&opener=bm&amp;ei=UTF-8&amp;d=Andr%C3%A9e%20Hansson%20has%20created%20960%20Gridder%2C%20a%20grid%20layout%20tool%20for%20web%20developers%20that%20you%20can%20either%20use%20as%20an%20integrated%20component%20to%20layout%20your%20websites%20or%20use%20it%20as%20a%20bookmarklet.%20The%20grid%20is%20fully%20customizable%20but%20it%20defaults%20to%20the%20%E2%80%9C960px%20grid%20" title="Yahoo! Bookmarks"><img src="http://www.myowndeveloper.com/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
</ul>
</div>

	Tags: <a href="http://www.myowndeveloper.com/tag/cms/" title="CMS" rel="tag nofollow">CMS</a>, <a href="http://www.myowndeveloper.com/tag/content-management-system/" title="content management system" rel="tag nofollow">content management system</a>, <a href="http://www.myowndeveloper.com/tag/drupal/" title="drupal" rel="tag nofollow">drupal</a>, <a href="http://www.myowndeveloper.com/tag/joomla/" title="joomla" rel="tag nofollow">joomla</a>, <a href="http://www.myowndeveloper.com/tag/mod-news/" title="mod news" rel="tag nofollow">mod news</a>, <a href="http://www.myowndeveloper.com/tag/w3c-compliance/" title="w3c compliance" rel="tag nofollow">w3c compliance</a>, <a href="http://www.myowndeveloper.com/tag/web-design/" title="Web Design" rel="tag nofollow">Web Design</a>, <a href="http://www.myowndeveloper.com/tag/website-launching/" title="website launching" rel="tag nofollow">website launching</a>, <a href="http://www.myowndeveloper.com/tag/wordpress/" title="wordpress" rel="tag nofollow">wordpress</a>, <a href="http://www.myowndeveloper.com/tag/xhtml/" title="xhtml" rel="tag nofollow">xhtml</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.myowndeveloper.com/2009/09/23/why-use-a-cms/" title="Why use a CMS? (September 23, 2009)">Why use a CMS?</a> (4)</li>
	<li><a href="http://www.myowndeveloper.com/2009/09/23/php-_server-variables-are-not-safe-for-use-in-forms-links/" title="PHP $_SERVER variables are not safe for use in forms, links (September 23, 2009)">PHP $_SERVER variables are not safe for use in forms, links</a> (1)</li>
	<li><a href="http://www.myowndeveloper.com/2009/10/03/6-new-web-technologies-of-2008-you-need-to-use-now/" title="6 New Web Technologies of 2009 You Need to Use Now (October 3, 2009)">6 New Web Technologies of 2009 You Need to Use Now</a> (1)</li>
	<li><a href="http://www.myowndeveloper.com/2009/10/04/dos-and-donts-in-web-site-building/" title="Do&#8217;s and Dont&#8217;s in web site building (October 4, 2009)">Do&#8217;s and Dont&#8217;s in web site building</a> (0)</li>
	<li><a href="http://www.myowndeveloper.com/2009/09/23/the-beauty-of-css/" title="The Beauty of CSS (September 23, 2009)">The Beauty of CSS</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.myowndeveloper.com/2009/09/23/960-gridder-easy-to-use-layout-design-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
