<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Huddled Masses - Latest Comments in testing acronyms</title><link>http://huddledmasses.disqus.com/</link><description>Joel Bennett's development blog...</description><language>en</language><lastBuildDate>Sat, 26 Mar 2005 12:10:49 -0000</lastBuildDate><item><title>Re: testing acronyms</title><link>http://HuddledMasses.org/testing-acronyms/#comment-2582223</link><description>Your Acronym Replacer is nice. We know using the script a bit modified in our content management system (WebsoziCMS, GPL licensed).&lt;br&gt;&lt;br&gt;The modifications are:&lt;br&gt;* excluding text with &lt;code lang="php"&gt;stristr($text, '&amp;lt; script') or stristr($text, '&amp;lt; option') or stristr($text, '&amp;lt; input') or stristr($text, '&amp;lt; textarea') or stristr($text, '&amp;lt; object')&lt;br&gt;* Better performance by checking the abbreviations before replacing with &lt;/code&gt;&lt;code lang="php"&gt;if(strstr($text, $acronym)) { (after foreach()).&lt;br&gt;&lt;br&gt;I`m still searching for a way to use abbreviations with points and white-spaces. Any idea?&lt;br&gt;&lt;/code&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harald Kampen</dc:creator><pubDate>Sat, 26 Mar 2005 12:10:49 -0000</pubDate></item></channel></rss>