<?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: Better, Stronger, Safer jQuerify Bookmarklet</title>
	<atom:link href="http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet</link>
	<description>Tips, techniques, and tutorials for the jQuery JavaScript library</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:50:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet/comment-page-1#comment-86539</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Wed, 08 Feb 2012 13:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=687#comment-86539</guid>
		<description>Good catch on the https issue. To avoid the problem, you can use the Google CDN URL  without the protocol:

&lt;code&gt;//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Good catch on the https issue. To avoid the problem, you can use the Google CDN URL  without the protocol:</p>
<p><code>//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet/comment-page-1#comment-86538</link>
		<dc:creator>will</dc:creator>
		<pubDate>Wed, 08 Feb 2012 13:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=687#comment-86538</guid>
		<description>If you load this on an HTTPS page you get the warning (at least in Chrome) &quot;Page has insecure content - do you want to load?&quot; which is because the jquery link you are using is with HTTP. You can&#039;t just fix that by switching it to HTTPS for SSL because jQuery does not sign their SSL cert with a certified certificate. However you can use this link instead:

https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js

That link will load the latest version of the v1 family of jQuery, so right now v 1.7.

Also note you can use this link to load the latest version of the 1.7 family:

https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js

Or this link to load the latest version of the 1.7.1:

https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js

Also works for older versions. And if your script was really tricky you could check the protocol that the current page is using and switch between using HTTPS and HTTP instead of just defaulting to HTTPS, but even HTTPS would be better than just HTTP as it would work without error for both types of pages.

