<?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: Javascript Cryptography on the iPhone</title>
	<atom:link href="http://watchitlater.com/blog/2009/05/javascript-cryptography-on-the-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://watchitlater.com/blog/2009/05/javascript-cryptography-on-the-iphone/</link>
	<description>A reluctant foray into the world of blogging.</description>
	<lastBuildDate>Mon, 06 Sep 2010 11:01:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom</title>
		<link>http://watchitlater.com/blog/2009/05/javascript-cryptography-on-the-iphone/comment-page-1/#comment-2745</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 04 May 2009 13:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://watchitlater.com/blog/?p=34#comment-2745</guid>
		<description>Thanks Robert. I&#039;ll give it a go and see how quickly the page changes after I enter the magic password.</description>
		<content:encoded><![CDATA[<p>Thanks Robert. I&#8217;ll give it a go and see how quickly the page changes after I enter the magic password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://watchitlater.com/blog/2009/05/javascript-cryptography-on-the-iphone/comment-page-1/#comment-2741</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 04 May 2009 00:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://watchitlater.com/blog/?p=34#comment-2741</guid>
		<description>Sounds neat. 

I&#039;ve been finding that 90% of the trick to get good javascript performance from the iPhone is to break the work into chunks and process them using timeouts. The known display size of the iPhone helps here... Try breaking your passwords into groups of 10-20 and then decrypt them in those groups with a 0 millisecond timeout in between. The timeout gives the browser a chance to rerender and then the decryption will keep up with you scrolling.</description>
		<content:encoded><![CDATA[<p>Sounds neat. </p>
<p>I&#8217;ve been finding that 90% of the trick to get good javascript performance from the iPhone is to break the work into chunks and process them using timeouts. The known display size of the iPhone helps here&#8230; Try breaking your passwords into groups of 10-20 and then decrypt them in those groups with a 0 millisecond timeout in between. The timeout gives the browser a chance to rerender and then the decryption will keep up with you scrolling.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
