Skillswap | Brighton

Previous event:

Skillswap goes Javascript
11 June 2008 (first talk 7.30pm) at Lighthouse

Supported by Madgex

Talk 1:

The DOM scripting toolkit: jQuery
Remy Sharp

This presentation will introduce, and demonstrate, how jQuery can be used to quickly and concisely apply JavaScript behaviour to your web app. It aims to cover most of the jQuery API - selectors, Ajax, DOM manipulation, plugins, and a few less known titbits. Remy's talk is aimed at beginner-to-intermediate level JavaScript/jQuery peeps.

Talk 2:

Real-time JavaScript with Comet
Simon Willison

The Ajax revolution has increased user expectations for web application interactivity, and resulted in a growing demand for real-time information. Comet is an umbrella term for a set of techniques that enable live updates of web pages as soon as a significant event occurs. On the server-side, a different set of technologies is needed to handle the challenges of event-driven applications.