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.

Nicholas C. Zakas: Test-Driven Development with YUI Test

Yahoo! engineer and YUI Test developer Nicholas C. Zakas provides an introduction to the concepts of test-driven development (TDD) and shows how to app...

Douglas Crockford: Web Forward

Yahoo! JavaScript Architect Douglas Crockford argues that to take the web forward we need to look back — to the days of the great browser wars when inn...

High Performance Web Sites: 14 Rules for Faster Pages

Steve Souders is Yahoo's chief peformance guru and the author of High Performance Web Sites. For the past three years, Steve has led a team investigati...

Simple Sql Injection

A SQL injection screencast. Provides a detailed step by step view of how hacker can exploit SQL Injection vulnerability

diff/LCS screencast: How difference engines work

For those of you with a spare 12 minutes to learn something new today, I’ve made a quick screencast on how the Longest Common Subsequence problem works, how it is applied to finding differences between text documents, and how it can be implemented and optimized in ColdFusion. Admittedly, there...

Java2Script Desktop and Web GUIs

Steven Devijver introduces the fantastic Java2Script tool which lets you write a GUI in Java and then converts the code into JavaScript so it runs in a...

PHP Pagination

You wanted it, so here it is - Pagination with PHP and MySQL! Pagination, as described in the video, is the process of breaking a bunch of results, from a MySQL Query, up into specific pages, which themselves list a set number of items each. This process can be viewed on almost any reputable site tha...

Processing Forms

Example of an html form processed by a PHP script on server side.

Php Includes

Without understanding much about the details of PHP, you can save yourself a great deal of time with the use of the PHP include function. The include function takes a file name and simply inserts that file's contents into the script that calls used the include function

Basic PHP

Here we would like to show the very basics of PHP in a short, simple tutorial. This text only deals with dynamic web page creation with PHP, though PHP is not only capable of creating web pages