Welcome to my video tutorials

Below are some video tutorials I have put together on different web development topics. I initially learnt PHP by watching some video tutorials and I find it a fantastic way to learn. I hope that you find some of my video tutorials useful.

CodeIgniter Registration Form Part 3

Click to view video

This is the third part of a series of videos on creating a registration form using CodeIgniter. This particular video covers the following topics:

  • Using the Form Validation Library and Form Helper
  • Creating all our input fields
  • Setting our input field validation rules
  • Display validation errors
  • Starting to put together the posted form values into variables to send to the model for insertion into the database

CodeIgniter Registration Form Part 4

Click to view video

This is the fourth part of a series of videos on creating a registration form using CodeIgniter. This particular video covers the following topics:

  • A little more on form validation
  • Creating the database and the User Table
  • Connecting the CodeIgniter project to the database
  • Creating the database model
  • Creating a function in the Model to insert our User details into the database

JQuery – How I hid these videos and made them slide down!

Click to view video

This tutorial literally shows you exactly what is on this page in terms of JQuery. So we add the “Watch Tutorial” link and then make the video slide down when someone clicks on it. We also hide the link once it has been clicked. It’s very very basic introductory concepts for JQuery.

Update: That’s what this tutorial used to show but now I changed this page a little so I do things a little differently. But the tutorial is still worthwhile checking out I guess?

CodeIgniter Registration Form Part 5

Click to view video

This is the fifth part of a series of videos on creating a registration form using CodeIgniter. This particular video covers the following topics:

  • Using Callback functions with the Form Validation Library
  • Checking if email address or username already exists

Pages: 1 2 3