<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - test UBB]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/topic/21395/"/>
	<updated>2009-03-27T09:46:17Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/topic/21395/test-ubb/</id>
		<entry>
			<title type="html"><![CDATA[test UBB]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/126145/#p126145"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[danky]]></name>
				<uri>http://punbb.informer.com/forums/user/15167/</uri>
			</author>
			<updated>2009-03-27T09:46:17Z</updated>
			<id>http://punbb.informer.com/forums/post/126145/#p126145</id>
		</entry>
</feed>
