Sunday, January 22, 2006

Mastering Ajax, Part 2: Make asynchronous requests with JavaScript and Ajax

Part 2 goes into more depth on using XMLHttpRequest. It details some basic uses like error handling and call backs. Nice article.

Read more at www-128.ibm.com/develop...

Mastering Ajax, Part 1: Introduction to Ajax

Yet another excellent Developer Works article. A nice intro to Ajax. Covers the basics of using the XMLHttpRequest object, including cross browser issues.

Read more at www-128.ibm.com/develop...

Wednesday, January 11, 2006

Another nice Python Tutorial

Nice tutorial. The color scheme is not so hot though.

Tuesday, January 10, 2006

Discover Python

There is a nice set of introductory Python articles over on Developer works.