<?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"
	>
<channel>
	<title>Comments on: Drinking the CSS Koolaid</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/</link>
	<description></description>
	<pubDate>Fri, 05 Dec 2008 02:51:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Julik</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11317</link>
		<dc:creator>Julik</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11317</guid>
		<description>For me the reason I made a move to CSS was the fact that I had to write web-apps. The more HTML you have to manage from a web-app - the more problems you have.
As soon as you will prove that to your developers - the better the output will be (and they will also have some time to spare in the end).</description>
		<content:encoded><![CDATA[<p>For me the reason I made a move to CSS was the fact that I had to write web-apps. The more HTML you have to manage from a web-app - the more problems you have.<br />
As soon as you will prove that to your developers - the better the output will be (and they will also have some time to spare in the end).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daynah</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11318</link>
		<dc:creator>Daynah</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11318</guid>
		<description>For my last few projects, I've been slowly moving towards CSS and I've been getting more compliments on my work.  The things you can do with CSS is amazing.  You change one item, and your entire website is consistent!   And also, it makes changing themes so much easier.  I implemented a theme system in one of my software, so each user could view the site with their own color and font preference.  I had a few stylesheets that took care of the font sizes, and a few color theme style sheets.   The user was able to mix and match, and all I had to do was print out the sm-font.css, med-font.css, or lg-font.css for the font sizes.  And theme-red.css, theme-blue.css, or theme-green.css for the themes. :)

Another project that I did was separate the content from the design.  The content managers would only add text to a document, while the design was handled  by me.  And for the developer side, all they had to do was add their code, and I'd snead in a class = something and their page instantly becomes 'pretty.' :)</description>
		<content:encoded><![CDATA[<p>For my last few projects, I&#039;ve been slowly moving towards CSS and I&#039;ve been getting more compliments on my work.  The things you can do with CSS is amazing.  You change one item, and your entire website is consistent!   And also, it makes changing themes so much easier.  I implemented a theme system in one of my software, so each user could view the site with their own color and font preference.  I had a few stylesheets that took care of the font sizes, and a few color theme style sheets.   The user was able to mix and match, and all I had to do was print out the sm-font.css, med-font.css, or lg-font.css for the font sizes.  And theme-red.css, theme-blue.css, or theme-green.css for the themes. <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Another project that I did was separate the content from the design.  The content managers would only add text to a document, while the design was handled  by me.  And for the developer side, all they had to do was add their code, and I&#039;d snead in a class = something and their page instantly becomes &#039;pretty.&#039; <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11319</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11319</guid>
		<description>score one more for the good guys. congrats on getting it. i am working my way through css boot camp myself.</description>
		<content:encoded><![CDATA[<p>score one more for the good guys. congrats on getting it. i am working my way through css boot camp myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11320</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11320</guid>
		<description>Good luck with the transition; at my workplace we've been unable to use CSS sheets for layout due to the need to cut and paste entire self-contained sections from one page to another...thus the layout is never consistent enough to support a universal stylesheet.

Still, inline CSS is better than "font" tags and supports scripting better...and we've been able to use style sheets for colors, fonts, and other window dressing quite nicely.</description>
		<content:encoded><![CDATA[<p>Good luck with the transition; at my workplace we&#039;ve been unable to use CSS sheets for layout due to the need to cut and paste entire self-contained sections from one page to another&#8230;thus the layout is never consistent enough to support a universal stylesheet.</p>
<p>Still, inline CSS is better than &#034;font&#034; tags and supports scripting better&#8230;and we&#039;ve been able to use style sheets for colors, fonts, and other window dressing quite nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satoshi</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11321</link>
		<dc:creator>Satoshi</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11321</guid>
		<description>Heh, I do the same in my Web Page Development class.  I'm usually in charge of making the page layouts for my team, so I make a simple page with HTML and do all the good layout stuff with CSS.  Most of my team has never worked with raw HTML before, and prefer to use FrontPage and/or Dreamweaver (why the heck would a Web Page class teach THOSE programs???), so I have comment tags in there like this:

&#60;!-- INSERT CONTENT MATERIAL BELOW THIS LINE --&#62;



&#60;!-- INSERT CONTENT MATERIAL ABOVE THIS LINE --&#62;

The html files turn out surprisingly small, and don't give my teammates the oppourtunity to mess too much of it up.</description>
		<content:encoded><![CDATA[<p>Heh, I do the same in my Web Page Development class.  I&#039;m usually in charge of making the page layouts for my team, so I make a simple page with HTML and do all the good layout stuff with CSS.  Most of my team has never worked with raw HTML before, and prefer to use FrontPage and/or Dreamweaver (why the heck would a Web Page class teach THOSE programs???), so I have comment tags in there like this:</p>
<p>&lt;!&#8211; INSERT CONTENT MATERIAL BELOW THIS LINE &#8211;&gt;</p>
<p>&lt;!&#8211; INSERT CONTENT MATERIAL ABOVE THIS LINE &#8211;&gt;</p>
<p>The html files turn out surprisingly small, and don&#039;t give my teammates the oppourtunity to mess too much of it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11322</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11322</guid>
		<description>"Now it starts to make sense"

Ah,.. (sob,..) listening to your moment of clarity almost brings a tear to the eye. 

It's not quite Utopia in CSS Valley. The problems aren't gone, they're just different, but it just 'feels' clean working with XHTML/CSS layouts after a while. You feel dirty going back. 

Of course, getting clients to understand the philosophy when you you hand them a WYSIWYG CMS is another matter entirely.

"But why shouldn't I keep using tables?.. And why hasn't this editor panel got a font selector?...I like Verdana, Times New Roman AND Courier!" 

Hmm... well it's like his..</description>
		<content:encoded><![CDATA[<p>&#034;Now it starts to make sense&#034;</p>
<p>Ah,.. (sob,..) listening to your moment of clarity almost brings a tear to the eye. </p>
<p>It&#039;s not quite Utopia in CSS Valley. The problems aren&#039;t gone, they&#039;re just different, but it just &#039;feels&#039; clean working with XHTML/CSS layouts after a while. You feel dirty going back. </p>
<p>Of course, getting clients to understand the philosophy when you you hand them a WYSIWYG CMS is another matter entirely.</p>
<p>&#034;But why shouldn&#039;t I keep using tables?.. And why hasn&#039;t this editor panel got a font selector?&#8230;I like Verdana, Times New Roman AND Courier!&#034; </p>
<p>Hmm&#8230; well it&#039;s like his..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carrie</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11323</link>
		<dc:creator>Carrie</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11323</guid>
		<description>I started using css a couple years ago for positioning and adore it.  I keep looking around and wondering if I'm off on a tangent or something though because no one else seems to use it! :)

I still use basic tables to keep the page fluid, in some cases, but a great looking page can be had with zero tables.. which are the bane of my design experience :)</description>
		<content:encoded><![CDATA[<p>I started using css a couple years ago for positioning and adore it.  I keep looking around and wondering if I&#039;m off on a tangent or something though because no one else seems to use it! <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I still use basic tables to keep the page fluid, in some cases, but a great looking page can be had with zero tables.. which are the bane of my design experience <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vix</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11324</link>
		<dc:creator>Vix</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11324</guid>
		<description>The idea of having content separate from design is really heaven-sent. Aside from having cleaner code, it means people are less likely to foul up your work :D</description>
		<content:encoded><![CDATA[<p>The idea of having content separate from design is really heaven-sent. Aside from having cleaner code, it means people are less likely to foul up your work <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodent Regatta</title>
		<link>http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11325</link>
		<dc:creator>Rodent Regatta</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/05/06/drinking-the-css-koolaid/#comment-11325</guid>
		<description>&lt;trackback /&gt;&lt;strong&gt;For Those Not Persuaded&lt;/strong&gt;
If you've had a hard time accepting that standards-based designs - in which content (XHTML) and style (CSS) are separated...
</description>
		<content:encoded><![CDATA[<trackback /><strong>For Those Not Persuaded</strong><br />
If you&#039;ve had a hard time accepting that standards-based designs - in which content (XHTML) and style (CSS) are separated&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.345 seconds -->
