<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: can i hasz webdesignz guidlinez?</title>
	<link>http://ask.metafilter.com/72172/can-i-hasz-webdesignz-guidlinez/</link>
	<description>Comments on Ask MetaFilter post can i hasz webdesignz guidlinez?</description>
	<pubDate>Sat, 22 Sep 2007 20:15:52 -0800</pubDate>
	<lastBuildDate>Sat, 22 Sep 2007 20:15:52 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: can i hasz webdesignz guidlinez?</title>
		<link>http://ask.metafilter.com/72172/can-i-hasz-webdesignz-guidlinez</link>	
		<description>Can you point me to any documents or websites that give a generally agreed upon guideline on how to build webpages?  &lt;br /&gt;&lt;br /&gt; What I&apos;m talking about is a a kinda of step by step general guide on how to lay the foundations for building webpages, based on current browsers. &lt;br&gt;
&lt;br&gt;
For instance, I&apos;ve noticed a lot of css documents start with defining basic elements, such as giving zero padding and margin to the body and then adding it to later elements as needed. Is there a webpage or site out there that lists these things so as I&apos;m building a site I can know to avoid x &apos;cause it creates huge headaches in IE or to define your basic text size like this or your elements like that?&lt;br&gt;
&lt;br&gt;
I realize there&apos;s a lot of ways to build webpages, and that those ways may differ based on the project, but I&apos;m looking for a general guideline on how to go about this. &lt;br&gt;
&lt;br&gt;
I&apos;m NOT looking for guidelines on how to build webpages, but rather guides on how build good, semantic pages by doing x and y and avoiding z, except when there&apos;s w etc, etc.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.72172</guid>
		<pubDate>Sat, 22 Sep 2007 19:18:42 -0800</pubDate>
		<dc:creator>Brandon Blatcher</dc:creator>
		
			<category>webdesign</category>
		
			<category>design</category>
		
			<category>foundations</category>
		
			<category>guide</category>
		
			<category>basics</category>
		
	</item> <item>
		<title>By: white light</title>
		<link>http://ask.metafilter.com/72172/can-i-hasz-webdesignz-guidlinez#1074855</link>	
		<description>http://www.w3schools.com/</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72172-1074855</guid>
		<pubDate>Sat, 22 Sep 2007 20:15:52 -0800</pubDate>
		<dc:creator>white light</dc:creator>
	</item><item>
		<title>By: philomathoholic</title>
		<link>http://ask.metafilter.com/72172/can-i-hasz-webdesignz-guidlinez#1074866</link>	
		<description>seconding all things w3c. This is basically what their whole purpose is, afaik.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72172-1074866</guid>
		<pubDate>Sat, 22 Sep 2007 20:33:18 -0800</pubDate>
		<dc:creator>philomathoholic</dc:creator>
	</item><item>
		<title>By: Foci for Analysis</title>
		<link>http://ask.metafilter.com/72172/can-i-hasz-webdesignz-guidlinez#1074876</link>	
		<description>I&apos;ve constantly return to this &lt;a href=&quot;http://particletree.com/features/quick-start-your-design-with-xhtml-templates/&quot;&gt;Particletree article&lt;/a&gt; on how to structure your code.&lt;br&gt;
&lt;br&gt;
Yahoo has great resources for web devs. I often use their CSS code for &lt;a href=&quot;http://developer.yahoo.com/yui/reset/&quot;&gt;resetting CSS&lt;/a&gt;, giving elements a &lt;a href=&quot;http://developer.yahoo.com/yui/base/&quot;&gt;consistent looks&lt;/a&gt;, and getting &lt;a href=&quot;http://developer.yahoo.com/yui/fonts/&quot;&gt;fonts&lt;/a&gt; right.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.quirksmode.org/resources.html&quot;&gt;Quirks mode&lt;/a&gt; has lots about how different browsers support CSS, DOM and JavaScript.&lt;br&gt;
&lt;br&gt;
The always excellent w3C has an &lt;a href=&quot;http://www.w3.org/TR/WCAG10/full-checklist.html&quot;&gt;useful accessibility checklist&lt;/a&gt;. Do basic &lt;a href=&quot;http://www.wave.webaim.org/index.jsp&quot;&gt;accessibility evaluation using Wave&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.websiteoptimization.com/services/analyze/&quot;&gt;Web site optimization&lt;/a&gt; is often neglected, so make sure you test how long it takes to download your site.&lt;br&gt;
&lt;br&gt;
And to see how your fancy design actually looks like, &lt;a href=&quot;http://browsershots.org/&quot;&gt;Browser shots&lt;/a&gt; is the tool to use.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Is this what you had in mind?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72172-1074876</guid>
		<pubDate>Sat, 22 Sep 2007 20:52:07 -0800</pubDate>
		<dc:creator>Foci for Analysis</dc:creator>
	</item><item>
		<title>By: Foci for Analysis</title>
		<link>http://ask.metafilter.com/72172/can-i-hasz-webdesignz-guidlinez#1074885</link>	
		<description>Also, some books that you might find useful:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0321344758/metafilter-20/ref=nosim/&quot;&gt;Don&apos;t Make Me Think: A Common Sense Approach to Web Usability&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0596527349/metafilter-20/ref=nosim/&quot;&gt;Information Architecture for the World Wide Web: Designing Large-Scale Web Sites&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0321385551/metafilter-20/ref=nosim/&quot;&gt;Designing with Web Standards&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/1590593812/metafilter-20/ref=nosim/&quot;&gt;Web Standards Solutions: The Markup and Style Handbook&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0321509021/metafilter-20/ref=nosim/&quot;&gt;Bulletproof Web Design&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0321303474/metafilter-20/ref=nosim/&quot;&gt;The Zen of CSS Design: Visual Enlightenment for the Web&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72172-1074885</guid>
		<pubDate>Sat, 22 Sep 2007 21:09:29 -0800</pubDate>
		<dc:creator>Foci for Analysis</dc:creator>
	</item><item>
		<title>By: Brandon Blatcher</title>
		<link>http://ask.metafilter.com/72172/can-i-hasz-webdesignz-guidlinez#1074976</link>	
		<description>Yeah, Foci, you nailed it, especially with the Particletree link</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72172-1074976</guid>
		<pubDate>Sun, 23 Sep 2007 01:00:43 -0800</pubDate>
		<dc:creator>Brandon Blatcher</dc:creator>
	</item>
	</channel>
</rss>
