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.
The wife doesn’t think it’s obvious – so just in case – I thought I would mention that to watch the video you should click on the Youtube TV to the right
Also there have been some lovely viewers of my tutorials that have asked if they can donate! So if you are sexy – Donate! Thanks!
Introduction to CodeIgniter
This basic introduction to CodeIgniter tutorial covers the following topics:
- Basic introduction to what I do when I begin a new Codeigniter project
- Removing the index.php from your CodeIgniter URLs
JQuery Accordion effect
This is a basic introductory tutorial on JQuery where I demonstrate what I have done to achieve the accordion type effect on my services page.
CodeIgniter Registration Form Part 1
This is the first part of a series of videos on creating a registration form using CodeIgniter. This particular video covers the following topics:
- Setting up Controller and View
- Loading the Form Validation Library, URL Helper and Form Helper
- Starting to create some input fields for our form