<?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: How to Optimize CSS Selectors for a Faster Website</title> <atom:link href="http://www.webtechwise.com/optimize-css-selectors-for-faster-website/feed/" rel="self" type="application/rss+xml" /><link>http://www.webtechwise.com/optimize-css-selectors-for-faster-website/</link> <description>Tips and Tutorials for Bloggers and Webmasters</description> <lastBuildDate>Mon, 30 Jan 2012 20:44:42 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Omer Greenwald</title><link>http://www.webtechwise.com/optimize-css-selectors-for-faster-website/#comment-3322</link> <dc:creator>Omer Greenwald</dc:creator> <pubDate>Tue, 27 Jul 2010 16:04:19 +0000</pubDate> <guid isPermaLink="false">http://www.webtechwise.com/?p=932#comment-3322</guid> <description>Hi @None - when using h4.meta the browser search for all h4 tags (which is not necessary less time than searching for the meta class) and then, in addition, it will activate a second filter of class meta. This 2 actions will take longer to process than just looking for all meta class objects.Regarding EMs vs Pixels. I&#039;m not sure which resolution change you refer to in that example, but pixels are the native measurement unit in which the browser renders, so using EMs will always take a bit longer than using pixels because it adds a conversion task to the browser rendition.</description> <content:encoded><![CDATA[<p>Hi @None &#8211; when using h4.meta the browser search for all h4 tags (which is not necessary less time than searching for the meta class) and then, in addition, it will activate a second filter of class meta. This 2 actions will take longer to process than just looking for all meta class objects.</p><p>Regarding EMs vs Pixels. I&#8217;m not sure which resolution change you refer to in that example, but pixels are the native measurement unit in which the browser renders, so using EMs will always take a bit longer than using pixels because it adds a conversion task to the browser rendition.</p> ]]></content:encoded> </item> <item><title>By: None</title><link>http://www.webtechwise.com/optimize-css-selectors-for-faster-website/#comment-3321</link> <dc:creator>None</dc:creator> <pubDate>Tue, 27 Jul 2010 15:02:22 +0000</pubDate> <guid isPermaLink="false">http://www.webtechwise.com/?p=932#comment-3321</guid> <description>By the way, ems are faster for development when you need to change all typography on a site. You just change your base font size definition. Pixels are not guaranteed. If you change the resolution settings in Windows from 92/inch to 126/inch, you will get a nasty surprise if everything you develop is pixel based.</description> <content:encoded><![CDATA[<p>By the way, ems are faster for development when you need to change all typography on a site. You just change your base font size definition. Pixels are not guaranteed. If you change the resolution settings in Windows from 92/inch to 126/inch, you will get a nasty surprise if everything you develop is pixel based.</p> ]]></content:encoded> </item> <item><title>By: None</title><link>http://www.webtechwise.com/optimize-css-selectors-for-faster-website/#comment-3320</link> <dc:creator>None</dc:creator> <pubDate>Tue, 27 Jul 2010 15:00:16 +0000</pubDate> <guid isPermaLink="false">http://www.webtechwise.com/?p=932#comment-3320</guid> <description>How did you measure this to be &quot;faster&quot;?Your conclusions are wrong. Using &quot;.meta&quot;, a browser will scour the DOM for EVERY element and then test the class for a match. Using &quot;h4.meta&quot;, the browser will only test the h4 elements.</description> <content:encoded><![CDATA[<p>How did you measure this to be &#8220;faster&#8221;?</p><p>Your conclusions are wrong. Using &#8220;.meta&#8221;, a browser will scour the DOM for EVERY element and then test the class for a match. Using &#8220;h4.meta&#8221;, the browser will only test the h4 elements.</p> ]]></content:encoded> </item> <item><title>By: Blogging Tips, DoFollow Debate, and Web Design Tips Weekly Round Up April 05, 2009 &#124; Evolutionary Designs</title><link>http://www.webtechwise.com/optimize-css-selectors-for-faster-website/#comment-630</link> <dc:creator>Blogging Tips, DoFollow Debate, and Web Design Tips Weekly Round Up April 05, 2009 &#124; Evolutionary Designs</dc:creator> <pubDate>Tue, 06 Apr 2010 04:40:30 +0000</pubDate> <guid isPermaLink="false">http://www.webtechwise.com/?p=932#comment-630</guid> <description>[...] How to Optimize CSS Selectors for a Faster Website &#8211; CSS is one of my favorite languages to use while designing a site or optimizing it for better speed. There is so much you can do with it. One easiest thing you can do to speed up your site is change the way CSS selectors are code for a site. Omer wrote a great tutorial about CSS Selector optimization using Dreamweaver. [...]</description> <content:encoded><![CDATA[<p>[...] How to Optimize CSS Selectors for a Faster Website &#8211; CSS is one of my favorite languages to use while designing a site or optimizing it for better speed. There is so much you can do with it. One easiest thing you can do to speed up your site is change the way CSS selectors are code for a site. Omer wrote a great tutorial about CSS Selector optimization using Dreamweaver. [...]</p> ]]></content:encoded> </item> <item><title>By: element321</title><link>http://www.webtechwise.com/optimize-css-selectors-for-faster-website/#comment-613</link> <dc:creator>element321</dc:creator> <pubDate>Mon, 05 Apr 2010 19:20:06 +0000</pubDate> <guid isPermaLink="false">http://www.webtechwise.com/?p=932#comment-613</guid> <description>That good. When I am creating from scratch, I tend to use pixels.</description> <content:encoded><![CDATA[<p>That good. When I am creating from scratch, I tend to use pixels.</p> ]]></content:encoded> </item> <item><title>By: Omer Greenwald</title><link>http://www.webtechwise.com/optimize-css-selectors-for-faster-website/#comment-612</link> <dc:creator>Omer Greenwald</dc:creator> <pubDate>Mon, 05 Apr 2010 18:59:08 +0000</pubDate> <guid isPermaLink="false">http://www.webtechwise.com/?p=932#comment-612</guid> <description>Thanks man. Another thing I recently learned about CSS: EMs are no longer necessary for font-sizes and other elements as they were before, and it&#039;s recommended to go back to pixels for better rendition.</description> <content:encoded><![CDATA[<p>Thanks man. Another thing I recently learned about CSS: EMs are no longer necessary for font-sizes and other elements as they were before, and it&#8217;s recommended to go back to pixels for better rendition.</p> ]]></content:encoded> </item> <item><title>By: element321</title><link>http://www.webtechwise.com/optimize-css-selectors-for-faster-website/#comment-611</link> <dc:creator>element321</dc:creator> <pubDate>Mon, 05 Apr 2010 18:43:59 +0000</pubDate> <guid isPermaLink="false">http://www.webtechwise.com/?p=932#comment-611</guid> <description>Omer great write up. I just recommend this to one of my clients to help speed up their site. I didn&#039;t get the chance to work with the client on that project, but its about time to start cleaning my CSS and remove all the useless code.</description> <content:encoded><![CDATA[<p>Omer great write up. I just recommend this to one of my clients to help speed up their site. I didn&#8217;t get the chance to work with the client on that project, but its about time to start cleaning my CSS and remove all the useless code.</p> ]]></content:encoded> </item> <item><title>By: Paul</title><link>http://www.webtechwise.com/optimize-css-selectors-for-faster-website/#comment-263</link> <dc:creator>Paul</dc:creator> <pubDate>Sat, 27 Mar 2010 18:45:08 +0000</pubDate> <guid isPermaLink="false">http://www.webtechwise.com/?p=932#comment-263</guid> <description>Amazing suggestion! My website could use a revamp or two, but I wouldn&#039;t have to worry about optimizing it. I got http://www.mroptimization.com to help me with that, but I also believe website design is a big thing</description> <content:encoded><![CDATA[<p>Amazing suggestion! My website could use a revamp or two, but I wouldn&#8217;t have to worry about optimizing it. I got <a href="http://www.mroptimization.com" rel="nofollow">http://www.mroptimization.com</a> to help me with that, but I also believe website design is a big thing</p> ]]></content:encoded> </item> <item><title>By: Elegant Themes &#124; Paradox Equation</title><link>http://www.webtechwise.com/optimize-css-selectors-for-faster-website/#comment-172</link> <dc:creator>Elegant Themes &#124; Paradox Equation</dc:creator> <pubDate>Fri, 19 Mar 2010 05:51:57 +0000</pubDate> <guid isPermaLink="false">http://www.webtechwise.com/?p=932#comment-172</guid> <description>[...] How to Optimize CSS Selectors for a Faster Website &#124; WebTechWise [...]</description> <content:encoded><![CDATA[<p>[...] How to Optimize CSS Selectors for a Faster Website | WebTechWise [...]</p> ]]></content:encoded> </item> <item><title>By: You are now listed on FAQPAL</title><link>http://www.webtechwise.com/optimize-css-selectors-for-faster-website/#comment-159</link> <dc:creator>You are now listed on FAQPAL</dc:creator> <pubDate>Tue, 16 Mar 2010 22:13:11 +0000</pubDate> <guid isPermaLink="false">http://www.webtechwise.com/?p=932#comment-159</guid> <description>&lt;strong&gt;How to Optimize CSS Selectors for a Faster Website...&lt;/strong&gt;Browsers render optimized style sheets faster than messy ones. Therefore, making your CSS code as short and clean as possible is an efficient method to improve page loading time....</description> <content:encoded><![CDATA[<p><strong>How to Optimize CSS Selectors for a Faster Website&#8230;</strong></p><p>Browsers render optimized style sheets faster than messy ones. Therefore, making your CSS code as short and clean as possible is an efficient method to improve page loading time&#8230;.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.webtechwise.com @ 2012-02-04 06:45:48 -->
