<?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"
	>
<channel>
	<title>Comments on: Bookmarklets</title>
	<atom:link href="http://www.sitepoint.com/blogs/2004/04/09/bookmarklets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2004/04/09/bookmarklets/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<pubDate>Fri, 05 Dec 2008 02:28:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: eSpider</title>
		<link>http://www.sitepoint.com/blogs/2004/04/09/bookmarklets/#comment-3420</link>
		<dc:creator>eSpider</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">200443000#comment-3420</guid>
		<description>&lt;p&gt;I wonder who first ceated the bookmarklets...&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I wonder who first ceated the bookmarklets&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: asp_funda</title>
		<link>http://www.sitepoint.com/blogs/2004/04/09/bookmarklets/#comment-3421</link>
		<dc:creator>asp_funda</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">200443000#comment-3421</guid>
		<description>&lt;p&gt;Yeah, million dollar question!! Bookmarklets have been around for quite a while but who implemented them first? Any answers Simon? :D&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Yeah, million dollar question!! Bookmarklets have been around for quite a while but who implemented them first? Any answers Simon? :D</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dori Smith</title>
		<link>http://www.sitepoint.com/blogs/2004/04/09/bookmarklets/#comment-3422</link>
		<dc:creator>Dori Smith</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">200443000#comment-3422</guid>
		<description>&lt;p&gt;I'm not Simon, but Steve Kangas over at bookmarklets.com says that &lt;a href="http://www.bookmarklets.com/about/"&gt;the original idea came from Netscape&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Simon, I noticed that your article doesn't say anything about Safari. It can be worth pointing out that Safari has some oddities in how it handles bookmarklets (drat it!). &lt;a href="http://www.macworld.com/2004/02/secrets/marchgeekfactor/"&gt;I wrote an article about Safari bookmarklets&lt;/a&gt; in the March issue of Macworld magazine.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I&#8217;m not Simon, but Steve Kangas over at bookmarklets.com says that <a href="http://www.bookmarklets.com/about/">the original idea came from Netscape</a>.</p>
<p>Simon, I noticed that your article doesn&#8217;t say anything about Safari. It can be worth pointing out that Safari has some oddities in how it handles bookmarklets (drat it!). <a href="http://www.macworld.com/2004/02/secrets/marchgeekfactor/">I wrote an article about Safari bookmarklets</a> in the March issue of Macworld magazine.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Skunk</title>
		<link>http://www.sitepoint.com/blogs/2004/04/09/bookmarklets/#comment-3423</link>
		<dc:creator>Skunk</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">200443000#comment-3423</guid>
		<description>&lt;p&gt;I haven't the slightest idea. www.bookmarklets.com is the first site I ever saw that popularised them, but I don't know if the author of the site "discovered" them. The real question is whether or not they were initially a deliberate browser feature. Did Netscape (I'm guessing NS was the first browser to support them as they created Javascript in the first place) deliberately allow bookmarks to contain Javascript, or was it a bug that was later cleverly exploited? I'd be interested to know the answer.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t the slightest idea. <a href="http://www.bookmarklets.com" rel="nofollow">http://www.bookmarklets.com</a> is the first site I ever saw that popularised them, but I don&#8217;t know if the author of the site &#8220;discovered&#8221; them. The real question is whether or not they were initially a deliberate browser feature. Did Netscape (I&#8217;m guessing NS was the first browser to support them as they created Javascript in the first place) deliberately allow bookmarks to contain Javascript, or was it a bug that was later cleverly exploited? I&#8217;d be interested to know the answer.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Skunk</title>
		<link>http://www.sitepoint.com/blogs/2004/04/09/bookmarklets/#comment-3424</link>
		<dc:creator>Skunk</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">200443000#comment-3424</guid>
		<description>&lt;p&gt;And here it is; I emailed Brendan Eich and asked him:&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;&lt;p&gt;They were a deliberate feature in this sense: I invented the javascript: URL along with JavaScript in 1995, and intended that javascript: URLs could be used as any other kind of URL, including being bookmark-able.&lt;/p&gt;&lt;/blockquote&gt;&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;&lt;p&gt;In particular, I made it possible to generate a new document by loading, e.g. javascript:'hello, world', but also (key for bookmarklets) to run arbitrary script against the DOM of the current document, e.g. javascript:alert(document.links[0].href).  The difference is that the latter kind of URL use an expression that evaluates to the undefined type in JS.  I added the void operator to JS before Netscape 2 shipped to make it easy to discard any non-undefined value in a javascript: URL.&lt;/p&gt;&lt;/blockquote&gt;&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>And here it is; I emailed Brendan Eich and asked him:</p>
<p>
<blockquote>
<p>They were a deliberate feature in this sense: I invented the javascript: URL along with JavaScript in 1995, and intended that javascript: URLs could be used as any other kind of URL, including being bookmark-able.</p>
</blockquote>
</p><p>
<blockquote>
<p>In particular, I made it possible to generate a new document by loading, e.g. javascript:&#8217;hello, world&#8217;, but also (key for bookmarklets) to run arbitrary script against the DOM of the current document, e.g. javascript:alert(document.links[0].href).  The difference is that the latter kind of URL use an expression that evaluates to the undefined type in JS.  I added the void operator to JS before Netscape 2 shipped to make it easy to discard any non-undefined value in a javascript: URL.</p>
</blockquote></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Skunk</title>
		<link>http://www.sitepoint.com/blogs/2004/04/09/bookmarklets/#comment-3425</link>
		<dc:creator>Skunk</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">200443000#comment-3425</guid>
		<description>&lt;p&gt;That's odd - I could have sworn Dori's answer wasn't there when I posted my last two comments. I think it's because her comment was posted anonymously and went in to the moderation queue - by the time it had been moderated and appeared in its place on the thread I had posted two more responses.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>That&#8217;s odd - I could have sworn Dori&#8217;s answer wasn&#8217;t there when I posted my last two comments. I think it&#8217;s because her comment was posted anonymously and went in to the moderation queue - by the time it had been moderated and appeared in its place on the thread I had posted two more responses.</p>]]></content:encoded>
	</item>
</channel>
</rss>
