<?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>BlogPhoto &#187; Ajax</title>
	<atom:link href="http://nycgraphix.com/blogphoto/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://nycgraphix.com/blogphoto</link>
	<description>Everything you have been looking for and more!!</description>
	<lastBuildDate>Mon, 22 Aug 2011 00:43:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Free AJAX Tutorials</title>
		<link>http://nycgraphix.com/blogphoto/2007/05/free-ajax-tutorials/</link>
		<comments>http://nycgraphix.com/blogphoto/2007/05/free-ajax-tutorials/#comments</comments>
		<pubDate>Thu, 24 May 2007 09:59:41 +0000</pubDate>
		<dc:creator>nycgraphix</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://designcreatology.com/b/current-trends/ajax/free-ajax-tutorials/</guid>
		<description><![CDATA[AJAX Activity Indicator Tutorial CakeTimer &#8211; An Ajax File Uploads Progress Bar This is a demonstration of an AJAX powered progress bar to monitor file uploads with (Cake)PHP. AJAX Bookmarklets Tutorial Creating Huge Bookmarklets A bookmarklet is a special piece of JavaScript code that can be dragged into a user&#8217;s link toolbar, and which later [...]]]></description>
			<content:encoded><![CDATA[<p><strong>AJAX Activity Indicator Tutorial</strong></p>
<p><a href="http://thinkingphp.org/demos/cake-timer/" title="CakeTimer - An Ajax File Uploads Progress Bar" class="broken_link">CakeTimer &#8211; An Ajax File Uploads Progress Bar</a><br />
This is a demonstration of an AJAX powered progress bar to monitor file uploads with (Cake)PHP.</p>
<p><strong>AJAX Bookmarklets Tutorial</strong></p>
<p><a href="http://codinginparadise.org/weblog/2005/08/ajax-creating-huge-bookmarklets.html" title="Creating Huge Bookmarklets">Creating Huge Bookmarklets</a><br />
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><strong>AJAX Chat Tutorials</strong></p>
<p><a href="http://socket7.net/lace/" title="Lace - Ajax Chat">Lace &#8211; Ajax Chat</a><br />
Lace is a free, lightweight Ajaxian communications engine suitable for a shoutbox, chat room or similar. Version 0.1.3 brings with it several bug fixes, a tiny bit of code reorganization and most importantly, an oft-requested User List.</p>
<p><a href="http://www.linuxuser.at/index.php?title=Most_Simple_Ajax_Chat_Ever" title="Most Simple Ajax Chat Ever">Most Simple Ajax Chat Ever</a><br />
Very easy to use AJAX chat demo.</p>
<p><strong>AJAX Client-Server Communication Tutorials</strong></p>
<p><a href="http://www.javareference.com/jrexamples/viewexample.jsp?id=111" title="Implementing simple AJAX interaction in your Web Application using XMLHttpRequest object">Implementing simple AJAX interaction in your Web Application using XMLHttpRequest object</a><br />
Everybody till now must have at least heard about AJAX (Asynchronous JavaScript And XML). This example will give you an idea about how you can implement simple AJAX interaction in your web application.</p>
<p><a href="http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro2/?ca=dgr-mk-MasterAJAX2" title="Make asynchronous requests with JavaScript and Ajax">Make asynchronous requests with JavaScript and Ajax</a><br />
In this article, you&#8217;ll begin with the most fundamental and basic of all Ajax-related objects and programming approaches: The XMLHttpRequest object. This object is really the only common thread across all Ajax applications and &#8212; as you might expect &#8212; you will want to understand it thoroughly to take your programming to the limits of what&#8217;s possible.</p>
<p><a href="http://www.yourhtmlsource.com/javascript/ajax.html" title="AJAX">AJAX</a><br />
In this tutorial, you&#8217;ll be introduced to Ajax, a technology that allows you to send these requests through small JavaScript calls, meaning the user doesn&#8217;t have to wait for the page to refresh.</p>
<p><a href="http://www.webmonkey.com/webmonkey/05/16/index4a.html" title="All Request, All The Time" class="broken_link">All Request, All The Time</a><br />
Let&#8217;s build a simple application that accepts input from the user, passes it to some PHP on the server that checks it against a database, and returns the result to the browser. It comes in three parts.</p>
<p><strong>AJAX Drag and Drop Tutorial</strong></p>
<p><a href="http://www.symfony-project.com/tutorial/symfony_ajax.html" title="Drag and Drop Tutorial (with a cool video)" class="broken_link">Drag and Drop Tutorial (with a cool video)</a><br />
Adding items to a shopping cart in common e-commerce applications isn&#8217;t very close to the actual &#8220;add to cart&#8221; metaphor, since it requires clicking an &#8220;add to cart&#8221; button, watch a new page (the shopping cart), and then go back to the shop or checkout with buttons. Ajax allows to get closer to the cart metaphor, by enabling drag-and-drop interactions and giving immediate visual feedback, without leaving the shop.</p>
<p><strong>AJAX Dynamically Content Loading Tutorials</strong></p>
<p><a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax_dynamicArticles" title="Dynamically loaded articles">Dynamically loaded articles</a><br />
This is a basic example showing you how to use AJAX. In this script, you have a list of article titles at the right side. When you click on one of them, AJAX will be used to request the content of the article from an external file and show it in the main DIV.</p>
<p><a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax-dynamic-content" title="Ajax - Dynamic Content">Ajax &#8211; Dynamic Content</a><br />
This small generic script makes it easy for you to load content of external files into HTML elements on your page.</p>
<p><strong>AJAX Forms and Autocomplete Tutorials</strong></p>
<p><a href="http://www.gregphoto.net/sortable/index.php" title="Scriptaculous Lists with PHP">Scriptaculous Lists with PHP</a><br />
The drag-and-drop effects, most notably the sortables, caught my eye because the look great, they are so easy to implement, and they&#8217;re just so much nicer than the standard listbox with up/down arrows that we see in most of today&#8217;s applications and administration tools.</p>
<p><a href="http://www.symfony-project.com/askeet/10" title="Alter data with Ajax forms">Alter data with Ajax forms</a><br />
Displaying rich formatted questions and lists, even paginated, is not enough to make an application live. And the heart of the askeet concept is to allow any registered user to ask a new question, and any user to answer an existing one. Isn&#8217;t it time we get to it?</p>
<p><a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax_client_lookup" title="Dynamic Client Lookup">Dynamic Client Lookup</a></p>
<p>This script uses AJAX to autofill a form. Open the demo and type in 1001 in the &#8220;client ID&#8221; text field. AJAX will when you have done this call a script on the server and auto fill the rest of the form with client data.</p>
<p><a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax_chained_select" title="Chained Select Boxes">Chained Select Boxes</a><br />
This script uses Ajax to popuplate a select box with cities based on which country you choose.</p>
<p><a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax-dynamic-list" title="Ajax Dynamic List">Ajax Dynamic List</a><br />
This script shows you a list of options based on what you type into a text input. Example: Type in &#8220;A&#8221; and Ajax will get you a list of all contries starting with &#8220;A&#8221;.</p>
<p><strong>AJAX Framework and Toolkit Tutorials</strong></p>
<p><a href="http://litfuel.net/mybic/index.html?page=tutorials" title="My-BIC - Tutorials and How To&#039;s" class="broken_link">My-BIC &#8211; Tutorials and How To&#8217;s</a><br />
A collection of easy to follow tutorials using the My-Bic Framework including a, hello world &#8211; getting your ajax setup, posting comments via AJAX and changing views from a drop down. There are beginner and intermediate tutorials here.</p>
<p><a href="http://blogs.pathf.com/agileajax/2006/04/new_echo2_tutor.html" title="New Echo2 Tutorial Series">New Echo2 Tutorial Series</a><br />
Part 1 of a multipart Echo2 tutorial series, entitled &#8220;Ajax with Echo2 and Eclipse&#8221; is now available from our web site. The related archive with the Echo2 distribution plus the EchopointNG library is available here.</p>
<p><a href="http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=14" title="AJAX Design Patterns - Using The Dojo Toolkit">AJAX Design Patterns &#8211; Using The Dojo Toolkit</a><br />
Is this tutorial any different from the others? Well yes and no, it is different in being a tutorial on how to design and build a complete site and not just some fancy little details like how to turn caching in AJAX off or how to create a fancy widget.</p>
<p><strong>AJAX General Tutorials</strong></p>
<p><a href="http://www.stromcode.com/modules.php?name=News&amp;file=article&amp;sid=18&amp;mode=&amp;order=0&amp;thold=0" title="Building a Spy">Building a Spy</a><br />
Step by step instructions on how to build a Digg like spy page.</p>
<p><a href="http://asymptomatic.net/2006/04/13/2311/building-a-shelf-in-wordpress/" title="Building a Shelf in WordPress" class="broken_link">Building a Shelf in WordPress</a><br />
Nice tutorial on how to build a sliding shelf in WordPress.</p>
<p><a href="http://www.developer.com/lang/jscript/article.php/3592016" title="Implementing Mutual Exclusion in JavaScript">AJAX from Scratch: Implementing Mutual Exclusion in JavaScript</a><br />
This AJAX from Scratch series of articles describes fundamental techniques needed to develop AJAX Rich Internet Applications in JavaScript from scratch.</p>
<p><a href="http://codinginparadise.org/weblog/2005/08/ajax-tutorial-saving-session-across.html" title="Saving Session Across Page Loads Without Cookies, On The Client Side">Saving Session Across Page Loads Without Cookies, On The Client Side</a><br />
This is a mini-tutorial on saving state across page loads on the client side, without using cookies so as to save large amounts of data beyond cookies size limits.</p>
<p><a href="http://codinginparadise.org/weblog/2005/08/ajax-tutorial-tale-of-two-iframes-or.html" title="A Tale of Two IFrames or, How To Control Your Browsers History">A Tale of Two IFrames or, How To Control Your Browsers History</a><br />
This is a mini-tutorial on the black art of iframes and browser history, known to AJAX experts but rarely presented clearly.</p>
<p><a href="http://coldfusion.sys-con.com/read/138966.htm" title="What Is AJAX?">AjaxWorld Special: What Is AJAX?</a><br />
Learn more about AJAX and ColdFusion</p>
<p><a href="http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=12" title="AJAX Using ASP.NET 1.1">AJAX Using ASP.NET 1.1</a>You&#8217;ve heard of it. It is the latest buzz term for web programmers these days. AJAX is an acronym that stands for Asynchronous JavaScript and XML. AJAX gains its popularity by allowing data on a page to be dynamically updated without having to make the browser reload the page. I will describe more about how AJAX works, and then go into some sample code to try out.</p>
<p><a href="http://vivekjishtu.blogspot.com/2006/04/speed-up-your-ajax-based-webapps.html" title="Speed up Your AJAX Based Webapps">Speed up Your AJAX Based Webapps<br />
</a>It sets the expiry of the JavaScript to years and not days. Once the JavaScript file is downloaded it is never downloaded again, ofcourse unless you force it by removing the file in the cache. If you visit the site often the JavaScript will not be removed from the cache.</p>
<p><a href="http://www-128.ibm.com/developerworks/edu/j-dw-java-kickstart2-i.html?ca=drs-" title="Kick-start your Java apps, Part 2">Kick-start your Java apps, Part 2<br />
</a>This tutorial guides you through the development of a small human-resources application, first using conventional JavaServer Pages (JSP) based technology, and then migrating it to a highly interactive solution using Ajax.</p>
<p><a href="http://www.thinkvitamin.com/features/ajax/create-your-own-ajax-effects" title="Create Your Own Ajax Effects">Create Your Own Ajax Effects</a><br />
Why let script.aculo.us have all the fun? Start building your own Ajax-driven visual effects today. 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&#8217;re going to show you how to take basic effects and build on them to create your own.</p>
<p><strong>AJAX Getting Started Tutorials<br />
</strong><br />
<a href="http://prokata.com/ajax" title="An Introduction to AJAX">An Introduction to AJAX</a><br />
A very nice introduction to AJAX.</p>
<p><a href="http://www.webmonkey.com/06/15/index3a.html" title="Nitty Gritty Ajax" class="broken_link">Nitty Gritty Ajax</a><br />
In the course of this tutorial, we&#8217;re going to look at what Ajax can do. Then we&#8217;ll use a JavaScript class to simplify your first steps toward the ultimate in speedy user interactivity.</p>
<p><a href="http://www.mgroves.com/blog_archive.php?blogID=57" title="A simple AJAX example">A simple AJAX example</a><br />
Based on Rasmus&#8217;s 30 second AJAX tutorial, I&#8217;ve cobbled together a very rudimentary example of one approach to AJAX programming. A &#8220;Hello, World&#8221; AJAX program, if you will. You can view the demo here on my site, and download the source code (document attachment at the bottom of this article).</p>
<p><a href="http://www.alistapart.com/articles/gettingstartedwithajax" title="Getting Started with Ajax">A List Apart: Articles: Getting Started with Ajax</a><br />
The start of 2005 saw the rise of a relatively new technology, dubbed &#8220;Ajax&#8221; by Jesse James Garrett of Adaptive Path. Ajax stands for Asynchronous JavaScript and XML. In a nutshell, it is the use of the nonstandard XMLHttpRequest() object to communicate with server-side scripts.</p>
<p><a href="http://www.funwithjustin.com/ajax-toybox/" title="Ajax Toybox">Ajax Toybox<br />
</a>Justin has put together a nice group of AJAX tutorials including, Hello, World, Dynamic City, State Lookup, Ajax to Clean Your Clock, Ajax Calculator and an RSS News Ticker.</p>
<p><a href="http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro1.html?ca=dgr-mk-MasterAJAX1" title="Introduction to Ajax">Introduction to Ajax<br />
</a>When it comes to Ajax, the reality is that it involves a lot of technologies &#8212; to get beyond the basics, you need to drill down into several different technologies (which is why I&#8217;ll spend the first several articles in this series breaking apart each one of them).</p>
<p><a href="http://www.ajaxtoolbox.com/request/examples.php" title="Ajax Toolbox / XMLHttpRequest AjaxRequest Library Examples">Ajax Toolbox / XMLHttpRequest AjaxRequest Library Examples</a><br />
A great group of AJAX examples.</p>
<p><a href="http://blog.coderlab.us/rasmus-30-second-ajax-tutorial/" title="Rasmus' 30 second AJAX Tutorial">Rasmus&#8217; 30 second AJAX Tutorial<br />
</a>I find a lot of this AJAX stuff a bit of a hype. Lots of people have been using similar things long before it became &#8220;AJAX&#8221;. And it really isn&#8217;t as complicated as a lot of people make it out to be. Here is a simple example from one of my apps.</p>
<p><a href="http://mikeoncode.blogspot.com/2006/02/ajax-project-to-get-you-going.html" title="An Ajax ">An Ajax &#8220;Hello World&#8221; project to Get You Going</a><br />
Sometimes we all want something very simple to build a thorough understanding of the mechanics of a new technique before we dive into the deeper water beyond. Now, if you are into ASP.NET and not PHP you might like to take a look at my version of this ultra-simple introduction to Ajax with sincere thanks to the original author.</p>
<p><a href="http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=10" title="Ajax Beginners Tutorial">Ajax Beginners Tutorial<br />
</a>In this tutorial we&#8217;ll discuss the basic principles of remote scripting using Ajax, a combination of javascript and XML to allow web pages to be updated with new information from the server, without the user having to wait for a page refresh.</p>
<p><strong>AJAX Image and Gallery Tutorials<br />
</strong><br />
<a href="http://www.dhtmlgoodies.com/index.html?whichScript=image-crop" title="Image crop - DHTML user interface">Image crop &#8211; DHTML user interface<br />
</a>This script gives you an Image crop/resize DHTML user interface. Drag a rectangle around the area you want to crop. Click the &#8220;Crop&#8221; button and let Ajax send crop data to the server and the cropped image back to you. PHP uses ImageMagick on the server to crop and convert the image.</p>
<p><a href="http://blogus.xilinus.com/pages/javawin" title="Prototype Javascript Lightboxes" class="broken_link">Prototype Javascript Lightboxes<br />
</a>This class is based on Prototype 1.5. The code is inspired of the powerful script.aculo.us library. You can even use all script.aculo.us effects to show and hide windows if you include effects.js file.</p>
<p><strong>AJAX Sortable List Tutorial<br />
</strong><br />
<a href="http://www.symfony-project.com/content/book/page/sortable.html" title="How to Make Sortable Lists">How to Make Sortable Lists<br />
</a>Many web applications need to offer an interface to order items &#8211; think about categories in a weblog, articles in a CMS, wishes in an e-commerce website&#8230; The old fashion way of doing it is to offer arrows to move one item up or down in the list. The AJAX way of doing it is to allow direct drag-and-drop ordering with server support.</p>
<p><strong>AJAX RSS Tutorials<br />
</strong><br />
<a href="http://www.dhtmlgoodies.com/index.html?whichScript=rss-box" title="Simple Ajax RSS ticker script">Simple Ajax RSS ticker script</a><br />
This very small and simple script reads RSS data from an external source and shows them inside a predefined box DIV or other tag) on your page. What you have to do is to specify the url to the RSS feed, how many items you want to show, and for how many seconds you want the script to display each item.</p>
<p><a href="http://www.dhtmlgoodies.com/index.html?whichScript=dragable-boxes" title="Dragable RSS boxes">Dragable RSS boxes</a><br />
This is is a script that uses Ajax to read data from external RSS sources and display them inside dragable boxes. You can also create new boxes dynamically directly from the page. This is the first version of this script. New functionality will be added to this script during the following weeks and months.</p>
<p><a href="http://www.dhtmlgoodies.com/index.html?whichScript=rss-scroller" title="Slide In RSS items">Slide In RSS items</a><br />
This scripts reads RSS feeds from an external source and displays them on your page. Each items appears after a predefined number of seconds by sliding in from the right side.</p>
<p><a href="http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=13" title="RSS Ticker with AJAX">RSS Ticker with AJAX</a><br />
Well, with this powerful RSS ticker script, you can now easily display any RSS content on your site in a ticker fashion! This script uses a simple PHP based RSS parser called LastRSS for retrieving a RSS feed, then Ajax and DHTML to display the feed dynamically and with flare. As a pre-requisite then, your site itself must support PHP, though the page using this ticker can be any regular HTML file.</p>
<p><strong>AJAX Shopping Cart Tutorials<br />
</strong><br />
<a href="http://www.dhtmlgoodies.com/index.html?whichScript=fly-to-basket" title="Fly to basket (Shopping cart)">Fly to basket (Shopping cart)</a><br />
This is a DHTML shopping cart module. The products will fly to the shopping basket when you click on the &#8220;Add to basket&#8221; button. Ajax is used to dynamically update the content of the basket.</p>
<p><a href="http://coenraets.com/tutorials/flexonrails/flexonrails.html" title="Flexstore on Rails Tutorial" class="broken_link">Flexstore on Rails Tutorial</a><br />
Flexstore is a traditional Shopping Cart application that you can write in Ruby on Rails. Very comprehensive and cool.</p>
<p><strong>AJAX Sorting Tutorial<br />
</strong><br />
<a href="http://www.kryogenix.org/code/browser/sorttable/" title="Make all your tables sortable">Sorttable: Make all your tables sortable</a><br />
While the web design community gradually moves away from using tables to lay out the structure of a page, tables really do have a vital use, their original use; they&#8217;re for laying out tabular data.</p>
<p><strong>AJAX Trees Tutorials<br />
</strong><br />
<a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax_update_data" title="Update a tree with AJAX">Update a tree with AJAX</a><br />
his scripts adds an AJAX extension to my static folder tree. Open the demo and press down your mouse button on one of the nodes in thee tree. This will make a text box appear which makes it possible for you to rename nodes. AJAX is used to send this value to the server without reloading the page.</p>
<p><a href="http://www.dhtmlgoodies.com/index.html?whichScript=folder_tree_static" title="Static list based folder tree">Static list based folder tree</a><br />
This is a list based folder tree. What you have to do is to create a UL LI list. The script will then create the tree based on this list. The script uses cookies to remember state of nodes. It also includes functions for expanding/collapsing all nodes.</p>
<p><strong>AJAX Username Availability Tutorial<br />
</strong><br />
<a href="http://www.mgroves.com/blog_archive.php?blogID=245" title="AJAX username availability checking">AJAX username availability checking</a><br />
The goal of this AJAX example is to allow a user who is registering for your site to see if the username they want to use is taken already or not, without having to submit a form and reload the page.</p>
<p><strong>AJAX Voting Tutorial<br />
</strong><br />
<a href="http://www.symfony-project.com/askeet/8" title="Digg-like AJAX Vote On">Digg-like AJAX Vote On</a><br />
This tutorial will show you how to add AJAX-enhanced interactions to askeet. The objective is to allow a registered user to declare its interest about a question.</p>
<p><a href="http://www.dhtmlgoodies.com/index.html?whichScript=ajax-poller" title="Ajax Poller">Ajax Poller</a><br />
A poller script that uses Ajax to send vote to the server and receives vote results from the server. The results are displayed in some animated graphs.</p>
<p>Any suggestions, ideas? Feel free to comment on this article!</p>
<p><a href="#top">Back to Top</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nycgraphix.com/blogphoto/2007/05/free-ajax-tutorials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AJAX Tutorials</title>
		<link>http://nycgraphix.com/blogphoto/2007/03/ajax-tutorials/</link>
		<comments>http://nycgraphix.com/blogphoto/2007/03/ajax-tutorials/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 15:18:24 +0000</pubDate>
		<dc:creator>nycgraphix</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://designcreatology.com/b/graphic-design/ajax-tutorials/</guid>
		<description><![CDATA[A list of good and well known tutorials for AJAX Applications. From simple widgets to entire application. Find it all here. AJAX Q&#38;A on Yedda &#8211; Find answers to your AJAX questions on Yedda. Didn&#8217;t find what you&#8217;re looking for? **Ask ** and get great answers from real people. Edit in place with Ajax - [...]]]></description>
			<content:encoded><![CDATA[<p class="listible_listdesc">A list of good and well known tutorials for AJAX Applications. From simple widgets to entire application. Find it all here.</p>
<ul class="listible_entries">
<li><a href="http://yedda.com/questions/tags/ajax/">AJAX Q&amp;A on Yedda</a> &#8211; Find answers to your AJAX questions on Yedda.    Didn&#8217;t find what you&#8217;re looking for? **Ask ** and get great answers from real people.</li>
<li><a href="http://24ways.org/advent/edit-in-place-with-ajax">Edit in place with Ajax</a> -</li>
<li><a href="http://www.adaptivepath.com/publications/essays/archives/000385.php">Ajax: A New Approach to Web Applications</a> &#8211; by Adaptive Path&#8217;s Jesse James Garrett, the man who coined the term *AJAX*</li>
<li><a href="http://www.petefreitag.com/item/515.cfm">Ajax tutorial with prototype</a> -</li>
<li><a href="http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro1.html?ca=dgr-lnxw01MasterAJAX">Mastering Ajax, Part 1: Introduction to Ajax</a> -</li>
<li><a href="http://www.symfony-project.com/tutorial/symfony_ajax.html" class="broken_link">Drag and drop shopping cart</a> &#8211; Detailed how-to for a drag and drop shopping cart in PHP. Based on the [symfony](http://www.symfony-project.com) framework.</li>
<li><a href="http://www.codeproject.com/Ajax/AJAXWasHere-Part2.asp">AJAX Was Here &#8211; Part 2</a> &#8211; asp.net-centric AJAX intro, Part 2 of 2</li>
<li><a href="http://www.codeproject.com/Ajax/AJAXWasHere-Part1.asp">Ajax Was Here, Part 1</a> &#8211; asp.net-centric AJAX intro, part 1 of 2</li>
<li><a href="http://www.metz.se/tinyajax/quickstart.php" class="broken_link">TinyAjax &#8211; Getting Started</a> &#8211; TinyAjax is a PHP-based Ajax library with a nice, simple Gettting Started page.</li>
<li><a href="http://www.napyfab.com/blog/51/ajax-live-search-english-version/">AJAX Live Search</a> &#8211; Asimple tutorial to add a personalized ajax live search onto your site!</li>
<li><a href="http://www.ajaxlines.com/">Ajaxlines</a> &#8211; Ajaxlines is a project focused on providing its audience with a database of most of Ajax related articles, resources, tutorials and services from around the world. Its purpose is to showcase the power of Ajax and to act as a portal to the Ajax development community.</li>
<li><a href="http://www.ajaxlines.com/ajax/stuff/article/ajax_introduction_step_by_step.php">Ajax Introduction &#8211; Step By Step</a> &#8211; How to Ajax your website step by step &#8230;</li>
<li><a href="http://ajaxwidgets.com/more/resources/tutorials/gaia_window_ajax_tutorial.aa" class="broken_link">Gaia Ajax Widgets Window Tutorial</a> &#8211; A tutorial about how to use the Gaia Ajax Widgets Window control. Basically a helper Ajax Widget for creating both &#8220;modal&#8221; and &#8220;non-modal&#8221; windows in ASP.NET with Ajax technology. Sample can be seen at http://ajaxwidgets.com/AllControlsSamples/Window.aspx</li>
<li><a href="http://www.symfony-project.com/askeet/8">AJAX vote with instant feedback</a> &#8211; Tutorial describing the way to implement voting buttons, like the arrows in listible or the _vote?_ button, with instant feedback. Based on [symfony](http://www.symfony-project.com).</li>
<li><a href="http://snyke.net/blog/2006/02/05/ajax-design-patterns/" class="broken_link">AJAX Design Patterns</a> &#8211; In this tutorial we describe how to build a modularized architecture to create complex AJAX Applications. Unlike most of the AJAX tutorials we focus on the design and implementation of a whole application and not on the low level details.</li>
<li><a href="http://developer.mozilla.org/en/docs/AJAX:Getting_Started">AJAX:Getting Started</a> &#8211; This article guides you through the AJAX basics and gives you two simple hands-on examples to get you started.</li>
<li><a href="http://www.centralscrutinizer.it/en/blog/technoratis-apis-ajax/">Technorati&#8217;s APIs + AJAX</a> -</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://nycgraphix.com/blogphoto/2007/03/ajax-tutorials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AJAX Tools</title>
		<link>http://nycgraphix.com/blogphoto/2007/03/ajax-tools/</link>
		<comments>http://nycgraphix.com/blogphoto/2007/03/ajax-tools/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 00:47:13 +0000</pubDate>
		<dc:creator>nycgraphix</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://designcreatology.com/b/graphic-design/ajax-tools/</guid>
		<description><![CDATA[This is a list for all the useful thing that a web developer should use to implement AJAX technology in his webApp. Prototype &#8211; The library that used by scriptaculous and ruby on rails script.aculo.us - script.aculo.us provides you with easy-to-use, compatible and, ultimately, totally cool JavaScript libraries to make your web sites and web [...]]]></description>
			<content:encoded><![CDATA[<p class="listible_listdesc">This is a list for all  the useful thing that a web  developer should use to implement  AJAX technology in his webApp.</p>
<ul class="listible_entries">
<li> 	<a href="http://prototype.conio.net/" class="broken_link"> 	Prototype</a> &#8211; The library that used by 	scriptaculous and ruby on rails</li>
<li><a href="http://script.aculo.us/"> 	script.aculo.us</a>  	- script.aculo.us provides you  	with easy-to-use, compatible and, ultimately, totally cool 	JavaScript libraries to make  	your web sites and web applications fly, Web 2.0 style.</li>
<li> 	<a href="http://moofx.mad4milk.net/#intro"> 	Moo.fx</a>  	- moo.fx is a 	super lightweight, 	ultra tiny, 	megamall 	JavaScript effects library,  	written with prototype.js. It&#8217;s  	easy to use, fast, cross-browser, standards compliant, provides controls to  	modify Height, Width, and Opacity with  	built-in checks that won&#8217;t let  	a user break the effect with multiple crazy clicks. It&#8217;s also optimized to  	make you write the lesser code possible.</li>
<li><a href="http://dojotoolkit.org/"> 	dojo</a>  	- Dojo is the Open Source 	JavaScript toolkit that helps  	you build serious applications in less time. It fills in the gaps where 	JavaScript and browsers don&#8217;t go  	quite far enough, and gives you powerful, portable, lightweight, and tested  	tools for constructing dynamic interfaces. 	Dojo lets you prototype  	interactive widgets quickly, animate transitions, and build Ajax requests  	with the most powerful and easiest to use abstractions available.</li>
<li> 	<a href="http://bennolan.com/behaviour/"> 	Behaviour</a> &#8211; Using 	CSS selectors to apply 	JavaScript behaviours</li>
<li><a href="http://www.json.org/"> 	JSON</a>  	- JavaScript Object Notation is  	a lightweight data-interchange format</li>
<li> 	<a href="http://www.robertnyman.com/ask/"> 	ASK &#8211; AJAX Source Kit</a> &#8211; A simple way to get  	content into your page on-the-fly through asynchronous 	JavaScript and 	XmlHttpRequest, without  	sacrificing accessibility or usability.</li>
<li><a href="http://jquery.com/"> 	jQuery</a>  	- jQuery is a new type of 	JavaScript library. It is not a  	huge, bloated, framework promising the best in AJAX &#8211; nor is just a set  	of needlessly complex enhancements &#8211;  	jQuery is designed to change the way that you write 	JavaScript.</li>
<li> 	<a href="http://developer.yahoo.net/yui/"> 	Yahoo! User Interface Library</a> &#8211; The Yahoo!  	User Interface Library is a set  	of utilities and controls, written in  	JavaScript, for building richly interactive web applications using  	techniques such as DOM scripting, HTML and AJAX. The 	UI Library Utilities facilitate  	the implementation of rich client-side features by enhancing and normalizing  	the developer&#8217;s interface to important elements of the browser  	infrastructure (such as events, in-page HTTP requests and the DOM). The  	Yahoo UI Library Controls  	produce visual, interactive user  	interface elements on the page with just a few lines of code and an included 	CSS file. All the components in  	the Yahoo! User Interface Library have been released as open source under a  	BSD license and are free for all uses.</li>
<li> 	<a href="http://encytemedia.com/event-selectors/" class="broken_link"> 	event:Selectors</a> &#8211; event:Selectors allow you  	to apply an event such as mouse over, 	mouse out, click, 	et 	al using a 	CSS style syntax. It keeps your  	layers separated and greatly reduces the amount of code you have to write.  	And it&#8217;s better than Behaviour</li>
<li> 	<a href="http://www.web20searchengine.com/"> 	Web 2.0 Search Engine</a> &#8211; Simply search for a  	keyword of what your wish to make or work with to see the tools available  	(example search links: mashups,  	blogging, viral videos, 	clipart, designing, social  	tagging, AJAX apps, file storage/sharing, 	RSS feeds, anti-spam tools, 	CSS layout generators, image  	editors, webmaster tools, calculators, file conversions, blog (URL) submits,  	web APIs, tutorials, etc).  	Please submit sites you find useful relating to the topic &#8220;WEB 2.0&#8243;. Each  	accepted site receives a Web2.0  	award.</li>
<li> 	<a href="http://www.modernmethod.com/sajax/"> 	SAJAX</a>  	- &#8220;Sajax is an open source tool  	to make programming websites using the Ajax framework â� also known as 	XMLHTTPRequest or remote  	scripting â� as easy as possible.  	Sajax makes it easy to call PHP,  	Perl or Python functions from your  	WebPages via JavaScript  	without performing a browser refresh. The toolkit does 99% of the work for  	you so you have no excuse to not use it.&#8221;</li>
<li><a href="http://www.mochikit.com/"> 	MochiKit</a>  	- &#8220;MochiKit is a highly  	documented and well tested, suite of  	JavaScript libraries that will help you get  	shit done, fast. We took all the good ideas we could find from our Python,  	Objective-C, etc. experience and adapted it to the crazy world of 	JavaScript.&#8221;</li>
<li><a href="http://www.backbase.com/"> 	backbase</a>  	- Backbase software can be used  	to build more interactive websites and better user interfaces, web  	interfaces, web GUIs or  	web-based replacements for desktop rich clients. 	Backbase rich clients can be  	easily combined with Java &amp; J2EE,  	.NET &amp; ASP.NET, XML, XSLT and 	XPath.</li>
<li><a href="http://ajaxwidgets.com/" class="broken_link"> 	Gaia  	Ajax Widgets</a> &#8211; 	Gaia Ajax Widgets is a free  	library for developing Ajax application in ASP.NET (2.0 and above) It&#8217;s not  	Open Source but there&#8217;s both a free version and a Source Version.</li>
<li> 	<a href="http://www.proadultoutsourcing.com/portfolioP.html"> 	Web Programming</a> -</li>
<li><a href="http://openrico.org/">Rico</a>  	- rich Ajax components and effects built on Prototype</li>
<li> 	<a href="http://cpaint.booleansystems.com/"> 	CPaint</a>  	- CPAINT (Cross-Platform  	Asynchronous INterface Toolkit)  	is a multi-language toolkit that  	helps web developers design and implement AJAX web applications with ease  	and flexibility.</li>
<li> 	<a href="http://sourceforge.net/projects/goog-ajaxslt/"> 	AjaXSLT</a>  	- AJAXSLT is an implementation  	of XSLT in 	JavaScript, intended for use in  	fat web pages, which are nowadays referred to as AJAX applications. Because 	XSLT uses 	XPath, it is also an  	implementation of XPath that can  	be used independently of XSLT.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://nycgraphix.com/blogphoto/2007/03/ajax-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AJAX Start Pages</title>
		<link>http://nycgraphix.com/blogphoto/2007/03/ajax-start-pages/</link>
		<comments>http://nycgraphix.com/blogphoto/2007/03/ajax-start-pages/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 00:45:39 +0000</pubDate>
		<dc:creator>nycgraphix</dc:creator>
				<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://designcreatology.com/b/graphic-design/ajax-start-pages/</guid>
		<description><![CDATA[Start Pages with AJAX functionality. NETVIBES &#8211; Netvibes create own page GOOGLE Personalized Pages &#8211; Drag n drop modules. RSS newsreader. Extensive selection of modules. G-mail module. EZ 2 use. PAGEFLAKES &#8211; Pageflakes News POPURLS &#8211; Popurls popular urls. Mega news links. PROTOPAGE &#8211; Protopage create news page. Bloglines &#8211; Create a personal Bloglines page [...]]]></description>
			<content:encoded><![CDATA[<p class="listible_listdesc">Start Pages with AJAX functionality.</p>
<ul class="listible_entries">
<li><a href="http://netvibes.com/">NETVIBES</a> &#8211; Netvibes create own page</li>
<li><a href="http://www.google.com/ig">GOOGLE Personalized Pages</a> &#8211; Drag n drop modules. RSS newsreader. Extensive selection of modules. G-mail module. EZ 2 use.</li>
<li><a href="http://pageflakes.com/">PAGEFLAKES</a> &#8211; Pageflakes News</li>
<li><a href="http://popurls.com/">POPURLS</a> &#8211; Popurls popular urls. Mega news links.</li>
<li><a href="http://protopage.com/">PROTOPAGE</a> &#8211; Protopage create news page.</li>
<li><a href="http://bloglines.com/">Bloglines</a> &#8211; Create a personal Bloglines page loaded with the freshest news about the things you love&#8230;</li>
<li><a href="http://my.yahoo.com/">My Yahoo</a> &#8211; Drag and drop modules, RSS newsreader with large selection of modules. Add Yahoo mail, weather, finance, search, &#8230;</li>
<li><a href="http://newshutch.com/">Newshutch</a> &#8211; *  Add your favorite web sites within the site or use a browser button while surfing other sites. * Save time by only seeing fresh, unread items. * Import and export your feed lists between Newshutch and other feed readers. * Quickly categorize and organize feeds the way you like. * Keyboard shortcut navigation for advanced users. * Print all entries from a feed to take with you.</li>
<li><a href="http://onelurv.com/" class="broken_link">onelurv</a> &#8211; Easy to use RSS/Atom feed reader &amp; bookmark manager.</li>
<li><a href="http://wetpaint.com/">WETPAINT</a> &#8211; DO it yourself wiki. Nice template choices. EZ to use. Professional.</li>
<li><a href="http://24eyes.com/">24 Eyes</a> &#8211; Premium RSS Dashboard on the Internet.</li>
<li><a href="http://start.com/">START</a> &#8211; Start create a news page.</li>
<li><a href="http://favoor.com/">FAVOOR</a> &#8211; Favoor create news page with RSS.</li>
<li><a href="http://squeet.com/" class="broken_link">SQUEET</a> &#8211; Tools for Publishers and Readers of Syndicated Feeds.</li>
<li><a href="http://titlez.com/">TITLEZ</a> &#8211; Book trends, Data and Insight.</li>
<li><a href="http://live.com/">WINDOWS LIVE PERSONAL HOMEPAGE &amp; SEARCH</a> &#8211; Create personal homepage &amp; live search.</li>
<li><a href="http://linkedfeed.com/">LINKEDFEED</a> &#8211; More you use it, better it serves you. News &amp; more.</li>
<li><a href="http://today.smileycentral.com/">SMILEY TODAY</a> &#8211; Drag &amp; drop modules anywhere on page. Page background is all smileys!</li>
<li><a href="http://maxigate.com/">MAXIGATE</a> &#8211; Create your own maxigate.</li>
<li><a href="http://magnoto.com/">MAGNOTO</a> &#8211; Refigerator &amp; other backgrounds with magnets and other cool drag and drop modules. Also, has a mobile site. Fun.</li>
<li><a href="http://suprglu.com/" class="broken_link">SUPRGLU</a> &#8211; Suprglu autoloads news, blogs &amp; websites. Cool!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://nycgraphix.com/blogphoto/2007/03/ajax-start-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

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

