<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - test UBB]]></title>
		<link>http://punbb.informer.com/forums/topic/21395/test-ubb/</link>
		<description><![CDATA[The most recent posts in test UBB.]]></description>
		<lastBuildDate>Fri, 27 Mar 2009 09:46:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[test UBB]]></title>
			<link>http://punbb.informer.com/forums/post/126145/#p126145</link>
			<description><![CDATA[<div class="codebox"><pre><code>  &lt;script type=&quot;text/javascript&quot; language=&quot;javascript&quot;&gt;
  resizeIt = function() {
    var str = $(&#039;text-area&#039;).value;
    var cols = $(&#039;text-area&#039;).cols;

    var linecount = 0;
    $A(str.split(&quot;\n&quot;)).each( function(l) {
      linecount += Math.ceil( l.length / cols ); // take into account long lines
    } )
    $(&#039;text-area&#039;).rows = linecount + 1;
  };

  Event.observe(&#039;text-area&#039;, &#039;keydown&#039;, resizeIt ); // you could attach to keyUp or whatever if keydown doesn&#039;t work
  resizeIt(); //initial on load
  &lt;/script&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (danky)]]></author>
			<pubDate>Fri, 27 Mar 2009 09:46:17 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/126145/#p126145</guid>
		</item>
	</channel>
</rss>
