- Advanced Requests and Responses in Ajax
Brett McLaughlin shows you the different status codes and demonstrate how browsers handle each and showcases the lesser-used HTTP requests that you can make with Ajax
in Public bookmarks with ajax tutorial
- Ajax
When you want a user to send data to your server — once they have filled out a form, for example — they normally have to submit the form and then wait as the entire page is refreshed.
in Public bookmarks with ajax tutorial
- Ajax Hello World
The purpose of this tutorial is to provide a starting point for users who are new to Dojo. Whilst every effort is made to introduce as much as possible about Dojo
in Public bookmarks with ajax tutorial
- Ajax Introduction - Step By Step
Ajax, has nothing to do with the famous soccer team from Amsterdam, Netherlands. Actually Ajax stands for 'Asynchronous Javascript and XML'
in Public bookmarks with ajax tutorial by 2 users
- Ajax Username Availability Checking
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.
in Public bookmarks with ajax availability checking tutorial
- AJAX Using ASP.NET 1.1
Do you want to implement AJAX application in your ASP.NET 1.1, this tutorial is your guide to create ajax applications using ASP.NET 1.1
in Public bookmarks with 1.1 ajax asp.net tutorial
- Chained select boxes
This script uses Ajax to popuplate a select box with cities based on which country you choose.
in Public bookmarks with ajax tutorial
- Chained Select Boxes
This script uses Ajax to popuplate a select box with cities based on which country you choose.
in Public bookmarks with ajax tutorial
- Create flickr-like Editing Fields Using AJAX & CSS
On one of my web projects I’ve been working on, we needed to allow the user to edit some information on their profile page. I could have written an HTML form page and then written the php database updater, but why use such outdated interfaces?
in Public bookmarks with ajax flickr tutorial by 3 users
- Digg-like Ajax Voting
After seven hours of work, the askeet application has advanced well. The home page displays a list of questions, the detail of a question shows its answers, users have a profile page, and thematic lists are available from every page in the sidebar.
in Public bookmarks with ajax tutorial by 2 users
- Dynamical HTML and XML
As deployment of XML data and web services becomes more widespread, you may occasionally find it convenient to connect an HTML presentation directly to XML data for interim updates without reloading the page. Thanks to the little-known XMLHttpRequest object.
in Public bookmarks with ajax tutorial
- How to Auto Include a JavaScript File
Many developers have a large library of JavaScript code at their fingertips that they developed, their collegues developed, or that they have pieced together from scripts all over the Internet.
in Public bookmarks with ajax tutorial
- JSON
The idea of JSON (JavaScript Object Notation) is to make the response a specific data structure that can be easily parsed by the JavaScript code.
in Public bookmarks with json tutorial by 2 users
- JSON for Ruby
This is a implementation of the JSON specification according to RFC 4627. You can think of it as a low fat alternative to XML, if you want to store data to disk or transmit it over a network rather than use a verbose markup language.
in Public bookmarks with json tutorial
- Scriptaculous Lists with PHP
Scriptaculous is one of many great new JavaScript libraries created to answer the call for well written 'Web 2.0' JavaScript libraries.
in Public bookmarks with javascript library tutorial
- Using XMLHttpRequest
The XMLHttpRequest object is a handy dandy JavaScript object that offers a convenient way for webpages to get information from servers without refreshing themselves.
in Public bookmarks with ajax tutorial xmlhttprequest
- XAjax Tutorial
xajax is designed to be extremely easy to implement in both existing web applications as well as new projects. You can add the power of xajax to nearly any PHP script in seven easy steps
in Public bookmarks with ajax tutorial
tutorial from all users