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.

Python Usage 101

Domenico Carbotta shows how to write a small Python program using some useful Python shortcuts like an intelligent class snippet for auto-initialization of object data, and how to run the program from within TextMate

LaTeX Intro

This is the first of several screencasts focusing on the LaTeX bundle. Recorded and narrated by Charilaos Skiadas.

LaTeX Projects

Learn how to use TextMate's project window, how to set up a master LaTeX file, references, label completion, and the magic that is pdfsync.

Screenwriting Bundle

This video goes through the behavioral features of the screenwriting bundle by Oliver Taylor.

It should be interesting even for non-screenwriters, as it is an impressive demonstration of how much automation one can achieve without writing a single line of code (the author of the screenwrit...

Context Sensitive Snippet Expansion

Oliver Taylor shows how snippet expansion can be made context sensitive plus a few other features of TextMate.

This is one of several screencasts which introduce the user to writing screenplays in TextMate

Objective-C Snippets

Some of the Objective-C snippets responsible for my increased productivity :)

It was recorded and narrated by myself (Allan Odgaard) and lack of a script made me forget a few points, amongst other that the user should look in the Objective-C bundle (Bundle Editor) and the chapters on snipp...

Rails Bundle Improvements

Duane Johnson has made several cool improvements to the Rails bundle which are shown off in this screencast.

These improvements will be available out-of-the-box in TextMate 1.5.1 but you can also grab the updated bundle now.

Scope Based Customization

Very advanced behavior adjusting customizations can be done in a matter of minutes by making good use of scope selectors and language grammars. This screencast shows a few of these.

Working With Numbers & Columns

Basic calculations from inside TextMate including how to add/subtract numbers in column formatted text, and how to do various other column related operations.

Inserting HTML Tags

Four ways to efficiently have HTML tags inserted into your document without having to type the angle brackets or type both a start and end tag.

Also shows a bit of multi-line editing, in particular dealing with list items of varying lengths.