<?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: Free JavaScript book.</title>
	<atom:link href="http://lucien.byteclub.net/2009/06/13/free-javascript-book/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucien.byteclub.net/2009/06/13/free-javascript-book/</link>
	<description></description>
	<lastBuildDate>Mon, 15 Mar 2010 03:55:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Lucien&#8217;s Techie Blog &#187; TwitCode Challenge, the second</title>
		<link>http://lucien.byteclub.net/2009/06/13/free-javascript-book/#comment-123</link>
		<dc:creator>Lucien&#8217;s Techie Blog &#187; TwitCode Challenge, the second</dc:creator>
		<pubDate>Sun, 12 Jul 2009 11:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://lucien.byteclub.net/?p=35#comment-123</guid>
		<description>[...] challenge is much like the first one, but this time I have made jQuery available. I&#8217;ve also changed the structure of the target [...]</description>
		<content:encoded><![CDATA[<p>[...] challenge is much like the first one, but this time I have made jQuery available. I&#8217;ve also changed the structure of the target [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucien</title>
		<link>http://lucien.byteclub.net/2009/06/13/free-javascript-book/#comment-111</link>
		<dc:creator>lucien</dc:creator>
		<pubDate>Tue, 16 Jun 2009 03:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://lucien.byteclub.net/?p=35#comment-111</guid>
		<description>We have three entrants so far :)

All worthy. Two were sent via Twitter, and the 3rd via Facebook, but it met the criteria of *being able* to be sent via Twitter, so I accepted it (and since it was from a good friend ;) )

4 days to go. How many more scripts?

If there is not too many, I&#039;ll post them al online once it&#039;s done.</description>
		<content:encoded><![CDATA[<p>We have three entrants so far <img src='http://lucien.byteclub.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>All worthy. Two were sent via Twitter, and the 3rd via Facebook, but it met the criteria of *being able* to be sent via Twitter, so I accepted it (and since it was from a good friend <img src='http://lucien.byteclub.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p>4 days to go. How many more scripts?</p>
<p>If there is not too many, I&#8217;ll post them al online once it&#8217;s done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pimaster</title>
		<link>http://lucien.byteclub.net/2009/06/13/free-javascript-book/#comment-110</link>
		<dc:creator>pimaster</dc:creator>
		<pubDate>Sun, 14 Jun 2009 05:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://lucien.byteclub.net/?p=35#comment-110</guid>
		<description>So here was my first attempt that I&#039;ve given up on:
s=v().innerHTML.split(&quot; &quot;);r=&quot;&quot;;for(i=0;i&lt;s.length;i++){r+=&#039;&lt;a style=&quot;color: #&#039;+((s[i].length&lt;&#039;+s[i]+&#039;&lt;/a&gt; &#039;}v().innerHTML=r;function v(){return document.getElementsByTagName(&#039;p&#039;)[0];}

At first the colours were randomly chosen, but I tried to shorten it.

The next attempt:
v().position=&#039;relative&#039;;t=0;l=0;function m(){v().top=t+a()+&#039;px&#039;;v().left=l+a()+&#039;px&#039;;setTimeout(&#039;m()&#039;, 200);}function a(){return Math.floor(Math.random()*3)-2;}m();function v(){return document.getElementsByTagName(&#039;p&#039;)[0].style;}</description>
		<content:encoded><![CDATA[<p>So here was my first attempt that I&#8217;ve given up on:<br />
s=v().innerHTML.split(&#8221; &#8220;);r=&#8221;";for(i=0;i&lt;s.length;i++){r+=&#8217;&lt;a style=&#8221;color: #&#8217;+((s[i].length&lt;&#8217;+s[i]+&#8217; &#8216;}v().innerHTML=r;function v(){return document.getElementsByTagName(&#8216;p&#8217;)[0];}</p>
<p>At first the colours were randomly chosen, but I tried to shorten it.</p>
<p>The next attempt:<br />
v().position=&#8217;relative&#8217;;t=0;l=0;function m(){v().top=t+a()+&#8217;px&#8217;;v().left=l+a()+&#8217;px&#8217;;setTimeout(&#8216;m()&#8217;, 200);}function a(){return Math.floor(Math.random()*3)-2;}m();function v(){return document.getElementsByTagName(&#8216;p&#8217;)[0].style;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucien</title>
		<link>http://lucien.byteclub.net/2009/06/13/free-javascript-book/#comment-109</link>
		<dc:creator>lucien</dc:creator>
		<pubDate>Sun, 14 Jun 2009 04:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://lucien.byteclub.net/?p=35#comment-109</guid>
		<description>This is what I posted on twitter as an example... e=this.document.getElementsByTagName(&#039;p&#039;)[0].firstChild;e.data=e.data.replace(/m/gi,&#039;#JS&#039;);
It weight in at only 96 characters, *and* it already contains the #JS tag so it can be found. As to whether it&#039;s &quot;interesting&quot;...</description>
		<content:encoded><![CDATA[<p>This is what I posted on twitter as an example&#8230; e=this.document.getElementsByTagName(&#8216;p&#8217;)[0].firstChild;e.data=e.data.replace(/m/gi,&#8217;#JS&#8217;);<br />
It weight in at only 96 characters, *and* it already contains the #JS tag so it can be found. As to whether it&#8217;s &#8220;interesting&#8221;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pimaster</title>
		<link>http://lucien.byteclub.net/2009/06/13/free-javascript-book/#comment-108</link>
		<dc:creator>pimaster</dc:creator>
		<pubDate>Sun, 14 Jun 2009 04:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://lucien.byteclub.net/?p=35#comment-108</guid>
		<description>grrrr.
Currently at 217 chars for something that looks interesting.
My biggest problem is by the time I get the element, and loop over content, I&#039;m already at 143 chars.</description>
		<content:encoded><![CDATA[<p>grrrr.<br />
Currently at 217 chars for something that looks interesting.<br />
My biggest problem is by the time I get the element, and loop over content, I&#8217;m already at 143 chars.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
