Archive for December, 2006

An Inconvenient API: The Theory of the Dom by Douglas Crockford at Yahoo! (video 1, 2, 3; ziped PPT slides).

Part 1

Part 2

Part 3

Presentations in the series:

  1. The JavaScript Programming Language
  2. The Theory of the Dom
  3. Advanced JavaScript

Comments No Comments »

Presentation about HTTP content cache by Michael J. Radwin at ApacheCon 2005 (HTML, PDF, PPT).

HTTP Caching and Cache-busting for Content Publishers

Comments No Comments »

Firefox extension for quick JS development (Video).

Comments No Comments »

Google Talk by Jay Pipes on Performance tuning in MySQL (video). Given in many other places as well. Slides from different presentation available (PDF).

Comments No Comments »

Google TechTalk by Ari Zilka of Terracotta on November 21, 2006

Video, slides (available for related presentation on Terracotta at JavaOne).

Quite fascinating clustering technology that allows for Java applications to share part of their data over the cluster and synchronize changes. All of that without modifications to actual applications but on JVM level, clustering behavior of which is configured through configuration files.

I’m not proficient in this field and can’t really extract most important parts of the presentation so you’ll have to watch it by yourself but demos that show two Swing applications running synchronously on two different machines are pretty cool.

Unfortunately I was unable to find slides for this presentation and video demos quality is not very good, but was enough for me to follow the logic.

Enjoy.

Comments No Comments »