<?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 for Stephan Robberts</title>
	<atom:link href="http://www.stephanrocks.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stephanrocks.com</link>
	<description>Artist yes?</description>
	<lastBuildDate>Thu, 12 Jan 2012 18:19:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on _spBodyOnLoadFunctionNames in SharePoint vs. jQuery&#8217;s document ready by stephan</title>
		<link>http://www.stephanrocks.com/2011/10/05/_spbodyonloadfunctionnames-in-sharepoint-vs-jquerys-document-ready/#comment-115</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Thu, 12 Jan 2012 18:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephanrocks.com/?p=422#comment-115</guid>
		<description>Hi tomc,

From my knowledge there is no performance difference between using $(...) or jQuery(...).  I prefer using jQuery(...) purely to prevent code conflicts.  A few JavaScript libraries out there all use $(...), which in some cases can override each others&#039; functions/methods and cause a mess for you (this is a common occurance in some SharePoint sites).  

If you use jQuery.noConflict();, you ensure that jQuery is running in a mode where it is in its own namespace and will not mess with other libraries running on the same page (as you&#039;re aware I&#039;m sure - using jQuery.noConflict will render $(...) non-functional).

I&#039;m really glad you found some value in my blog.  I love to share my knowledge and enjoy helping out the community!  Thanks for the kind words. :)

Stephan</description>
		<content:encoded><![CDATA[<p>Hi tomc,</p>
<p>From my knowledge there is no performance difference between using $(&#8230;) or jQuery(&#8230;).  I prefer using jQuery(&#8230;) purely to prevent code conflicts.  A few JavaScript libraries out there all use $(&#8230;), which in some cases can override each others&#8217; functions/methods and cause a mess for you (this is a common occurance in some SharePoint sites).  </p>
<p>If you use jQuery.noConflict();, you ensure that jQuery is running in a mode where it is in its own namespace and will not mess with other libraries running on the same page (as you&#8217;re aware I&#8217;m sure &#8211; using jQuery.noConflict will render $(&#8230;) non-functional).</p>
<p>I&#8217;m really glad you found some value in my blog.  I love to share my knowledge and enjoy helping out the community!  Thanks for the kind words. <img src='http://www.stephanrocks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on _spBodyOnLoadFunctionNames in SharePoint vs. jQuery&#8217;s document ready by tomc</title>
		<link>http://www.stephanrocks.com/2011/10/05/_spbodyonloadfunctionnames-in-sharepoint-vs-jquerys-document-ready/#comment-114</link>
		<dc:creator>tomc</dc:creator>
		<pubDate>Thu, 12 Jan 2012 12:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.stephanrocks.com/?p=422#comment-114</guid>
		<description>Thanks.  This saved me a ton of time.  One question. from a jQuery novice:  Is there any  performance difference between $(...) and JQuery(...)?  Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks.  This saved me a ton of time.  One question. from a jQuery novice:  Is there any  performance difference between $(&#8230;) and JQuery(&#8230;)?  Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

