<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 10 Top Notch CSS Principles of the Experts</title>
	<atom:link href="http://www.balkhis.com/web-designs-resources/10-top-notch-css-principles-of-the-experts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.balkhis.com/web-designs-resources/10-top-notch-css-principles-of-the-experts/</link>
	<description>Balkhis Vision of Success - Resource for webmasters to assist them into maximizing their revenue.</description>
	<lastBuildDate>Fri, 11 Jun 2010 10:21:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Web Design Beach</title>
		<link>http://www.balkhis.com/web-designs-resources/10-top-notch-css-principles-of-the-experts/comment-page-1/#comment-35054</link>
		<dc:creator>Web Design Beach</dc:creator>
		<pubDate>Tue, 28 Apr 2009 18:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=1299#comment-35054</guid>
		<description>Hacks are also bad because i had few problems validating them with W3C validator.</description>
		<content:encoded><![CDATA[<p>Hacks are also bad because i had few problems validating them with W3C validator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balkhis Sweet Monday Link Love - 4/27/09</title>
		<link>http://www.balkhis.com/web-designs-resources/10-top-notch-css-principles-of-the-experts/comment-page-1/#comment-34805</link>
		<dc:creator>Balkhis Sweet Monday Link Love - 4/27/09</dc:creator>
		<pubDate>Mon, 27 Apr 2009 13:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=1299#comment-34805</guid>
		<description>[...] 10 Top Notch CSS Principles of the Experts [...]</description>
		<content:encoded><![CDATA[<p>[...] 10 Top Notch CSS Principles of the Experts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Used Tires</title>
		<link>http://www.balkhis.com/web-designs-resources/10-top-notch-css-principles-of-the-experts/comment-page-1/#comment-34609</link>
		<dc:creator>Used Tires</dc:creator>
		<pubDate>Sun, 26 Apr 2009 16:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=1299#comment-34609</guid>
		<description>Awesome tips for sure, To add something about #1.. I am pretty sure that if you utilize the shortcuts, you will probably save some file size space. Although it wont be anything &quot;significant&quot; but any file size decrease is a good thing.</description>
		<content:encoded><![CDATA[<p>Awesome tips for sure, To add something about #1.. I am pretty sure that if you utilize the shortcuts, you will probably save some file size space. Although it wont be anything &#8220;significant&#8221; but any file size decrease is a good thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donna</title>
		<link>http://www.balkhis.com/web-designs-resources/10-top-notch-css-principles-of-the-experts/comment-page-1/#comment-34375</link>
		<dc:creator>Donna</dc:creator>
		<pubDate>Sat, 25 Apr 2009 14:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=1299#comment-34375</guid>
		<description>#8 is NOT practiced by experts. Experts make an effort to make their sites usable by all Those that are sight impaired, older, or just feel more comfortable reading a larger font, need the resizing of fonts. It is not all that much more work, and you make the site more user-friendly. Lazy coders use px, pros use ems or %. 

The rest of your article is OK.</description>
		<content:encoded><![CDATA[<p>#8 is NOT practiced by experts. Experts make an effort to make their sites usable by all Those that are sight impaired, older, or just feel more comfortable reading a larger font, need the resizing of fonts. It is not all that much more work, and you make the site more user-friendly. Lazy coders use px, pros use ems or %. </p>
<p>The rest of your article is OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Television Spy</title>
		<link>http://www.balkhis.com/web-designs-resources/10-top-notch-css-principles-of-the-experts/comment-page-1/#comment-34295</link>
		<dc:creator>Television Spy</dc:creator>
		<pubDate>Sat, 25 Apr 2009 04:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=1299#comment-34295</guid>
		<description>good tips will look into some of them</description>
		<content:encoded><![CDATA[<p>good tips will look into some of them</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Shegogue</title>
		<link>http://www.balkhis.com/web-designs-resources/10-top-notch-css-principles-of-the-experts/comment-page-1/#comment-34262</link>
		<dc:creator>Brett Shegogue</dc:creator>
		<pubDate>Fri, 24 Apr 2009 23:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=1299#comment-34262</guid>
		<description>Good Article!  A few things...

#3 - Make sure everyone is aware that there are also IDs.  Classes are for styles that will be used more than once within a page.  IDs are styles that are used once.  Chances are, your &quot;main&quot; styling is going to be an ID not a class

#6 - A few carriage returns will not be that burdensom on load time.  I personally find it easier to work with and read CSS that has one property per line.  The main thing here is to be consistent.

#9 - this generally deals with IE.  You can always include a separate stylesheet for IE browsers</description>
		<content:encoded><![CDATA[<p>Good Article!  A few things&#8230;</p>
<p>#3 &#8211; Make sure everyone is aware that there are also IDs.  Classes are for styles that will be used more than once within a page.  IDs are styles that are used once.  Chances are, your &#8220;main&#8221; styling is going to be an ID not a class</p>
<p>#6 &#8211; A few carriage returns will not be that burdensom on load time.  I personally find it easier to work with and read CSS that has one property per line.  The main thing here is to be consistent.</p>
<p>#9 &#8211; this generally deals with IE.  You can always include a separate stylesheet for IE browsers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerhard</title>
		<link>http://www.balkhis.com/web-designs-resources/10-top-notch-css-principles-of-the-experts/comment-page-1/#comment-34245</link>
		<dc:creator>Gerhard</dc:creator>
		<pubDate>Fri, 24 Apr 2009 21:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=1299#comment-34245</guid>
		<description>#1 NEVER use just 0. If you&#039;re using em, px, or pt, use them consistently. Say padding: 0em 1em; or margin: 10px 5px 10px 0px;

#2 &lt;a href=&quot;http://adactio.com/journal/1540&quot; rel=&quot;nofollow&quot;&gt;Use HTML5 semantic classes&lt;/a&gt;

#4 &lt;a href=&quot;http://webkit.org/blog/68/understanding-html-xml-and-xhtml/&quot; rel=&quot;nofollow&quot;&gt;HTML 4.01 is what you want&lt;/a&gt;

#6 I disagree. Keep your CSS files READABLE first. There is YUI compressor and a tonne of other solutions, NEVER write your css on one line. You wouldn&#039;t write your HTML on one line, would you?

#8 Also disagree. em or % is what you want.

#9 Yes, indeed, hacks are bad (except for IE6 &amp; IE7 that are just dumb). Having said that, use degradation if the client is willing to compromise (they usually aren&#039;t).

I would say validate, but at the same time &lt;a href=&quot;http://www.css3.info/&quot; rel=&quot;nofollow&quot;&gt;use CSS3&lt;/a&gt; - which won&#039;t validate. Valid CSS is not the point, NOT having bad or sloppy CSS is.</description>
		<content:encoded><![CDATA[<p>#1 NEVER use just 0. If you&#8217;re using em, px, or pt, use them consistently. Say padding: 0em 1em; or margin: 10px 5px 10px 0px;</p>
<p>#2 <a href="http://adactio.com/journal/1540" rel="nofollow">Use HTML5 semantic classes</a></p>
<p>#4 <a href="http://webkit.org/blog/68/understanding-html-xml-and-xhtml/" rel="nofollow">HTML 4.01 is what you want</a></p>
<p>#6 I disagree. Keep your CSS files READABLE first. There is YUI compressor and a tonne of other solutions, NEVER write your css on one line. You wouldn&#8217;t write your HTML on one line, would you?</p>
<p>#8 Also disagree. em or % is what you want.</p>
<p>#9 Yes, indeed, hacks are bad (except for IE6 &amp; IE7 that are just dumb). Having said that, use degradation if the client is willing to compromise (they usually aren&#8217;t).</p>
<p>I would say validate, but at the same time <a href="http://www.css3.info/" rel="nofollow">use CSS3</a> &#8211; which won&#8217;t validate. Valid CSS is not the point, NOT having bad or sloppy CSS is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Cannon</title>
		<link>http://www.balkhis.com/web-designs-resources/10-top-notch-css-principles-of-the-experts/comment-page-1/#comment-34237</link>
		<dc:creator>Robin Cannon</dc:creator>
		<pubDate>Fri, 24 Apr 2009 20:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=1299#comment-34237</guid>
		<description>pt is what you use for print typography. It doesn&#039;t work that brilliantly in web pages most of the time because different resolutions have different impacts.

An em is &quot;a unit equal to the size of the current font&quot;. Basically what that means is that if the font size is set to 12px, then 1 em = 12px. The reason it&#039;s more useful for web design is because it&#039;s more flexible in terms of resizing.

It&#039;s also easy to set for web design to mirror accurate pixel sizes. The default font size for browsers is 16px. If you set in your body CSS font-size=0.625em or 62.5% then you reset 1em = 10px. Then for other elements you just use whatever size you want. If you want 12px then use 1.2em, etc.</description>
		<content:encoded><![CDATA[<p>pt is what you use for print typography. It doesn&#8217;t work that brilliantly in web pages most of the time because different resolutions have different impacts.</p>
<p>An em is &#8220;a unit equal to the size of the current font&#8221;. Basically what that means is that if the font size is set to 12px, then 1 em = 12px. The reason it&#8217;s more useful for web design is because it&#8217;s more flexible in terms of resizing.</p>
<p>It&#8217;s also easy to set for web design to mirror accurate pixel sizes. The default font size for browsers is 16px. If you set in your body CSS font-size=0.625em or 62.5% then you reset 1em = 10px. Then for other elements you just use whatever size you want. If you want 12px then use 1.2em, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PS3</title>
		<link>http://www.balkhis.com/web-designs-resources/10-top-notch-css-principles-of-the-experts/comment-page-1/#comment-34228</link>
		<dc:creator>PS3</dc:creator>
		<pubDate>Fri, 24 Apr 2009 19:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=1299#comment-34228</guid>
		<description>Some good tips there!
What is pt or em? Never heard of them. I&#039;ve always used px myself!</description>
		<content:encoded><![CDATA[<p>Some good tips there!<br />
What is pt or em? Never heard of them. I&#8217;ve always used px myself!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Cannon</title>
		<link>http://www.balkhis.com/web-designs-resources/10-top-notch-css-principles-of-the-experts/comment-page-1/#comment-34220</link>
		<dc:creator>Robin Cannon</dc:creator>
		<pubDate>Fri, 24 Apr 2009 18:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.balkhis.com/?p=1299#comment-34220</guid>
		<description>I&#039;d argue strongly against point 8. You should be using em instead of px. px are far less flexible for the end user - particularly in those browsers where they can&#039;t change the size of fixed px fonts. em provides far more flexibility and doesn&#039;t have any impact on defining your font sizes.</description>
		<content:encoded><![CDATA[<p>I&#8217;d argue strongly against point 8. You should be using em instead of px. px are far less flexible for the end user &#8211; particularly in those browsers where they can&#8217;t change the size of fixed px fonts. em provides far more flexibility and doesn&#8217;t have any impact on defining your font sizes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
