<?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: Grammar With CSS</title>
	<atom:link href="http://www.toddseal.com/rodin/2006/04/grammar-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toddseal.com/rodin/2006/04/grammar-with-css/</link>
	<description>Challenge The Status Quo</description>
	<pubDate>Thu, 08 Jan 2009 22:05:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Todd</title>
		<link>http://www.toddseal.com/rodin/2006/04/grammar-with-css/comment-page-1/#comment-179</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Thu, 06 Apr 2006 01:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.toddseal.com/rodin/2006/04/grammar-with-css/#comment-179</guid>
		<description>Combining that with the &lt;a href="http://us3.php.net/manual/en/function.nl2br.php"&gt;page on nl2br&lt;/a&gt;, I finally did it. I knew it was something simple. Thanks.

I also used &lt;a href="http://www.karakas-online.de/EN-Book/make-encyclopedia-international.html" rel="nofollow"&gt;a tutorial on creating an international encyclopedia&lt;/a&gt; to add a call for wrapping all capital letters in SPAN tags, too. Wrapping things in those SPAN tags means that we can target them for specific formatting with CSS later. Now I have punctuation and capitalization in wrappings that I can style later. When turning each one on, I'll make them larger and differently colored than the other text on the page. 

I've put this &lt;a href="http://www.toddseal.com/rodin/practice.txt" rel="nofollow"&gt;script online and you're welcome to it&lt;/a&gt;. Right now, only the file "text.txt" will be read. A few more things happened to it that &lt;a href="http://www.toddseal.com/rodin/grammar/" rel="nofollow"&gt;make it more useful&lt;/a&gt;. There are limitations on all this, but the basic idea is there. If you do something cool with this, post back to let me know.</description>
		<content:encoded><![CDATA[<p>Combining that with the <a href="http://us3.php.net/manual/en/function.nl2br.php">page on nl2br</a>, I finally did it. I knew it was something simple. Thanks.</p>
<p>I also used <a href="http://www.karakas-online.de/EN-Book/make-encyclopedia-international.html" rel="nofollow">a tutorial on creating an international encyclopedia</a> to add a call for wrapping all capital letters in SPAN tags, too. Wrapping things in those SPAN tags means that we can target them for specific formatting with CSS later. Now I have punctuation and capitalization in wrappings that I can style later. When turning each one on, I&#8217;ll make them larger and differently colored than the other text on the page. </p>
<p>I&#8217;ve put this <a href="http://www.toddseal.com/rodin/practice.txt" rel="nofollow">script online and you&#8217;re welcome to it</a>. Right now, only the file &#8220;text.txt&#8221; will be read. A few more things happened to it that <a href="http://www.toddseal.com/rodin/grammar/" rel="nofollow">make it more useful</a>. There are limitations on all this, but the basic idea is there. If you do something cool with this, post back to let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debbie</title>
		<link>http://www.toddseal.com/rodin/2006/04/grammar-with-css/comment-page-1/#comment-178</link>
		<dc:creator>Debbie</dc:creator>
		<pubDate>Wed, 05 Apr 2006 04:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.toddseal.com/rodin/2006/04/grammar-with-css/#comment-178</guid>
		<description>Todd, from my husband:

Your variable $text isn't actually the text, it's just a file handle.  You need to use fread() to get the contents of the text file into a variable -- the pnp.net docs are here:

http://us3.php.net/manual/en/function.fread.php

I think the str_replace() call is okay; have you tested with just a bare string instead of the file contents?</description>
		<content:encoded><![CDATA[<p>Todd, from my husband:</p>
<p>Your variable $text isn&#8217;t actually the text, it&#8217;s just a file handle.  You need to use fread() to get the contents of the text file into a variable &#8212; the pnp.net docs are here:</p>
<p><a href="http://us3.php.net/manual/en/function.fread.php" rel="nofollow">http://us3.php.net/manual/en/function.fread.php</a></p>
<p>I think the str_replace() call is okay; have you tested with just a bare string instead of the file contents?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
