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.

Managing a high performance rails app without tearing your hair out

James Cox shows how to keep a Rails site up and running, while keeping performance high. The presentation dives deep into issues of keeping page perfor...

Painless Persistence with Castle ActiveRecord

This presentation by Hamilton Verissimo and Oren Eini show Castle Active Record - an ORM solution for .NET building on NHibernate. After an introductio...

An Introduction to SQLite

Richard Hipp ABSTRACT SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. SQLite implemen...

Database Refactoring

Like other leaders in the Agile community, Scott Ambler is passionate about expanding Agile practices to include all contributors to software success. ...

CRUD web application from a database using JBoss Eclipse IDE

Example showing you how to generate a CRUD web application from a database using JBoss Eclipse IDE

A Googly MySQL Cluster Talk

Stewart Smith Stewart Smith works for MySQL AB as a software engineer working on MySQL Cluster. He is ... all ยป an active member of the free and open...

Evolving your database schema without a sweat

Before you know it, you'll have data that you care about in your application. Which makes adding, removing, or changing the schema an error-prone, time-consuming, and frustrating process. That is, unless you're using Ruby on Rails. In 20 minutes, you'll learn all about how database migrations can mak...

Dangers of Model in Session

Be careful when storing a model in a session. It will behave differently than you expect and can easily get out of sync with the database. Instead of storing the model directly in the session, store the id to the model and use that to fetch it from the database.

mysql insert into multiple tables using coldfusion

Inserting data into more than one table using transactions and coldfusion