<?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: The power of pure CSS</title>
	<atom:link href="http://www.sitepoint.com/blogs/2005/02/24/the-power-of-pure-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2005/02/24/the-power-of-pure-css/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Mon, 23 Nov 2009 01:39:24 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mmj</title>
		<link>http://www.sitepoint.com/blogs/2005/02/24/the-power-of-pure-css/comment-page-1/#comment-3821</link>
		<dc:creator>mmj</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1315299638#comment-3821</guid>
		<description>&lt;p&gt;That puzzle is pretty cool.  With no JS/Java/Flash, it&#039;s very quick on a 733MHz computer!&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>That puzzle is pretty cool.  With no JS/Java/Flash, it&#8217;s very quick on a 733MHz computer!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ewout de Graaf</title>
		<link>http://www.sitepoint.com/blogs/2005/02/24/the-power-of-pure-css/comment-page-1/#comment-3822</link>
		<dc:creator>Ewout de Graaf</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1315299638#comment-3822</guid>
		<description>&lt;p&gt;Pure CSS is a nice thought - but considering all the problems it gives on various browsers i have gone back to tables on many websites. &lt;br /&gt;
Honestly, even Eric Meyers css tricks show up wrong on my browser, and i am using XP with IE 6 - together with about half the world. &lt;br /&gt;
What is the point using CSS if you have to hack your way through several box models just in order to make your page appear correct on different platforms? &lt;br /&gt;
CSS - only? In a few years maybe, when all the dust is settled. I just don&#039;t have time for it now...&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Pure CSS is a nice thought &#8211; but considering all the problems it gives on various browsers i have gone back to tables on many websites. <br />
Honestly, even Eric Meyers css tricks show up wrong on my browser, and i am using XP with IE 6 &#8211; together with about half the world. <br />
What is the point using CSS if you have to hack your way through several box models just in order to make your page appear correct on different platforms? <br />
CSS &#8211; only? In a few years maybe, when all the dust is settled. I just don&#8217;t have time for it now&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: redux</title>
		<link>http://www.sitepoint.com/blogs/2005/02/24/the-power-of-pure-css/comment-page-1/#comment-3823</link>
		<dc:creator>redux</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1315299638#comment-3823</guid>
		<description>&lt;p&gt;have a look at the advanced version of my csszengarden entry &quot;&lt;a href=&quot;http://www.csszengarden.com/?cssfile=http://www.splintered.co.uk/portfolio/source/zengarden/door_to_my_garden/style.css&quot;&gt;door to my garden&lt;/a&gt;&quot;. should also degrade nicely, although i seem to remember netscape 6 still had problems with it...&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>have a look at the advanced version of my csszengarden entry &#8220;<a href="http://www.csszengarden.com/?cssfile=http://www.splintered.co.uk/portfolio/source/zengarden/door_to_my_garden/style.css">door to my garden</a>&#8220;. should also degrade nicely, although i seem to remember netscape 6 still had problems with it&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.sitepoint.com/blogs/2005/02/24/the-power-of-pure-css/comment-page-1/#comment-3824</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1315299638#comment-3824</guid>
		<description>&lt;p&gt;To Ewout, who said: What is the point using CSS if you have to hack your way through several box models just in order to make your page appear correct on different platforms?&lt;br /&gt;
