<?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: Sine Scrollbars</title>
	<atom:link href="http://www.mrspeaker.net/2010/01/18/sine-scrollbars/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrspeaker.net/2010/01/18/sine-scrollbars/</link>
	<description>Javascript flâneur, internet flibbertygibbert</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:33:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mr Speaker</title>
		<link>http://www.mrspeaker.net/2010/01/18/sine-scrollbars/comment-page-1/#comment-1655</link>
		<dc:creator>Mr Speaker</dc:creator>
		<pubDate>Fri, 22 Jan 2010 06:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrspeaker.net/?p=1441#comment-1655</guid>
		<description>That’s just a lil’ trick: the ~ is JavaScript’s bitwise NOT operator. Applying it twice (NOT NOT) is just a cheeky way of doing a Math.floor for positive numbers. But it’s waaaay faster than “Math.floor” (and just slightly faster than “&lt;&lt;0″)

Though in this case, speed is not really an issue and I should have just done Math.floor for readability. Sorry &#039;bout that!</description>
		<content:encoded><![CDATA[<p>That’s just a lil’ trick: the ~ is JavaScript’s bitwise NOT operator. Applying it twice (NOT NOT) is just a cheeky way of doing a Math.floor for positive numbers. But it’s waaaay faster than “Math.floor” (and just slightly faster than “&lt;&lt;0″)</p>
<p>Though in this case, speed is not really an issue and I should have just done Math.floor for readability. Sorry &#039;bout that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SAHarvey</title>
		<link>http://www.mrspeaker.net/2010/01/18/sine-scrollbars/comment-page-1/#comment-1654</link>
		<dc:creator>SAHarvey</dc:creator>
		<pubDate>Fri, 22 Jan 2010 06:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrspeaker.net/?p=1441#comment-1654</guid>
		<description>In your code I noticed you used a funtion name &quot;~~()&quot;. Can you explain what this function does and if it is a part of the core Javascript language.

Thanks</description>
		<content:encoded><![CDATA[<p>In your code I noticed you used a funtion name &#8220;~~()&#8221;. Can you explain what this function does and if it is a part of the core Javascript language.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Miller</title>
		<link>http://www.mrspeaker.net/2010/01/18/sine-scrollbars/comment-page-1/#comment-1647</link>
		<dc:creator>Simon Miller</dc:creator>
		<pubDate>Mon, 18 Jan 2010 09:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrspeaker.net/?p=1441#comment-1647</guid>
		<description>You clearly have too much time on your hands. Extremely cool.</description>
		<content:encoded><![CDATA[<p>You clearly have too much time on your hands. Extremely cool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
