<?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: Setting up jQuery with salesforce.com</title>
	<atom:link href="http://www.tehnrd.com/setting-up-jquery-with-salesforce-com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tehnrd.com/setting-up-jquery-with-salesforce-com/</link>
	<description>Force.com - jQuery - Technology - Life</description>
	<lastBuildDate>Sun, 05 Feb 2012 03:04:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Sandeep</title>
		<link>http://www.tehnrd.com/setting-up-jquery-with-salesforce-com/comment-page-1/#comment-7786</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Fri, 26 Aug 2011 10:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=454#comment-7786</guid>
		<description>Hi , 
  I am trying to login as a SFDC customer in an SFDC site . can u tell me how to do this using Jquery.</description>
		<content:encoded><![CDATA[<p>Hi ,<br />
  I am trying to login as a SFDC customer in an SFDC site . can u tell me how to do this using Jquery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://www.tehnrd.com/setting-up-jquery-with-salesforce-com/comment-page-1/#comment-5670</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Thu, 26 May 2011 16:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=454#comment-5670</guid>
		<description>The last link on my previous comment should be...

https://mydomain.secure.force.com/resource/zipResource/filename</description>
		<content:encoded><![CDATA[<p>The last link on my previous comment should be&#8230;</p>
<p><a href="https://mydomain.secure.force.com/resource/zipResource/filename" rel="nofollow">https://mydomain.secure.force.com/resource/zipResource/filename</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://www.tehnrd.com/setting-up-jquery-with-salesforce-com/comment-page-1/#comment-5669</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Thu, 26 May 2011 16:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=454#comment-5669</guid>
		<description>@jason @Kanji, you are both right :) Within Salesforce, it&#039;s probably safest to use Static Resources, but odds are both solutions will work since both Salesforce and Google do a pretty good job of staying online.  For general webdev, using the CDNs is a great idea.

Also, did you know that by using Salesforce Sites, you have access to your Public Static Resources?  Thus, you have a public CDN via Salesforce.  The key is that Cache Control must be Public on the Resource.

http://mydomain.force.com/resource/resourceName
https://mydomain.secure.force.com/resource/resourceName

http://mydomain.force.com/resource/zipResource/filename
https://mydomain.secure.force.com/zipResource/filename</description>
		<content:encoded><![CDATA[<p>@jason @Kanji, you are both right <img src='http://www.tehnrd.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Within Salesforce, it&#8217;s probably safest to use Static Resources, but odds are both solutions will work since both Salesforce and Google do a pretty good job of staying online.  For general webdev, using the CDNs is a great idea.</p>
<p>Also, did you know that by using Salesforce Sites, you have access to your Public Static Resources?  Thus, you have a public CDN via Salesforce.  The key is that Cache Control must be Public on the Resource.</p>
<p><a href="http://mydomain.force.com/resource/resourceName" rel="nofollow">http://mydomain.force.com/resource/resourceName</a><br />
<a href="https://mydomain.secure.force.com/resource/resourceName" rel="nofollow">https://mydomain.secure.force.com/resource/resourceName</a></p>
<p><a href="http://mydomain.force.com/resource/zipResource/filename" rel="nofollow">http://mydomain.force.com/resource/zipResource/filename</a><br />
<a href="https://mydomain.secure.force.com/zipResource/filename" rel="nofollow">https://mydomain.secure.force.com/zipResource/filename</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenji776</title>
		<link>http://www.tehnrd.com/setting-up-jquery-with-salesforce-com/comment-page-1/#comment-5668</link>
		<dc:creator>Kenji776</dc:creator>
		<pubDate>Thu, 26 May 2011 16:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=454#comment-5668</guid>
		<description>Jason, that is a really good point about multiple points of failure. I kind of mentally glossed over the fact that Salesforce has a high quality CDN. I&#039;m used to developing stuff that will on some crummy in house server so anything I could offload was a bonus. Haven&#039;t totally transitioned to coding in the cloud mentality yet I guess.</description>
		<content:encoded><![CDATA[<p>Jason, that is a really good point about multiple points of failure. I kind of mentally glossed over the fact that Salesforce has a high quality CDN. I&#8217;m used to developing stuff that will on some crummy in house server so anything I could offload was a bonus. Haven&#8217;t totally transitioned to coding in the cloud mentality yet I guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.tehnrd.com/setting-up-jquery-with-salesforce-com/comment-page-1/#comment-5667</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 26 May 2011 16:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=454#comment-5667</guid>
		<description>@scott Kenji is referring to theses static CDN files: http://code.google.com/apis/libraries/devguide.html You don&#039;t need an API key. If you are using the other google libraries that involve invoking their custom APIs...like for maps ;-) , then you need the API key.

So why don&#039;t I use the google/MS CDN? Well, salesforce.com actually has it&#039;s own CDN through akamai I think, and static files on sites pages are served through this. Not sure about internal apps. If I was hosting the jquery files from some cheap $4 a month web server I would probably use a google CDN but salesforce already has an enterprise grade global CDN. Also, it would be very rare but google CDN could, and I think has, gone down before. If salesforce goes down my apps will be down anyway. If salesforces is up and google is down my apps are down. This risk, for me, isn&#039;t worth the extra few milliseconds saved on page load....and only the first page load.

Also, in the past these CDN did not have a https option and you would get mixed content warnings in IE.</description>
		<content:encoded><![CDATA[<p>@scott Kenji is referring to theses static CDN files: <a href="http://code.google.com/apis/libraries/devguide.html" rel="nofollow">http://code.google.com/apis/libraries/devguide.html</a> You don&#8217;t need an API key. If you are using the other google libraries that involve invoking their custom APIs&#8230;like for maps <img src='http://www.tehnrd.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  , then you need the API key.</p>
<p>So why don&#8217;t I use the google/MS CDN? Well, salesforce.com actually has it&#8217;s own CDN through akamai I think, and static files on sites pages are served through this. Not sure about internal apps. If I was hosting the jquery files from some cheap $4 a month web server I would probably use a google CDN but salesforce already has an enterprise grade global CDN. Also, it would be very rare but google CDN could, and I think has, gone down before. If salesforce goes down my apps will be down anyway. If salesforces is up and google is down my apps are down. This risk, for me, isn&#8217;t worth the extra few milliseconds saved on page load&#8230;.and only the first page load.</p>
<p>Also, in the past these CDN did not have a https option and you would get mixed content warnings in IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://www.tehnrd.com/setting-up-jquery-with-salesforce-com/comment-page-1/#comment-5666</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Thu, 26 May 2011 16:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=454#comment-5666</guid>
		<description>&lt;a href=&quot;#comment-5665&quot; rel=&quot;nofollow&quot;&gt;@Kenji776 &lt;/a&gt; Not sure why I didn&#039;t think of that.  I was reading the docs about using the AJAX loader.  You are right.  Also, the HTTPS version of those URLs work, which is nice for being in Salesforce.</description>
		<content:encoded><![CDATA[<p><a href="#comment-5665" rel="nofollow">@Kenji776 </a> Not sure why I didn&#8217;t think of that.  I was reading the docs about using the AJAX loader.  You are right.  Also, the HTTPS version of those URLs work, which is nice for being in Salesforce.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenji776</title>
		<link>http://www.tehnrd.com/setting-up-jquery-with-salesforce-com/comment-page-1/#comment-5665</link>
		<dc:creator>Kenji776</dc:creator>
		<pubDate>Thu, 26 May 2011 16:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=454#comment-5665</guid>
		<description>I haven&#039;t had to use any keys or anything. The following URLs work just fine for me.

http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js

Maybe I&#039;m not supposed to use them, but they&#039;ve been doing the job so far :P</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t had to use any keys or anything. The following URLs work just fine for me.</p>
<p><a href="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js</a><br />
<a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js</a></p>
<p>Maybe I&#8217;m not supposed to use them, but they&#8217;ve been doing the job so far <img src='http://www.tehnrd.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://www.tehnrd.com/setting-up-jquery-with-salesforce-com/comment-page-1/#comment-5664</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Thu, 26 May 2011 16:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=454#comment-5664</guid>
		<description>I never even realized you could use those CDNs over HTTPS, but you can &lt;a href=&quot;#comment-5663&quot; rel=&quot;nofollow&quot;&gt;@Kenji776 &lt;/a&gt;.  Google&#039;s requires an API key tied to a URL.  For a Managed Package, this won&#039;t work since there are so many URLs.  For an in-house implementation, it will.  It&#039;ll be nice when they move the key to their newer API Console so it&#039;s not URL dependent.</description>
		<content:encoded><![CDATA[<p>I never even realized you could use those CDNs over HTTPS, but you can <a href="#comment-5663" rel="nofollow">@Kenji776 </a>.  Google&#8217;s requires an API key tied to a URL.  For a Managed Package, this won&#8217;t work since there are so many URLs.  For an in-house implementation, it will.  It&#8217;ll be nice when they move the key to their newer API Console so it&#8217;s not URL dependent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenji776</title>
		<link>http://www.tehnrd.com/setting-up-jquery-with-salesforce-com/comment-page-1/#comment-5663</link>
		<dc:creator>Kenji776</dc:creator>
		<pubDate>Thu, 26 May 2011 14:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=454#comment-5663</guid>
		<description>Just curious is there a reason you don&#039;t use the google or microsoft CDN for jQuery? It&#039;s much more likely the user would have it already downloaded from another site so it would already be cached and it&#039;s one less thing for you to host and worry about. Google also hosts the themes and the UI package as well.</description>
		<content:encoded><![CDATA[<p>Just curious is there a reason you don&#8217;t use the google or microsoft CDN for jQuery? It&#8217;s much more likely the user would have it already downloaded from another site so it would already be cached and it&#8217;s one less thing for you to host and worry about. Google also hosts the themes and the UI package as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitz chauhan</title>
		<link>http://www.tehnrd.com/setting-up-jquery-with-salesforce-com/comment-page-1/#comment-5623</link>
		<dc:creator>mitz chauhan</dc:creator>
		<pubDate>Mon, 23 May 2011 14:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tehnrd.com/?p=454#comment-5623</guid>
		<description>OUCH! star in my eye!

Hadouken!!!

:)</description>
		<content:encoded><![CDATA[<p>OUCH! star in my eye!</p>
<p>Hadouken!!!</p>
<p> <img src='http://www.tehnrd.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