------------&lt;br /&gt;
No matter how many hacks I end up having to put into a site (which usually isn&#039;t very many), it&#039;s still ten times easier than hacking together a table site was 4-5 years ago for me. The differences between IE and the modern browsers is often a little overblown in articles; for practical purposes it doesn&#039;t take much to make everything work. The benefit is *forward* compatibility, more important and cost-effective IMO than backward, plus you get the benefit of being built with accessibility. &lt;/p&gt;

&lt;p&gt;Sure, Stu Nicholls&#039; stuff is either non-compatible or very difficult, but not all of us have to be on the cutting edge, and I learned a lot of very interesting things from his site when I first stumbled onto it (like opacity, whose cross-browser implementation is fairly easy). Maintenance in the past year since I&#039;ve been using CSS2 instead of tables has saved me big bucks and a ton of sanity-- it&#039;s not all hacking and cursing.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>To Ewout, who said: What is the point using CSS if you have to hack your way through several box models just in order to make your page appear correct on different platforms?<br />
&#8212;&#8212;&#8212;&#8212;<br />
No matter how many hacks I end up having to put into a site (which usually isn&#8217;t very many), it&#8217;s still ten times easier than hacking together a table site was 4-5 years ago for me. The differences between IE and the modern browsers is often a little overblown in articles; for practical purposes it doesn&#8217;t take much to make everything work. The benefit is *forward* compatibility, more important and cost-effective IMO than backward, plus you get the benefit of being built with accessibility. </p>
<p>Sure, Stu Nicholls&#8217; stuff is either non-compatible or very difficult, but not all of us have to be on the cutting edge, and I learned a lot of very interesting things from his site when I first stumbled onto it (like opacity, whose cross-browser implementation is fairly easy). Maintenance in the past year since I&#8217;ve been using CSS2 instead of tables has saved me big bucks and a ton of sanity&#8211; it&#8217;s not all hacking and cursing.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://www.sitepoint.com/blogs/2005/02/24/the-power-of-pure-css/comment-page-1/#comment-3825</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1315299638#comment-3825</guid>
		<description>&lt;p&gt;the problem with &#039;waiting until the dust settles&#039; is that it never will as long as developers are scared to update their skillset.&lt;/p&gt;

&lt;p&gt;start using it now, and vendors will either release products that work right or risk fading away.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>the problem with &#8216;waiting until the dust settles&#8217; is that it never will as long as developers are scared to update their skillset.</p>
<p>start using it now, and vendors will either release products that work right or risk fading away.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: dereko</title>
		<link>http://www.sitepoint.com/blogs/2005/02/24/the-power-of-pure-css/comment-page-1/#comment-3826</link>
		<dc:creator>dereko</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1315299638#comment-3826</guid>
		<description>&lt;p&gt;I have to agree with Ewout de Graaf.  To a certain extent if you are designing with css in mind then it can be effective but if a designer gives you a design form a photoshop image and you need to replicate in html. It can be near on impossible to get it  working in all browsers with css techniques. The fact that some wizz kid / expert can after 7 days of work is totaly conter productive.  It should be easy to implement, but i guess it&#039;s no ones fault really just the browsers aren&#039;t consistent.&lt;/p&gt;

&lt;p&gt;conclusion.. will have to wate a few years before the browers catch up.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I have to agree with Ewout de Graaf.  To a certain extent if you are designing with css in mind then it can be effective but if a designer gives you a design form a photoshop image and you need to replicate in html. It can be near on impossible to get it  working in all browsers with css techniques. The fact that some wizz kid / expert can after 7 days of work is totaly conter productive.  It should be easy to implement, but i guess it&#8217;s no ones fault really just the browsers aren&#8217;t consistent.</p>
<p>conclusion.. will have to wate a few years before the browers catch up.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ned Collyer</title>
		<link>http://www.sitepoint.com/blogs/2005/02/24/the-power-of-pure-css/comment-page-1/#comment-3827</link>
		<dc:creator>Ned Collyer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1315299638#comment-3827</guid>
		<description>&lt;p&gt;The image gallery is impressive :)&lt;/p&gt;

&lt;p&gt;I&#039;m not a fan of some of the other aspects of Stu&#039;s site.  It&#039;s really markup + css heavy.&lt;/p&gt;

&lt;p&gt;Writing 10k of extra data to the markup is NOT cutting edge.&lt;/p&gt;

&lt;p&gt;Its the equivalent of reproducing a photo using coloured table cells.   Sure its possible, but its pretty obvious that its not appropriate.&lt;/p&gt;

&lt;p&gt;The photo gallery is very nice :)  Im not keen on all the images being fully downloaded.. but hey, it works well once its loaded.&lt;/p&gt;

&lt;p&gt;CSS and standards are easy and cost effective if you practice and get good at them.&lt;br /&gt;
Of course its going to take time to do a design thats given to an inexperienced HTML + css dev.&lt;/p&gt;

&lt;p&gt;For some reason people initially learn the incorrect methods for using HTML before they learn the right/enlightened way.&lt;/p&gt;

