<?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>Ajax Freak</title>
	<atom:link href="http://www.ajaxfreak.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxfreak.com</link>
	<description>All about Ajax and PHP</description>
	<lastBuildDate>Sun, 05 Sep 2010 10:47:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Top Seven Innovative PHP Classes</title>
		<link>http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/</link>
		<comments>http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 10:47:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php classes]]></category>

		<guid isPermaLink="false">http://www.ajaxfreak.com/?p=2218</guid>
		<description><![CDATA[Ajax Freak presents the top innovative PHP CLASSES selection from PHP CLASSES.ORG which have conducted a competition and select the top seven listed below php classes.

Generate HTML to display ribbon-like menus
Check whether a password is strong
Manage a list of tasks of a to do list
Evaluate and render polynomial equations
Filter scalars, arrays, data objects recursively
Check and [...]]]></description>
			<content:encoded><![CDATA[<p>Ajax Freak presents the top innovative PHP CLASSES selection from PHP CLASSES.ORG which have conducted a competition and select the top seven listed below php classes.</p>
<ol>
<li>Generate HTML to display ribbon-like menus</li>
<li>Check whether a password is strong</li>
<li>Manage a list of tasks of a to do list</li>
<li>Evaluate and render polynomial equations</li>
<li>Filter scalars, arrays, data objects recursively</li>
<li>Check and retrieve the redirection URL of a page</li>
<li>Manage user contacts</li>
</ol>
<p><span id="more-2218"></span></p>
<h2><strong>Generate HTML to display ribbon-like menus</strong></h2>
<p>This class can be used to generate HTML to display ribbon-like menus.</p>
<p>It can build a structure of menus, categories and buttons and generates HTML and JavaScript to display a ribbon menu.<br />
Dowload all styles and Themes From</p>
<p>http://www.tufyta.com/php-ribbon</p>
<th></th>
<td>Download  <a rel="nofollow" href="http://www.phpclasses.org/package/6356-PHP-Generate-HTML-to-display-ribbon-like-menus.html" target="_blank">D3Ribbon Menu</a></p>
<h2><strong>Check whether a password is strong</strong></h2>
<p>Practically all sites that provide personalized access, require that the users create an account and choose a password.<br />
This way, the sites can identify and authenticate the users and only provide access to the accounts information and services to the users that really own the respective account.<br />
One problem with this approach is that many users choose passwords that are easy to guess.<br />
This class provides a solution to prevent that users choose passwords that are too easy to guess.<br />
It computes a score for each password that the user chooses, so the site may ask the user to choose an harder to guess password if the score is too low.</p>
<p>This class can be used to check whether a password is strong enough to not be guessed easily.<br />
It can perform several tests on a given password string to compute a score that represents the strength of a password.</p>
<p>Download <a rel="nofollow" href="http://www.phpclasses.org/package/6290-PHP-Check-whether-a-password-is-strong.html" target="_blank">te-edu Password Meter</a></p>
<h2><strong>Manage a list of tasks of a to do list</strong></h2>
<p>This package can be used to manage a list of tasks of a to do list.<br />
It can create, update, delete and list tasks of a to do list stored in a database.<br />
It can also manage folders that can contain different groups of to do tasks.</p>
<p>Download <a rel="nofollow" href="http://www.phpclasses.org/package/6299-PHP-Manage-a-list-of-tasks-of-a-to-do-list.html" target="_blank">Todo List</a></p>
<h2><strong>Evaluate and render polynomial equations</strong></h2>
<p>Polynomial equations are used to solve many types of scientific problems, for instance in physics.<br />
This class provides a solution to evaluate and render polynomial equations in Web pages.</p>
<p>This package can be used to evaluate and render polynomial equations.<br />
It can take an array of coefficients of a polynomial equation and can evaluate it for a given x value.<br />
It can also generate HTML to render the equation in a Web page.</p>
<p><a href="http://phpclasses.controloye.com/package/6352-PHP-Evaluate-and-render-polynomial-equations.html" target="_blank">Download</a></p>
<h2><strong>Filter scalars, arrays, data objects recursively</strong></h2>
<p>This package can be used to filter the values of scalars, arrays, data objects recursively.<br />
It can take an arbitrary value and apply filtering operations implemented by separate filter classes.<br />
Arrays and objects can be traversed recursively to filter all their member values.<br />
Multiple filter objects can be arranged in a chain to perform several types of filtering operations.<br />
Currently the package includes filter classes for encoding text as HTML with entities, convert new line characters to HTML line break tags, etc..<br />
This package also provides wrappers to use the filters with the Zend Framework and Smarty template engine.</p>
<p><a href="http://phpclasses.controloye.com/package/6335-PHP-Filter-scalars-arrays-data-objects-recursively.html" target="_blank">Download</a></p>
<h2><strong>Check and retrieve the redirection URL of a page</strong></h2>
<p>When a browser accesses a Web page, the server can send an HTTP header to redirect the browser to another page.<br />
However, there are other ways to redirect a browser to another page, like for instance using HTML META tags.<br />
This class provides a solution to detect whether the browser will be redirected to another page, by detecting both HTTP and HTML META tag redirection.</p>
<p>This class can be used to check and retrieve the redirection URL of a page.It can check if accessing a given page redirects the browser to another page, either via response headers or meta tags.The class returns the redirection URL if the browser would be redirected to another page.</p>
<p><a href="http://phpclasses.controloye.com/package/6317-PHP-Check-and-retrieve-the-redirection-URL-of-a-page.html" target="_blank">Download</a></p>
<h2><strong>Manage user contacts</strong></h2>
<p>This package can be used to manage user contacts.<br />
It can create and manage database records of people that are listed as contacts, as well the form of contact.<br />
The contacts can be gathered in folders.</p>
<p><a href="http://phpclasses.controloye.com/package/6347-PHP-Manage-user-contacts.html" target="_blank">Download</a></p>
<p><em></p>
<p></em></td>
<th></th>
<td><a rel="nofollow" href="http://www.phpclasses.org/package/6352-PHP-Evaluate-and-render-polynomial-equations.html" target="_blank">Equation</a></td>
<th></th>
<td><span style="font-size: small;"><span><span style="font-size: small;"><span><br />
</span></span></span></span></td>
<th></th>
<td></td>
<th></th>
<td></td>
<p><strong><br />
</strong></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Share it</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;title=Top+Seven+Innovative+PHP+Classes" title="  'Top Seven Innovative PHP Classes' a Del.icio.us"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="  'Top Seven Innovative PHP Classes' a Del.icio.us" alt="  'Top Seven Innovative PHP Classes' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;title=Top+Seven+Innovative+PHP+Classes" title="  'Top Seven Innovative PHP Classes' a digg"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="  'Top Seven Innovative PHP Classes' a digg" alt="  'Top Seven Innovative PHP Classes' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Top+Seven+Innovative+PHP+Classes&amp;u=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/" title="  'Top Seven Innovative PHP Classes' a FURL"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="  'Top Seven Innovative PHP Classes' a FURL" alt="  'Top Seven Innovative PHP Classes' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Top+Seven+Innovative+PHP+Classes&amp;Description=Top+Seven+Innovative+PHP+Classes&amp;Url=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/" title="  'Top Seven Innovative PHP Classes' a blinklist"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="  'Top Seven Innovative PHP Classes' a blinklist" alt="  'Top Seven Innovative PHP Classes' a blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;title=Top+Seven+Innovative+PHP+Classes" title="  'Top Seven Innovative PHP Classes' a reddit"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="  'Top Seven Innovative PHP Classes' a reddit" alt="  'Top Seven Innovative PHP Classes' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/" title="  'Top Seven Innovative PHP Classes' a Technorati"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="  'Top Seven Innovative PHP Classes' a Technorati" alt="  'Top Seven Innovative PHP Classes' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;title=Top+Seven+Innovative+PHP+Classes" title="  'Top Seven Innovative PHP Classes' a Socializer"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="  'Top Seven Innovative PHP Classes' a Socializer" alt="  'Top Seven Innovative PHP Classes' a Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;title=Top+Seven+Innovative+PHP+Classes&amp;description=Top+Seven+Innovative+PHP+Classes" title="  'Top Seven Innovative PHP Classes' a Ma.gnolia"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="  'Top Seven Innovative PHP Classes' a Ma.gnolia" alt="  'Top Seven Innovative PHP Classes' a Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;title=Top+Seven+Innovative+PHP+Classes" title="  'Top Seven Innovative PHP Classes' a Stumble Upon"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="  'Top Seven Innovative PHP Classes' a Stumble Upon" alt="  'Top Seven Innovative PHP Classes' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;title=Top+Seven+Innovative+PHP+Classes" title="  'Top Seven Innovative PHP Classes' a Google Bookmarks"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="  'Top Seven Innovative PHP Classes' a Google Bookmarks" alt="  'Top Seven Innovative PHP Classes' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;T=Top+Seven+Innovative+PHP+Classes" title="  'Top Seven Innovative PHP Classes' a Propeller"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="  'Top Seven Innovative PHP Classes' a Propeller" alt="  'Top Seven Innovative PHP Classes' a Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;title=Top+Seven+Innovative+PHP+Classes&amp;when_done=go_back" title="  'Top Seven Innovative PHP Classes' a Delirious"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="  'Top Seven Innovative PHP Classes' a Delirious" alt="  'Top Seven Innovative PHP Classes' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;title=Top+Seven+Innovative+PHP+Classes" title="  'Top Seven Innovative PHP Classes' a Live-MSN"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="  'Top Seven Innovative PHP Classes' a Live-MSN" alt="  'Top Seven Innovative PHP Classes' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Top+Seven+Innovative+PHP+Classes&amp;url=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/" title="  'Top Seven Innovative PHP Classes' a SlashDot"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="  'Top Seven Innovative PHP Classes' a SlashDot" alt="  'Top Seven Innovative PHP Classes' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;title=Top+Seven+Innovative+PHP+Classes" title="  'Top Seven Innovative PHP Classes' a Sphinn"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="  'Top Seven Innovative PHP Classes' a Sphinn" alt="  'Top Seven Innovative PHP Classes' a Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;t=Top+Seven+Innovative+PHP+Classes" title="  'Top Seven Innovative PHP Classes' a FaceBook"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="  'Top Seven Innovative PHP Classes' a FaceBook" alt="  'Top Seven Innovative PHP Classes' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;title=Top+Seven+Innovative+PHP+Classes" title="  'Top Seven Innovative PHP Classes' a Mixx"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="  'Top Seven Innovative PHP Classes' a Mixx" alt="  'Top Seven Innovative PHP Classes' a Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Top+Seven+Innovative+PHP+Classes&amp;c=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/" title="  'Top Seven Innovative PHP Classes' a MySpace"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="  'Top Seven Innovative PHP Classes' a MySpace" alt="  'Top Seven Innovative PHP Classes' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/" title="  'Top Seven Innovative PHP Classes' a Twitter"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="  'Top Seven Innovative PHP Classes' a Twitter" alt="  'Top Seven Innovative PHP Classes' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/addurl/?bm_url=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/&amp;bm_description=Top+Seven+Innovative+PHP+Classes" title="  'Top Seven Innovative PHP Classes' a Mister-Wong"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/misterwong.png" title="  'Top Seven Innovative PHP Classes' a Mister-Wong" alt="  'Top Seven Innovative PHP Classes' a Mister-Wong" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/" title="  'Top Seven Innovative PHP Classes' a FriendFeed"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="  'Top Seven Innovative PHP Classes' a FriendFeed" alt="  'Top Seven Innovative PHP Classes' a FriendFeed" /></a></div>
<!-- Social Bookmarking Reloaded END --><div style='display:none' id="post-refEl-2218"></div>]]></content:encoded>
			<wfw:commentRss>http://www.ajaxfreak.com/2010/09/05/top-seven-innovative-php-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks</title>
		<link>http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/</link>
		<comments>http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:14:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Effects]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[image galleries]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[slide]]></category>
		<category><![CDATA[slide show]]></category>
		<category><![CDATA[sliders]]></category>

		<guid isPermaLink="false">http://www.ajaxfreak.com/?p=2214</guid>
		<description><![CDATA[Ajax Freak brings the top of the ten pick of Moo Tools Image Galleries and content sliders around the web.
Slideshow 2

Slideshow 2! is a Javascript class for Mootools 1.2 to stream and animate the presentation of images on your website.
Slideshow 2 Docs &#38; Download
Slideshow 2 Demo

Floom

Floom is a super-stylish blinds-like slideshow widget for MooTools 1.2.2+.
Floom [...]]]></description>
			<content:encoded><![CDATA[<h2>Ajax Freak brings the top of the ten pick of Moo Tools Image Galleries and content sliders around the web.</h2>
<h2>Slideshow 2</h2>
<p><img src="http://speckyboy.com/wp-content/uploads/2010/08/mootools_slideshow_11.jpg" alt="Slideshow 2" /></p>
<p>Slideshow 2! is a Javascript class for Mootools 1.2 to stream and animate the presentation of images on your website.<br />
<a href="http://www.electricprism.com/aeron/slideshow/" target="_blank">Slideshow 2 Docs &amp; Download</a><br />
<a href="http://www.electricprism.com/aeron/slideshow/" target="_blank">Slideshow 2 Demo</a></p>
<p><span id="more-2214"></span></p>
<h2>Floom</h2>
<p><img src="http://speckyboy.com/wp-content/uploads/2010/08/mootools_slideshow_01.jpg" alt="Floom" /></p>
<p>Floom is a super-stylish blinds-like slideshow widget for MooTools 1.2.2+.<br />
<a href="http://nouincolor.com/floom/1.1/" target="_blank">Floom </a><br />
<a href="http://nouincolor.com/floom/1.1/Demos/" target="_blank">Floom Demo </a></p>
<h2>Nivoo-Slider</h2>
<p><img src="http://speckyboy.com/wp-content/uploads/2010/08/mootools_slideshow_02.jpg" alt="Nivoo-Slider" /></p>
<p>The Nivoo-Slider is an image gallery, featuring 14 different transition effects that has been based on the jQuery Plugin NivoSlider (http://nivo.dev7studios.com/).<br />
<a href="http://github.com/JohannesFischer/Nivoo-Slider" target="_blank">Nivoo-Slider Docs &amp; Download </a><br />
<a href="http://www.johannes-fischer.de/nivoo-slider/" target="_blank">Nivoo Slider Demo</a></p>
<h2>SlideItMoo</h2>
<p><img src="http://speckyboy.com/wp-content/uploads/2010/08/mootools_slideshow_03.jpg" alt="SlideItMoo" /></p>
<p>SlideItMoo cross-browser and nicely degradable slider plugin for MooTools 1.2 with All CSS styling is external making it very easy to customize its look and feel.<br />
<a href="http://www.php-help.ro/mootools-12-javascript-examples/slideitmoo-v11-image-slider/" target="_blank">SlideItMoo Docs &amp; Download </a><br />
<a href="http://www.php-help.ro/examples/slideitmoo_1.1/" target="_blank">SlideItMoo Demo</a></p>
<p><span style="font-family: 'Helvetica Neue', Helvetica, Arial, FreeSans, sans-serif; line-height: normal; font-size: 14px; color: #222222;"> </span></p>
<h2 style="border-top-width: 1px; border-top-style: solid; border-top-color: #eeeeee; font-weight: 400; clear: both; color: #222222; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 21px; margin-bottom: 3px; margin-top: 10px; padding-top: 9px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px;">slideGallery</h2>
<p><img src="http://speckyboy.com/wp-content/uploads/2010/08/mootools_slideshow_04.jpg" alt="slideGallery" /></p>
<p><span style="line-height: 20px;"><a style="color: #507aa5; text-decoration: none;" href="http://github.com/ginger/slideGallery" target="_blank">slideGallery Docs &amp; Download </a><br />
<a style="color: #507aa5; text-decoration: none;" href="http://juverman.narod.ru/slideGallery/Demo/index.html" target="_blank">slideGallery Demo </a></span></p>
<p><span style="line-height: 20px;"><span style="line-height: normal;"> </span></span></p>
<h2 style="border-top-width: 1px; border-top-style: solid; border-top-color: #eeeeee; font-weight: 400; clear: both; color: #222222; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 21px; margin-bottom: 3px; margin-top: 10px; padding-top: 9px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px;">noobSlide</h2>
<p><img src="http://speckyboy.com/wp-content/uploads/2010/08/mootools_slideshow_05.jpg" alt="noobSlide" /></p>
<p><span style="line-height: 20px;">noobSlide is a class for MooTools (1.11 and 1.2 downloads available) that will allow you to create image and content slideshows with ease.<br />
<a style="color: #507aa5; text-decoration: none;" href="http://www.efectorelativo.net/laboratory/noobSlide/" target="_blank">noobSlide Docs &amp; Download </a><br />
<a style="color: #507aa5; text-decoration: none;" href="http://www.efectorelativo.net/laboratory/noobSlide/" target="_blank">noobSlide Demo </a></span></p>
<p><span style="line-height: 20px;"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, FreeSans, sans-serif; line-height: normal; font-size: 14px; color: #222222;"> </span></span></p>
<h2 style="border-top-width: 1px; border-top-style: solid; border-top-color: #eeeeee; font-weight: 400; clear: both; color: #222222; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 21px; margin-bottom: 3px; margin-top: 10px; padding-top: 9px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px;">iCarousel</h2>
<p><img src="http://speckyboy.com/wp-content/uploads/2010/08/mootools_slideshow_06.jpg" alt="iCarousel" /></p>
<p><span style="font-family: 'Helvetica Neue', Helvetica, Arial, FreeSans, sans-serif; line-height: 20px; font-size: 14px; color: #222222;"><a style="color: #507aa5; text-decoration: none;" href="http://zendold.lojcomm.com.br/icarousel/example6.asp" target="_blank">iCarousel Docs &amp; Download </a><br />
<a style="color: #507aa5; text-decoration: none;" href="http://zendold.lojcomm.com.br/icarousel/example6.asp" target="_blank">iCarousel Demo </a></span></p>
<p><span style="font-family: 'Helvetica Neue', Helvetica, Arial, FreeSans, sans-serif; line-height: 20px; font-size: 14px; color: #222222;"><span style="line-height: normal;"> </span></span></p>
<h2 style="border-top-width: 1px; border-top-style: solid; border-top-color: #eeeeee; font-weight: 400; clear: both; color: #222222; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 21px; margin-bottom: 3px; margin-top: 10px; padding-top: 9px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px;">Gradually</h2>
<p><img src="http://speckyboy.com/wp-content/uploads/2010/08/mootools_slideshow_07.jpg" alt="Gradually" /></p>
<p><span style="line-height: 20px;">Gradually is an experimental slide show plug-in using the canvas element. It offers API, a slide show, and a thumbnail gallery using ImageDrawer.<br />
<a style="color: #507aa5; text-decoration: none;" href="http://github.com/holyshared/Gradually/" target="_blank">Gradually Docs &amp; Download </a><br />
<a style="color: #507aa5; text-decoration: none;" href="http://holyshared.github.com/Gradually/index.html" target="_blank">Gradually Demo </a></span></p>
<p><span style="line-height: 20px;"><span style="line-height: normal;"> </span></span></p>
<h2 style="border-top-width: 1px; border-top-style: solid; border-top-color: #eeeeee; font-weight: 400; clear: both; color: #222222; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 21px; margin-bottom: 3px; margin-top: 10px; padding-top: 9px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px;">Sliding Tabs</h2>
<p><img src="http://speckyboy.com/wp-content/uploads/2010/08/mootools_slideshow_08.jpg" alt="Sliding Tabs" /></p>
<p><span style="line-height: 20px;"><br />
<a style="color: #507aa5; text-decoration: none;" href="http://creativepony.com/archive/journal/scripts/sliding-tabs/" target="_blank">Sliding Tabs Docs &amp; Download </a><br />
<a style="color: #507aa5; text-decoration: none;" href="http://creativepony.com/archive/demos/sliding-tabs/" target="_blank">Sliding Tabs Demo </a></span></p>
<p><span style="line-height: 20px;"><span style="line-height: normal;"> </span></span></p>
<h2 style="border-top-width: 1px; border-top-style: solid; border-top-color: #eeeeee; font-weight: 400; clear: both; color: #222222; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 21px; margin-bottom: 3px; margin-top: 10px; padding-top: 9px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px;">scrollGallery</h2>
<p><img src="http://speckyboy.com/wp-content/uploads/2010/08/mootools_slideshow_09.jpg" alt="scrollGallery" /></p>
<p><span style="line-height: 20px;"><a style="color: #507aa5; text-decoration: none;" href="http://mootools.net/forge/p/scrollgallery" target="_blank">scrollGallery Docs &amp; Download </a><br />
<a style="color: #507aa5; text-decoration: none;" href="http://software.bmo-design.de/scrollGallery.html" target="_blank">scrollGallery Demo </a></span></p>
<p><span style="line-height: 20px;"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, FreeSans, sans-serif; line-height: normal; font-size: 14px; color: #222222;"> </span></span></p>
<h2 style="border-top-width: 1px; border-top-style: solid; border-top-color: #eeeeee; font-weight: 400; clear: both; color: #222222; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 21px; margin-bottom: 3px; margin-top: 10px; padding-top: 9px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px;">SmoothGallery 2.0</h2>
<p><img src="http://speckyboy.com/wp-content/uploads/2010/08/mootools_slideshow_10.jpg" alt="SmoothGallery 2.0" /></p>
<p><span style="line-height: 20px;"><br />
Using mootools v1.11, this gallery and slideshow plugin allows you to have simple and smooth (cross-fading…) image gallery and slideshow.<br />
<a style="color: #507aa5; text-decoration: none;" href="http://smoothgallery.jondesign.net/whats-new/" target="_blank">SmoothGallery 2.0 Docs &amp; Download </a><br />
<a style="color: #507aa5; text-decoration: none;" href="http://smoothgallery.jondesign.net/showcase/sliding-transition/#myGallery-picture(4)" target="_blank">SmoothGallery 2.0 Demo </a></span></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1592px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, FreeSans, sans-serif; line-height: 20px; font-size: 14px; color: #222222;">SlideItMoo cross-browser and nicely degradable slider plugin for MooTools 1.2 with All CSS styling is external making it very easy to customize its look and feel.</span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, FreeSans, sans-serif; line-height: 20px; font-size: 14px; color: #222222;"><br />
</span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, FreeSans, sans-serif; line-height: 20px; font-size: 14px; color: #222222;"><a style="color: #507aa5; text-decoration: none;" href="http://www.php-help.ro/mootools-12-javascript-examples/slideitmoo-v11-image-slider/">SlideItMoo Docs &amp; Download →</a></span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, FreeSans, sans-serif; line-height: 20px; font-size: 14px; color: #222222;"><br />
</span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, FreeSans, sans-serif; line-height: 20px; font-size: 14px; color: #222222;"><a style="color: #507aa5; text-decoration: none;" href="http://www.php-help.ro/examples/slideitmoo_1.1/">SlideItMoo Demo</a></span></div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Share it</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;title=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Del.icio.us"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Del.icio.us" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;title=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a digg"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a digg" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks&amp;u=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a FURL"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a FURL" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks&amp;Description=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks&amp;Url=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a blinklist"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a blinklist" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;title=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a reddit"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a reddit" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Technorati"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Technorati" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;title=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Socializer"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Socializer" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;title=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks&amp;description=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Ma.gnolia"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Ma.gnolia" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;title=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Stumble Upon"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Stumble Upon" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;title=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Google Bookmarks"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Google Bookmarks" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;T=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Propeller"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Propeller" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;title=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks&amp;when_done=go_back" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Delirious"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Delirious" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;title=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Live-MSN"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Live-MSN" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks&amp;url=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a SlashDot"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a SlashDot" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;title=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Sphinn"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Sphinn" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;t=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a FaceBook"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a FaceBook" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;title=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Mixx"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Mixx" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks&amp;c=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a MySpace"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a MySpace" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Twitter"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Twitter" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/addurl/?bm_url=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/&amp;bm_description=Ajax+Freak+Top+10+Moo+Tools+Image+Galleries+and+Slider+Picks" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Mister-Wong"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/misterwong.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Mister-Wong" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a Mister-Wong" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a FriendFeed"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a FriendFeed" alt="  'Ajax Freak Top 10 Moo Tools Image Galleries and Slider Picks' a FriendFeed" /></a></div>
<!-- Social Bookmarking Reloaded END --><div style='display:none' id="post-refEl-2214"></div>]]></content:encoded>
			<wfw:commentRss>http://www.ajaxfreak.com/2010/09/02/ajax-freak-top-10-moo-tools-image-galleries-and-slider-picks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 4 jQuery Video and Media Plugins</title>
		<link>http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/</link>
		<comments>http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:47:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[jquery media plugin]]></category>
		<category><![CDATA[jquery video]]></category>

		<guid isPermaLink="false">http://www.ajaxfreak.com/?p=2211</guid>
		<description><![CDATA[Ajax freak presents its list of top four jQuery Video and Media Plugins
with download and demo links
jQuery YouTube TubePlayer

jQuery YouTube TubePlayer Download &#38; Docs 

MediaElement.js

MediaElement.js allows you to use H.264, FLV, and WMV video with the &#60;video&#62; tag and program against the HTML5 Media API. This is accomplished by detecting what the browser supports, and [...]]]></description>
			<content:encoded><![CDATA[<h4>Ajax freak presents its list of top four jQuery Video and Media Plugins</h4>
<h4>with download and demo links</h4>
<h2>jQuery YouTube TubePlayer</h2>
<p><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/08/jquery_new_21.jpg" alt="jQuery YouTube TubePlayer" /></p>
<p><a href="http://www.tikku.com/jquery-youtube-tubeplayer-plugin" target="_blank">jQuery YouTube TubePlayer Download &amp; Docs </a></p>
<p><span id="more-2211"></span></p>
<h2>MediaElement.js</h2>
<p><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/08/jquery_new_22.jpg" alt="MediaElement.js" /></p>
<p>MediaElement.js allows you to use H.264, FLV, and WMV video with the &lt;video&gt; tag and program against the HTML5 Media API. This is accomplished by detecting what the browser supports, and when it doesn&#8217;t suppor &lt;video&gt; or the media file you&#8217;ve give it, MediaElement.js replaces the &lt;video&gt; element with a Silverlight or Flash plugin and wraps it in a JavaScript object that that mimics the native Media Element API.<br />
<a href="http://github.com/johndyer/mediaelement#readme" target="_blank">MediaElement.js Download &amp; Docs </a><br />
<a href="http://mediaelementjs.com/" target="_blank">Demo</a></p>
<h2>jMediaelement</h2>
<p><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/08/jquery_new_23.jpg" alt="jMediaelement" /></p>
<p>jme is an HTML5 audio / video development kit with Flash Fallback, which focuses on flexibility, intuitive DOM-API and semantic code.<br />
<a href="http://protofunc.com/jme/" target="_blank">jMediaelement Download &amp; Docs </a><br />
<a href="http://protofunc.com/jme/demos/index.html" target="_blank">Demo</a></p>
<h2>FlareVideo</h2>
<p><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/08/jquery_new_24.jpg" alt="FlareVideo" /></p>
<p><a href="http://flarevideo.com/" target="_blank">FlareVideo Download &amp; Docs </a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Share it</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;title=Top+4+jQuery+Video+and+Media+Plugins" title="  'Top 4 jQuery Video and Media Plugins' a Del.icio.us"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="  'Top 4 jQuery Video and Media Plugins' a Del.icio.us" alt="  'Top 4 jQuery Video and Media Plugins' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;title=Top+4+jQuery+Video+and+Media+Plugins" title="  'Top 4 jQuery Video and Media Plugins' a digg"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="  'Top 4 jQuery Video and Media Plugins' a digg" alt="  'Top 4 jQuery Video and Media Plugins' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Top+4+jQuery+Video+and+Media+Plugins&amp;u=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/" title="  'Top 4 jQuery Video and Media Plugins' a FURL"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="  'Top 4 jQuery Video and Media Plugins' a FURL" alt="  'Top 4 jQuery Video and Media Plugins' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Top+4+jQuery+Video+and+Media+Plugins&amp;Description=Top+4+jQuery+Video+and+Media+Plugins&amp;Url=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/" title="  'Top 4 jQuery Video and Media Plugins' a blinklist"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="  'Top 4 jQuery Video and Media Plugins' a blinklist" alt="  'Top 4 jQuery Video and Media Plugins' a blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;title=Top+4+jQuery+Video+and+Media+Plugins" title="  'Top 4 jQuery Video and Media Plugins' a reddit"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="  'Top 4 jQuery Video and Media Plugins' a reddit" alt="  'Top 4 jQuery Video and Media Plugins' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/" title="  'Top 4 jQuery Video and Media Plugins' a Technorati"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="  'Top 4 jQuery Video and Media Plugins' a Technorati" alt="  'Top 4 jQuery Video and Media Plugins' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;title=Top+4+jQuery+Video+and+Media+Plugins" title="  'Top 4 jQuery Video and Media Plugins' a Socializer"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="  'Top 4 jQuery Video and Media Plugins' a Socializer" alt="  'Top 4 jQuery Video and Media Plugins' a Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;title=Top+4+jQuery+Video+and+Media+Plugins&amp;description=Top+4+jQuery+Video+and+Media+Plugins" title="  'Top 4 jQuery Video and Media Plugins' a Ma.gnolia"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="  'Top 4 jQuery Video and Media Plugins' a Ma.gnolia" alt="  'Top 4 jQuery Video and Media Plugins' a Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;title=Top+4+jQuery+Video+and+Media+Plugins" title="  'Top 4 jQuery Video and Media Plugins' a Stumble Upon"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="  'Top 4 jQuery Video and Media Plugins' a Stumble Upon" alt="  'Top 4 jQuery Video and Media Plugins' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;title=Top+4+jQuery+Video+and+Media+Plugins" title="  'Top 4 jQuery Video and Media Plugins' a Google Bookmarks"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="  'Top 4 jQuery Video and Media Plugins' a Google Bookmarks" alt="  'Top 4 jQuery Video and Media Plugins' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;T=Top+4+jQuery+Video+and+Media+Plugins" title="  'Top 4 jQuery Video and Media Plugins' a Propeller"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="  'Top 4 jQuery Video and Media Plugins' a Propeller" alt="  'Top 4 jQuery Video and Media Plugins' a Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;title=Top+4+jQuery+Video+and+Media+Plugins&amp;when_done=go_back" title="  'Top 4 jQuery Video and Media Plugins' a Delirious"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="  'Top 4 jQuery Video and Media Plugins' a Delirious" alt="  'Top 4 jQuery Video and Media Plugins' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;title=Top+4+jQuery+Video+and+Media+Plugins" title="  'Top 4 jQuery Video and Media Plugins' a Live-MSN"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="  'Top 4 jQuery Video and Media Plugins' a Live-MSN" alt="  'Top 4 jQuery Video and Media Plugins' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Top+4+jQuery+Video+and+Media+Plugins&amp;url=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/" title="  'Top 4 jQuery Video and Media Plugins' a SlashDot"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="  'Top 4 jQuery Video and Media Plugins' a SlashDot" alt="  'Top 4 jQuery Video and Media Plugins' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;title=Top+4+jQuery+Video+and+Media+Plugins" title="  'Top 4 jQuery Video and Media Plugins' a Sphinn"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="  'Top 4 jQuery Video and Media Plugins' a Sphinn" alt="  'Top 4 jQuery Video and Media Plugins' a Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;t=Top+4+jQuery+Video+and+Media+Plugins" title="  'Top 4 jQuery Video and Media Plugins' a FaceBook"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="  'Top 4 jQuery Video and Media Plugins' a FaceBook" alt="  'Top 4 jQuery Video and Media Plugins' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;title=Top+4+jQuery+Video+and+Media+Plugins" title="  'Top 4 jQuery Video and Media Plugins' a Mixx"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="  'Top 4 jQuery Video and Media Plugins' a Mixx" alt="  'Top 4 jQuery Video and Media Plugins' a Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Top+4+jQuery+Video+and+Media+Plugins&amp;c=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/" title="  'Top 4 jQuery Video and Media Plugins' a MySpace"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="  'Top 4 jQuery Video and Media Plugins' a MySpace" alt="  'Top 4 jQuery Video and Media Plugins' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/" title="  'Top 4 jQuery Video and Media Plugins' a Twitter"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="  'Top 4 jQuery Video and Media Plugins' a Twitter" alt="  'Top 4 jQuery Video and Media Plugins' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/addurl/?bm_url=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/&amp;bm_description=Top+4+jQuery+Video+and+Media+Plugins" title="  'Top 4 jQuery Video and Media Plugins' a Mister-Wong"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/misterwong.png" title="  'Top 4 jQuery Video and Media Plugins' a Mister-Wong" alt="  'Top 4 jQuery Video and Media Plugins' a Mister-Wong" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/" title="  'Top 4 jQuery Video and Media Plugins' a FriendFeed"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="  'Top 4 jQuery Video and Media Plugins' a FriendFeed" alt="  'Top 4 jQuery Video and Media Plugins' a FriendFeed" /></a></div>
<!-- Social Bookmarking Reloaded END --><div style='display:none' id="post-refEl-2211"></div>]]></content:encoded>
			<wfw:commentRss>http://www.ajaxfreak.com/2010/09/01/top-4-jquery-video-and-media-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 New jQuery Tooltip Plugins</title>
		<link>http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/</link>
		<comments>http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:39:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[tooltip]]></category>
		<category><![CDATA[jquery tooltip]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[tooltips]]></category>

		<guid isPermaLink="false">http://www.ajaxfreak.com/?p=2207</guid>
		<description><![CDATA[Here are the new three jquery Tooltip Plugins which are picks by ajax freak around the world of web.
Cute Balloon

Cute Balloon is a jQuery script that allows you to easily make a &#8216;cute&#8217; tool tip balloon. It also works with Ajax content.
Cute Balloon Download &#38; Docs 
Demo

Poshy Tip

PoshyTip includes 7 different color schemes for tooltips; [...]]]></description>
			<content:encoded><![CDATA[<h4><span style="font-weight: normal;">Here are the new three jquery Tooltip Plugins which are picks by ajax freak around the world of web.</span></h4>
<h2>Cute Balloon</h2>
<p><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/08/jquery_new_01.jpg" alt="Cute Balloon" /></p>
<p>Cute Balloon is a jQuery script that allows you to easily make a &#8216;cute&#8217; tool tip balloon. It also works with Ajax content.<br />
<a href="http://sourceforge.net/projects/cute-balloon/" target="_blank">Cute Balloon Download &amp; Docs </a><br />
<a href="http://cute-balloon.sourceforge.net/demo/" target="_blank">Demo</a></p>
<p><span id="more-2207"></span></p>
<h2>Poshy Tip</h2>
<p><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/08/jquery_new_02.jpg" alt="Poshy Tip" /></p>
<p>PoshyTip includes 7 different color schemes for tooltips; it displays tooltips relatively to forms and inputs; supports asynchronous page loading; can load flickr feeds; has fade-in effects; and much, much more.<br />
<a href="http://vadikom.com/tools/poshy-tip-jquery-plugin-for-stylish-tooltips/" target="_blank">Poshy Tip Download &amp; Docs </a><br />
<a href="http://vadikom.com/demos/poshytip/" target="_blank">Demo </a></p>
<h2>Colortip</h2>
<p><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/08/jquery_new_03.jpg" alt="Colortip" /></p>
<p>Colortip converts the title attributes of an element within your page, into a series of colorful tooltips. With six color themes are available, you can easily match it with the rest of your design.<br />
<a href="http://tutorialzine.com/2010/07/colortips-jquery-tooltip-plugin/" target="_blank">Colortip Download &amp; Docs </a><br />
<a href="http://demo.tutorialzine.com/2010/07/colortips-jquery-tooltip-plugin/colortips.html" target="_blank">Demo </a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Share it</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;title=3+New+jQuery+Tooltip+Plugins" title="  '3 New jQuery Tooltip Plugins' a Del.icio.us"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="  '3 New jQuery Tooltip Plugins' a Del.icio.us" alt="  '3 New jQuery Tooltip Plugins' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;title=3+New+jQuery+Tooltip+Plugins" title="  '3 New jQuery Tooltip Plugins' a digg"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="  '3 New jQuery Tooltip Plugins' a digg" alt="  '3 New jQuery Tooltip Plugins' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=3+New+jQuery+Tooltip+Plugins&amp;u=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/" title="  '3 New jQuery Tooltip Plugins' a FURL"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="  '3 New jQuery Tooltip Plugins' a FURL" alt="  '3 New jQuery Tooltip Plugins' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=3+New+jQuery+Tooltip+Plugins&amp;Description=3+New+jQuery+Tooltip+Plugins&amp;Url=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/" title="  '3 New jQuery Tooltip Plugins' a blinklist"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="  '3 New jQuery Tooltip Plugins' a blinklist" alt="  '3 New jQuery Tooltip Plugins' a blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;title=3+New+jQuery+Tooltip+Plugins" title="  '3 New jQuery Tooltip Plugins' a reddit"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="  '3 New jQuery Tooltip Plugins' a reddit" alt="  '3 New jQuery Tooltip Plugins' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/" title="  '3 New jQuery Tooltip Plugins' a Technorati"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="  '3 New jQuery Tooltip Plugins' a Technorati" alt="  '3 New jQuery Tooltip Plugins' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;title=3+New+jQuery+Tooltip+Plugins" title="  '3 New jQuery Tooltip Plugins' a Socializer"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="  '3 New jQuery Tooltip Plugins' a Socializer" alt="  '3 New jQuery Tooltip Plugins' a Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;title=3+New+jQuery+Tooltip+Plugins&amp;description=3+New+jQuery+Tooltip+Plugins" title="  '3 New jQuery Tooltip Plugins' a Ma.gnolia"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="  '3 New jQuery Tooltip Plugins' a Ma.gnolia" alt="  '3 New jQuery Tooltip Plugins' a Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;title=3+New+jQuery+Tooltip+Plugins" title="  '3 New jQuery Tooltip Plugins' a Stumble Upon"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="  '3 New jQuery Tooltip Plugins' a Stumble Upon" alt="  '3 New jQuery Tooltip Plugins' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;title=3+New+jQuery+Tooltip+Plugins" title="  '3 New jQuery Tooltip Plugins' a Google Bookmarks"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="  '3 New jQuery Tooltip Plugins' a Google Bookmarks" alt="  '3 New jQuery Tooltip Plugins' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;T=3+New+jQuery+Tooltip+Plugins" title="  '3 New jQuery Tooltip Plugins' a Propeller"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="  '3 New jQuery Tooltip Plugins' a Propeller" alt="  '3 New jQuery Tooltip Plugins' a Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;title=3+New+jQuery+Tooltip+Plugins&amp;when_done=go_back" title="  '3 New jQuery Tooltip Plugins' a Delirious"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="  '3 New jQuery Tooltip Plugins' a Delirious" alt="  '3 New jQuery Tooltip Plugins' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;title=3+New+jQuery+Tooltip+Plugins" title="  '3 New jQuery Tooltip Plugins' a Live-MSN"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="  '3 New jQuery Tooltip Plugins' a Live-MSN" alt="  '3 New jQuery Tooltip Plugins' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=3+New+jQuery+Tooltip+Plugins&amp;url=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/" title="  '3 New jQuery Tooltip Plugins' a SlashDot"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="  '3 New jQuery Tooltip Plugins' a SlashDot" alt="  '3 New jQuery Tooltip Plugins' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;title=3+New+jQuery+Tooltip+Plugins" title="  '3 New jQuery Tooltip Plugins' a Sphinn"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="  '3 New jQuery Tooltip Plugins' a Sphinn" alt="  '3 New jQuery Tooltip Plugins' a Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;t=3+New+jQuery+Tooltip+Plugins" title="  '3 New jQuery Tooltip Plugins' a FaceBook"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="  '3 New jQuery Tooltip Plugins' a FaceBook" alt="  '3 New jQuery Tooltip Plugins' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;title=3+New+jQuery+Tooltip+Plugins" title="  '3 New jQuery Tooltip Plugins' a Mixx"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="  '3 New jQuery Tooltip Plugins' a Mixx" alt="  '3 New jQuery Tooltip Plugins' a Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=3+New+jQuery+Tooltip+Plugins&amp;c=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/" title="  '3 New jQuery Tooltip Plugins' a MySpace"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="  '3 New jQuery Tooltip Plugins' a MySpace" alt="  '3 New jQuery Tooltip Plugins' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/" title="  '3 New jQuery Tooltip Plugins' a Twitter"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="  '3 New jQuery Tooltip Plugins' a Twitter" alt="  '3 New jQuery Tooltip Plugins' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/addurl/?bm_url=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/&amp;bm_description=3+New+jQuery+Tooltip+Plugins" title="  '3 New jQuery Tooltip Plugins' a Mister-Wong"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/misterwong.png" title="  '3 New jQuery Tooltip Plugins' a Mister-Wong" alt="  '3 New jQuery Tooltip Plugins' a Mister-Wong" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/" title="  '3 New jQuery Tooltip Plugins' a FriendFeed"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="  '3 New jQuery Tooltip Plugins' a FriendFeed" alt="  '3 New jQuery Tooltip Plugins' a FriendFeed" /></a></div>
<!-- Social Bookmarking Reloaded END --><div style='display:none' id="post-refEl-2207"></div>]]></content:encoded>
			<wfw:commentRss>http://www.ajaxfreak.com/2010/09/01/3-new-jquery-tooltip-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax IM Browser-based instant messaging</title>
		<link>http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/</link>
		<comments>http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 14:59:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://www.ajaxfreak.com/?p=2204</guid>
		<description><![CDATA[
AJAX IM (“asynchronous JavaScript and xml based instant messenger”) is a browser-based instant messagingclient that allow you to creates a real-time chat environment with a browser based interface. you can use it freely on your website projects or web applications.
It uses the XMLHTTP Request object in JavaScript to send and receive commands to and from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ajaxfreak.com/wp-content/uploads/2010/08/ajax_im.png"><img class="aligncenter size-full wp-image-2205" title="ajax_im" src="http://www.ajaxfreak.com/wp-content/uploads/2010/08/ajax_im.png" alt="" width="548" height="470" /></a></p>
<p><strong>AJAX IM </strong>(“asynchronous JavaScript and xml based instant messenger”) is a <em><strong>browser-based instant messaging</strong></em><em><strong>client</strong></em> that allow you to creates a <strong>real-time chat environment</strong> with a browser based interface. you can use it freely on your website projects or web applications.</p>
<p><span id="more-2204"></span>It uses the XMLHTTP Request object in JavaScript to send and receive commands to and from the server. No refreshing of the page is ever needed for this “web application” to work, as everything is updated in real-time via JavaScript.</p>
<p>Ajax IM is <strong>multiplatform, multilingual instant messaging client</strong> and language files can be found in the Ajax IM website.</p>
<p><strong>Requirement:</strong> PHP, MySQL</p>
<p><strong>Website:</strong> http://www.ajaxim.com/</p>
<p><strong>Backend Demo:</strong> http://www.ajaxim.net/</p>
<p><strong>Backend Demo – User-Pass:</strong> User: test – Pass: test</p>
<p><strong>Download:</strong> http://www.ajaxim.com/</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Share it</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;title=Ajax+IM+Browser-based+instant+messaging" title="  'Ajax IM Browser-based instant messaging' a Del.icio.us"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="  'Ajax IM Browser-based instant messaging' a Del.icio.us" alt="  'Ajax IM Browser-based instant messaging' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;title=Ajax+IM+Browser-based+instant+messaging" title="  'Ajax IM Browser-based instant messaging' a digg"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="  'Ajax IM Browser-based instant messaging' a digg" alt="  'Ajax IM Browser-based instant messaging' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Ajax+IM+Browser-based+instant+messaging&amp;u=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/" title="  'Ajax IM Browser-based instant messaging' a FURL"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="  'Ajax IM Browser-based instant messaging' a FURL" alt="  'Ajax IM Browser-based instant messaging' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Ajax+IM+Browser-based+instant+messaging&amp;Description=Ajax+IM+Browser-based+instant+messaging&amp;Url=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/" title="  'Ajax IM Browser-based instant messaging' a blinklist"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="  'Ajax IM Browser-based instant messaging' a blinklist" alt="  'Ajax IM Browser-based instant messaging' a blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;title=Ajax+IM+Browser-based+instant+messaging" title="  'Ajax IM Browser-based instant messaging' a reddit"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="  'Ajax IM Browser-based instant messaging' a reddit" alt="  'Ajax IM Browser-based instant messaging' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/" title="  'Ajax IM Browser-based instant messaging' a Technorati"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="  'Ajax IM Browser-based instant messaging' a Technorati" alt="  'Ajax IM Browser-based instant messaging' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;title=Ajax+IM+Browser-based+instant+messaging" title="  'Ajax IM Browser-based instant messaging' a Socializer"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="  'Ajax IM Browser-based instant messaging' a Socializer" alt="  'Ajax IM Browser-based instant messaging' a Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;title=Ajax+IM+Browser-based+instant+messaging&amp;description=Ajax+IM+Browser-based+instant+messaging" title="  'Ajax IM Browser-based instant messaging' a Ma.gnolia"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="  'Ajax IM Browser-based instant messaging' a Ma.gnolia" alt="  'Ajax IM Browser-based instant messaging' a Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;title=Ajax+IM+Browser-based+instant+messaging" title="  'Ajax IM Browser-based instant messaging' a Stumble Upon"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="  'Ajax IM Browser-based instant messaging' a Stumble Upon" alt="  'Ajax IM Browser-based instant messaging' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;title=Ajax+IM+Browser-based+instant+messaging" title="  'Ajax IM Browser-based instant messaging' a Google Bookmarks"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="  'Ajax IM Browser-based instant messaging' a Google Bookmarks" alt="  'Ajax IM Browser-based instant messaging' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;T=Ajax+IM+Browser-based+instant+messaging" title="  'Ajax IM Browser-based instant messaging' a Propeller"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="  'Ajax IM Browser-based instant messaging' a Propeller" alt="  'Ajax IM Browser-based instant messaging' a Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;title=Ajax+IM+Browser-based+instant+messaging&amp;when_done=go_back" title="  'Ajax IM Browser-based instant messaging' a Delirious"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="  'Ajax IM Browser-based instant messaging' a Delirious" alt="  'Ajax IM Browser-based instant messaging' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;title=Ajax+IM+Browser-based+instant+messaging" title="  'Ajax IM Browser-based instant messaging' a Live-MSN"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="  'Ajax IM Browser-based instant messaging' a Live-MSN" alt="  'Ajax IM Browser-based instant messaging' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Ajax+IM+Browser-based+instant+messaging&amp;url=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/" title="  'Ajax IM Browser-based instant messaging' a SlashDot"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="  'Ajax IM Browser-based instant messaging' a SlashDot" alt="  'Ajax IM Browser-based instant messaging' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;title=Ajax+IM+Browser-based+instant+messaging" title="  'Ajax IM Browser-based instant messaging' a Sphinn"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="  'Ajax IM Browser-based instant messaging' a Sphinn" alt="  'Ajax IM Browser-based instant messaging' a Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;t=Ajax+IM+Browser-based+instant+messaging" title="  'Ajax IM Browser-based instant messaging' a FaceBook"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="  'Ajax IM Browser-based instant messaging' a FaceBook" alt="  'Ajax IM Browser-based instant messaging' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;title=Ajax+IM+Browser-based+instant+messaging" title="  'Ajax IM Browser-based instant messaging' a Mixx"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="  'Ajax IM Browser-based instant messaging' a Mixx" alt="  'Ajax IM Browser-based instant messaging' a Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Ajax+IM+Browser-based+instant+messaging&amp;c=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/" title="  'Ajax IM Browser-based instant messaging' a MySpace"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="  'Ajax IM Browser-based instant messaging' a MySpace" alt="  'Ajax IM Browser-based instant messaging' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/" title="  'Ajax IM Browser-based instant messaging' a Twitter"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="  'Ajax IM Browser-based instant messaging' a Twitter" alt="  'Ajax IM Browser-based instant messaging' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/addurl/?bm_url=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/&amp;bm_description=Ajax+IM+Browser-based+instant+messaging" title="  'Ajax IM Browser-based instant messaging' a Mister-Wong"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/misterwong.png" title="  'Ajax IM Browser-based instant messaging' a Mister-Wong" alt="  'Ajax IM Browser-based instant messaging' a Mister-Wong" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/" title="  'Ajax IM Browser-based instant messaging' a FriendFeed"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="  'Ajax IM Browser-based instant messaging' a FriendFeed" alt="  'Ajax IM Browser-based instant messaging' a FriendFeed" /></a></div>
<!-- Social Bookmarking Reloaded END --><div style='display:none' id="post-refEl-2204"></div>]]></content:encoded>
			<wfw:commentRss>http://www.ajaxfreak.com/2010/08/24/ajax-im-browser-based-instant-messaging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Four New Beautiful jQuery Image Galleries</title>
		<link>http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/</link>
		<comments>http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 08:52:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[image gallery]]></category>

		<guid isPermaLink="false">http://www.ajaxfreak.com/?p=2202</guid>
		<description><![CDATA[PhotoStack Gallery

PhotoStack Gallery is to show the albums as a slider, and when an album is chosen, It show the images of that album as a beautiful photo stack. In the photo stack view, we can browse through the images by putting the top most image behind all the stack with a slick animation.
It use [...]]]></description>
			<content:encoded><![CDATA[<h2><a title="Permalink to PhotoStack Gallery" rel="bookmark" href="http://www.hotajax.org/2010/08/06/photostack-gallery/">PhotoStack Gallery</a></h2>
<p><img src="http://tympanus.net/codrops/wp-content/uploads/2010/06/photoStack.jpg" alt="" /></p>
<p>PhotoStack Gallery is to show the albums as a slider, and when an album is chosen, It show the images of that album as a beautiful photo stack. In the photo stack view, we can browse through the images by putting the top most image behind all the stack with a slick animation.</p>
<p><span id="more-2202"></span>It use jQuery and CSS3 properties for the rotated image effect. It also use the webkit-box-reflect property in order to mirror the boxes in the album view – check out the demo in Google Chrome or Apple Safari to see this wonderful effect.</p>
<p><a href="http://tympanus.net/Tutorials/PhotoStack/" target="_blank">Demo</a> :<a href="http://http://tympanus.net/Tutorials/PhotoStack/PhotoStack.zip" target="_blank"> Download</a></p>
<h2>Sliding Panel Photowall Gallery</h2>
<p><img src="http://www.hotajax.org/wp-content/uploads/2010/08/Sliding-Panel-Photowall-Gallery-300x300.jpg" alt="" /></p>
<p><img src="http://tympanus.net/codrops/wp-content/uploads/2010/05/photowall.jpg" alt="" /></p>
<p>The idea is to have a whole page full of thumbs with a nice light effect when we hover. When an image is clicked, a panel slides up from the bottom revealing the full picture. When clicking on the full image, the thumbs panel slide back from the bottom. This effect will give the impression that we are stacking the panels on top of each other every time we change the mode. In the full picture view we add some nice transition effect when we browse through the photos.</p>
<p><a href="http://tympanus.net/Tutorials/SlidingPanelPhotowallGallery/" target="_blank">Demo</a> : <a href="http://tympanus.net/Tutorials/SlidingPanelPhotowallGallery/SlidingPanelPhotowallGallery.zip">Download</a></p>
<h1>Piecemaker XML Gallery</h1>
<p><img src="http://www.hotajax.org/wp-content/uploads/2010/08/piecemaker-300x276.jpg" alt="" /></p>
<p>The Piecemaker, a 3D Flash image rotator gallery in the purest sense of the word. It’s Open Source, so feel free to download it, use it in any project you like, learn from it, modify it and improve it if you can. We’d love to see what you do with it. Of course that’s no binding condition, but we’d love to showcase your work on the <a href="http://www.modularweb.net/piecemaker/">official Piecemaker website</a>.</p>
<p><a href="http://activetuts.s3.amazonaws.com/freebies/003_pieceMaker/piecemaker/index.html" target="_blank">Demo</a> : <a href="http://active.tutsplus.com/freebies/exclusive/exclusive-freebie-the-piecemaker-xml-gallery/" target="_blank">Download</a> : <a href="http://active.tutsplus.com/freebies/exclusive/exclusive-freebie-the-piecemaker-xml-gallery/" target="_blank">Tutorial</a></p>
<h1>Zoomimage – jQuery plugin</h1>
<p><img src="http://www.hotajax.org/wp-content/uploads/2010/07/zoomimage-300x206.jpg" alt="" /></p>
<p>Present you images in stylish way. The links are unobtrusively highjacked to open the images in an inpage popup with drop shadow and border.<br />
Features<br />
* Preloads images<br />
* The images can by grouped in galleries<br />
* Scales the image to fit the viewport<br />
* Keyboard gallery navigation</p>
<p><a href="http://http://www.hotajax.org/demo/zoomimage/zoomimage.zip" target="_blank">Do</a><a href="http://www.hotajax.org/demo/zoomimage/zoomimage.zip" target="_blank">wnload and Demo</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Share it</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;title=Four+New+Beautiful+jQuery+Image+Galleries" title="  'Four New Beautiful jQuery Image Galleries' a Del.icio.us"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="  'Four New Beautiful jQuery Image Galleries' a Del.icio.us" alt="  'Four New Beautiful jQuery Image Galleries' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;title=Four+New+Beautiful+jQuery+Image+Galleries" title="  'Four New Beautiful jQuery Image Galleries' a digg"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="  'Four New Beautiful jQuery Image Galleries' a digg" alt="  'Four New Beautiful jQuery Image Galleries' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Four+New+Beautiful+jQuery+Image+Galleries&amp;u=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/" title="  'Four New Beautiful jQuery Image Galleries' a FURL"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="  'Four New Beautiful jQuery Image Galleries' a FURL" alt="  'Four New Beautiful jQuery Image Galleries' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Four+New+Beautiful+jQuery+Image+Galleries&amp;Description=Four+New+Beautiful+jQuery+Image+Galleries&amp;Url=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/" title="  'Four New Beautiful jQuery Image Galleries' a blinklist"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="  'Four New Beautiful jQuery Image Galleries' a blinklist" alt="  'Four New Beautiful jQuery Image Galleries' a blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;title=Four+New+Beautiful+jQuery+Image+Galleries" title="  'Four New Beautiful jQuery Image Galleries' a reddit"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="  'Four New Beautiful jQuery Image Galleries' a reddit" alt="  'Four New Beautiful jQuery Image Galleries' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/" title="  'Four New Beautiful jQuery Image Galleries' a Technorati"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="  'Four New Beautiful jQuery Image Galleries' a Technorati" alt="  'Four New Beautiful jQuery Image Galleries' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;title=Four+New+Beautiful+jQuery+Image+Galleries" title="  'Four New Beautiful jQuery Image Galleries' a Socializer"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="  'Four New Beautiful jQuery Image Galleries' a Socializer" alt="  'Four New Beautiful jQuery Image Galleries' a Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;title=Four+New+Beautiful+jQuery+Image+Galleries&amp;description=Four+New+Beautiful+jQuery+Image+Galleries" title="  'Four New Beautiful jQuery Image Galleries' a Ma.gnolia"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="  'Four New Beautiful jQuery Image Galleries' a Ma.gnolia" alt="  'Four New Beautiful jQuery Image Galleries' a Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;title=Four+New+Beautiful+jQuery+Image+Galleries" title="  'Four New Beautiful jQuery Image Galleries' a Stumble Upon"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="  'Four New Beautiful jQuery Image Galleries' a Stumble Upon" alt="  'Four New Beautiful jQuery Image Galleries' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;title=Four+New+Beautiful+jQuery+Image+Galleries" title="  'Four New Beautiful jQuery Image Galleries' a Google Bookmarks"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="  'Four New Beautiful jQuery Image Galleries' a Google Bookmarks" alt="  'Four New Beautiful jQuery Image Galleries' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;T=Four+New+Beautiful+jQuery+Image+Galleries" title="  'Four New Beautiful jQuery Image Galleries' a Propeller"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="  'Four New Beautiful jQuery Image Galleries' a Propeller" alt="  'Four New Beautiful jQuery Image Galleries' a Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;title=Four+New+Beautiful+jQuery+Image+Galleries&amp;when_done=go_back" title="  'Four New Beautiful jQuery Image Galleries' a Delirious"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="  'Four New Beautiful jQuery Image Galleries' a Delirious" alt="  'Four New Beautiful jQuery Image Galleries' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;title=Four+New+Beautiful+jQuery+Image+Galleries" title="  'Four New Beautiful jQuery Image Galleries' a Live-MSN"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="  'Four New Beautiful jQuery Image Galleries' a Live-MSN" alt="  'Four New Beautiful jQuery Image Galleries' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Four+New+Beautiful+jQuery+Image+Galleries&amp;url=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/" title="  'Four New Beautiful jQuery Image Galleries' a SlashDot"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="  'Four New Beautiful jQuery Image Galleries' a SlashDot" alt="  'Four New Beautiful jQuery Image Galleries' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;title=Four+New+Beautiful+jQuery+Image+Galleries" title="  'Four New Beautiful jQuery Image Galleries' a Sphinn"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="  'Four New Beautiful jQuery Image Galleries' a Sphinn" alt="  'Four New Beautiful jQuery Image Galleries' a Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;t=Four+New+Beautiful+jQuery+Image+Galleries" title="  'Four New Beautiful jQuery Image Galleries' a FaceBook"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="  'Four New Beautiful jQuery Image Galleries' a FaceBook" alt="  'Four New Beautiful jQuery Image Galleries' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;title=Four+New+Beautiful+jQuery+Image+Galleries" title="  'Four New Beautiful jQuery Image Galleries' a Mixx"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="  'Four New Beautiful jQuery Image Galleries' a Mixx" alt="  'Four New Beautiful jQuery Image Galleries' a Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Four+New+Beautiful+jQuery+Image+Galleries&amp;c=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/" title="  'Four New Beautiful jQuery Image Galleries' a MySpace"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="  'Four New Beautiful jQuery Image Galleries' a MySpace" alt="  'Four New Beautiful jQuery Image Galleries' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/" title="  'Four New Beautiful jQuery Image Galleries' a Twitter"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="  'Four New Beautiful jQuery Image Galleries' a Twitter" alt="  'Four New Beautiful jQuery Image Galleries' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/addurl/?bm_url=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/&amp;bm_description=Four+New+Beautiful+jQuery+Image+Galleries" title="  'Four New Beautiful jQuery Image Galleries' a Mister-Wong"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/misterwong.png" title="  'Four New Beautiful jQuery Image Galleries' a Mister-Wong" alt="  'Four New Beautiful jQuery Image Galleries' a Mister-Wong" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/" title="  'Four New Beautiful jQuery Image Galleries' a FriendFeed"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="  'Four New Beautiful jQuery Image Galleries' a FriendFeed" alt="  'Four New Beautiful jQuery Image Galleries' a FriendFeed" /></a></div>
<!-- Social Bookmarking Reloaded END --><div style='display:none' id="post-refEl-2202"></div>]]></content:encoded>
			<wfw:commentRss>http://www.ajaxfreak.com/2010/08/15/four-new-beautiful-jquery-image-galleries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternate Ajax Techniques</title>
		<link>http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/</link>
		<comments>http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 08:18:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://www.ajaxfreak.com/?p=2199</guid>
		<description><![CDATA[By Nicholas C. Zakas.
By now, nearly everyone who works in web development has heard of the term Ajax, which is simply a term to describe client-server communication achieved without reloading the current page. Most articles on Ajax have focused on using XMLHttp as the means to achieving such communication, but Ajax techniques aren&#8217;t limited to just [...]]]></description>
			<content:encoded><![CDATA[<p>By <a href="http://www.nczonline.net/">Nicholas C. Zakas</a>.</p>
<p>By now, nearly everyone who works in web development has heard of the term Ajax, which is simply a term to describe client-server communication achieved without reloading the current page. Most articles on Ajax have focused on using XMLHttp as the means to achieving such communication, but Ajax techniques aren&#8217;t limited to just XMLHttp. There are several other methods; we&#8217;ll explore some of the more common ones in this series of articles.</p>
<p><a href="http://www.webreference.com/programming/ajax_tech/" target="_blank">View</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Share it</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;title=Alternate+Ajax+Techniques" title="  'Alternate Ajax Techniques' a Del.icio.us"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="  'Alternate Ajax Techniques' a Del.icio.us" alt="  'Alternate Ajax Techniques' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;title=Alternate+Ajax+Techniques" title="  'Alternate Ajax Techniques' a digg"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="  'Alternate Ajax Techniques' a digg" alt="  'Alternate Ajax Techniques' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Alternate+Ajax+Techniques&amp;u=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/" title="  'Alternate Ajax Techniques' a FURL"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="  'Alternate Ajax Techniques' a FURL" alt="  'Alternate Ajax Techniques' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Alternate+Ajax+Techniques&amp;Description=Alternate+Ajax+Techniques&amp;Url=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/" title="  'Alternate Ajax Techniques' a blinklist"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="  'Alternate Ajax Techniques' a blinklist" alt="  'Alternate Ajax Techniques' a blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;title=Alternate+Ajax+Techniques" title="  'Alternate Ajax Techniques' a reddit"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="  'Alternate Ajax Techniques' a reddit" alt="  'Alternate Ajax Techniques' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/" title="  'Alternate Ajax Techniques' a Technorati"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="  'Alternate Ajax Techniques' a Technorati" alt="  'Alternate Ajax Techniques' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;title=Alternate+Ajax+Techniques" title="  'Alternate Ajax Techniques' a Socializer"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="  'Alternate Ajax Techniques' a Socializer" alt="  'Alternate Ajax Techniques' a Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;title=Alternate+Ajax+Techniques&amp;description=Alternate+Ajax+Techniques" title="  'Alternate Ajax Techniques' a Ma.gnolia"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="  'Alternate Ajax Techniques' a Ma.gnolia" alt="  'Alternate Ajax Techniques' a Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;title=Alternate+Ajax+Techniques" title="  'Alternate Ajax Techniques' a Stumble Upon"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="  'Alternate Ajax Techniques' a Stumble Upon" alt="  'Alternate Ajax Techniques' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;title=Alternate+Ajax+Techniques" title="  'Alternate Ajax Techniques' a Google Bookmarks"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="  'Alternate Ajax Techniques' a Google Bookmarks" alt="  'Alternate Ajax Techniques' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;T=Alternate+Ajax+Techniques" title="  'Alternate Ajax Techniques' a Propeller"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="  'Alternate Ajax Techniques' a Propeller" alt="  'Alternate Ajax Techniques' a Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;title=Alternate+Ajax+Techniques&amp;when_done=go_back" title="  'Alternate Ajax Techniques' a Delirious"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="  'Alternate Ajax Techniques' a Delirious" alt="  'Alternate Ajax Techniques' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;title=Alternate+Ajax+Techniques" title="  'Alternate Ajax Techniques' a Live-MSN"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="  'Alternate Ajax Techniques' a Live-MSN" alt="  'Alternate Ajax Techniques' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Alternate+Ajax+Techniques&amp;url=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/" title="  'Alternate Ajax Techniques' a SlashDot"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="  'Alternate Ajax Techniques' a SlashDot" alt="  'Alternate Ajax Techniques' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;title=Alternate+Ajax+Techniques" title="  'Alternate Ajax Techniques' a Sphinn"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="  'Alternate Ajax Techniques' a Sphinn" alt="  'Alternate Ajax Techniques' a Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;t=Alternate+Ajax+Techniques" title="  'Alternate Ajax Techniques' a FaceBook"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="  'Alternate Ajax Techniques' a FaceBook" alt="  'Alternate Ajax Techniques' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;title=Alternate+Ajax+Techniques" title="  'Alternate Ajax Techniques' a Mixx"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="  'Alternate Ajax Techniques' a Mixx" alt="  'Alternate Ajax Techniques' a Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Alternate+Ajax+Techniques&amp;c=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/" title="  'Alternate Ajax Techniques' a MySpace"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="  'Alternate Ajax Techniques' a MySpace" alt="  'Alternate Ajax Techniques' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/" title="  'Alternate Ajax Techniques' a Twitter"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="  'Alternate Ajax Techniques' a Twitter" alt="  'Alternate Ajax Techniques' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/addurl/?bm_url=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/&amp;bm_description=Alternate+Ajax+Techniques" title="  'Alternate Ajax Techniques' a Mister-Wong"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/misterwong.png" title="  'Alternate Ajax Techniques' a Mister-Wong" alt="  'Alternate Ajax Techniques' a Mister-Wong" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/" title="  'Alternate Ajax Techniques' a FriendFeed"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="  'Alternate Ajax Techniques' a FriendFeed" alt="  'Alternate Ajax Techniques' a FriendFeed" /></a></div>
<!-- Social Bookmarking Reloaded END --><div style='display:none' id="post-refEl-2199"></div>]]></content:encoded>
			<wfw:commentRss>http://www.ajaxfreak.com/2010/08/15/alternate-ajax-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Mistakes in Ajax Development</title>
		<link>http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/</link>
		<comments>http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 08:13:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.ajaxfreak.com/?p=2197</guid>
		<description><![CDATA[Ajax is also a dangerous technology for web developers, its power introduces a huge amount of UI problems as well as server side state problems and server load problems. I’ve compiled a list of the many mistakes developers using Ajax often make.

Using Ajax for the sake of Ajax
Sure Ajax is cool, and developers love to [...]]]></description>
			<content:encoded><![CDATA[<p>Ajax is also a dangerous technology for web developers, its power introduces a huge amount of UI problems as well as server side state problems and server load problems. I’ve compiled a list of the many mistakes developers using Ajax often make.</p>
<p><span id="more-2197"></span></p>
<h2>Using Ajax for the sake of Ajax</h2>
<p>Sure Ajax is cool, and developers love to play with cool technology, but Ajax is a tool not a toy. A lot of the new Ajax applications are really just little toys, not developed for any real purpose, just experiments in what Ajax can do or trying to fit Ajax somewhere where it isn’t needed. Toys might be fun for a little while, but toys are not useful applications.</p>
<h2>Breaking the back button</h2>
<p>The back button is a great feature of standard web site user interfaces. Unfortunately, the back button doesn’t mesh very well with Javascript. Keeping back button functionality is a major reason not to go with a pure Javascript web app.</p>
<h2>Not giving immediate visual cues for clicking widgets</h2>
<p>If something I’m clicking on is triggering Ajax actions, you have to give me a visual cue that something is going on. An example of this is GMail loading button that is in the top right. Whenever I do something in GMail, a little red box in the top right indicates that the page is loading, to make up for the fact that Ajax doesn’t trigger the normal web UI for new page loading.</p>
<p>As web applications push the boundaries further and further, it becomes more and more compelling to move all applications to the web. The provisioning is better, the world-wide access model is great, the maintenance and configuration is really cool, the user interface learning curve is short.</p>
<p>However with this new breed of Ajax applications, people who have spotty internet connections or people who just don’t want to switch to the web need to be accomodated as well. Just because technology ‘advances’ doesn’t mean that people are ready and willing to go with it. Web application design should at least consider offline access. With GMail it’s POP, Backpackit has SMS integration. In the Enterprise, it’s web-services.</p>
<div id="show_note_131017">
<h2>Don’t make me wait for Ajax</h2>
<div>
<p>With FireFox tabs I can manage various waits at websites, and typically I only have to<br />
wait for a page navigation. With AJAX apps combined with poor network<br />
connectivity/bandwidth/latency I can have a really terrible time<br />
managing an interface, because every time I do something I have to wait<br />
for the server to return a response. God help me if it has to go to the<br />
server’s disk before I can continue. Apps like that might even make me think Ajax wasn’t cool.</p>
<h2>Sending sensitive information in the clear</h2>
<p>The security of AJAX applications is subject to the same rules as any web application, except that once you can talk asynchronously to the server, you may tend to write code that is a very chatty in a potentially insecure way. All traffic must be vetted to make sure security is not compromised.</p>
<h2>Assuming AJAX development is single platform development</h2>
<p>Ajax development is multi-platform development. Ajax code will run on IE’s javascript engine, Rhino (Mozilla’s js engine), or other minor engines that may grow into major engines. So it’s not enough just to code to JavaScript standards, there needs to be real-world thorough testing as well. A major obstacle in any serious Javascript development is IE’s buggy JS implementation, although there are tools to help with IE JS development.</p>
<h2>Too much code makes the browser slow</h2>
<p>Ajax introduces a way to make much more interesting javascript applications, unfortunately interesting often means more code running. More code running means more work for the browser, which means that for some javascript intensive websites, especially poorly coded ones, you need to have a powerful CPU to keep the functionality zippy. The CPU problem has actually been a limit on javascript functionality in the past, and just because computers have gotten faster doesn’t mean the problem has disappeared.</p>
<h2>Not having a plan for those who do not enable or have JavaScript.</h2>
<p>According to the <a href="http://www.w3schools.com/browsers/browsers_stats.asp">W3C browser usage statistics</a>,<br />
which if anything are skewed towards advanced browsers, 11% of all visitors don’t have JavaScript. So if your web application is wholly dependent on JavaScript, you’ve immediately cut a tenth of your audience.</p>
<h2>Inventing new UI conventions</h2>
<p>A major mistake that is easy to make with Ajax is: ‘click on this non obvious thing to drive this other non obvious result’. Sure, users who use an application for a while may learn that if you click and hold down the mouse on this div that you can then drag it and permanently move it to this other place, but since that’s not in the common user experience, you increase the time and difficulty of learning your application, which is a major negative for any application.</p>
<h2>Changing state with links (GET requests)</h2>
<p>As I’ve referenced in a previous posting, Ajax applications introduce lots of problems for users who assume GET operations don’t change state. Not only do state changing links cause problems for robots, users who are accustomed to having links drive navigation can become confused when links are used to drive application state changes.</p>
<h2>Blinking and changing parts of the page unexpectedly</h2>
<p>The first A in Ajax stands for asynchronous. The problem with asynchronous messages is that they can be quite confusing when they are pop in unexpectedly. Asynchronous page changes should only ever occur in narrowly defined places and should be used judiciously, flashing and blinking in messages in areas I don’t want to concentrate on harkens back to days of the html blink tag.</p>
<h2>Not using links I can pass to friends or bookmark</h2>
<p>Another great feature of websites is that I can pass URLs to other people and they can see the same thing that I’m seeing. I can also bookmark an index into my site navigation and come back to it later. Javascript, and thus Ajax applications, can cause huge problems for this model of use. Since the Javascript is dynamically generating the page instead of the server, the URL is cut out of the loop and can no longer be used as an index into navigation. This is a very unfortunate feature to lose, many Ajax webapps thoughtfully include specially constructed permalinks for this exact reason.</p>
<h2>Not cascading local changes to other parts of the page</h2>
<p>Since Ajax/Javascript gives you such specific control over page content, it’s easy to get too focused on a single area of content and miss the overall integrated picture. An example of this is the Backpackit title. If you change a Backpackit page title, they immediately replace the title, they even remember to replace the title on the right, but they don’t replace the head title tag with the new page title. With Ajax you have to think about the whole picture even with localized changes.</p>
<h2>Asynchronously performing batch operations</h2>
<p>Sure with Ajax you can make edits to a lot of form fields happen immediately, but that can cause a lot of problems. For example if I check off a lot of check boxes that are each sent asynchronously to the server, I lose my ability to keep track of the overall state of checkbox changes and the flood of checkbox change indications will be annoying and disconcerting.</p>
<h2>Scrolling the page and making me lose my place</h2>
<p>Another problem with popping text into a running page is that it can effect the page scroll. I may be happily reading an article or paging through a long list, and an asynchronous javascript request will decide to cut out a paragraph way above where I’m reading, cutting my reading flow off. This is obviously annoying and it wastes my time trying to figure out my place</p>
<h2>Blocking Spidering</h2>
<p>Ajax applications that load large amounts of text without a reload can cause a big problem for search engines. This goes back to the URL problem. If users can come in through search engines, the text of the application needs to be somewhat static so that the spiders can read it.</p>
</div>
</div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Share it</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;title=Common+Mistakes+in+Ajax+Development" title="  'Common Mistakes in Ajax Development' a Del.icio.us"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="  'Common Mistakes in Ajax Development' a Del.icio.us" alt="  'Common Mistakes in Ajax Development' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;title=Common+Mistakes+in+Ajax+Development" title="  'Common Mistakes in Ajax Development' a digg"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="  'Common Mistakes in Ajax Development' a digg" alt="  'Common Mistakes in Ajax Development' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Common+Mistakes+in+Ajax+Development&amp;u=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/" title="  'Common Mistakes in Ajax Development' a FURL"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="  'Common Mistakes in Ajax Development' a FURL" alt="  'Common Mistakes in Ajax Development' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Common+Mistakes+in+Ajax+Development&amp;Description=Common+Mistakes+in+Ajax+Development&amp;Url=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/" title="  'Common Mistakes in Ajax Development' a blinklist"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="  'Common Mistakes in Ajax Development' a blinklist" alt="  'Common Mistakes in Ajax Development' a blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;title=Common+Mistakes+in+Ajax+Development" title="  'Common Mistakes in Ajax Development' a reddit"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="  'Common Mistakes in Ajax Development' a reddit" alt="  'Common Mistakes in Ajax Development' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/" title="  'Common Mistakes in Ajax Development' a Technorati"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="  'Common Mistakes in Ajax Development' a Technorati" alt="  'Common Mistakes in Ajax Development' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;title=Common+Mistakes+in+Ajax+Development" title="  'Common Mistakes in Ajax Development' a Socializer"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="  'Common Mistakes in Ajax Development' a Socializer" alt="  'Common Mistakes in Ajax Development' a Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;title=Common+Mistakes+in+Ajax+Development&amp;description=Common+Mistakes+in+Ajax+Development" title="  'Common Mistakes in Ajax Development' a Ma.gnolia"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="  'Common Mistakes in Ajax Development' a Ma.gnolia" alt="  'Common Mistakes in Ajax Development' a Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;title=Common+Mistakes+in+Ajax+Development" title="  'Common Mistakes in Ajax Development' a Stumble Upon"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="  'Common Mistakes in Ajax Development' a Stumble Upon" alt="  'Common Mistakes in Ajax Development' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;title=Common+Mistakes+in+Ajax+Development" title="  'Common Mistakes in Ajax Development' a Google Bookmarks"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="  'Common Mistakes in Ajax Development' a Google Bookmarks" alt="  'Common Mistakes in Ajax Development' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;T=Common+Mistakes+in+Ajax+Development" title="  'Common Mistakes in Ajax Development' a Propeller"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="  'Common Mistakes in Ajax Development' a Propeller" alt="  'Common Mistakes in Ajax Development' a Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;title=Common+Mistakes+in+Ajax+Development&amp;when_done=go_back" title="  'Common Mistakes in Ajax Development' a Delirious"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="  'Common Mistakes in Ajax Development' a Delirious" alt="  'Common Mistakes in Ajax Development' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;title=Common+Mistakes+in+Ajax+Development" title="  'Common Mistakes in Ajax Development' a Live-MSN"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="  'Common Mistakes in Ajax Development' a Live-MSN" alt="  'Common Mistakes in Ajax Development' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Common+Mistakes+in+Ajax+Development&amp;url=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/" title="  'Common Mistakes in Ajax Development' a SlashDot"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="  'Common Mistakes in Ajax Development' a SlashDot" alt="  'Common Mistakes in Ajax Development' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;title=Common+Mistakes+in+Ajax+Development" title="  'Common Mistakes in Ajax Development' a Sphinn"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="  'Common Mistakes in Ajax Development' a Sphinn" alt="  'Common Mistakes in Ajax Development' a Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;t=Common+Mistakes+in+Ajax+Development" title="  'Common Mistakes in Ajax Development' a FaceBook"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="  'Common Mistakes in Ajax Development' a FaceBook" alt="  'Common Mistakes in Ajax Development' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;title=Common+Mistakes+in+Ajax+Development" title="  'Common Mistakes in Ajax Development' a Mixx"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="  'Common Mistakes in Ajax Development' a Mixx" alt="  'Common Mistakes in Ajax Development' a Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Common+Mistakes+in+Ajax+Development&amp;c=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/" title="  'Common Mistakes in Ajax Development' a MySpace"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="  'Common Mistakes in Ajax Development' a MySpace" alt="  'Common Mistakes in Ajax Development' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/" title="  'Common Mistakes in Ajax Development' a Twitter"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="  'Common Mistakes in Ajax Development' a Twitter" alt="  'Common Mistakes in Ajax Development' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/addurl/?bm_url=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/&amp;bm_description=Common+Mistakes+in+Ajax+Development" title="  'Common Mistakes in Ajax Development' a Mister-Wong"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/misterwong.png" title="  'Common Mistakes in Ajax Development' a Mister-Wong" alt="  'Common Mistakes in Ajax Development' a Mister-Wong" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/" title="  'Common Mistakes in Ajax Development' a FriendFeed"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="  'Common Mistakes in Ajax Development' a FriendFeed" alt="  'Common Mistakes in Ajax Development' a FriendFeed" /></a></div>
<!-- Social Bookmarking Reloaded END --><div style='display:none' id="post-refEl-2197"></div>]]></content:encoded>
			<wfw:commentRss>http://www.ajaxfreak.com/2010/08/15/common-mistakes-in-ajax-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Six Popular Ajax Tutorials</title>
		<link>http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/</link>
		<comments>http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 07:48:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.ajaxfreak.com/?p=2194</guid>
		<description><![CDATA[
Ajax Freak this time brings the new but popular and easy to understand tutorials on Ajax scripting.You can read and download code .These include ajax chat tutorial,Ajax Poller script,Ajax Bookmarlet,Ajax Login syste,Ajax Rss Ticker and Ajax effects

AJAX Chat Tutorial
Online chat that implemented using ajax and php on mysql database, easy to learn an code is [...]]]></description>
			<content:encoded><![CDATA[<h1></h1>
<p>Ajax Freak this time brings the new but popular and easy to understand tutorials on Ajax scripting.You can read and download code .These include ajax chat tutorial,Ajax Poller script,Ajax Bookmarlet,Ajax Login syste,Ajax Rss Ticker and Ajax effects</p>
<p><span id="more-2194"></span></p>
<h1><a>AJAX Chat Tutorial</a></h1>
<p>Online chat that implemented using ajax and php on mysql database, easy to learn an code is available</p>
<p><a href="http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=9#start" target="_blank">View</a></p>
<h1><strong>AJAX Poller Script</strong></h1>
<p><strong>Very interesting and easy to use Ajax poller script.you can download code in zip file.</strong></p>
<p><strong><a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax-poller" target="_blank">View</a></strong></p>
<h1>AJAX: Creating Huge Bookmarklets</h1>
<p>A bookmarklet is a special piece of JavaScript code that can be dragged into a user&#8217;s link toolbar, and which later can be clicked on to implement cross-site behavior. People have done all sorts of cool stuff with it.</p>
<p><a href="http://codinginparadise.org/weblog/2005/08/ajax-creating-huge-bookmarklets.html" target="_blank">View</a></p>
<h1>Create Your Own Ajax effects</h1>
<p>The basic and prebuilt effects in script.aculo.us are nice, but if you really want to build something great why not investigate doing your own, homegrown, do-it-yourself effects. We’re going to show you how to take basic effects and build on them to create your own. So let’s get going.</p>
<p><a href="http://thinkvitamin.com/dev/create-your-own-ajax-effects/" target="_blank">View</a></p>
<h1>AJAX Login System Demo</h1>
<p>Creating a secure login system using XMLHttpRequest</p>
<p>This is an example of a login system that does not require page refreshes, but is still very secure. Valid usernames and passwords for this demo are user1/pass1 and user2/pass2. Try these, and also incorrect passwords to see the results</p>
<p><a href="http://www.jamesdam.com/ajax_login/login.html#login" target="_blank">View</a></p>
<h1><a>RSS Ticker with AJAX</a></h1>
<p>RSS is a popular format for syndicating and displaying external content on your site, such as the latest headlines from CNN. Well, with this powerful RSS ticker script, you can now easily display any RSS content on your site in a ticker fashion!</p>
<p><a href="http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=13" target="_blank">View</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Share it</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;title=Six+Popular+Ajax+Tutorials" title="  'Six Popular Ajax Tutorials' a Del.icio.us"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="  'Six Popular Ajax Tutorials' a Del.icio.us" alt="  'Six Popular Ajax Tutorials' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;title=Six+Popular+Ajax+Tutorials" title="  'Six Popular Ajax Tutorials' a digg"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="  'Six Popular Ajax Tutorials' a digg" alt="  'Six Popular Ajax Tutorials' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Six+Popular+Ajax+Tutorials&amp;u=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/" title="  'Six Popular Ajax Tutorials' a FURL"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="  'Six Popular Ajax Tutorials' a FURL" alt="  'Six Popular Ajax Tutorials' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Six+Popular+Ajax+Tutorials&amp;Description=Six+Popular+Ajax+Tutorials&amp;Url=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/" title="  'Six Popular Ajax Tutorials' a blinklist"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="  'Six Popular Ajax Tutorials' a blinklist" alt="  'Six Popular Ajax Tutorials' a blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;title=Six+Popular+Ajax+Tutorials" title="  'Six Popular Ajax Tutorials' a reddit"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="  'Six Popular Ajax Tutorials' a reddit" alt="  'Six Popular Ajax Tutorials' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/" title="  'Six Popular Ajax Tutorials' a Technorati"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="  'Six Popular Ajax Tutorials' a Technorati" alt="  'Six Popular Ajax Tutorials' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;title=Six+Popular+Ajax+Tutorials" title="  'Six Popular Ajax Tutorials' a Socializer"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="  'Six Popular Ajax Tutorials' a Socializer" alt="  'Six Popular Ajax Tutorials' a Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;title=Six+Popular+Ajax+Tutorials&amp;description=Six+Popular+Ajax+Tutorials" title="  'Six Popular Ajax Tutorials' a Ma.gnolia"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="  'Six Popular Ajax Tutorials' a Ma.gnolia" alt="  'Six Popular Ajax Tutorials' a Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;title=Six+Popular+Ajax+Tutorials" title="  'Six Popular Ajax Tutorials' a Stumble Upon"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="  'Six Popular Ajax Tutorials' a Stumble Upon" alt="  'Six Popular Ajax Tutorials' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;title=Six+Popular+Ajax+Tutorials" title="  'Six Popular Ajax Tutorials' a Google Bookmarks"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="  'Six Popular Ajax Tutorials' a Google Bookmarks" alt="  'Six Popular Ajax Tutorials' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;T=Six+Popular+Ajax+Tutorials" title="  'Six Popular Ajax Tutorials' a Propeller"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="  'Six Popular Ajax Tutorials' a Propeller" alt="  'Six Popular Ajax Tutorials' a Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;title=Six+Popular+Ajax+Tutorials&amp;when_done=go_back" title="  'Six Popular Ajax Tutorials' a Delirious"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="  'Six Popular Ajax Tutorials' a Delirious" alt="  'Six Popular Ajax Tutorials' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;title=Six+Popular+Ajax+Tutorials" title="  'Six Popular Ajax Tutorials' a Live-MSN"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="  'Six Popular Ajax Tutorials' a Live-MSN" alt="  'Six Popular Ajax Tutorials' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Six+Popular+Ajax+Tutorials&amp;url=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/" title="  'Six Popular Ajax Tutorials' a SlashDot"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="  'Six Popular Ajax Tutorials' a SlashDot" alt="  'Six Popular Ajax Tutorials' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;title=Six+Popular+Ajax+Tutorials" title="  'Six Popular Ajax Tutorials' a Sphinn"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="  'Six Popular Ajax Tutorials' a Sphinn" alt="  'Six Popular Ajax Tutorials' a Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;t=Six+Popular+Ajax+Tutorials" title="  'Six Popular Ajax Tutorials' a FaceBook"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="  'Six Popular Ajax Tutorials' a FaceBook" alt="  'Six Popular Ajax Tutorials' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;title=Six+Popular+Ajax+Tutorials" title="  'Six Popular Ajax Tutorials' a Mixx"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="  'Six Popular Ajax Tutorials' a Mixx" alt="  'Six Popular Ajax Tutorials' a Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Six+Popular+Ajax+Tutorials&amp;c=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/" title="  'Six Popular Ajax Tutorials' a MySpace"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="  'Six Popular Ajax Tutorials' a MySpace" alt="  'Six Popular Ajax Tutorials' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/" title="  'Six Popular Ajax Tutorials' a Twitter"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="  'Six Popular Ajax Tutorials' a Twitter" alt="  'Six Popular Ajax Tutorials' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/addurl/?bm_url=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/&amp;bm_description=Six+Popular+Ajax+Tutorials" title="  'Six Popular Ajax Tutorials' a Mister-Wong"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/misterwong.png" title="  'Six Popular Ajax Tutorials' a Mister-Wong" alt="  'Six Popular Ajax Tutorials' a Mister-Wong" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/" title="  'Six Popular Ajax Tutorials' a FriendFeed"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="  'Six Popular Ajax Tutorials' a FriendFeed" alt="  'Six Popular Ajax Tutorials' a FriendFeed" /></a></div>
<!-- Social Bookmarking Reloaded END --><div style='display:none' id="post-refEl-2194"></div>]]></content:encoded>
			<wfw:commentRss>http://www.ajaxfreak.com/2010/08/15/six-popular-ajax-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>45 Helpful resources to start learning Ajax.</title>
		<link>http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/</link>
		<comments>http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 17:21:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.ajaxfreak.com/?p=2192</guid>
		<description><![CDATA[Here are the 45 Helpful link resources of tutorials around the web  to start learning Ajax from scratch.

An Ajax Hello World project to Get You Going : First program at Mike On Code
Rasmus 30 second AJAX Tutorial : first program using Ajax at CoderLab
Instant Tutorial : Quick tutorial at AleemBawany
Ajax Toybox : Simple first programs including, [...]]]></description>
			<content:encoded><![CDATA[<h2>Here are the 45 Helpful link resources of tutorials around the web  to start learning Ajax from scratch.</h2>
<ol>
<li><a href="http://mikeoncode.blogspot.com/2006/02/ajax-project-to-get-you-going.html">An Ajax Hello World project to Get You Going</a> : First program at Mike On Code</li>
<li><a href="http://blog.coderlab.us/rasmus-30-second-ajax-tutorial/">Rasmus 30 second AJAX Tutorial</a> : first program using Ajax at CoderLab</li>
<li><a href="http://aleembawany.com/weblog/webdev/000051_ajax_instant_tutorial.html">Instant Tutorial</a> : Quick tutorial at AleemBawany</li>
<li><a href="http://www.funwithjustin.com/ajax-toybox/">Ajax Toybox</a> : Simple first programs including, Hello, World, Dynamic City, State Lookup, Ajax to Clean Your Clock, Ajax Calculator and an RSS News Ticker.</li>
<li><a href="http://www.mgroves.com/blog_archive.php?blogID=57">A simple Ajax example</a> : a simple program demo for Ajax at MD Groves</li>
</ol>
<p><span id="more-2192"></span></p>
<ol>
<li><a href="http://www.ajaxtoolbox.com/request/examples.php">Ajax Toolbox / XMLHttpRequest AjaxRequest Library Examples</a> : Ajax examples including Error Handing, Time Out, Simultaneous Requests, Activity Monitoring, Form Submittal, Event Handlers, Queued Requests, Request Parameters</li>
<li><a href="http://prokata.com/ajax">An Introduction to Ajax</a> : introduction to Ajax at Prokata</li>
<li><a href="http://www.javareference.com/jrexamples/viewexample.jsp?id=111">Implementing simple Ajax interaction in your Web Application using XMLHttpRequest object</a> : Intro + explanatory diagram at JavaReference</li>
<li><a href="http://www.webmonkey.com/06/15/index3a.html">Nitty Gritty Ajax</a> : Intro and Tutorial at WebMonkey</li>
<li><a href="http://www.alistapart.com/articles/gettingstartedwithajax">A List Apart: Articles: Getting Started with Ajax</a> : An excellent intro ; Chapter 27 of Web Design in a Nutshell at A List Apart</li>
<li><a href="http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=10">Ajax Beginners Tutorial</a> : Intro at AjaxProjects</li>
<li><a href="http://www.webpasties.com/xmlHttpRequest/">Guide to Using XMLHttpRequest</a> : Using XMLHttpRequest with PHP and MySQL at WebPasties</li>
<li><a href="http://www.yourhtmlsource.com/javascript/ajax.html">Ajax</a> : Tutorial at YourHTMLSource</li>
<li><a href="http://simpletutorials.com/tutorials/jsrs/index.php">Javascript Remote Scripting with PHP</a> : Tutorial at SimpleTutorials</li>
<li><a href="http://www.sematopia.com/?p=34">How To: Learn AJAX in 20 minutes</a> : Intro at Sematopia</li>
<li><a href="http://www.sitepoint.com/article/take-command-ajax">Take Command with Ajax</a> : Intro tutorial; at SitePoint</li>
<li><a href="http://www.w3schools.com/ajax/default.asp">Ajax Tutorial</a> : Ajax tutorial at W3Schools.com</li>
<li><a href="http://www.tizag.com/ajaxTutorial/">Ajax Tutorial</a> : at Tizag.com</li>
<li><a href="http://dojo.jot.com/Tutorials/HelloWorld">Ajax Hello World</a> : at Jot.com</li>
<li><a href="http://www.intertech-inc.com/Resource/usergroup/Foundations_of_Ajax.pdf">Fundations of Ajax (PDF</a> : by Ryan Asleson</li>
<li><a href="http://www.webmonkey.com/webmonkey/05/16/index4a.html">All Request, All The Time</a> : XMLHttpRequest explanation at WebMonkey</li>
<li><a href="http://www.xml.com/lpt/a/2005/02/09/xml-http-request.html">Very Dynamic Web Interfaces via Ajax</a> : at XML.com</li>
<li><a href="http://www.onlamp.com/pub/a/onlamp/2005/05/19/xmlhttprequest.html">A Simpler Ajax Path</a> : at OnLamp</li>
<li><a href="http://www.webreference.com/programming/ajax_tech/index.html">Alternate Ajax Techniques, Part 1</a> : Detailed intro at WebReference</li>
<li><a href="http://developer.mozilla.org/en/docs/Ajax:Getting_Started">Ajax:Getting Started</a> : Long intro at Mozilla Developer Center</li>
<li><a href="http://developer.apple.com/internet/webcontent/xmlhttpreq.html">Dynamical HTML and XML: The XMLHttpRequest Object</a> : at Apple.com</li>
<li><a href="http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro1.html">Mastering Ajax Part 1 : Introduction to Ajax</a> : at IBM</li>
<li><a href="http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro2/">Mastering Ajax Part 2 : Make asynchronous requests with JavaScript and Ajax</a> : at IBM</li>
<li><a href="http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro3/">Mastering Ajax Part 3 : Advanced requests and responses in Ajax</a> : at IBM</li>
<li><a href="http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro4/">Mastering Ajax Part 4: Exploiting DOM for Web response</a> : at IBM</li>
<li><a href="http://www.webreference.com/programming/javascript/jf/column12/index.html">How to Develop Web Applications with Ajax, Pt. 1</a> : App Development Series at WebReference</li>
<li><a href="http://www.webreference.com/programming/javascript/jf/column13/index.html">How to Develop Web Applications with Ajax: Pt. 2</a> : App Development Series at WebReference</li>
<li><a href="http://www.webreference.com/programming/javascript/jf/column14/index.html">Developing Web Applications with Ajax, Pt. 3</a> : App Development Series at WebReference</li>
<li><a href="http://www.ajaxlessons.com/2006/02/11/ajax-workshop-1-ajax-basics-build-a-simple-email-verification-with-prototypejs/">Ajax Workshop 1: Ajax basics &amp; building a simple email verification with prototype.js.</a> : at AjaxLessons</li>
<li><a href="http://www.ajaxlessons.com/2006/02/18/ajax-workshop-2-building-tabbed-content/">Ajax Workshop 2: Building Tabbed Content</a> : at AjaxLessons</li>
<li><a href="http://www.ajaxlessons.com/2006/02/19/ajax-workshop-3-shopping-cart-using-scriptaculous/">Ajax Workshop 3: Shopping Cart using Script.aculo.us</a> : at AjaxLessons</li>
<li><a href="http://www.ajaxlessons.com/2006/03/07/ajax-workshop-4-live-data-with-json-prototypejs/">Ajax Workshop 4: Live Data with JSON &amp; Prototype.js</a> : at AjaxLessons</li>
<li><a href="http://www.codeproject.com/Ajax/AJAXWasHere-Part1.asp">AJAX Was Here – Part 1: Client Side Framework</a> : at CodeProject</li>
<li><a href="http://www.codeproject.com/Ajax/AJAXWasHere-Part2.asp">AJAX Was Here – Part 2: ASP.NET Integration</a> : at CodeProject</li>
<li><a href="http://www.codeproject.com/aspnet/AJAXWasHere-Part3.asp">AJAX WAS Here – Part 3 : Auto Complete TextBox</a> : at CodeProject</li>
<li><a href="http://www.devarticles.com/c/a/XML/Step-by-Step-to-AJAX/">Step by Step to AJAX</a> : at DevArticles</li>
<li><a href="http://www.telerik.com/Default.aspx?PageId=2692">The AJAX Revolution. Join in.</a> : Five-part detailed tutorial ; at telerik.com</li>
<li><a href="http://www.xml.com/pub/a/2005/02/09/xml-http-request.html">Very Dynamic Web Interfaces</a> : at XML.com</li>
<li><a href="http://www.developer.com/lang/jscript/article.php/3592016">Ajax from Scratch: Implementing Mutual Exclusion in JavaScript</a> : Basic tutorial at Developer</li>
<li><a href="http://advajax.anakin.us/index-en.htm">AdvancedAJAX 1.1</a> : at Anakin</li>
</ol>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Share it</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;title=45+Helpful+resources+to+start+learning+Ajax." title="  '45 Helpful resources to start learning Ajax.' a Del.icio.us"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="  '45 Helpful resources to start learning Ajax.' a Del.icio.us" alt="  '45 Helpful resources to start learning Ajax.' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;title=45+Helpful+resources+to+start+learning+Ajax." title="  '45 Helpful resources to start learning Ajax.' a digg"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="  '45 Helpful resources to start learning Ajax.' a digg" alt="  '45 Helpful resources to start learning Ajax.' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=45+Helpful+resources+to+start+learning+Ajax.&amp;u=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/" title="  '45 Helpful resources to start learning Ajax.' a FURL"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="  '45 Helpful resources to start learning Ajax.' a FURL" alt="  '45 Helpful resources to start learning Ajax.' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=45+Helpful+resources+to+start+learning+Ajax.&amp;Description=45+Helpful+resources+to+start+learning+Ajax.&amp;Url=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/" title="  '45 Helpful resources to start learning Ajax.' a blinklist"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="  '45 Helpful resources to start learning Ajax.' a blinklist" alt="  '45 Helpful resources to start learning Ajax.' a blinklist" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;title=45+Helpful+resources+to+start+learning+Ajax." title="  '45 Helpful resources to start learning Ajax.' a reddit"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="  '45 Helpful resources to start learning Ajax.' a reddit" alt="  '45 Helpful resources to start learning Ajax.' a reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/" title="  '45 Helpful resources to start learning Ajax.' a Technorati"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="  '45 Helpful resources to start learning Ajax.' a Technorati" alt="  '45 Helpful resources to start learning Ajax.' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;title=45+Helpful+resources+to+start+learning+Ajax." title="  '45 Helpful resources to start learning Ajax.' a Socializer"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="  '45 Helpful resources to start learning Ajax.' a Socializer" alt="  '45 Helpful resources to start learning Ajax.' a Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;title=45+Helpful+resources+to+start+learning+Ajax.&amp;description=45+Helpful+resources+to+start+learning+Ajax." title="  '45 Helpful resources to start learning Ajax.' a Ma.gnolia"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="  '45 Helpful resources to start learning Ajax.' a Ma.gnolia" alt="  '45 Helpful resources to start learning Ajax.' a Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;title=45+Helpful+resources+to+start+learning+Ajax." title="  '45 Helpful resources to start learning Ajax.' a Stumble Upon"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="  '45 Helpful resources to start learning Ajax.' a Stumble Upon" alt="  '45 Helpful resources to start learning Ajax.' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;title=45+Helpful+resources+to+start+learning+Ajax." title="  '45 Helpful resources to start learning Ajax.' a Google Bookmarks"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="  '45 Helpful resources to start learning Ajax.' a Google Bookmarks" alt="  '45 Helpful resources to start learning Ajax.' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;T=45+Helpful+resources+to+start+learning+Ajax." title="  '45 Helpful resources to start learning Ajax.' a Propeller"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="  '45 Helpful resources to start learning Ajax.' a Propeller" alt="  '45 Helpful resources to start learning Ajax.' a Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;title=45+Helpful+resources+to+start+learning+Ajax.&amp;when_done=go_back" title="  '45 Helpful resources to start learning Ajax.' a Delirious"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="  '45 Helpful resources to start learning Ajax.' a Delirious" alt="  '45 Helpful resources to start learning Ajax.' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;title=45+Helpful+resources+to+start+learning+Ajax." title="  '45 Helpful resources to start learning Ajax.' a Live-MSN"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="  '45 Helpful resources to start learning Ajax.' a Live-MSN" alt="  '45 Helpful resources to start learning Ajax.' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=45+Helpful+resources+to+start+learning+Ajax.&amp;url=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/" title="  '45 Helpful resources to start learning Ajax.' a SlashDot"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="  '45 Helpful resources to start learning Ajax.' a SlashDot" alt="  '45 Helpful resources to start learning Ajax.' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://sphinn.com/submit.php?url=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;title=45+Helpful+resources+to+start+learning+Ajax." title="  '45 Helpful resources to start learning Ajax.' a Sphinn"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/sphinn.png" title="  '45 Helpful resources to start learning Ajax.' a Sphinn" alt="  '45 Helpful resources to start learning Ajax.' a Sphinn" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;t=45+Helpful+resources+to+start+learning+Ajax." title="  '45 Helpful resources to start learning Ajax.' a FaceBook"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="  '45 Helpful resources to start learning Ajax.' a FaceBook" alt="  '45 Helpful resources to start learning Ajax.' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;title=45+Helpful+resources+to+start+learning+Ajax." title="  '45 Helpful resources to start learning Ajax.' a Mixx"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="  '45 Helpful resources to start learning Ajax.' a Mixx" alt="  '45 Helpful resources to start learning Ajax.' a Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=45+Helpful+resources+to+start+learning+Ajax.&amp;c=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/" title="  '45 Helpful resources to start learning Ajax.' a MySpace"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="  '45 Helpful resources to start learning Ajax.' a MySpace" alt="  '45 Helpful resources to start learning Ajax.' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/" title="  '45 Helpful resources to start learning Ajax.' a Twitter"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="  '45 Helpful resources to start learning Ajax.' a Twitter" alt="  '45 Helpful resources to start learning Ajax.' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/addurl/?bm_url=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/&amp;bm_description=45+Helpful+resources+to+start+learning+Ajax." title="  '45 Helpful resources to start learning Ajax.' a Mister-Wong"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/misterwong.png" title="  '45 Helpful resources to start learning Ajax.' a Mister-Wong" alt="  '45 Helpful resources to start learning Ajax.' a Mister-Wong" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://friendfeed.com/share/bookmarklet/frame#title={titleff}&amp;url=http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/" title="  '45 Helpful resources to start learning Ajax.' a FriendFeed"><img src="http://www.ajaxfreak.com/wp-content/plugins/social-bookmarking-reloaded/friendfeed.png" title="  '45 Helpful resources to start learning Ajax.' a FriendFeed" alt="  '45 Helpful resources to start learning Ajax.' a FriendFeed" /></a></div>
<!-- Social Bookmarking Reloaded END --><div style='display:none' id="post-refEl-2192"></div>]]></content:encoded>
			<wfw:commentRss>http://www.ajaxfreak.com/2010/08/04/45-helpful-resources-to-start-learning-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
