<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Amit Yadav &#187; AJAX</title>
	<atom:link href="http://www.amityadav.name/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amityadav.name</link>
	<description>Things to know for effective coding</description>
	<lastBuildDate>Fri, 10 Sep 2010 04:32:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Decision Center for Ajax Frameworks</title>
		<link>http://www.amityadav.name/decision-center-for-ajax-frameworks/</link>
		<comments>http://www.amityadav.name/decision-center-for-ajax-frameworks/#comments</comments>
		<pubDate>Mon, 18 May 2009 04:20:14 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Athenz]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=305</guid>
		<description><![CDATA[Briggs of Athenz has pointed his decision machine at the age old problem of choosing which darn library to choose. Now let the machine choose which library to use rather you choosing the library. Briggs has developed an application that chooses the Framework for you. http://www.athenz.com/app/decision/center/ajax A collaborative decision platform that is designed to help [...]]]></description>
			<content:encoded><![CDATA[<p><a class="zem_slink" title="Johnny Briggs (cricketer)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Johnny_Briggs_%28cricketer%29">Briggs</a> of Athenz has pointed his decision machine at the age old problem of choosing which darn library to choose. Now let the machine choose which library to use rather you choosing the library.</p>
<p>Briggs has developed an application that chooses the Framework for you.</p>
<p><a href="http://www.athenz.com/app/decision/center/ajax" target="_blank">http://www.athenz.com/app/decision/center/ajax</a></p>
<p><span class="definition">A </span><strong><span class="definition">collaborative decision platform </span></strong>that is designed to help you make better technology decisions.</p>
<p>A sophisticated, yet friendly decision engine to help you prioritize, compare, assess, and synthesize.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border:none;float:right" src="http://img.zemanta.com/pixy.gif?x-id=930dfedc-8537-460c-bf64-37fbbbea44b1" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/decision-center-for-ajax-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JQuery &amp; Prototype together</title>
		<link>http://www.amityadav.name/using-jquery-prototype-together/</link>
		<comments>http://www.amityadav.name/using-jquery-prototype-together/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 19:25:47 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Prototype JavaScript Framework]]></category>
		<category><![CDATA[Yui]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=255</guid>
		<description><![CDATA[You would surely have used JQuery and Prototype for dynamic web applications like Lightview, Prototip, etc. Here i would show you how to user them two together, on the same page. Problem The Problem JQuery uses a “$” as a shortcut for “jQuery” and Prototype uses “$” as well. We can’t have JQuery and Prototype [...]]]></description>
			<content:encoded><![CDATA[<p>You would surely have used JQuery and <a class="zem_slink" title="Prototype JavaScript Framework" rel="homepage" href="http://prototypejs.org">Prototype</a> for dynamic web applications like Lightview, Prototip, etc. Here i would show you how to user them two together, on the same page.</p>
<p><strong>Problem</strong><br />
The Problem JQuery uses a “$” as a shortcut for “jQuery” and Prototype uses “$” as well. We can’t have JQuery and Prototype using the same “$” namespace.</p>
<p><strong>The Fix</strong><br />
Thankfully JQuery has a neat little function called jQuery.noConflict( ) which you basically just need to stick at the top of your JQuery file and replace the “$” alias with “jQuery” for each function. Example:</p>
<p><span style="color: #800000;">jQuery.noConflict();<br />
// Do something with jQuery<br />
jQuery(&#8220;div p&#8221;).hide();<br />
// Do something with another library&#8217;s $()<br />
$(&#8220;content&#8221;).style.display = &#8216;none&#8217;;</span></p>
<p>Of course, there are other ways of solving this issue with jQuery.noConflict( )</p>
<p>NOTE: JQuery doesn’t get along with <a class="zem_slink" title="MooTools" rel="homepage" href="http://mootools.net">MooTools</a> and <a class="zem_slink" title="Yui (singer)" rel="imdb" href="http://www.imdb.com/name/nm2065262/">YUI</a> very well either, luckily this can also be solved with the jQuery.noConflict( ) trick.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=f1a1174b-f24b-48cf-aa25-44bd8eaa905d" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/using-jquery-prototype-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
