<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Garkbit Blog &#187; Mobile</title>
	<atom:link href="http://wp.garkbit.com/tag/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.garkbit.com</link>
	<description>... on the other side of the universe</description>
	<lastBuildDate>Mon, 14 Dec 2009 13:29:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone Scroll To bookmarklet</title>
		<link>http://wp.garkbit.com/2009-10-12/iphone-scroll-to-bookmarklet/</link>
		<comments>http://wp.garkbit.com/2009-10-12/iphone-scroll-to-bookmarklet/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 20:08:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile Safari]]></category>

		<guid isPermaLink="false">http://wp.garkbit.com/?p=143</guid>
		<description><![CDATA[Do you also get tiered of flickering your finger to scroll up and down loooong web pages? I was, so I wrote this JavaScript bookmarklet to do it for me. It enables you to enter a %-value where to (vertically) scroll on the page.
How to use it:
Just add and save a bookmark on any page. [...]]]></description>
			<content:encoded><![CDATA[<p>Do you also get tiered of flickering your finger to scroll up and down loooong web pages? I was, so I wrote this JavaScript bookmarklet to do it for me. It enables you to enter a %-value where to (vertically) scroll on the page.</p>
<p><strong>How to use it:</strong></p>
<p>Just add and save a bookmark on any page. Open it for edit. Name it &#8220;Scroll to &#8230;&#8221; (or what ever) and paiste the JavaScript code below into the URL field.</p>
<pre class="brush: jscript;">
javascript:window.scroll(window.pageXOffset,(prompt(%22Scroll%20to%20...%20(0-100)%22)/100)*document.body.clientHeight);
</pre>
<p>To use it, just select the bookmark from the bookmarks menu, enter a value between 0-100 (where 0 is the page top and 100 is the page bottom) into the prompt and hit OK.</p>
<p>Happy scrolling!</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.garkbit.com/2009-10-12/iphone-scroll-to-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
