Archive for February, 2009

Using Dojo

Sunday, February 15th, 2009 | Uncategorized | 5 Comments

Below are slides from a presentation I gave to colleagues at Kiwiplan. The slides cover how to use some core Dojo APIs and also showcase some of the features Dojo provides.

I 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 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).

Tags: , , ,

Javascript & Ajax Basics (Slides + Console)

Monday, February 2nd, 2009 | Uncategorized | 1 Comment

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: , , , , , , ,