<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Poll:  Browser-Specific CSS&#160;Styles</title> <atom:link href="http://davidwalsh.name/poll-browserspecific-css-styles/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/poll-browserspecific-css-styles</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 15:40:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Cohen</title><link>http://davidwalsh.name/poll-browserspecific-css-styles/comment-page-1#comment-9654</link> <dc:creator>Cohen</dc:creator> <pubDate>Tue, 09 Jun 2009 13:25:47 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2769#comment-9654</guid> <description>@Ben +1 and :D for the 6-sided wheel.</description> <content:encoded><![CDATA[<p>@Ben +1 and :D for the 6-sided wheel.</p> ]]></content:encoded> </item> <item><title>By: Ben</title><link>http://davidwalsh.name/poll-browserspecific-css-styles/comment-page-1#comment-9653</link> <dc:creator>Ben</dc:creator> <pubDate>Tue, 09 Jun 2009 13:12:47 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2769#comment-9653</guid> <description>@Cohen No. What I am saying is that make your webpage work on all browsers, but don&#039;t use non-standard tags like scroll bar colouring and that kind of thing. Another thing I&#039;m saying is that Microsoft should actually make a browser that works to standards rather than inventing their own wheel (which has 6 sides :P)</description> <content:encoded><![CDATA[<p>@Cohen No. What I am saying is that make your webpage work on all browsers, but don&#8217;t use non-standard tags like scroll bar colouring and that kind of thing. Another thing I&#8217;m saying is that Microsoft should actually make a browser that works to standards rather than inventing their own wheel (which has 6 sides :P)</p> ]]></content:encoded> </item> <item><title>By: Cohen</title><link>http://davidwalsh.name/poll-browserspecific-css-styles/comment-page-1#comment-9652</link> <dc:creator>Cohen</dc:creator> <pubDate>Tue, 09 Jun 2009 12:52:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2769#comment-9652</guid> <description>@Ben: so what are you saying: only follow the standards and if you&#039;re web page (or web application) doesn&#039;t look good or even doesn&#039;t work because of it, just blame it on the user agent developers? Because they don&#039;t follow standards?I completely agree that a webpage should work on any browser (within reasonable limits). I just as much dislike a page that says: best viewed or designed for Firefox @ 1200x800 or something similar.By the way the W3C doesn&#039;t create standards, they make recommendations.</description> <content:encoded><![CDATA[<p>@Ben: so what are you saying: only follow the standards and if you&#8217;re web page (or web application) doesn&#8217;t look good or even doesn&#8217;t work because of it, just blame it on the user agent developers? Because they don&#8217;t follow standards?</p><p>I completely agree that a webpage should work on any browser (within reasonable limits). I just as much dislike a page that says: best viewed or designed for Firefox @ 1200&#215;800 or something similar.</p><p>By the way the W3C doesn&#8217;t create standards, they make recommendations.</p> ]]></content:encoded> </item> <item><title>By: Ben</title><link>http://davidwalsh.name/poll-browserspecific-css-styles/comment-page-1#comment-9646</link> <dc:creator>Ben</dc:creator> <pubDate>Mon, 08 Jun 2009 23:40:16 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2769#comment-9646</guid> <description>Would people please &lt;b&gt;stop&lt;/b&gt; using these damned non-standards based crap in their code. Microsoft can&#039;t stick to standard as it is without flipping encouraging them to change it even more! Microsoft feel that they can do as they like browser wise because loads of idiots feel that there is such a huge learning curve between it and Firefox, which it is not. FNC hasn&#039;t lent itself to the cause by subtitling Firefox as a search engine. Mainstream is not standard, when people learn this it&#039;ll make our lives easier as webdevs. The worst even is pages that only work in Internet Explorer, that &lt;b&gt;really really really&lt;/b&gt; annoys me! I hope that people will cop on eventually, because unless people stick their fingers up at Microsoft, they won&#039;t change a thing!</description> <content:encoded><![CDATA[<p>Would people please <b>stop</b> using these damned non-standards based crap in their code. Microsoft can&#8217;t stick to standard as it is without flipping encouraging them to change it even more! Microsoft feel that they can do as they like browser wise because loads of idiots feel that there is such a huge learning curve between it and Firefox, which it is not. FNC hasn&#8217;t lent itself to the cause by subtitling Firefox as a search engine. Mainstream is not standard, when people learn this it&#8217;ll make our lives easier as webdevs. The worst even is pages that only work in Internet Explorer, that <b>really really really</b> annoys me! I hope that people will cop on eventually, because unless people stick their fingers up at Microsoft, they won&#8217;t change a thing!</p> ]]></content:encoded> </item> <item><title>By: Cohen</title><link>http://davidwalsh.name/poll-browserspecific-css-styles/comment-page-1#comment-9569</link> <dc:creator>Cohen</dc:creator> <pubDate>Tue, 02 Jun 2009 13:32:39 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2769#comment-9569</guid> <description>We use one stylesheet to rule them all (actually this gives better performance for users surfing through some kind of proxy or gateway).But since data url&#039;s can bring a significant performance improvement (24 requests vs 1 request) we are considering a stylesheet for new browsers vs old browsers. Maybe autogenerated (encapsulate the data url&#039;s automatically).</description> <content:encoded><![CDATA[<p>We use one stylesheet to rule them all (actually this gives better performance for users surfing through some kind of proxy or gateway).</p><p>But since data url&#8217;s can bring a significant performance improvement (24 requests vs 1 request) we are considering a stylesheet for new browsers vs old browsers. Maybe autogenerated (encapsulate the data url&#8217;s automatically).</p> ]]></content:encoded> </item> <item><title>By: Adam</title><link>http://davidwalsh.name/poll-browserspecific-css-styles/comment-page-1#comment-9541</link> <dc:creator>Adam</dc:creator> <pubDate>Mon, 01 Jun 2009 14:50:51 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2769#comment-9541</guid> <description>Personally, I think Microsoft will try and create its own CSS anyway for IE, you already have to add so many hacks for IE8 to display anything correctly its unbelievable. </description> <content:encoded><![CDATA[<p>Personally, I think Microsoft will try and create its own CSS anyway for IE, you already have to add so many hacks for IE8 to display anything correctly its unbelievable.</p> ]]></content:encoded> </item> <item><title>By: Rodney</title><link>http://davidwalsh.name/poll-browserspecific-css-styles/comment-page-1#comment-9528</link> <dc:creator>Rodney</dc:creator> <pubDate>Sun, 31 May 2009 21:24:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2769#comment-9528</guid> <description>If you would have added the option: &quot;only if they validate&quot;, that would be my answer.</description> <content:encoded><![CDATA[<p>If you would have added the option: &#8220;only if they validate&#8221;, that would be my answer.</p> ]]></content:encoded> </item> <item><title>By: Joost Kiens</title><link>http://davidwalsh.name/poll-browserspecific-css-styles/comment-page-1#comment-9509</link> <dc:creator>Joost Kiens</dc:creator> <pubDate>Fri, 29 May 2009 20:53:29 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2769#comment-9509</guid> <description>Why not? a 2px radius on an input. Add a tiny drop shadow for webkit. Some opacity here an there, etc.
After spending a few boring hours with nerdy IE6, me and the cool browsers hang out together and do some extreme, progressive stuff. We just hope jigsaw.w3.org/css-validator will never find out.</description> <content:encoded><![CDATA[<p>Why not? a 2px radius on an input. Add a tiny drop shadow for webkit. Some opacity here an there, etc.<br
/> After spending a few boring hours with nerdy IE6, me and the cool browsers hang out together and do some extreme, progressive stuff. We just hope jigsaw.w3.org/css-validator will never find out.</p> ]]></content:encoded> </item> <item><title>By: Austin</title><link>http://davidwalsh.name/poll-browserspecific-css-styles/comment-page-1#comment-9507</link> <dc:creator>Austin</dc:creator> <pubDate>Fri, 29 May 2009 19:03:05 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2769#comment-9507</guid> <description>Yeah, I have to say, rounded corners are a beautiful feature. Mostly, I add specific styles just to jazz up designs for browsers that support them. My designs degrade nicely without them, just in case, but they are nice to have in the mean time.</description> <content:encoded><![CDATA[<p>Yeah, I have to say, rounded corners are a beautiful feature. Mostly, I add specific styles just to jazz up designs for browsers that support them. My designs degrade nicely without them, just in case, but they are nice to have in the mean time.</p> ]]></content:encoded> </item> <item><title>By: taylan</title><link>http://davidwalsh.name/poll-browserspecific-css-styles/comment-page-1#comment-9506</link> <dc:creator>taylan</dc:creator> <pubDate>Fri, 29 May 2009 17:56:10 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2769#comment-9506</guid> <description>I use Firefox and do everything for it :). CSS file in other browsers accurate not much trouble. I would also recommend that visitors use Firefox.</description> <content:encoded><![CDATA[<p>I use Firefox and do everything for it :). CSS file in other browsers accurate not much trouble. I would also recommend that visitors use Firefox.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/17 queries in 0.010 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 10:47:52 -->