Thanks for a great post, I&#039;ve been using this one (and before that the original one) for quite a long time.</description>
		<content:encoded><![CDATA[<p>If you load this on an HTTPS page you get the warning (at least in Chrome) &#8220;Page has insecure content &#8211; do you want to load?&#8221; which is because the jquery link you are using is with HTTP. You can&#8217;t just fix that by switching it to HTTPS for SSL because jQuery does not sign their SSL cert with a certified certificate. However you can use this link instead:</p>
<p><a href="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" rel="nofollow">https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js</a></p>
<p>That link will load the latest version of the v1 family of jQuery, so right now v 1.7.</p>
<p>Also note you can use this link to load the latest version of the 1.7 family:</p>
<p><a href="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" rel="nofollow">https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js</a></p>
<p>Or this link to load the latest version of the 1.7.1:</p>
<p><a href="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" rel="nofollow">https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></p>
<p>Also works for older versions. And if your script was really tricky you could check the protocol that the current page is using and switch between using HTTPS and HTTP instead of just defaulting to HTTPS, but even HTTPS would be better than just HTTP as it would work without error for both types of pages.</p>
<p>Thanks for a great post, I&#8217;ve been using this one (and before that the original one) for quite a long time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet/comment-page-1#comment-86310</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Tue, 17 Jan 2012 14:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=687#comment-86310</guid>
		<description>Hi Ali, 

You can see the &quot;developer version&quot; &lt;a href=&quot;#bookmarklet-src&quot; rel=&quot;nofollow&quot;&gt;in the entry itself&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Ali, </p>
<p>You can see the &#8220;developer version&#8221; <a href="#bookmarklet-src" rel="nofollow">in the entry itself</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Robertson</title>
		<link>http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet/comment-page-1#comment-86309</link>
		<dc:creator>Ali Robertson</dc:creator>
		<pubDate>Tue, 17 Jan 2012 14:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=687#comment-86309</guid>
		<description>Can we have it link to the developer version, not the minified version? I want to see the full names of the parameters for functions ,comments, etc</description>
		<content:encoded><![CDATA[<p>Can we have it link to the developer version, not the minified version? I want to see the full names of the parameters for functions ,comments, etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet/comment-page-1#comment-84891</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Thu, 15 Dec 2011 01:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=687#comment-84891</guid>
		<description>Thanks for the report, Michelle! I just updated the href for the bookmarklet, so it should work now.</description>
		<content:encoded><![CDATA[<p>Thanks for the report, Michelle! I just updated the href for the bookmarklet, so it should work now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle Lupei</title>
		<link>http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet/comment-page-1#comment-84817</link>
		<dc:creator>Michelle Lupei</dc:creator>
		<pubDate>Sun, 11 Dec 2011 17:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=687#comment-84817</guid>
		<description>FYI, in the latest Chrome release, trying to drag the link to the bookmarklet at the top of the page into the bookmark bar will cause the browser to crash.

Reason: there&#039;s an escaped space at the beginning of the script &lt;code&gt;javascript:%20(function()...&lt;/code&gt;

Workaround: instead of dragging the bookmarklet, bookmark this page, then edit the bookmark and replace the page url with the bookmarklet script (but remove the errant %20 before saving).</description>
		<content:encoded><![CDATA[<p>FYI, in the latest Chrome release, trying to drag the link to the bookmarklet at the top of the page into the bookmark bar will cause the browser to crash.</p>
<p>Reason: there&#8217;s an escaped space at the beginning of the script <code>javascript:%20(function()...</code></p>
<p>Workaround: instead of dragging the bookmarklet, bookmark this page, then edit the bookmark and replace the page url with the bookmarklet script (but remove the errant %20 before saving).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Opengraph Metadata Bookmarklet - Dougal Campbell&#039;s geek ramblings</title>
		<link>http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet/comment-page-1#comment-84517</link>
		<dc:creator>Opengraph Metadata Bookmarklet - Dougal Campbell&#039;s geek ramblings</dc:creator>
		<pubDate>Mon, 10 Oct 2011 16:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=687#comment-84517</guid>
		<description>[...] loaded on the page. If you are working with sites that aren&#8217;t using jQuery, you can use the jQuerify bookmarklet to inject jQuery on the fly for testing.    Just now ago # Leave a [...]</description>
		<content:encoded><![CDATA[<p>[...] loaded on the page. If you are working with sites that aren&#8217;t using jQuery, you can use the jQuerify bookmarklet to inject jQuery on the fly for testing.    Just now ago # Leave a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmet alp balkan</title>
		<link>http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet/comment-page-1#comment-84477</link>
		<dc:creator>ahmet alp balkan</dc:creator>
		<pubDate>Wed, 28 Sep 2011 18:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=687#comment-84477</guid>
		<description>In Google Chrome, it gives error

    Uncaught SyntaxError: Unexpected number

in the js console.</description>
		<content:encoded><![CDATA[<p>In Google Chrome, it gives error</p>
<p>    Uncaught SyntaxError: Unexpected number</p>
<p>in the js console.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What got me interested into bookmarklets ? jQuerify !!!! &#124; JavaScript Bookmarklets</title>
		<link>http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet/comment-page-1#comment-84379</link>
		<dc:creator>What got me interested into bookmarklets ? jQuerify !!!! &#124; JavaScript Bookmarklets</dc:creator>
		<pubDate>Mon, 05 Sep 2011 22:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=687#comment-84379</guid>
		<description>[...] with other websites using your JavaScript debugger console, but miss jQuery, look no further than http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet   This entry was posted in Uncategorized by admin. Bookmark the [...]</description>
		<content:encoded><![CDATA[<p>[...] with other websites using your JavaScript debugger console, but miss jQuery, look no further than <a href="http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet" rel="nofollow">http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet</a>   This entry was posted in Uncategorized by admin. Bookmark the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mini Searches with Answers - Answer My Searches</title>
		<link>http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet/comment-page-1#comment-84351</link>
		<dc:creator>Mini Searches with Answers - Answer My Searches</dc:creator>
		<pubDate>Mon, 29 Aug 2011 01:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/?p=687#comment-84351</guid>
		<description>[...] Better, Stronger, Safer jQuerify Bookmarklet » Learning jQuery &#8211; Tips, Techniques, TutorialsSeems like a really good bookmarklet to load jquery onto a page [...]</description>
		<content:encoded><![CDATA[<p>[...] Better, Stronger, Safer jQuerify Bookmarklet » Learning jQuery &#8211; Tips, Techniques, TutorialsSeems like a really good bookmarklet to load jquery onto a page [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 9/21 queries in 0.009 seconds using disk: basic
Object Caching 372/378 objects using disk: basic
Content Delivery Network via learningjquery.kswedberg.netdna-cdn.com

Served from: www.learningjquery.com @ 2012-02-08 17:46:22 -->