&lt;p&gt;There is basically no transferable knowledge between the CSS + div, and table layout methods for creating web pages, so of course transisitioning will take time.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>The image gallery is impressive :)</p>
<p>I&#8217;m not a fan of some of the other aspects of Stu&#8217;s site.  It&#8217;s really markup + css heavy.</p>
<p>Writing 10k of extra data to the markup is NOT cutting edge.</p>
<p>Its the equivalent of reproducing a photo using coloured table cells.   Sure its possible, but its pretty obvious that its not appropriate.</p>
<p>The photo gallery is very nice :)  Im not keen on all the images being fully downloaded.. but hey, it works well once its loaded.</p>
<p>CSS and standards are easy and cost effective if you practice and get good at them.<br />
Of course its going to take time to do a design thats given to an inexperienced HTML + css dev.</p>
<p>For some reason people initially learn the incorrect methods for using HTML before they learn the right/enlightened way.</p>
<p>There is basically no transferable knowledge between the CSS + div, and table layout methods for creating web pages, so of course transisitioning will take time.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: AlexW</title>
		<link>http://www.sitepoint.com/blogs/2005/02/24/the-power-of-pure-css/comment-page-1/#comment-3828</link>
		<dc:creator>AlexW</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1315299638#comment-3828</guid>
		<description>&lt;p&gt;Ned, Stu isn&#039;t necessarily trying to code best practice CSS here. &lt;/p&gt;

&lt;p&gt;In the mid 60&#039;s some guys in the University of Illinois got a single plasma cell to glow on command. Not particularly useful, but the idea led to the million-cell Plasma TV&#039;s we have today. &lt;/p&gt;

&lt;p&gt;Stu&#039;s stuff is the kind of laboratory madness that shows what is technically possible. Hopefully next time you&#039;re considering a real-world problem with, say, a navigation panel, you&#039;ll think &quot;now if that guy got CSS to work like a maze game, I&#039;m sure we can use a small part of his technique to get these dropdowns to work properly&quot;&lt;br /&gt;
&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Ned, Stu isn&#8217;t necessarily trying to code best practice CSS here. </p>
<p>In the mid 60&#8217;s some guys in the University of Illinois got a single plasma cell to glow on command. Not particularly useful, but the idea led to the million-cell Plasma TV&#8217;s we have today. </p>
<p>Stu&#8217;s stuff is the kind of laboratory madness that shows what is technically possible. Hopefully next time you&#8217;re considering a real-world problem with, say, a navigation panel, you&#8217;ll think &#8220;now if that guy got CSS to work like a maze game, I&#8217;m sure we can use a small part of his technique to get these dropdowns to work properly&#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ned Collyer</title>
		<link>http://www.sitepoint.com/blogs/2005/02/24/the-power-of-pure-css/comment-page-1/#comment-3829</link>
		<dc:creator>Ned Collyer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1315299638#comment-3829</guid>
		<description>&lt;p&gt;AlexW, I&#039;m not convinced.&lt;/p&gt;

&lt;p&gt;Its not about best practices, or even whats possible.. its about whats insane.  Some of the stuff is great :).&lt;/p&gt;

&lt;p&gt;Plasma cells to glow = AWESOME.  There are possibilities with the plasma cell (as with Stu&#039;s image gallery) to do great things.  I dont believe this to be the case with a lot of the other research.&lt;/p&gt;

&lt;p&gt;Appropriateness is wot its about.&lt;/p&gt;

&lt;p&gt;Eg, 1960s some guy decides he can generate inefficient cumbersome technique for making paint that has NO benefits over existing techniques.&lt;/p&gt;

&lt;p&gt;I&#039;ve been using CSS + tableless navs + layout for the best part of 2 years, and I shudder to think how horrible it would be reverse engineering one of those maze games to get my first CSS nav working.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>AlexW, I&#8217;m not convinced.</p>
<p>Its not about best practices, or even whats possible.. its about whats insane.  Some of the stuff is great :).</p>
<p>Plasma cells to glow = AWESOME.  There are possibilities with the plasma cell (as with Stu&#8217;s image gallery) to do great things.  I dont believe this to be the case with a lot of the other research.</p>
<p>Appropriateness is wot its about.</p>
<p>Eg, 1960s some guy decides he can generate inefficient cumbersome technique for making paint that has NO benefits over existing techniques.</p>
<p>I&#8217;ve been using CSS + tableless navs + layout for the best part of 2 years, and I shudder to think how horrible it would be reverse engineering one of those maze games to get my first CSS nav working.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: moltar</title>
		<link>http://www.sitepoint.com/blogs/2005/02/24/the-power-of-pure-css/comment-page-1/#comment-3830</link>
		<dc:creator>moltar</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1315299638#comment-3830</guid>
		<description>&lt;p&gt;The gallery looks nice, but there is no way to print it. It&#039;d be much better if the image change was initiated not on :hover, but on :active, so that the image would stay changed after it was clicked and when the mouse was moved away.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>The gallery looks nice, but there is no way to print it. It&#8217;d be much better if the image change was initiated not on :hover, but on :active, so that the image would stay changed after it was clicked and when the mouse was moved away.</p>]]></content:encoded>
	</item>
</channel>
</rss>
