<?xml version="1.0" encoding="UTF-8"?><rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><copyright>All content (copyright) respective authors</copyright><description>krelian's code bookmark</description><link>http://www.codaddict.com/krelian</link><title>krelian's code bookmark</title><item><title>Javascript: String trim function</title><description>String.prototype.trim = function() { return this.replace(/^\s+|\s+$/, ''); };<br />
<br />
Now use<br />
<br />
var str = &quot;vishal&quot;;<br />
str.trim();</description><link>http://www.codaddict.com/Krelian/JavaScript</link><dc:creator>Krelian</dc:creator><pubDate>Thu, 04 Oct 2007 12:46:12 GMT</pubDate></item><item><title>FileSystemObject : Get current working directory</title><description>fso.GetAbsolutePathName(&quot;.&quot;)</description><link>http://www.codaddict.com/Krelian/JavaScript</link><dc:creator>Krelian</dc:creator><pubDate>Thu, 04 Oct 2007 12:44:53 GMT</pubDate></item></channel></rss>