Javascript & Ajax Basics (Slides + Console)

Monday, February 2nd, 2009

The following slides are from a presentation I gave at Kiwiplan (my employer).

I’ve also created a live Javascript console to play around with Javascript in a browser. You can download the source and play about with it on your local server. You will need Java and Grails installed and can run the server using the usual grails command.

grails run-app

The console can then be accessed at http://localhost:8080/AjaxServer/ (only tested in Firefox).

live-javascript-console

Thanks @cgarethc (development manager @ Kiwiplan) for allowing me to post this on my personal blog.

Tags: , , , , , , ,

1 Comment to Javascript & Ajax Basics (Slides + Console)

Using Dojo | RAPaul.com
February 15, 2009

[...] also modified the javascript console created for my previous blog entry to use Dojo. You can download the source to try out Dojo examples on your local box. You will need [...]

Leave a comment