Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Performing GET and POST requests using Ajax - JavaScript tutorial


Ajax, once stripped of all its fanciness, basically describes just two things- performing "GET" and "POST" requests asynchronously. This tutorial explains Ajax frankly and gently, while also covering the important topics of fetching XML and JSON files using Ajax.
Category: JavaScript tutorials > AJAX - Difficulty:


More cool JavaScript tutorials:



De-Mystifying AJAX - Use AJAX to post and return data to MySQL with PHP
De-Mystifying AJAX - Use AJAX to post and return data to MySQL with PHP
De-Mystifying AJAX - Use AJAX to post and return data to MySQL with PHP
Category: JavaScript tutorials > AJAX - Difficulty:
Encoding and decoding URLs - Methods used for encoding and decoding URL strings
Encoding and decoding URLs - Methods used for encoding and decoding URL strings
Encoding and decoding URLs - Methods used for encoding and decoding URL strings
Category: JavaScript tutorials > Development - Difficulty:
OOP in JavaScript: Introduction
OOP in JavaScript: Introduction
An introduction to Object Oriented Programming in Javascript. This example creates a small user control that can be used repeatedly and independantly on the same web page.
Category: JavaScript tutorials > Basics - Difficulty:
Navigation Trees
Navigation Trees
For Web sites that are organized in a hierarchical manner, trees are a great way to present hierarchical content. This tutorial describes how the Tree Object works, and creating your own expandable/collapsible tree navigation system in JavaScript.
Category: JavaScript tutorials > Navigation - Difficulty:
How to code beautiful PHP & AJAX applications
How to code beautiful PHP & AJAX applications
This is a demonstration of the way I code my PHP and AJAX applications. It's good practise and may come in handy for you to learn too! The example in this article also demonstrates how to validate an email address using PHP and AJAX.
Category: JavaScript tutorials > AJAX - Difficulty: