Setup Instructions for
Ajax Training using ColdFusion

  1. If you haven't already, download the class files listed at the bottom of this page.
  2. Create a folder in the root of your C drive called "Webucator" and extract the class files zip file to that folder.
  3. Make sure that you have installed the editor you plan to use in class.
    1. See the course outline for your class to determine the software you can use.
    2. If this is for a private onsite class make sure that each computer has the editor installed.
    3. If you are using a trial version of the editor, be aware that some products require a unique trial key on each computer.
  1. Create a folder in the root of your C:\Inetpub\wwwroot directory called "Webucator" and extract the class files zip to that folder.
  2. Rename the "ClassFiles" folder "Ajax".

Databases

Using MySQL

There are MySQL database scripts in the ClassFiles/Setup directory. Open and execute them in your MySQL client software.

Using Access

There are Access databases in the ClassFiles/Setup directory. You must have Microsoft Access installed to use them for this class.

Data Source Names

Create three data source names: "Northwind", "Presidents", "DragDrop" that map to the databases of the same names in c:\Inetpub\wwwroot\Webucator\Ajax.

Testing The Setup

  1. In your browser navigate to http://localhost/Webucator/Ajax/ClassFiles/MoreAjaxApps/Solutions/Presidents.cfm. You should see a table of the presidents.
  2. Click once on the word "Washington" in the first row. It should become editable in a form field.
  3. Modify the word (e.g, change it to "Washington2") and click the little edit icon next to it. It should blink and then show the new word.
  4. Refresh the page. Your change should be shown.

Outline available at http://www.webucator.com/WebDesign/JSC402.cfm.

Class files available at http://www.webucator.com/ClassFiles/JSC402.zip.

Technical requirements listed at http://www.webucator.com/WebDesign/JSC402.cfm#TechReqs.