<?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; Browsers</title>
	<atom:link href="http://wp.garkbit.com/category/browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.garkbit.com</link>
	<description>... on the other side of the universe</description>
	<lastBuildDate>Fri, 22 Oct 2010 14:16:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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 [...]]]></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; title: ; notranslate">
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>
		<item>
		<title>iPhone view source</title>
		<link>http://wp.garkbit.com/2009-09-28/iphone-view-source/</link>
		<comments>http://wp.garkbit.com/2009-09-28/iphone-view-source/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 06:52:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://wp.garkbit.com/2009-09-28/iphone-view-source/</guid>
		<description><![CDATA[For you who are a web developer and would like to be able to &#8220;view source&#8221; on a web page with your iPhone Safari. Create a bookmark. Edit it and paise the code below in the location field. Then when you want to use it, just click the bookmark, and you&#8217;ll get the source. Super [...]]]></description>
			<content:encoded><![CDATA[<p>For you who are a web developer and would like to be able to &#8220;view source&#8221; on a web page with your iPhone Safari.<br />
Create a bookmark. Edit it and paise the code below in the location field. Then when you want to use it, just click the bookmark, and you&#8217;ll get the source. Super easy!! </p>
<pre class="brush: plain; title: ; notranslate">javascript:var%20sourceWindow%20%3D%20window.open%28%27about%3Ablank%27%29%3B%20%0Avar%20newDoc%20%3D%20sourceWindow.document%3B%20%0AnewDoc.open%28%29%3B%20%0AnewDoc.write%28%27%3Chtml%3E%3Chead%3E%3Ctitle%3ESource%20of%20%27%20%2B%20document.location.href%20%2B%20%27%3C/title%3E%3C/head%3E%3Cbody%3E%3C/body%3E%3C/html%3E%27%29%3B%20%0AnewDoc.close%28%29%3B%20%0Avar%20pre%20%3D%20newDoc.body.appendChild%28newDoc.createElement%28%22pre%22%29%29%3B%20%0Apre.appendChild%28newDoc.createTextNode%28document.documentElement.innerHTML%29%29%3B</pre>
]]></content:encoded>
			<wfw:commentRss>http://wp.garkbit.com/2009-09-28/iphone-view-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save IE6</title>
		<link>http://wp.garkbit.com/2009-05-18/save-ie6/</link>
		<comments>http://wp.garkbit.com/2009-05-18/save-ie6/#comments</comments>
		<pubDate>Mon, 18 May 2009 07:43:16 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://wp.garkbit.com/?p=36</guid>
		<description><![CDATA[Here is another funny website by people that are trying to &#8220;save&#8221; IE6. And they list lots of good reasons why to use it. Check it out at Save IE6.]]></description>
			<content:encoded><![CDATA[<p>Here is another funny website by people that are trying to &#8220;save&#8221; IE6. And they list lots of good <a title="Why to use IE6" href="http://www.saveie6.com/why.php">reasons why to use it</a>.</p>
<p>Check it out at <a title="Save IE6" href="http://www.saveie6.com/">Save IE6</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.garkbit.com/2009-05-18/save-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to crash IE6 with 11 characters</title>
		<link>http://wp.garkbit.com/2009-05-18/how-to-crash-ie6-with-11-characters/</link>
		<comments>http://wp.garkbit.com/2009-05-18/how-to-crash-ie6-with-11-characters/#comments</comments>
		<pubDate>Mon, 18 May 2009 07:38:43 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>

		<guid isPermaLink="false">http://wp.garkbit.com/?p=33</guid>
		<description><![CDATA[Here is how tarible IE6 is.  You can make it crash by simply adding these 11 chars in you code. Nice! Find more on how to make IE6 and IE7 crash on Cats Who Code.]]></description>
			<content:encoded><![CDATA[<p>Here is how tarible IE6 is.  You can make it crash by simply adding these 11 chars in you code.</p>
<pre class="brush: xml; title: ; notranslate">&lt;STYLE&gt;@;/*</pre>
<p>Nice! Find more on how to make IE6 and IE7 crash on <a title="Cats Who Code" href="http://www.catswhocode.com/blog/6-html-and-javascript-codes-to-crash-ie6">Cats Who Code</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.garkbit.com/2009-05-18/how-to-crash-ie6-with-11-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

