<?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>About Web Development by Activo &#187; JavaScript Framework</title>
	<atom:link href="http://www.activoinc.com/blog/tag/javascript-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activoinc.com/blog</link>
	<description>Web Development in a Web 2.0 World</description>
	<lastBuildDate>Wed, 24 Nov 2010 00:25:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery Emerges as Most Popular Javascript Library for Web Development</title>
		<link>http://www.activoinc.com/blog/2008/11/03/jquery-emerges-as-most-popular-javascript-library-for-web-development/</link>
		<comments>http://www.activoinc.com/blog/2008/11/03/jquery-emerges-as-most-popular-javascript-library-for-web-development/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 11:01:50 +0000</pubDate>
		<dc:creator>Ron Peled</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web-based User Interfaces]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[JavaScript Framework]]></category>
		<category><![CDATA[JavaScript Library]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://www.activoinc.com/blog/?p=111</guid>
		<description><![CDATA[It seems to be official: jQuery is gaining ground faster than any other JavaScript Library. There may be many reasons but I like to think that jQuery is leading the pack due to its simplicity and relatively small size. Here is what Google Trends is showing us:

Top Reasons for jQuery&#8217;s ground gaining:

Simplicity.
Small in size: only [...]]]></description>
			<content:encoded><![CDATA[<p>It seems to be official: jQuery is gaining ground faster than any other JavaScript Library. There may be many reasons but I like to think that jQuery is leading the pack due to its simplicity and relatively small size. Here is what Google Trends is showing us:</p>
<p><img class="alignnone size-full wp-image-132" title="jquery-dojo-mootools-prototype-google-trends" src="http://www.activoinc.com/blog/wp-content/uploads/2008/11/jquery-dojo-mootools-prototype-google-trends.gif" alt="" width="465" height="290" /></p>
<h2>Top Reasons for jQuery&#8217;s ground gaining:</h2>
<ul>
<li>Simplicity.</li>
<li>Small in size: only 15K for latest production release after its minified and gzipped.</li>
<li>Extendable: pretty big plugin library. Currently showing hundreds of plugins.</li>
<li>CSS3 Compliant and one of the first JS Library to use CSS selectors.</li>
<li>Handles AJAX very well while avoiding code bloating.</li>
<li>Major adoption by ASP.NET developers and <a href="http://weblogs.asp.net/scottgu/archive/2008/09/28/jquery-and-microsoft.aspx">teaming up with ASP.NET&#8217;s team for improved integration</a></li>
</ul>
<h2>jQuery Resources:</h2>
<ul>
<li><a href="http://jquery.com/">jQuery Official Site</a></li>
<li><a href="http://plugins.jquery.com/">jQuery Plugins</a></li>
<li><a href="http://www.hanselman.com/blog/HanselminutesPodcast126ChatWithJohnResigCreatorOfJQuery.aspx">Chat with John Resig, Creator of jQuery</a></li>
<li><a href="http://blogs.ipona.com/james/archive/2008/02/15/JQuery-IntelliSense-in-Visual-Studio-2008.aspx">jQuery Intellisense in Visual Studio 2008</a></li>
<li><a href="http://www.gscottolson.com/weblog/2008/01/11/jquery-cheat-sheet/">jQuery 1.2 Cheat Sheet</a></li>
</ul>
<h2>Other Javascript Libraries:</h2>
<p>All these Javascript frameworks provide the basic idea of single developer resource for cross browser and cross platform JavaScript development. Additionally, all make AJAX a little bit easier:</p>
<ul>
<li><a href="http://dojotoolkit.org/">Dojo</a></li>
<li><a href="http://www.prototypejs.org/">Prototype</a></li>
<li><a href="http://mootools.net/">Mootools</a></li>
<li><a href="http://mochikit.com/">Mochikit</a></li>
<li><a href="http://www.extjs.com/">Ext JS</a></li>
<li><a href="http://labs.adobe.com/technologies/spry/">Adobe Spry</a></li>
<li><a href="http://developer.yahoo.com/yui/">YUI (Yahoo! User Interface)</a></li>
</ul>
<p>If you know of any additional interesting jQuery Resources, drop me a line. Thanks!</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>December 7, 2008 -- <a href="http://www.activoinc.com/blog/2008/12/07/a-list-of-cms-ecommerce-and-blogging-systems-that-officially-support-jquery/" title="A list of CMS and eCommerce systems that officially support jQuery">A list of CMS and eCommerce systems that officially support jQuery</a> (2)</li><li>January 7, 2009 -- <a href="http://www.activoinc.com/blog/2009/01/07/2009-the-year-of-open-source-software/" title="2009, the year of Open Source Software">2009, the year of Open Source Software</a> (0)</li><li>October 22, 2009 -- <a href="http://www.activoinc.com/blog/2009/10/22/how-to-detect-if-the-page-is-secure-in-a-magento-template/" title="How to Detect if the Page is Secure in a Magento Template?">How to Detect if the Page is Secure in a Magento Template?</a> (0)</li><li>October 6, 2008 -- <a href="http://www.activoinc.com/blog/2008/10/06/ektron-cms400-70-issues-with-net-framework-35-sp1/" title="Ektron CMS400 7.0 issues with .NET Framework 3.5 SP1">Ektron CMS400 7.0 issues with .NET Framework 3.5 SP1</a> (2)</li><li>September 5, 2008 -- <a href="http://www.activoinc.com/blog/2008/09/05/joomla-vs-ektron/" title="Joomla vs Ektron">Joomla vs Ektron</a> (2)</li><li>August 19, 2008 -- <a href="http://www.activoinc.com/blog/2008/08/19/hack-attempt-sql-injection-tagreting-ms-sql-servers/" title="Hack attempt: SQL Injection Tagreting MS SQL Servers">Hack attempt: SQL Injection Tagreting MS SQL Servers</a> (0)</li><li>July 30, 2008 -- <a href="http://www.activoinc.com/blog/2008/07/30/ektron-clarification-on-user-controls-vs-api/" title="Ektron: Clarification on User Controls vs API">Ektron: Clarification on User Controls vs API</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.activoinc.com/blog/2008/11/03/jquery-emerges-as-most-popular-javascript-library-for-web-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

