Interested in learning web development, new language or just want to keep yourself updated with what's happening in information technologies? This site brings you the vast collection of screencast / video from net that can help you learn new technology, keep you informed of what's new, provide how to video tutorials and help you advance in information technology field. Not to mention seeing is better then reading or listening.

UED: Pattern Library w/ Christian Crumlish

Christian Crumlish, the curator of Yahoo!'s design pattern library, gave a User Experience Design (UED) brown bag talk here at Yahoo! called "The Desig...

Douglas Crockford: "The State of Ajax"

With Ajax, a name was given to immediately interactive distributed applications, and the focus of innovation has moved from the browser makers to the w...

Upcoming Changes to the JavaScript Language

After eight years of work in the standards committee, JavaScript will soon get an update. We present the highlights and rationales of the proposed chan...

Destroy Without JavaScript

If the user has JavaScript disabled, the "Destroy" link might not work properly. In this episode I will explore a number of ways to work around this issue.

Prototype and Script.aculo.us: spending weekends at home again

Script.aculo.us creator Thomas Fuchs gives an overview about the concepts and functionality of both Prototype and the script.aculo.us libraries, provid...

Google Gears and the Mashup Problem

Mashups are the most interesting innovation in software development in decades. ... all ยป Unfortunately, the browser's security model did not anticip...

JavaScript: The Good Stuff

Yahoo! JavaScript Architect Douglas Crockford keynotes the 2007 Konfabulator Developer Day at Yahoo! on June 7, 2007. In this talk, he describes his ow...

High-performance JavaScript: Why Everything You've Been Taught

Joseph Smarr is the Chief Platform Architect at Plaxo, Inc., where he's led the engineering of Plaxo's address-book integration application. In the cou...

Creating Offline Web Applications Within The Browser

This is a video lecture on creating offline web applications. It goes into detail on how to create these applications using the Dojo Offline Toolkit, a...

Diagnosing JavaScript Memory Leaks in the Windows IE Browser

Discusses how I diagnosed and fixed a memory leak in a JavaScript library. It's a very simplified example, and the same techniques probably can't be used for more complex web applications, but it might shed some light on how these memory leaks occur.