<?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: The hitchhikers guide to bookmarklet authoring</title>
	<atom:link href="http://prettyprint.me/2009/05/20/the-hitchhikers-guide-to-bookmarklet-authoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://prettyprint.me/2009/05/20/the-hitchhikers-guide-to-bookmarklet-authoring/</link>
	<description>by Ran Tavory</description>
	<lastBuildDate>Wed, 01 Sep 2010 05:40:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Blinky the Hitman</title>
		<link>http://prettyprint.me/2009/05/20/the-hitchhikers-guide-to-bookmarklet-authoring/comment-page-1/#comment-1634</link>
		<dc:creator>Blinky the Hitman</dc:creator>
		<pubDate>Sat, 22 May 2010 15:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://prettyprint.me/?p=18#comment-1634</guid>
		<description>Firefox has, near as I can tell, NO size limitations on bookmarklets. I&#039;ve written a full arcade version of Tetris, and the bookmarklet is 27kb. Just design your &quot;app&quot; as an HTML &quot;page&quot; powered by JavaScript, crunch it, encode the whole thing in base64, and load it as:

javascript:/*Title_and_Credits*/aa=window.open(&#039;data:text/HTML;base64,
YOURB64HERE&#039;,&#039;&#039;,&#039;width=420,height=420,left=0,top=0,scrollbars,resizable,menubar,status,location,toolbar,dependent=yes&#039;);void 1

Bypasses the whole nested-single-and-double-quotes PITA, too.</description>
		<content:encoded><![CDATA[<p>Firefox has, near as I can tell, NO size limitations on bookmarklets. I&#8217;ve written a full arcade version of Tetris, and the bookmarklet is 27kb. Just design your &#8220;app&#8221; as an HTML &#8220;page&#8221; powered by JavaScript, crunch it, encode the whole thing in base64, and load it as:</p>
<p>javascript:/*Title_and_Credits*/aa=window.open(&#8216;data:text/HTML;base64,<br />
YOURB64HERE&#8217;,&#8221;,&#8217;width=420,height=420,left=0,top=0,scrollbars,resizable,menubar,status,location,toolbar,dependent=yes&#8217;);void 1</p>
<p>Bypasses the whole nested-single-and-double-quotes PITA, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rantav</title>
		<link>http://prettyprint.me/2009/05/20/the-hitchhikers-guide-to-bookmarklet-authoring/comment-page-1/#comment-3</link>
		<dc:creator>rantav</dc:creator>
		<pubDate>Thu, 21 May 2009 04:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://prettyprint.me/?p=18#comment-3</guid>
		<description>Mozila just announced https://jetpack.mozillalabs.com/ for making extensions development easier. It looks like a good start (still in alpha) but it is still for FF only...</description>
		<content:encoded><![CDATA[<p>Mozila just announced <a href="https://jetpack.mozillalabs.com/" rel="nofollow">https://jetpack.mozillalabs.com/</a> for making extensions development easier. It looks like a good start (still in alpha) but it is still for FF only&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
