<?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 for puremango.co.uk</title>
	<atom:link href="http://www.puremango.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.puremango.co.uk</link>
	<description>innovative coding, tutorials, web stuff. celebrating 5 years online.</description>
	<lastBuildDate>Mon, 06 Sep 2010 19:14:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Some tweetable #js1k demos by Howard Yeend</title>
		<link>http://www.puremango.co.uk/2010/08/some-tweetable-js1k-demos/comment-page-1/#comment-17689</link>
		<dc:creator>Howard Yeend</dc:creator>
		<pubDate>Mon, 06 Sep 2010 19:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.puremango.co.uk/?p=1222#comment-17689</guid>
		<description>that&#039;s no problem, but I doubt it&#039;ll fit in a tweet ;) I&#039;ll write a new one with disappearing blocks later.</description>
		<content:encoded><![CDATA[<p>that&#8217;s no problem, but I doubt it&#8217;ll fit in a tweet ;) I&#8217;ll write a new one with disappearing blocks later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some tweetable #js1k demos by anon</title>
		<link>http://www.puremango.co.uk/2010/08/some-tweetable-js1k-demos/comment-page-1/#comment-17675</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Mon, 06 Sep 2010 12:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.puremango.co.uk/?p=1222#comment-17675</guid>
		<description>PLEASE make a version of your lovely demo where older tiles disappear. Beautiful stuff :)
http://js1k.com/demo/578</description>
		<content:encoded><![CDATA[<p>PLEASE make a version of your lovely demo where older tiles disappear. Beautiful stuff :)<br />
<a href="http://js1k.com/demo/578" rel="nofollow">http://js1k.com/demo/578</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hacking Facebook by saurabh</title>
		<link>http://www.puremango.co.uk/2009/05/hacking-facebook/comment-page-4/#comment-17669</link>
		<dc:creator>saurabh</dc:creator>
		<pubDate>Mon, 06 Sep 2010 07:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.puremango.co.uk/?p=257#comment-17669</guid>
		<description>i don&#039;t get it clearly.........
please elaborate it clear to me.........</description>
		<content:encoded><![CDATA[<p>i don&#8217;t get it clearly&#8230;&#8230;&#8230;<br />
please elaborate it clear to me&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hacking Facebook by help me</title>
		<link>http://www.puremango.co.uk/2009/05/hacking-facebook/comment-page-4/#comment-17616</link>
		<dc:creator>help me</dc:creator>
		<pubDate>Sun, 05 Sep 2010 11:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.puremango.co.uk/?p=257#comment-17616</guid>
		<description>can you make a hack that i can see chat history of my boyfriend even he click &quot;clear history&quot; thanks</description>
		<content:encoded><![CDATA[<p>can you make a hack that i can see chat history of my boyfriend even he click &#8220;clear history&#8221; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Chat History by jbby</title>
		<link>http://www.puremango.co.uk/2009/07/facebook-chat-history/comment-page-2/#comment-17524</link>
		<dc:creator>jbby</dc:creator>
		<pubDate>Sat, 04 Sep 2010 00:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.puremango.co.uk/?p=568#comment-17524</guid>
		<description>stoked it actually worked!!!</description>
		<content:encoded><![CDATA[<p>stoked it actually worked!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some tweetable #js1k demos by Howard Yeend</title>
		<link>http://www.puremango.co.uk/2010/08/some-tweetable-js1k-demos/comment-page-1/#comment-17424</link>
		<dc:creator>Howard Yeend</dc:creator>
		<pubDate>Thu, 02 Sep 2010 08:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.puremango.co.uk/?p=1222#comment-17424</guid>
		<description>Cool stuff!

Here&#039;s a version of the 2nd which fits into 136b:

C=document.body.children[a=0].getContext(&#039;2d&#039;);setInterval(&quot;with(Math)C.stroke(C.lineTo(140+90*cos(a+=.1)-35*cos(3.1*a),150*sin(a)))&quot;,1)

It&#039;s not quite the same, but maybe you can use some of the optimisations to make it better.

i.e. .1 instead of 0.1 and c.stroke(c.lineto(...)) instead of c.lineto(...),c.stroke()

only tested in firefox, so the 2nd optimisation might not work.</description>
		<content:encoded><![CDATA[<p>Cool stuff!</p>
<p>Here&#8217;s a version of the 2nd which fits into 136b:</p>
<p>C=document.body.children[a=0].getContext(&#8217;2d&#8217;);setInterval(&#8220;with(Math)C.stroke(C.lineTo(140+90*cos(a+=.1)-35*cos(3.1*a),150*sin(a)))&#8221;,1)</p>
<p>It&#8217;s not quite the same, but maybe you can use some of the optimisations to make it better.</p>
<p>i.e. .1 instead of 0.1 and c.stroke(c.lineto(&#8230;)) instead of c.lineto(&#8230;),c.stroke()</p>
<p>only tested in firefox, so the 2nd optimisation might not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some tweetable #js1k demos by Howard Yeend</title>
		<link>http://www.puremango.co.uk/2010/08/some-tweetable-js1k-demos/comment-page-1/#comment-17422</link>
		<dc:creator>Howard Yeend</dc:creator>
		<pubDate>Thu, 02 Sep 2010 08:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.puremango.co.uk/?p=1222#comment-17422</guid>
		<description>Thanks! Useful to know about rotate, that&#039;s handy. Yeah I realised I could do d.height*=h=60 when I did the cave, but I&#039;d already submitted the other demos so I left it in :)</description>
		<content:encoded><![CDATA[<p>Thanks! Useful to know about rotate, that&#8217;s handy. Yeah I realised I could do d.height*=h=60 when I did the cave, but I&#8217;d already submitted the other demos so I left it in :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some tweetable #js1k demos by Howard Yeend</title>
		<link>http://www.puremango.co.uk/2010/08/some-tweetable-js1k-demos/comment-page-1/#comment-17421</link>
		<dc:creator>Howard Yeend</dc:creator>
		<pubDate>Thu, 02 Sep 2010 08:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.puremango.co.uk/?p=1222#comment-17421</guid>
		<description>Yep, a fix has been submitted. It actually does work (no errors) but setting globalAlpha to &lt;0.01 in chrome results in things being drawn in white, and the same in Opera for &lt;0.1, which is disappointing.

I can&#039;t reproduce the firefox hang, but I&#039;ve set the timeout to 5 instead. Hopefully that should fix it.

Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Yep, a fix has been submitted. It actually does work (no errors) but setting globalAlpha to &lt;0.01 in chrome results in things being drawn in white, and the same in Opera for &lt;0.1, which is disappointing.</p>
<p>I can&#039;t reproduce the firefox hang, but I&#039;ve set the timeout to 5 instead. Hopefully that should fix it.</p>
<p>Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some tweetable #js1k demos by Ph0X</title>
		<link>http://www.puremango.co.uk/2010/08/some-tweetable-js1k-demos/comment-page-1/#comment-17412</link>
		<dc:creator>Ph0X</dc:creator>
		<pubDate>Thu, 02 Sep 2010 07:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.puremango.co.uk/?p=1222#comment-17412</guid>
		<description>Hey, I was also inspired by you and strager, and although I just started learning JS and Canvas 2days ago, I decided to give this a try.

Here&#039;s what I finally got (140b):
http://www.ehsankia.com/cjs/6

I was going for something a little bit more artistic, but sadly, couldn&#039;t get it any  lower than 155b
http://www.ehsankia.com/cjs/5

Cheers.</description>
		<content:encoded><![CDATA[<p>Hey, I was also inspired by you and strager, and although I just started learning JS and Canvas 2days ago, I decided to give this a try.</p>
<p>Here&#8217;s what I finally got (140b):<br />
<a href="http://www.ehsankia.com/cjs/6" rel="nofollow">http://www.ehsankia.com/cjs/6</a></p>
<p>I was going for something a little bit more artistic, but sadly, couldn&#8217;t get it any  lower than 155b<br />
<a href="http://www.ehsankia.com/cjs/5" rel="nofollow">http://www.ehsankia.com/cjs/5</a></p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some tweetable #js1k demos by r4z0rw0lf</title>
		<link>http://www.puremango.co.uk/2010/08/some-tweetable-js1k-demos/comment-page-1/#comment-17404</link>
		<dc:creator>r4z0rw0lf</dc:creator>
		<pubDate>Thu, 02 Sep 2010 06:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.puremango.co.uk/?p=1222#comment-17404</guid>
		<description>The cave of evil wont work in Webkit based browsers, or Opera. also, setting the delay for setInterval to 1 froze Firefox on my computer.</description>
		<content:encoded><![CDATA[<p>The cave of evil wont work in Webkit based browsers, or Opera. also, setting the delay for setInterval to 1 froze Firefox on my computer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
