<?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: Default text in CSS</title>
	<atom:link href="http://almaer.com/blog/default-text-in-css/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/default-text-in-css</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: molly</title>
		<link>http://almaer.com/blog/default-text-in-css/comment-page-1#comment-39578</link>
		<dc:creator>molly</dc:creator>
		<pubDate>Fri, 12 Sep 2008 13:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/default-text-in-css#comment-39578</guid>
		<description>I&#039;ve been tryiing to implement this on my site but no luck. Found something close but it isn&#039;t ie completable

http://www.reabo.co.uk</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been tryiing to implement this on my site but no luck. Found something close but it isn&#8217;t ie completable</p>
<p><a href="http://www.reabo.co.uk" rel="nofollow">http://www.reabo.co.uk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olwe</title>
		<link>http://almaer.com/blog/default-text-in-css/comment-page-1#comment-29412</link>
		<dc:creator>Olwe</dc:creator>
		<pubDate>Sat, 28 Jan 2006 22:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/default-text-in-css#comment-29412</guid>
		<description>I just got to your site Googling on this very functionality, that is, I need it! Weeelll, this is what I&#039;ve said before (to many boos and cat-calls), CSS slowly becomes a language. I&#039;m for it! Why have html AND javascript AND css AND, AND, AND. Two&#039;s company, three&#039;s (or more&#039;s) a crowd. Obviously, Javascript as CSS&#039;s natural homebase (rather than raw text file) would be a solution.
</description>
		<content:encoded><![CDATA[<p>I just got to your site Googling on this very functionality, that is, I need it! Weeelll, this is what I&#8217;ve said before (to many boos and cat-calls), CSS slowly becomes a language. I&#8217;m for it! Why have html AND javascript AND css AND, AND, AND. Two&#8217;s company, three&#8217;s (or more&#8217;s) a crowd. Obviously, Javascript as CSS&#8217;s natural homebase (rather than raw text file) would be a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olwe</title>
		<link>http://almaer.com/blog/default-text-in-css/comment-page-1#comment-29411</link>
		<dc:creator>Olwe</dc:creator>
		<pubDate>Sat, 28 Jan 2006 22:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/default-text-in-css#comment-29411</guid>
		<description>I just got to your site Googling on this very functionality, that is, I need it! Weeelll, this is what I&#039;ve said before (to many boos and cat-calls), CSS slowly becomes a language. I&#039;m for it! Why have html AND javascript AND css AND, AND, AND. Two&#039;s company, three&#039;s (or more&#039;s) a crowd. Obviously, Javascript as CSS&#039;s natural homebase (rather than raw text file) would be a solution.
</description>
		<content:encoded><![CDATA[<p>I just got to your site Googling on this very functionality, that is, I need it! Weeelll, this is what I&#8217;ve said before (to many boos and cat-calls), CSS slowly becomes a language. I&#8217;m for it! Why have html AND javascript AND css AND, AND, AND. Two&#8217;s company, three&#8217;s (or more&#8217;s) a crowd. Obviously, Javascript as CSS&#8217;s natural homebase (rather than raw text file) would be a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Estes</title>
		<link>http://almaer.com/blog/default-text-in-css/comment-page-1#comment-29410</link>
		<dc:creator>James Estes</dc:creator>
		<pubDate>Thu, 17 Nov 2005 22:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/default-text-in-css#comment-29410</guid>
		<description>CSS3 has a lot of stuff that is really starting to blur the line of data, behavior and style.

I&#039;m actually tinkering with a template system that uses css syntax to locate portions of a page and inject the model pieces into it.  Its a template system with total separation of display from  business logic (I know...I&#039;d probably roll my eyes too).  It&#039;s geared toward web developers (well...those familiar with css anyway).

Paired with ajax it could even be applied on the client side...then the server could just serve up mostly static content for the page layout and that could be cached...then the communication is mostly data (dwr or whatever).

If you&#039;re interested, I&#039;ve been blogging some progress at
http://www.itsalleasy.com

</description>
		<content:encoded><![CDATA[<p>CSS3 has a lot of stuff that is really starting to blur the line of data, behavior and style.</p>
<p>I&#8217;m actually tinkering with a template system that uses css syntax to locate portions of a page and inject the model pieces into it.  Its a template system with total separation of display from  business logic (I know&#8230;I&#8217;d probably roll my eyes too).  It&#8217;s geared toward web developers (well&#8230;those familiar with css anyway).</p>
<p>Paired with ajax it could even be applied on the client side&#8230;then the server could just serve up mostly static content for the page layout and that could be cached&#8230;then the communication is mostly data (dwr or whatever).</p>
<p>If you&#8217;re interested, I&#8217;ve been blogging some progress at<br />
<a href="http://www.itsalleasy.com" rel="nofollow">http://www.itsalleasy.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Delsaux</title>
		<link>http://almaer.com/blog/default-text-in-css/comment-page-1#comment-29409</link>
		<dc:creator>Nicolas Delsaux</dc:creator>
		<pubDate>Tue, 15 Nov 2005 10:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/default-text-in-css#comment-29409</guid>
		<description>We could even use it to provide easy internationalization of web pages ...
</description>
		<content:encoded><![CDATA[<p>We could even use it to provide easy internationalization of web pages &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Laprun</title>
		<link>http://almaer.com/blog/default-text-in-css/comment-page-1#comment-29408</link>
		<dc:creator>Chris Laprun</dc:creator>
		<pubDate>Mon, 14 Nov 2005 20:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/default-text-in-css#comment-29408</guid>
		<description>Generated content in CSS seems to be a good fit as pointed out by Marcus. Obviously, though, it doesn&#039;t work in Internet Explorer! :/
</description>
		<content:encoded><![CDATA[<p>Generated content in CSS seems to be a good fit as pointed out by Marcus. Obviously, though, it doesn&#8217;t work in Internet Explorer! :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://almaer.com/blog/default-text-in-css/comment-page-1#comment-29407</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Mon, 14 Nov 2005 17:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/default-text-in-css#comment-29407</guid>
		<description>Wouldn&#039;t this sort of do what you want?

http://www.w3.org/TR/CSS21/generate.html#before-after-content

I guess it&#039;s not a perfect match but everything can be used to what it wasn&#039;t designed for :)
</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t this sort of do what you want?</p>
<p><a href="http://www.w3.org/TR/CSS21/generate.html#before-after-content" rel="nofollow">http://www.w3.org/TR/CSS21/generate.html#before-after-content</a></p>
<p>I guess it&#8217;s not a perfect match but everything can be used to what it wasn&#8217;t designed for :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
