MySQL, Postgres, and Rails
Category: Web Development > Ruby On Rails      Posted: 18 Jun 09

Guyren Howe has considerable experience with both MySQL and PostgreSQL. He discusses the myriad technical and other advantages to using PostgreSQL inst...

Build a Login and Registration System with XML
Category: Web Development > PHP      Posted: 06 Apr 09

Building an entire membership system can be a tedious, and time-consuming task. Tim Cooper is going to show us how to build the ENTIRE thing in roughly...

How to Build a Login System for a Simple Website
Category: Web Development > PHP      Posted: 14 Mar 09

In today's video tutorial, we'll be building a login system with PHP and MYSQL. Many, many features will be covered; including MySqli, Prepared Stateme...

Building the Back-End of a Photo Site
Category: Web Development > PHP      Posted: 14 Mar 09

For those of you who have been following the last few screencasts, you must have noticed that each tutorial has been centered around a "photo site" the...

Scanning Folders with PHP
Category: Web Development > PHP      Posted: 14 Mar 09

Let's imagine that you want to build a page that will display snapshots of your latest work. One way to do this would be to hard-code the images into y...

Deploying Rails on Slicehost
Category: Web Development > Ruby On Rails      Posted: 10 Dec 08

Jared Kuolt shows how to quickly deploy your Rails application to a Slicehost VPS. This talk covers installing MySQL, Nginx, Rails and Mongrel, as well...

MySQL Clustering
Category: Database > mySql      Posted: 10 Dec 08

Rob Kaufman takes on database scaling with MySQL. This talk will walk you through setting up a Master (read write) Slave (read only) MySQL network, as ...

Installation of MySQL on a local PC
Category: Web Development > Other      Posted: 10 Jun 07

Shows a silent screencast of the installation of MySQL on a local PC to run on a local installation of Apache for a home test environment.

A Googly MySQL Cluster Talk
Category: Database > mySql      Posted: 03 Jun 07

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...

Performance Tuning Best Practices for MySQL
Category: Database > mySql      Posted: 03 Jun 07

Jay Pipes Jay Pipes is a co-author of the recently published Pro MySQL (Apress, 2005), which covers ... all » all of the newest MySQL 5 features, as ...

PHP Pagination
Category: Web Development > PHP      Posted: 05 May 07

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...

mysql insert into multiple tables using coldfusion
Category: Database > mySql      Posted: 07 Apr 07

Inserting data into more than one table using transactions and coldfusion