Home arrow AJAX
 

AJAX HELP, AJAX TUTORIALS, AJAX PROGRAMMING, AJAX LIBRARIES

RSS For Dev Shed
AJAX, or Asynchronous Javascript and XML, is the building blocks of Web 2.0 sites. AJAX can serve as an XML data transport layer or returning pre-formed HTML then injected into the browser DOM. Considered by many to be a mesh of DHTML and XMLHttpRequest this technology allows AJAX developers to provide rich content experiences without constant page reloads. If you're looking for AJAX help and AJAX tutorials to get started, then read on.

  Date Title Author Hits
  07-28-11 

Best AJAX Tutorials for Forms

wubayou 19314

This article highlights some of the best AJAX form tutorials available across the net.

  07-20-11 

The Best AJAX Tutorials

wubayou 17228

We already provided you with some of the top AJAX tutorials in the past, but there are many more that can help you implement the technology into your designs. Here are seven more AJAX tutorials that should be useful for beginners and more experienced users alike.

  05-18-11 

8 Great Ajax Tutorials

wubayou 12649

Ajax offers a solid avenue to really add life to your web design in a multitude of ways. There are plenty of tutorials on the internet that show you how to use Ajax, so trying to find which ones are the best is a rather trying task. Here is a condensed list of some of the top Ajax tutorials on the web to help you get started.

  05-05-11 

Using Ajax and jQuery

Alejandro Gervasio 18902

In this tutorial, you will learn how to use the jQuery API to handle and process a plethora of Ajax requests. This article explores the jquery methods for using both get and post with AJAX and details the .get() and .load() methods.

  04-21-11 

Using Ajax and jQuery with HTML Forms

Alejandro Gervasio 23619

Being by far the most popular JavaScript framework available nowadays, jQuery generously honors its “write less, do more” motto. Seated on top of its already famous fluent API, the library provides a plethora of methods that allow you to perform many tasks, ranging from complex DOM and CSS manipulation, to handling events in a painless and straightforward manner.

  03-09-11 

Ajax.org Offers Cloud9 IDE for JavaScript

wubayou 9929

To help developers gain extra freedom to control their development environment, Ajax.org has released Cloud9 IDE. As its name would suggest, Cloud9 is a cloud-based development platform that is designed primarily for JavaScript developers, but it also supports PHP, Python, and Ruby.

  01-12-11 

Java Technologies Provider ICEsoft Releases ICEfaces 2

wubayou 9028

ICEsoft Technologies is a worldwide producer of open source enterprise Java technologies, and it has a new framework available that redefines the way in which Java enterprise applications are developed, as well as their capabilities. The new framework goes by the name of ICEfaces 2. It is a followup to the original award winning ICEfaces release. ICEsoft just announced the product's official release, and if it is anything like its predecessor, it will be accepted by developers with open arms.

  12-16-10 

Parsing Google Maps API using PHP and JSON

Codex-M 87773

This Google Maps tutorial will walk you through the finer points of using the Google Directions REST API and JSON with PHP to load, parse and display your Google Maps. This article covers use of the Google API both with and without a Maps API key and includes PHP code examples for parsing the Directions or Web Services APIs from Google.

  11-22-10 

Using Recaptcha in AJAX Prototype Framework with PHP

Codex-M 15212

One of the biggest problems with form handling is spam. If the form is not protected with captcha, then most likely spam and auto-form submission will happen. But thanks to Google Recaptcha, PHP and AJAX technology, a webmaster can now implement captcha protection without severely affecting the user's experience. This is a beginner tutorial on using Recaptcha with the AJAX prototype framework and PHP.

  10-25-10 

Google's Closure Compiler Service API: Additional Features

Alejandro Gervasio 10390

In this eighth and final part of a series that explains the various features of Google's Closure Compiler Service API, you'll learn about a few features that didn't fit neatly into the discussions in the previous parts.

  10-18-10 

Installing Google Web Toolkit: Introducing the Google App Engine

Codex-M 20859

Welcome to the second part of a series on Google Web Toolkit. In this part you'll learn how to handle the Google App Engine and deploy your project to a production server.

  10-13-10 

Google's Closure Compiler Service API: Displaying Warnings and Errors

Alejandro Gervasio 10689

This penultimate part of the series offers a quick overview of the debugging capabilities that the Closure Compiler Service API provides for free. Activating the API’s debugger is as easy as assigning the values “warnings” and “errors” to its “output_info” parameter.

  10-12-10 

Google's Closure Compiler Service API: Delivering Compiled Code in Different Formats

Alejandro Gervasio 11855

In this sixth part of the series, I explore Google's Closure Compiler Service API's “output_format” argument. It permits you to deliver compiled JavaScript code to the client in different formats, including the already familiar “text/javascript” type. I also show you how to deliver code in XML and JSON formats.

  10-06-10 

Google's Closure Compiler Service API: the ADVANCED_OPTIMIZATIONS Option

Alejandro Gervasio 10129

In this fifth part of the series, you will learn how to work with the “ADVANCED_OPTIMIZATIONS” option provided by Google’s Closure Compiler Service API. It can be used to perform a more sophisticated optimization process on JavaScript snippets. If you ever need to minify your client-side scripts to their minimal expression, using this option is undoubtedly the way to go.

  10-05-10 

Google's Closure Compiler Service API: the SIMPLE_OPTIMIZATIONS Option

Alejandro Gervasio 9646

In this fourth part of the series, I show you how to apply a more rigorous level of optimization to a JavaScript file by passing the SIMPLE_OPTIMIZATIONS option to the Closure Compiler API. This process removes white space and comments, and shortens function and variable names, which significantly reduces the size of the target file.

 
More AJAX & Prototype Articles
Total AJAX & Prototype Articles = 40

Page 1 of 3
1 2 3 

Developer Shed Affiliates

 



© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap

Dev Shed Tutorial Topics: