<?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: You are not alone. None of the rest of us can fathom CSS either.</title>
	<atom:link href="http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: RodrigoCardoso</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267415</link>
		<dc:creator>RodrigoCardoso</dc:creator>
		<pubDate>Mon, 15 Sep 2008 19:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267415</guid>
		<description>&quot; 8. Widths on inline elements &quot;
.
.
Hey! You actually CAN use widths on inline elements, there is something called &quot;inline-block&quot;. :)
.
by the way... blame firefox 2 for people not using it ¬¬</description>
		<content:encoded><![CDATA[<p>&#8221; 8. Widths on inline elements &#8221;<br />
.<br />
.<br />
Hey! You actually CAN use widths on inline elements, there is something called &#8220;inline-block&#8221;. :)<br />
.<br />
by the way&#8230; blame firefox 2 for people not using it ¬¬</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeri</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267389</link>
		<dc:creator>Joeri</dc:creator>
		<pubDate>Sun, 14 Sep 2008 17:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267389</guid>
		<description>&quot;I do get that this is not a rant against CSS but just the presentational form for his requests… marked by his frustrations at how slow standards get drafted and implemented.&quot;

&quot;Slow&quot; doesn&#039;t quite cover it.

I think what bothers me most about the W3 process is the lack of pragmatism. CSS 3 has been worked on for a decade, and yet the W3 process hasn&#039;t produced anything I can think of that is of use to me as a web applications developer (the CSS features I use were all in level 2). Under no definition can you call that pragmatic. 

What web apps developers need is pretty simple: better layout tools, on par with what flex can do. This is a solved problem. If the W3 process was focused on pragmatism, they&#039;d find a way to put a versioned trial spec for layouting out there fast, get browsers to put in trial implementations of this spec, and then if anyone actually used it in real world products, the browsers could simply keep supporting the old versions. CSS would easily support this using versioned prefixes (-w3-v123-, like -moz- and -o-). They&#039;d triangulate onto a workable spec within a matter of years, maybe even before the end of the decade. By contrast, I fully expect the current process to take another decade before it starts paying off in a meaningful way.</description>
		<content:encoded><![CDATA[<p>&#8220;I do get that this is not a rant against CSS but just the presentational form for his requests… marked by his frustrations at how slow standards get drafted and implemented.&#8221;</p>
<p>&#8220;Slow&#8221; doesn&#8217;t quite cover it.</p>
<p>I think what bothers me most about the W3 process is the lack of pragmatism. CSS 3 has been worked on for a decade, and yet the W3 process hasn&#8217;t produced anything I can think of that is of use to me as a web applications developer (the CSS features I use were all in level 2). Under no definition can you call that pragmatic. </p>
<p>What web apps developers need is pretty simple: better layout tools, on par with what flex can do. This is a solved problem. If the W3 process was focused on pragmatism, they&#8217;d find a way to put a versioned trial spec for layouting out there fast, get browsers to put in trial implementations of this spec, and then if anyone actually used it in real world products, the browsers could simply keep supporting the old versions. CSS would easily support this using versioned prefixes (-w3-v123-, like -moz- and -o-). They&#8217;d triangulate onto a workable spec within a matter of years, maybe even before the end of the decade. By contrast, I fully expect the current process to take another decade before it starts paying off in a meaningful way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: renderblender</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267386</link>
		<dc:creator>renderblender</dc:creator>
		<pubDate>Sat, 13 Sep 2008 20:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267386</guid>
		<description>@ThomasHansen
I looked at your blog post, and you forgot to mention the essential fix for IE6.  The overflow:auto fix DOES not work in IE6.  You need to add a conditional style to the parent div &quot;height: 1%&quot;.  This will make the parent contain the children in IE6.</description>
		<content:encoded><![CDATA[<p>@ThomasHansen<br />
I looked at your blog post, and you forgot to mention the essential fix for IE6.  The overflow:auto fix DOES not work in IE6.  You need to add a conditional style to the parent div &#8220;height: 1%&#8221;.  This will make the parent contain the children in IE6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasHansen</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267380</link>
		<dc:creator>ThomasHansen</dc:creator>
		<pubDate>Fri, 12 Sep 2008 13:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267380</guid>
		<description>@emehrkay
I wrote a blog about it just now in fact;
http://ra-ajax.org/floating-divs-multiple-columns-layout-the-perfect-solution.blog
.
Have fun :)</description>
		<content:encoded><![CDATA[<p>@emehrkay<br />
I wrote a blog about it just now in fact;<br />
<a href="http://ra-ajax.org/floating-divs-multiple-columns-layout-the-perfect-solution.blog" rel="nofollow">http://ra-ajax.org/floating-divs-multiple-columns-layout-the-perfect-solution.blog</a><br />
.<br />
Have fun :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrrau</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267378</link>
		<dc:creator>Mrrau</dc:creator>
		<pubDate>Fri, 12 Sep 2008 10:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267378</guid>
		<description>Writing a CSS in multiline is like writing every attribute in HTML element in new line... totally pointless :)</description>
		<content:encoded><![CDATA[<p>Writing a CSS in multiline is like writing every attribute in HTML element in new line&#8230; totally pointless :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasHansen</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267377</link>
		<dc:creator>ThomasHansen</dc:creator>
		<pubDate>Fri, 12 Sep 2008 08:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267377</guid>
		<description>@vsync
Wow, that CSS was actually quite cool :)</description>
		<content:encoded><![CDATA[<p>@vsync<br />
Wow, that CSS was actually quite cool :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vsync</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267376</link>
		<dc:creator>vsync</dc:creator>
		<pubDate>Fri, 12 Sep 2008 08:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267376</guid>
		<description>I wrote tens of thousands of CSS lines in my life for years.
one line CSS IS THE KEY to success in mastering your code.
If you haven&#039;t done so already..your still in the minor league.

1. Its faster to read it. and I DO read it as a normal person would read a book. proper syntax highlighting makes it that way.  If you can&#039;t read it, your not there yet.
2. Its Indented. means, I know the DOM structure just by glance.
3. You don&#039;t need to scroll a lot! and I work with Eclipse, and use GoToLine some times, but still.
4. to complete, it gives you a view at your CSS code as a whole.
in one glass you can see a huge bunch of elements. to see the bug picture in CSS is very important!

heres an example  that I wrote:
http://corp.kaltura.com/css/corp.css

IF this multi-line, it would be awful!!</description>
		<content:encoded><![CDATA[<p>I wrote tens of thousands of CSS lines in my life for years.<br />
one line CSS IS THE KEY to success in mastering your code.<br />
If you haven&#8217;t done so already..your still in the minor league.</p>
<p>1. Its faster to read it. and I DO read it as a normal person would read a book. proper syntax highlighting makes it that way.  If you can&#8217;t read it, your not there yet.<br />
2. Its Indented. means, I know the DOM structure just by glance.<br />
3. You don&#8217;t need to scroll a lot! and I work with Eclipse, and use GoToLine some times, but still.<br />
4. to complete, it gives you a view at your CSS code as a whole.<br />
in one glass you can see a huge bunch of elements. to see the bug picture in CSS is very important!</p>
<p>heres an example  that I wrote:<br />
<a href="http://corp.kaltura.com/css/corp.css" rel="nofollow">http://corp.kaltura.com/css/corp.css</a></p>
<p>IF this multi-line, it would be awful!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dcminter</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267371</link>
		<dc:creator>dcminter</dc:creator>
		<pubDate>Fri, 12 Sep 2008 01:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267371</guid>
		<description>&lt;cite&gt;2.) top: 50%; margin-top: negative half of the inner element’s height.&lt;/cite&gt;
Which may be unknown. Welcome to dynamic content.

&lt;cite&gt;5.) &lt;/cite&gt;
Requires changes to markup to achieve formatting. Bad. Doesn&#039;t actually behave identically to the submit input element. This applies (with additional caveats) to the other user&#039;s suggestion of type=&quot;image&quot;

&lt;cite&gt;6.) Unless you’re printing… why? but yes, a pain.&lt;/cite&gt;
Big screens result in either very long lines, or annoyingly limited use of the page. Columns fix this. The CSS3 proposals (or at least their current webkit and gecko implementations) are nutty (they have poor usability as soon as the content has to overflow the page).

7.) Well, yeah… that’s the *structure* of the document you created.
Indeed, and the structure is dictated by the HTML. CSS on the other hand is supposed to let me dictate the styling and layout. If I want my glossary at the front of the book or my sidebar to the right of my account controls that is a layout issue not a semantic (structural) one.</description>
		<content:encoded><![CDATA[<p><cite>2.) top: 50%; margin-top: negative half of the inner element’s height.</cite><br />
Which may be unknown. Welcome to dynamic content.</p>
<p><cite>5.) </cite><br />
Requires changes to markup to achieve formatting. Bad. Doesn&#8217;t actually behave identically to the submit input element. This applies (with additional caveats) to the other user&#8217;s suggestion of type=&#8221;image&#8221;</p>
<p><cite>6.) Unless you’re printing… why? but yes, a pain.</cite><br />
Big screens result in either very long lines, or annoyingly limited use of the page. Columns fix this. The CSS3 proposals (or at least their current webkit and gecko implementations) are nutty (they have poor usability as soon as the content has to overflow the page).</p>
<p>7.) Well, yeah… that’s the *structure* of the document you created.<br />
Indeed, and the structure is dictated by the HTML. CSS on the other hand is supposed to let me dictate the styling and layout. If I want my glossary at the front of the book or my sidebar to the right of my account controls that is a layout issue not a semantic (structural) one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonathansnook</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267370</link>
		<dc:creator>jonathansnook</dc:creator>
		<pubDate>Fri, 12 Sep 2008 00:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267370</guid>
		<description>Allow me to clarify that my recommendation for one line has nothing to do with optimization and everything to do with readability/maintainability. But what I find important, is (apparently) different from what everybody else finds important.</description>
		<content:encoded><![CDATA[<p>Allow me to clarify that my recommendation for one line has nothing to do with optimization and everything to do with readability/maintainability. But what I find important, is (apparently) different from what everybody else finds important.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasHansen</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267368</link>
		<dc:creator>ThomasHansen</dc:creator>
		<pubDate>Thu, 11 Sep 2008 23:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267368</guid>
		<description>@emehrkay
I just checked out our site and as I was inspecting it with FireBug I see that this change actually made it the last release we did :)
http://ra-ajax.org/
.
Use FireBug and inspect the way the DIVs are built.
Pay especially close attention to the divs with the ids of; &quot;navigation&quot;, &quot;contentOfPageDiv&quot; and &quot;contentPlusBorders&quot;...
Now the whole secret here is that the &quot;contentPlusBorders&quot; has overflow set to auto which will make a two column design possible with floating divs and also different heights of those two divs with a third div wrapping them serving as &quot;borders&quot;. The &quot;navigation&quot; and the &quot;contentOfPageDiv&quot; are both floats and the &quot;contentOfPageDiv&quot; is WAY taller than the &quot;navigation&quot; div. And normally this would require the &quot;wrapping div&quot; (contentPlusBorders div) to have a explicit height if you don&#039;t want the tallest &quot;inner div&quot; to spill over the outer most div EXCEPT due to the fact of that it&#039;s &quot;overflow:auto;&quot; Which actually fixes the whole thing! :)))))))
.
So incredibly simple I wouldn&#039;t even believe it when I saw it ;)
.
I actually spent several MONTHS looking for this solution before I found it at some CSS blog (which I cannot remember the link to now unfortunately)
.
But the whole thing works on &quot;all browser&quot; mostly and it makes it possible to create a two column (and possibly more columns) layout with a wrapper around it to serve as borders...
.
I probably should wrap up some blog about this, I guess when I spent months looking for this before hitting Jackpot, probably others will need it to... ;)</description>
		<content:encoded><![CDATA[<p>@emehrkay<br />
I just checked out our site and as I was inspecting it with FireBug I see that this change actually made it the last release we did :)<br />
<a href="http://ra-ajax.org/" rel="nofollow">http://ra-ajax.org/</a><br />
.<br />
Use FireBug and inspect the way the DIVs are built.<br />
Pay especially close attention to the divs with the ids of; &#8220;navigation&#8221;, &#8220;contentOfPageDiv&#8221; and &#8220;contentPlusBorders&#8221;&#8230;<br />
Now the whole secret here is that the &#8220;contentPlusBorders&#8221; has overflow set to auto which will make a two column design possible with floating divs and also different heights of those two divs with a third div wrapping them serving as &#8220;borders&#8221;. The &#8220;navigation&#8221; and the &#8220;contentOfPageDiv&#8221; are both floats and the &#8220;contentOfPageDiv&#8221; is WAY taller than the &#8220;navigation&#8221; div. And normally this would require the &#8220;wrapping div&#8221; (contentPlusBorders div) to have a explicit height if you don&#8217;t want the tallest &#8220;inner div&#8221; to spill over the outer most div EXCEPT due to the fact of that it&#8217;s &#8220;overflow:auto;&#8221; Which actually fixes the whole thing! :)))))))<br />
.<br />
So incredibly simple I wouldn&#8217;t even believe it when I saw it ;)<br />
.<br />
I actually spent several MONTHS looking for this solution before I found it at some CSS blog (which I cannot remember the link to now unfortunately)<br />
.<br />
But the whole thing works on &#8220;all browser&#8221; mostly and it makes it possible to create a two column (and possibly more columns) layout with a wrapper around it to serve as borders&#8230;<br />
.<br />
I probably should wrap up some blog about this, I guess when I spent months looking for this before hitting Jackpot, probably others will need it to&#8230; ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emehrkay</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267367</link>
		<dc:creator>emehrkay</dc:creator>
		<pubDate>Thu, 11 Sep 2008 22:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267367</guid>
		<description>@ThomasHansen 

Can you find that example of the overflow: auto elements? I am very interested. thanks</description>
		<content:encoded><![CDATA[<p>@ThomasHansen </p>
<p>Can you find that example of the overflow: auto elements? I am very interested. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tlrobinson</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267366</link>
		<dc:creator>tlrobinson</dc:creator>
		<pubDate>Thu, 11 Sep 2008 22:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267366</guid>
		<description>Eeek, putting all the properties for each selector on one line is hideous, how do you read it?</description>
		<content:encoded><![CDATA[<p>Eeek, putting all the properties for each selector on one line is hideous, how do you read it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ViPi</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267365</link>
		<dc:creator>ViPi</dc:creator>
		<pubDate>Thu, 11 Sep 2008 21:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267365</guid>
		<description>Utterly worthless post....thats if any quality CSS developers still reading this</description>
		<content:encoded><![CDATA[<p>Utterly worthless post&#8230;.thats if any quality CSS developers still reading this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diodeus</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267364</link>
		<dc:creator>Diodeus</dc:creator>
		<pubDate>Thu, 11 Sep 2008 20:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267364</guid>
		<description>Putting your all CSS on one line is about as useful as putting your JavaScript on one line.
.
Readability=maintainability.
.
If you&#039;re searching for your class name, just use ctrl-f.</description>
		<content:encoded><![CDATA[<p>Putting your all CSS on one line is about as useful as putting your JavaScript on one line.<br />
.<br />
Readability=maintainability.<br />
.<br />
If you&#8217;re searching for your class name, just use ctrl-f.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aimos</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267363</link>
		<dc:creator>Aimos</dc:creator>
		<pubDate>Thu, 11 Sep 2008 19:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267363</guid>
		<description>@WillPeavy; styles in one line is a bad idea. that type of &quot;optimization&quot; belongs to scripts which compress the output or preprocess the css.</description>
		<content:encoded><![CDATA[<p>@WillPeavy; styles in one line is a bad idea. that type of &#8220;optimization&#8221; belongs to scripts which compress the output or preprocess the css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jocafa</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267362</link>
		<dc:creator>Jocafa</dc:creator>
		<pubDate>Thu, 11 Sep 2008 19:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267362</guid>
		<description>First Article:

1.) CSS where supported.  VML hackery in IE + behavior + .htc
2.) top: 50%; margin-top: negative half of the inner element&#039;s height.
3.) Yes, it&#039;s a pain in the ass.
4.) Floating *anywhere* cross browser is a pain
5.) &lt;button&gt;&lt;img.../&gt;&lt;/button&gt;
6.) Unless you&#039;re printing... why?  but yes, a pain.
7.) Well, yeah... that&#039;s the *structure* of the document you created.
8.) It&#039;s... inline... oO
9.) Yeah. Sucks doesn&#039;t it?
10.) When IE is dead. :)

Second Bit:
1.) Heck yeah.
2.) Over my dead body. How on earth is that more maintainable? Make it multi-line and comment your code appropriately.
3.) Sometimes it&#039;s better to be explicit with your declarations. Those few extra characters aren&#039;t going to hurt you. You&#039;re gzipping your css anyway, right?
4.) Mhmm.
5.) &#039;Tis a pain, I agree.
6.) Darned right. In a lot of cases, it even makes *sense*.
7.) Yummy.
8.) You had better be doing this anyway.
9.) See 7.
10.) If you&#039;re changing case for presentation purposes, this is the only way to do it as far as I&#039;m concerned. Otherwise, you&#039;re changing the meaning of things and maintainability in the future is going to be painful</description>
		<content:encoded><![CDATA[<p>First Article:</p>
<p>1.) CSS where supported.  VML hackery in IE + behavior + .htc<br />
2.) top: 50%; margin-top: negative half of the inner element&#8217;s height.<br />
3.) Yes, it&#8217;s a pain in the ass.<br />
4.) Floating *anywhere* cross browser is a pain<br />
5.) &lt;button&gt;&lt;img&#8230;/&gt;&lt;/button&gt;<br />
6.) Unless you&#8217;re printing&#8230; why?  but yes, a pain.<br />
7.) Well, yeah&#8230; that&#8217;s the *structure* of the document you created.<br />
8.) It&#8217;s&#8230; inline&#8230; oO<br />
9.) Yeah. Sucks doesn&#8217;t it?<br />
10.) When IE is dead. :)</p>
<p>Second Bit:<br />
1.) Heck yeah.<br />
2.) Over my dead body. How on earth is that more maintainable? Make it multi-line and comment your code appropriately.<br />
3.) Sometimes it&#8217;s better to be explicit with your declarations. Those few extra characters aren&#8217;t going to hurt you. You&#8217;re gzipping your css anyway, right?<br />
4.) Mhmm.<br />
5.) &#8216;Tis a pain, I agree.<br />
6.) Darned right. In a lot of cases, it even makes *sense*.<br />
7.) Yummy.<br />
8.) You had better be doing this anyway.<br />
9.) See 7.<br />
10.) If you&#8217;re changing case for presentation purposes, this is the only way to do it as far as I&#8217;m concerned. Otherwise, you&#8217;re changing the meaning of things and maintainability in the future is going to be painful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AdamB</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267360</link>
		<dc:creator>AdamB</dc:creator>
		<pubDate>Thu, 11 Sep 2008 18:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267360</guid>
		<description>@ThomasHansen, just to add to your comment, for those unfamiliar with it, simply set a width value and overflow:hidden.</description>
		<content:encoded><![CDATA[<p>@ThomasHansen, just to add to your comment, for those unfamiliar with it, simply set a width value and overflow:hidden.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Montago</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267359</link>
		<dc:creator>Montago</dc:creator>
		<pubDate>Thu, 11 Sep 2008 18:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267359</guid>
		<description>Syntax highlighting editor.

yeah forget about iFrames...
take a look at my DIV-based editor: http://www.mdk-photo.com/Editor</description>
		<content:encoded><![CDATA[<p>Syntax highlighting editor.</p>
<p>yeah forget about iFrames&#8230;<br />
take a look at my DIV-based editor: <a href="http://www.mdk-photo.com/Editor" rel="nofollow">http://www.mdk-photo.com/Editor</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MichaelThompson</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267358</link>
		<dc:creator>MichaelThompson</dc:creator>
		<pubDate>Thu, 11 Sep 2008 17:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267358</guid>
		<description>Snook the first thing I&#039;d do with your CSS is run this: s/({ \w&#124;;)/\r\t/g. Then have my text editor close the folds. And probably ice my nads. :)

@ThomasHansen: Most WYSIWYG editors do in fact use an iframe with &quot;contenteditable&quot; set to true on the body tag. The editor you&#039;ve linked to is not safe to use on most sites, for browser compatibility reasons.</description>
		<content:encoded><![CDATA[<p>Snook the first thing I&#8217;d do with your CSS is run this: s/({ \w|;)/\r\t/g. Then have my text editor close the folds. And probably ice my nads. :)</p>
<p>@ThomasHansen: Most WYSIWYG editors do in fact use an iframe with &#8220;contenteditable&#8221; set to true on the body tag. The editor you&#8217;ve linked to is not safe to use on most sites, for browser compatibility reasons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonathansnook</title>
		<link>http://ajaxian.com/archives/you-are-not-alone-none-of-the-rest-of-us-can-fathom-css-either/comment-page-1#comment-267357</link>
		<dc:creator>jonathansnook</dc:creator>
		<pubDate>Thu, 11 Sep 2008 17:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4411#comment-267357</guid>
		<description>btw: let&#039;s not replay the whole one-line argument. It&#039;s been played out on that link, on my original post on the matter, on my flickr screenshot on the matter. It&#039;s the way I do CSS and I&#039;ll kick you in the nads if you don&#039;t like it. *Ahem*, I mean, code however you want. It&#039;s not that big of a deal.</description>
		<content:encoded><![CDATA[<p>btw: let&#8217;s not replay the whole one-line argument. It&#8217;s been played out on that link, on my original post on the matter, on my flickr screenshot on the matter. It&#8217;s the way I do CSS and I&#8217;ll kick you in the nads if you don&#8217;t like it. *Ahem*, I mean, code however you want. It&#8217;s not that big of a deal.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

