<?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>EZwebdesign.com &#187; AJAX</title>
	<atom:link href="http://ezwebdesign.com/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://ezwebdesign.com</link>
	<description>Web Design Tips and Tutorials for the Programming Challenged</description>
	<lastBuildDate>Tue, 01 May 2012 01:49:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Ajax Content Sliders</title>
		<link>http://ezwebdesign.com/ajax-content-sliders/</link>
		<comments>http://ezwebdesign.com/ajax-content-sliders/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 17:22:38 +0000</pubDate>
		<dc:creator>Ezwebdesigner</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://ezwebdesign.com/?p=96</guid>
		<description><![CDATA[If your in need of a Ajax based content slider, take a look at this tutorial/script by WebDesignBooth.com.  I found it very EZ to set up and manipulate. This script is based on jquery and jflow. Another good scrollable content slider is available at Flowplayer.org.  Actually they have a great set of scripts all based [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If your in need of a Ajax based content slider, take a look at this <a title="Ajax content slider" href="http://www.webdesignbooth.com/step-by-step-to-create-content-slider-using-jflow-a-minimalist-jquery-plugin/">tutorial/script</a> by WebDesignBooth.com.  I found it very EZ to set up and manipulate.</p>
<p>This script is based on jquery and jflow.</p>
<p>Another good scrollable content slider is available at Flowplayer.org.  Actually they have a great set of scripts all based on jquery. An impressive scrolling content slider is located at <a title="scollabel content" href="http://flowplayer.org/tools/demos/scrollable/demo-area.html">http://flowplayer.org/tools/demos/scrollable/demo-area.html</a>.</p>
<p>See a <a title="live demo" href="http://flowplayer.org/tools/demos/scrollable/demo-area.htm">live demo here</a>.</p>
<p>The only issue I have with the script from flowplayer.org is getting the content to autoscroll. The script by webdesignbooth.com has a autoscroll version available for download thus much easier to get started with unless you&#8217;re already a jquery wiz.</p>
]]></content:encoded>
			<wfw:commentRss>http://ezwebdesign.com/ajax-content-sliders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to find AJAX scripts</title>
		<link>http://ezwebdesign.com/where-to-find-ajax-scripts/</link>
		<comments>http://ezwebdesign.com/where-to-find-ajax-scripts/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 16:37:10 +0000</pubDate>
		<dc:creator>Ezwebdesigner</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://ezwebdesign.com/?p=88</guid>
		<description><![CDATA[AJAX is more or less fancy Javascript that can be used with ASP.net, HTML or PHP. Since I&#8217;m not much of a backend programmer, I usually search for a script that I can make my own. Usually the scripts are free or require a donation. If you need to add some cool image effects, nice [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>AJAX is more or less fancy Javascript that can be used with ASP.net, HTML or PHP. Since I&#8217;m not much of a backend programmer, I usually search for a script that I can make my own. Usually the scripts are free or require a donation.</p>
<p>If you need to add some cool image effects, nice looking forms or tables or  web 2.0ish effects to your site then you should check out the following:</p>
<ul>
<li><a title="AJAX Rain Script Library" href="http://www.ajaxrain.com/index.php">AJAX Rain</a> &#8211; a library of over 1100 AJAX scripts.  If you need an image gallery, check this site first. Most are free if you give credit to the author or be nice and make a small donation.</li>
<li><a title="free ajax scripts" href="http://freeajaxscripts.net/">Freeajaxscripts.net</a> &#8211; All the scripts listed here are free for non commercial use.</li>
<li><a href="http://www.dynamicdrive.com">Dynamic Drive DHTML code library</a> &#8211; In addition to original DHTML scripts<br />
and components, they offer some AJAX scripts.</li>
<li><a title="smashing magazine" href="http://www.smashingmagazine.com/2008/04/15/60-more-ajax-and-javascript-solutions-for-professional-coding/">Smashing Magazine</a> &#8211; This site is a great resource in general for web designers. The link from here directs you to a post with some useful AJAX scripts.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ezwebdesign.com/where-to-find-ajax-scripts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dynamic Content Using AJAX</title>
		<link>http://ezwebdesign.com/dynamic-content-using-ajax/</link>
		<comments>http://ezwebdesign.com/dynamic-content-using-ajax/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 03:18:37 +0000</pubDate>
		<dc:creator>Ezwebdesigner</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://ezwebdesign.com/?p=53</guid>
		<description><![CDATA[Here&#8217;s a nifty script for pulling in dynamic content into a DIV, http://www.dhtmlgoodies.com/index.html?whichScript=ajax-dynamic-content.  You can load external files into DIV&#8217;s on an existing page. This can make for easier content management and works as well as server side includes or php includes.]]></description>
			<content:encoded><![CDATA[<p></p><p>Here&#8217;s a nifty script for pulling in dynamic content into a DIV, <a title="dynamic content" href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax-dynamic-content">http://www.dhtmlgoodies.com/index.html?whichScript=ajax-dynamic-content</a>.  You can load external files into DIV&#8217;s on an existing page. This can make for easier content management and works as well as server side includes or php includes.</p>
]]></content:encoded>
			<wfw:commentRss>http://ezwebdesign.com/dynamic-content-using-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>noobSlide using mootools</title>
		<link>http://ezwebdesign.com/noobslide-using-mootools/</link>
		<comments>http://ezwebdesign.com/noobslide-using-mootools/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 18:27:56 +0000</pubDate>
		<dc:creator>Ezwebdesigner</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://ezwebdesign.com/?p=49</guid>
		<description><![CDATA[I found an ultra cool AJAX sliding effect that uses mootools, noobSlide. You see the &#8220;sliding&#8221; effect on many homepages like Amazon and Shopping.com. For you AJAX newbies (me included) this script is fairly easy to install.]]></description>
			<content:encoded><![CDATA[<p></p><p>I found an ultra cool AJAX sliding effect that uses mootools, <a title="noobSlide" href="http://www.efectorelativo.net/laboratory/noobSlide/">noobSlide</a>. You see the &#8220;sliding&#8221; effect on many homepages like Amazon and Shopping.com.</p>
<p>For you AJAX newbies (me included) this script is fairly easy to install.</p>
]]></content:encoded>
			<wfw:commentRss>http://ezwebdesign.com/noobslide-using-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mooSlide &#8211; cool slide up effect</title>
		<link>http://ezwebdesign.com/mooslide-cool-slide-up-effect/</link>
		<comments>http://ezwebdesign.com/mooslide-cool-slide-up-effect/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 18:55:33 +0000</pubDate>
		<dc:creator>Ezwebdesigner</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://ezwebdesign.com/?p=36</guid>
		<description><![CDATA[If you&#8217;re looking for an alternative to light box then check out mooSlide. Rather than popup a new overlay in the middle of the page, the popup comes straight from the bottom. I could see this coming in handy when linking to external sites and you want to show a thumbnail and addition information.]]></description>
			<content:encoded><![CDATA[<p></p><p>If you&#8217;re looking for an alternative to light box then check out <a title="mooSlide Ajax" href="http://www.artviper.net/test/mooSlide2/index.html">mooSlide</a>. Rather than popup a new overlay in the middle of the page, the popup comes straight from the bottom. I could see this coming in handy when linking to external sites and you want to show a thumbnail and addition information.</p>
]]></content:encoded>
			<wfw:commentRss>http://ezwebdesign.com/mooslide-cool-slide-up-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greybox &#8211; Nice Lightbox Window for External Content or Image Galleries</title>
		<link>http://ezwebdesign.com/greybox-nice-lightbox-window-for-external-content-or-image-galleries/</link>
		<comments>http://ezwebdesign.com/greybox-nice-lightbox-window-for-external-content-or-image-galleries/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 22:18:15 +0000</pubDate>
		<dc:creator>Ezwebdesigner</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://ezwebdesign.com/?p=28</guid>
		<description><![CDATA[Greybox is a nice little AJAX effect for pop up windows. If you want a nice image gallery or an alternate way to display external links on your own site, give greybox some serious consideration.]]></description>
			<content:encoded><![CDATA[<p></p><p><a title="GreyBox" href="http://orangoo.com/labs/greybox/examples.html">Greybox</a> is a nice little AJAX effect for pop up windows. If you want a nice image gallery or an alternate way to display external links on your own site, give greybox some serious consideration.</p>
]]></content:encoded>
			<wfw:commentRss>http://ezwebdesign.com/greybox-nice-lightbox-window-for-external-content-or-image-galleries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Versatile AJAX Carousel</title>
		<link>http://ezwebdesign.com/versatile-ajax-carousel/</link>
		<comments>http://ezwebdesign.com/versatile-ajax-carousel/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 11:00:15 +0000</pubDate>
		<dc:creator>Ezwebdesigner</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://ezwebdesign.com/?p=26</guid>
		<description><![CDATA[JCarousel Lite is an AJAX script used to create that neat scrolling effect you see on so many web 2.0ish websites. what I really like about this script is it can be used for more than just images. You can create text based content and even mix images and text. Other features include using external [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a title="AJAX JCarousel Lite" href="http://www.gmarwaha.com/jquery/jcarousellite/index.php#demo">JCarousel Lite</a> is an AJAX script used to create that neat scrolling effect you see on so many web 2.0ish websites. what I really like about this script is it can be used for more than just images.  You can create text based content and even mix images and text. Other features include using external content, vertical carousels, auto scrolling and image sliding.</p>
]]></content:encoded>
			<wfw:commentRss>http://ezwebdesign.com/versatile-ajax-carousel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Rain offers over 1100 AJAX Scripts</title>
		<link>http://ezwebdesign.com/ajax-rain-offers-over-1100-ajax-scripts/</link>
		<comments>http://ezwebdesign.com/ajax-rain-offers-over-1100-ajax-scripts/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 04:24:30 +0000</pubDate>
		<dc:creator>Ezwebdesigner</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://ezwebdesign.com/?p=7</guid>
		<description><![CDATA[Need a lightbox for an image gallery? Or how about fancy looking form? AJAX Rain has the scripts you need. With over 1100 AJAX scripts in their library AJAX Rain has the largest collection of AJAX scripts. Most scripts are free but may require a link back to the author&#8217;s website. I have used a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Need a lightbox for an image gallery? Or how about fancy looking form? <a title="AJAX Rain" href="http://ajaxrain.com">AJAX Rain</a> has the scripts you need. With over 1100 AJAX scripts in their library <a title="AJAX rain " href="http://ajaxrain.com">AJAX Rain</a> has the largest collection of AJAX scripts. Most scripts are free but may require a link back to the author&#8217;s website.</p>
<p>I have used a few scripts listed on AJAX Rain and with my limited knowledge of AJAX I was able to manipulate them for my needs. If your having trouble with a script, many authors offer up help via their websites or email. Be sure to leave a donation if you use a script, the folks who write them could use a few bucks if they offer the script for free</p>
]]></content:encoded>
			<wfw:commentRss>http://ezwebdesign.com/ajax-rain-offers-over-1100-ajax-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

