Web Design/AJAX Challenges

< Web Design
Web Design AJAX Challenges
This page is part of the Web Design project.

Please help out and update the following challenges if you think they can be improved!

Challenge 1: Postcodes and Suburbs

AJAX can seem really scary when you're starting out, but the Mozilla team have worked hard to create the AJAX: Getting Started tutorial to help us understand the building blocks of AJAX.

Work your way through the tutorial through to Step 4, making sure you test it out as you go. Once you have Step 4 working, your challenge is:

An example XML file for the suburb Bullaburra might be:

<?xml version="1.0" ?>
<suburb>
    <name>Bullaburra</name>
</suburb>

Note: this is not a practical way at all to look up postcodes, it's just an example to build upon. We'll see a much more realistic example of this problem in a later challenge.


Challenge 2: Looking up suburbs

Note: this challenge requires that you are already familiar with PHP, MySQL and how to get info out of a database and into a page.

TODO Guide to Using AJAX and XMLHttpRequest from WebPasties

This section is a stub. You can help Wikiversity by expanding it.

Resources

See also


This article is issued from Wikiversity - version of the Sunday, January 24, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.