<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Ajaxify: Instantly Ajax Static Websites</title>
	<atom:link href="http://www.webresourcesdepot.com/ajaxify-instantly-ajax-static-websites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com/ajaxify-instantly-ajax-static-websites/</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:25:32 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://www.webresourcesdepot.com/ajaxify-instantly-ajax-static-websites/comment-page-1/#comment-78243</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 28 Sep 2009 04:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=701#comment-78243</guid>
		<description>Looking for a working example of ajaxify, to download, bydust has one. Would be great!
+how does one go about refreshing additional containers using ajaxify...bydust allows that...novice here...im sure ajaxify is good, but its difficult to customize, bydust has made it a lil simpler... a working example download would be GREAT! -- not just seing the demo.php</description>
		<content:encoded><![CDATA[<p>Looking for a working example of ajaxify, to download, bydust has one. Would be great!<br />
+how does one go about refreshing additional containers using ajaxify&#8230;bydust allows that&#8230;novice here&#8230;im sure ajaxify is good, but its difficult to customize, bydust has made it a lil simpler&#8230; a working example download would be GREAT! &#8212; not just seing the demo.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shoska</title>
		<link>http://www.webresourcesdepot.com/ajaxify-instantly-ajax-static-websites/comment-page-1/#comment-30775</link>
		<dc:creator>Shoska</dc:creator>
		<pubDate>Sat, 27 Dec 2008 22:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=701#comment-30775</guid>
		<description>Maurice , I have been using ajaxify for a while and its really awesome. You have mentioned some notes that cba is better and I have some comments on it.

*error handling - There is onError event function !

*(much) more animations - Ajaxify uses jquery animate function. which can animate almost any CSS property. (Much more than cba)

*easier implementation, especially for larges sites. - Ajaxify can run with only one line $(jquery_selector).ajaxify();

*custom errors &amp; states (Again as 1st one)

I&#039;m not sure from other points. but there is also options that cba doesn&#039;t have too.

* tagToLoad
*Manipulation
*Overriding Default settings
*Can bind any event to the object.
*Title
*Not limited to &lt;a&gt;
*Easy to define the objects through jQuery selectors.
*Compatible with other jQuery plugins.
*And ajaxify is just 10 kb where cba is around 40kb</description>
		<content:encoded><![CDATA[<p>Maurice , I have been using ajaxify for a while and its really awesome. You have mentioned some notes that cba is better and I have some comments on it.</p>
<p>*error handling &#8211; There is onError event function !</p>
<p>*(much) more animations &#8211; Ajaxify uses jquery animate function. which can animate almost any CSS property. (Much more than cba)</p>
<p>*easier implementation, especially for larges sites. &#8211; Ajaxify can run with only one line $(jquery_selector).ajaxify();</p>
<p>*custom errors &amp; states (Again as 1st one)</p>
<p>I&#8217;m not sure from other points. but there is also options that cba doesn&#8217;t have too.</p>
<p>* tagToLoad<br />
*Manipulation<br />
*Overriding Default settings<br />
*Can bind any event to the object.<br />
*Title<br />
*Not limited to <a><br />
*Easy to define the objects through jQuery selectors.<br />
*Compatible with other jQuery plugins.<br />
*And ajaxify is just 10 kb where cba is around 40kb</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurice</title>
		<link>http://www.webresourcesdepot.com/ajaxify-instantly-ajax-static-websites/comment-page-1/#comment-30511</link>
		<dc:creator>Maurice</dc:creator>
		<pubDate>Thu, 25 Dec 2008 19:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=701#comment-30511</guid>
		<description>Binny:

These are the problems that are mentioned on that page:
    * Slower than the traditional way ( com.bydust.ajax class is faster than normal browsing )
    * No feedback - loading bars unavailable. ( com.bydust.ajax gives feedback, loading, parsing and preloading states )
    * Breaks the Back button. (cba does not break the previous and next browser buttons )
    * Users have no clue on which page they actually are - so they won&#039;t be able to bookmark the page. (cba allows user to bookmark the correct page )
    * Users will think that nothing is happening - when they click on the link and nothing happens. ( cba shows states. When the users&#039; browser does not meet the requirements the site is being handled by the browser )
    * And More...

this probably applies to this script too, not only cba :)</description>
		<content:encoded><![CDATA[<p>Binny:</p>
<p>These are the problems that are mentioned on that page:<br />
    * Slower than the traditional way ( com.bydust.ajax class is faster than normal browsing )<br />
    * No feedback &#8211; loading bars unavailable. ( com.bydust.ajax gives feedback, loading, parsing and preloading states )<br />
    * Breaks the Back button. (cba does not break the previous and next browser buttons )<br />
    * Users have no clue on which page they actually are &#8211; so they won&#8217;t be able to bookmark the page. (cba allows user to bookmark the correct page )<br />
    * Users will think that nothing is happening &#8211; when they click on the link and nothing happens. ( cba shows states. When the users&#8217; browser does not meet the requirements the site is being handled by the browser )<br />
    * And More&#8230;</p>
<p>this probably applies to this script too, not only cba <img src='http://www.webresourcesdepot.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://www.webresourcesdepot.com/ajaxify-instantly-ajax-static-websites/comment-page-1/#comment-30109</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Tue, 23 Dec 2008 18:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=701#comment-30109</guid>
		<description>I am not sure if this is a good idea - http://www.openjs.com/scripts/examples/ajax_page_transaction/</description>
		<content:encoded><![CDATA[<p>I am not sure if this is a good idea &#8211; <a href="http://www.openjs.com/scripts/examples/ajax_page_transaction/" rel="nofollow">http://www.openjs.com/scripts/examples/ajax_page_transaction/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurice</title>
		<link>http://www.webresourcesdepot.com/ajaxify-instantly-ajax-static-websites/comment-page-1/#comment-30046</link>
		<dc:creator>Maurice</dc:creator>
		<pubDate>Tue, 23 Dec 2008 12:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=701#comment-30046</guid>
		<description>It has alot less options.

the com.bydust.ajax class has:
- error handling
- (much) more animations
- better eventlisteners
 - user can edit the retrieved content
 - user can see status messages
 - when a second eventlistener is added on the same event the first one isn&#039;t removed.
- easier implementation, especially for larges sites.
- custom errors &amp; states
- rules for forms and url&#039;s
- etc...  :)</description>
		<content:encoded><![CDATA[<p>It has alot less options.</p>
<p>the com.bydust.ajax class has:<br />
- error handling<br />
- (much) more animations<br />
- better eventlisteners<br />
 &#8211; user can edit the retrieved content<br />
 &#8211; user can see status messages<br />
 &#8211; when a second eventlistener is added on the same event the first one isn&#8217;t removed.<br />
- easier implementation, especially for larges sites.<br />
- custom errors &amp; states<br />
- rules for forms and url&#8217;s<br />
- etc&#8230;  <img src='http://www.webresourcesdepot.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://www.webresourcesdepot.com/ajaxify-instantly-ajax-static-websites/comment-page-1/#comment-30019</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Tue, 23 Dec 2008 07:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=701#comment-30019</guid>
		<description>Ajaxify is way cooler, built as a Jquery plugin, great job.</description>
		<content:encoded><![CDATA[<p>Ajaxify is way cooler, built as a Jquery plugin, great job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurice</title>
		<link>http://www.webresourcesdepot.com/ajaxify-instantly-ajax-static-websites/comment-page-1/#comment-29956</link>
		<dc:creator>Maurice</dc:creator>
		<pubDate>Mon, 22 Dec 2008 21:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=701#comment-29956</guid>
		<description>Something similar to the last ajax-script posted here.

This script has alot more options and is more customizable: http://www.bydust.com/examples/com.bydust.ajax/</description>
		<content:encoded><![CDATA[<p>Something similar to the last ajax-script posted here.</p>
<p>This script has alot more options and is more customizable: <a href="http://www.bydust.com/examples/com.bydust.ajax/" rel="nofollow">http://www.bydust.com/examples/com.bydust.ajax/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mini0n</title>
		<link>http://www.webresourcesdepot.com/ajaxify-instantly-ajax-static-websites/comment-page-1/#comment-29911</link>
		<dc:creator>Mini0n</dc:creator>
		<pubDate>Mon, 22 Dec 2008 10:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=701#comment-29911</guid>
		<description>OMG! Ajaxify is awesome!
Thank you guys!</description>
		<content:encoded><![CDATA[<p>OMG! Ajaxify is awesome!<br />
Thank you guys!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in -0.698 seconds -->
