<?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: Designer&#8217;s Toolbox: Blank CSS Template</title>
	<atom:link href="http://tutorialblog.org/designers-toolbox-blank-css-template/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialblog.org/designers-toolbox-blank-css-template/</link>
	<description>High Quality Photoshop Tutorials, Tips and other Great Things...</description>
	<lastBuildDate>Thu, 19 Nov 2009 00:28:25 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Armen - http://alphablogdesigns.com/</title>
		<link>http://tutorialblog.org/designers-toolbox-blank-css-template/comment-page-1/#comment-23193</link>
		<dc:creator>Armen - http://alphablogdesigns.com/</dc:creator>
		<pubDate>Mon, 24 Mar 2008 11:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/designers-toolbox-blank-css-template/#comment-23193</guid>
		<description>&lt;b&gt;Chris&lt;/b&gt; - I&#039;m with you on the universal selector issue. I&#039;m not convinced that it&#039;s all that bad, and I still use it extensively without any problems.</description>
		<content:encoded><![CDATA[<p><b>Chris</b> &#8211; I&#8217;m with you on the universal selector issue. I&#8217;m not convinced that it&#8217;s all that bad, and I still use it extensively without any problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph - http://www.webpixelkonsum.de</title>
		<link>http://tutorialblog.org/designers-toolbox-blank-css-template/comment-page-1/#comment-23183</link>
		<dc:creator>Ralph - http://www.webpixelkonsum.de</dc:creator>
		<pubDate>Sun, 23 Mar 2008 10:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/designers-toolbox-blank-css-template/#comment-23183</guid>
		<description>Thank you for your great idea to avoid many mistakes and waste time with a standard xhtml and css-template...

I should think about this idea for my webprojects, too

Ralph</description>
		<content:encoded><![CDATA[<p>Thank you for your great idea to avoid many mistakes and waste time with a standard xhtml and css-template&#8230;</p>
<p>I should think about this idea for my webprojects, too</p>
<p>Ralph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Wood - </title>
		<link>http://tutorialblog.org/designers-toolbox-blank-css-template/comment-page-1/#comment-23161</link>
		<dc:creator>Andy Wood - </dc:creator>
		<pubDate>Thu, 20 Mar 2008 10:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/designers-toolbox-blank-css-template/#comment-23161</guid>
		<description>koew&#039;s comments on the ugliness of fonts at odd pixel size&#039;s is a valid one based on my own experience with older browsers on older platforms.

Perhaps I am stuck in a timewarp, but I still feel the need to use even pixel sizes especially at smaller end of the scale.

Other than that I think this is a very useful template and I find your CSS-Tricks site to be an excellent read. Thanks Chris.

Cheers</description>
		<content:encoded><![CDATA[<p>koew&#8217;s comments on the ugliness of fonts at odd pixel size&#8217;s is a valid one based on my own experience with older browsers on older platforms.</p>
<p>Perhaps I am stuck in a timewarp, but I still feel the need to use even pixel sizes especially at smaller end of the scale.</p>
<p>Other than that I think this is a very useful template and I find your CSS-Tricks site to be an excellent read. Thanks Chris.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chriscoyier - http://</title>
		<link>http://tutorialblog.org/designers-toolbox-blank-css-template/comment-page-1/#comment-23160</link>
		<dc:creator>chriscoyier - http://</dc:creator>
		<pubDate>Wed, 19 Mar 2008 15:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/designers-toolbox-blank-css-template/#comment-23160</guid>
		<description>@Frederic: I use include that as a part of my &quot;toolbox&quot; CSS. It is basically a one-pixel alpha-transparent PNG so that I can apply a transparent black fill to a box without having to use the Opacity attribute. Opacity is great sometimes, applying it to an element forces all the child elements to have opacity also. If those child elements are text, that can be a bad thing. This way you can apply a transparent background and keep fully opaque text.

@koew: I was actually not aware that even pixel sizes rendered better.... I&#039;m gonna have to look into that.</description>
		<content:encoded><![CDATA[<p>@Frederic: I use include that as a part of my &#8220;toolbox&#8221; CSS. It is basically a one-pixel alpha-transparent PNG so that I can apply a transparent black fill to a box without having to use the Opacity attribute. Opacity is great sometimes, applying it to an element forces all the child elements to have opacity also. If those child elements are text, that can be a bad thing. This way you can apply a transparent background and keep fully opaque text.</p>
<p>@koew: I was actually not aware that even pixel sizes rendered better&#8230;. I&#8217;m gonna have to look into that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koew - http://koew.net/</title>
		<link>http://tutorialblog.org/designers-toolbox-blank-css-template/comment-page-1/#comment-23159</link>
		<dc:creator>koew - http://koew.net/</dc:creator>
		<pubDate>Wed, 19 Mar 2008 14:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/designers-toolbox-blank-css-template/#comment-23159</guid>
		<description>I don&#039;t see why you should use 1.3em (~13px) for the p-selectors font size. If there&#039;s something which renders ugly on older browsers (especially without ClearType or similar functions), it&#039;s a font sized at 13.

It&#039;s better to work with even numbers, like 8, 10, 12, 14 and 16. Better readability &gt; fancy designing. (Personal opinion, and can be argued till the end of time)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see why you should use 1.3em (~13px) for the p-selectors font size. If there&#8217;s something which renders ugly on older browsers (especially without ClearType or similar functions), it&#8217;s a font sized at 13.</p>
<p>It&#8217;s better to work with even numbers, like 8, 10, 12, 14 and 16. Better readability &gt; fancy designing. (Personal opinion, and can be argued till the end of time)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederic - </title>
		<link>http://tutorialblog.org/designers-toolbox-blank-css-template/comment-page-1/#comment-23157</link>
		<dc:creator>Frederic - </dc:creator>
		<pubDate>Wed, 19 Mar 2008 04:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/designers-toolbox-blank-css-template/#comment-23157</guid>
		<description>Great RES for the website editpadders like me !

Can you explain the utility of the .transpBlack { background: url(transpBlack.png); } thought ?</description>
		<content:encoded><![CDATA[<p>Great RES for the website editpadders like me !</p>
<p>Can you explain the utility of the .transpBlack { background: url(transpBlack.png); } thought ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veerendra - http://www.v-render.com</title>
		<link>http://tutorialblog.org/designers-toolbox-blank-css-template/comment-page-1/#comment-23149</link>
		<dc:creator>veerendra - http://www.v-render.com</dc:creator>
		<pubDate>Mon, 17 Mar 2008 04:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/designers-toolbox-blank-css-template/#comment-23149</guid>
		<description>thanks for the sofisticated blank css and html template. this guide will help me!</description>
		<content:encoded><![CDATA[<p>thanks for the sofisticated blank css and html template. this guide will help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chriscoyier - http://</title>
		<link>http://tutorialblog.org/designers-toolbox-blank-css-template/comment-page-1/#comment-23143</link>
		<dc:creator>chriscoyier - http://</dc:creator>
		<pubDate>Sun, 16 Mar 2008 18:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/designers-toolbox-blank-css-template/#comment-23143</guid>
		<description>I have yet to see any firm evidence on the star selector noticeably slowing down rendering. I don&#039;t doubt that it does slightly, since the star selector will literally apply it self to every single element on the page. But I have serious doubts that the slight slowdown is even noticeable on even very complex pages.

Also, it&#039;s not the margin and padding being removed with the star selector that screw up default input fields, it&#039;s the border, and notice how the border is not reset here. Default input styles will remain intact (e.g. the glowy buttons in Safari or the blocky beveled buttons in FF or IE). You are correct though that if you strip border in this way, those default styles cannot be reapplied.

Overflow-y is also not nonsense. It applies an empty vertical scrollbar in browsers that don&#039;t already have that (IE by default already does this). This may take up screen real estate when not needed occasionally, but it eliminates the awkward &quot;jump&quot; in horizontal centering when navigation between a page that scrolls and a page that doesn&#039;t.</description>
		<content:encoded><![CDATA[<p>I have yet to see any firm evidence on the star selector noticeably slowing down rendering. I don&#8217;t doubt that it does slightly, since the star selector will literally apply it self to every single element on the page. But I have serious doubts that the slight slowdown is even noticeable on even very complex pages.</p>
<p>Also, it&#8217;s not the margin and padding being removed with the star selector that screw up default input fields, it&#8217;s the border, and notice how the border is not reset here. Default input styles will remain intact (e.g. the glowy buttons in Safari or the blocky beveled buttons in FF or IE). You are correct though that if you strip border in this way, those default styles cannot be reapplied.</p>
<p>Overflow-y is also not nonsense. It applies an empty vertical scrollbar in browsers that don&#8217;t already have that (IE by default already does this). This may take up screen real estate when not needed occasionally, but it eliminates the awkward &#8220;jump&#8221; in horizontal centering when navigation between a page that scrolls and a page that doesn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaise Kal - http://spookpaard.nl</title>
		<link>http://tutorialblog.org/designers-toolbox-blank-css-template/comment-page-1/#comment-23141</link>
		<dc:creator>Blaise Kal - http://spookpaard.nl</dc:creator>
		<pubDate>Sun, 16 Mar 2008 14:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/designers-toolbox-blank-css-template/#comment-23141</guid>
		<description>The idea of having a default template is good. The way it&#039;s done here isn&#039;t. 

For example: the * selector slows rendering down. It also removes wanted margins and paddings from form input fields in certain OS&#039;s/browsers, which cannot be reapplied. 

The overflow-y is also nonsense, since your page may not always be scrollable, making the scrollbar obsolete (and confusing to some).</description>
		<content:encoded><![CDATA[<p>The idea of having a default template is good. The way it&#8217;s done here isn&#8217;t. </p>
<p>For example: the * selector slows rendering down. It also removes wanted margins and paddings from form input fields in certain OS&#8217;s/browsers, which cannot be reapplied. </p>
<p>The overflow-y is also nonsense, since your page may not always be scrollable, making the scrollbar obsolete (and confusing to some).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chriscoyier - http://</title>
		<link>http://tutorialblog.org/designers-toolbox-blank-css-template/comment-page-1/#comment-23140</link>
		<dc:creator>chriscoyier - http://</dc:creator>
		<pubDate>Sun, 16 Mar 2008 13:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialblog.org/designers-toolbox-blank-css-template/#comment-23140</guid>
		<description>For a &quot;barebones&quot; template for wordpress, check out Elliot Jay Stocks &quot;&lt;a href=&quot;http://elliotjaystocks.com/blog/archive/2008/free-starkers-wordpress-theme/&quot; rel=&quot;nofollow&quot;&gt;Starkers&lt;/a&gt;&quot; theme.</description>
		<content:encoded><![CDATA[<p>For a &#8220;barebones&#8221; template for wordpress, check out Elliot Jay Stocks &#8220;Starkers [http://elliotjaystocks.com/blog/archive/2008/free-starkers-wordpress-theme/]&#8221; theme.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
