Save 80% off your web training by getting web hosting - learn how
Complete Web Designer, Complete Web Programmer, or Video Library
  • Secure Shopping
  • 514.932.8091

Get the Complete Web Programmer
For Only $19.99!

  • KillerSites has teamed up with FatCow to bring you the Complete Web Programmer for only $19.99!
  • No Gimmicks: Sign up for 1 year of professional hosting at $3.15/month and get 80% off the Complete Web Programmer
Complete Web Programmer

The Complete Web Programmer

  • Skill Level: Beginner - Intermediate
  • Total Running Time: 27 hours, 49 minutes
  • User Reviews:
  • Project Files Included!

Do you want to become a professional web programmer?

With so many languages and technologies out there, it is really hard for someone to know what to study and in what order - especially if you want to be able to make a living at it!

The Complete Programmer package is designed to guide you along to the way, step-by-step, towards becoming a professional web programmer.

Live Project Demo: PHP Shopping Cart  

view demo

Video Package Highlights:

  • Thirteen modules/courses compiled to teach you everything you need to know to become a commercial web designer.
  • Hands-on practical training that simplifies and targets the key techniques needed to build modern web applications.
  • Training from experienced web designers who KNOW what is required in the real world of web programming.
  • Total of 33 hours of training spanning nearly 190 video lessons.

Sample Video Tutorials:

Additional sample videos can be found on the individual video course pages, including Beginners Web Design, Beginners PHP, MySQL Basics, Advanced PHP, PHP Shopping Cart, Beginners Javascript, and Beginners jQuery.

Course Contents:

Total Running Time: approx. 27 hours, 49 minutes
Total File Size: 5GB

Normal Price:

Complete Web Programmer Project Files

  • 150Mb
Included!

Beginners PHP

Learn the basics of language that powers so many web sites (2h29m)

$29.99
  • Basic Programming Concepts (3:08)
  • Server-side vs. client-side programming (6:50)
  • Installing PHP on your computer - Part 1 (11:34)
  • Installing PHP on your computer - Part 2 (7:24)
  • Installing WAMP: Part 1 (Windows users only.) (6:06)
  • Installing WAMP: Part 2 (Windows users only.) (3:21)
  • Write your first PHP script (16:48)
  • PHP Variables - Part 1 (8:06)
  • PHP Variables - Part 2 (15:22)
  • PHP Includes - Part 1 (8:03)
  • PHP Includes - Part 2 (12:58)
  • PHP Arrays - Part 1 (8:11)
  • PHP Arrays - Part 2 (5:13)
  • Processing Forms - Part 1 (9:24)
  • Processing Forms - Part 2 (14:35)
  • Processing Forms - Part 3 (8:15)
  • Making decisions with PHP: conditional statements (14:35)
  • PHP Loops (12:10)
  • PHP Functions - part 1 (8:31)
  • PHP Functions - part 2 (8:57)
  • PHP Functions - part 3 (8:12)
  • Creating Customs PHP Functions Part 1 (6:47)
  • Creating Customs PHP Functions Part 2 (8:45)
  • Creating Customs PHP Functions Part 3 (6:09)
  • PHP Sessions Part 1 (4:55)
  • PHP Sessions Part 2 (8:24)
  • PHP Sessions Part 3 (7:08)
  • Introduction to Object Oriented PHP (4:05)
  • Why learn Object Oriented PHP (14:46)
  • Objects and Classes in PHP (5:26)
  • Build Objects in PHP - Part 1 (9:14)
  • Build Objects in PHP - Part 2 (9:41)
  • Build Objects in PHP - Part 3 (6:18)
  • Calling Functions from Another Class (5:36)
View More Course Details

MySQL, SQL & PHP

Learn how to integrate MySQL & SQL into PHP to develop database-driven applications. (1h54m)

$24.99
  • MySQL Introduction (11:19)
  • Intro to SQL: The language of databases (4:32)
  • Database Basics (11:23)
  • The Insert Statement/Command (10:21)
  • The Update Statement/Command (3:51)
  • The Delete Statement/Command (2:54)
  • The Select Statement/Command (6:12)
  • SQL Select Statements with PHP (17:24)
  • Connecting to MySQL with PHP: Part 1 (5:47)
  • Connecting to MySQL with PHP: Part 2 (6:02)
  • Connecting to MySQL with PHP: Part 3 (9:08)
  • Connecting to MySQL with PHP: Part 4 (4:35)
  • PHPMyAdmin and Basic MySQL: Part 1 (13:11)
  • PHPMyAdmin and Basic MySQL: Part 2 (7:28)
View More Course Details

PHP Shopping Cart with OOP, MVC & Paypal

Learn how to build a PHP based shopping cart that works with Paypal! (6h08m)

$39.99
  • Introduction (4:12)
  • File Structure (5:06)
  • Database & Database Connection (7:00)
  • Init.php Additions (3:54)
  • Basic HTML (13:20)
  • Basic CSS (16:39)
  • OOP & MVC Basics (6:34)
  • Using a Coding Style Guide (3:40)
  • Template Object: Part 1 (8:20)
  • Template Object: Part 2 (10:25)
  • Template Object: Part 3 (12:28)
  • Categories Object: Part 1 (13:14)
  • Categories Object: Part 2 (11:17)
  • Projects Object 1: Get Single Product Query (12:22)
  • Projects Object 2: Get All Product Query (3:00)
  • Displaying All Products (11:11)
  • Displaying All Products in Categories (12:38)
  • Product Details Page: Part 1 (10:26)
  • Product Details Page: Part 2 (5:56)
  • Shopping Cart HTML (11:05)
  • Shopping Cart CSS: Part 1 (11:40)
  • Shopping Cart CSS: Part 2 (5:28)
  • Cart Object: Adding Items to the Cart (14:09)
  • Cart Object: Clear Items from the Cart (4:11)
  • Ensure Product Exists & Bugfixes (6:59)
  • Displaying Products in Shopping Cart: Part 1 (8:58)
  • Dispaying Products in Shopping Cart: Part 2 (8:16)
  • Dispaying Products in Shopping Cart: Part 3 (12:20)
  • Modify Quanity of Items in Cart (6:41)
  • Display Total Number of Items in Cart in Page Header (7:44)
  • Display Total Cost of Items in Cart in Page Header (12:21)
  • Tax Functionality (4:58)
  • Shipping Functionality (8:55)
  • PayPal Developer Signup (5:20)
  • Create a Sample PayPal Form (7:26)
  • Customizing the PayPal Form (13:59)
  • Sending Product Info to PayPal (7:19)
  • Creating a Success Page & Testing (8:50)
  • PayPal IPN: Part 1 (9:52)
  • PayPal IPN: Part 2 (14:17)
  • Conclusion (2:02)
View More Course Details

Beginners Javascript

Learn the basics of this key tool in modern web design (5h10m)

$29.99
  • Introduction (10:09)
  • First Javascript (10:21)
  • What is a programming language (6:18)
  • Javascript event handlers part 1 (8:58)
  • Javascript event handlers part 2 (6:40)
  • Javascript event handlers part 3 (4:50)
  • Javascript errors part 1 (6:39)
  • Javascript errors part 2 (4:39)
  • Javascript variables part 1 (10:53)
  • Javascript variables part 2 (10:01)
  • Javascript execution (4:21)
  • Javascript functions part 1 (8:46)
  • Javascript functions part 2 (6:22)
  • Javascript functions part 3 (6:32)
  • Javascript functions part 4 (9:27)
  • if statements part 1 (7:33)
  • if statements part 2 (6:52)
  • if statements part 3 (8:55)
  • Javascript loops part 1 (8:25)
  • Javascript loops part 2 (5:58)
  • Javascript object; a birds eye view (8:31)
  • Javascript arrays part 1 (3:36)
  • Javascript arrays part 2 (7:44)
  • Javascript arrays part 3 (5:28)
  • Javascript functions cont. part 3 (8:13)
  • Javascript functions cont. part 4 (10:16)
  • Javascript functions cont. part 4-b (9:57)
  • Javascript functions cont. part 5 (9:18)
  • Introduction to the DOM part 1 (8:31)
  • Introduction to the DOM part 2 (3:37)
  • Javascript forms part 1 (14:50)
  • Javascript forms part 2 (15:10)
  • Javascript forms part 3 (6:58)
  • Javascript forms part 4 (8:51)
  • Creating a toggle menu part 1 (6:59)
  • Creating a toggle menu part 2 (10:39)
  • Linking to external Javascript files (5:46)
  • Spawning windows with Javascript (9:24)
  • Javascript frameworks, conclusion to course (4:24)
View More Course Details

Beginners jQuery

Learn how to use the popular JavaScript library from the ground up. (2h30m)

$24.99
  • Introduction (2:22)
  • Javascript Basics (4:38)
  • Your first jquery script (11:00)
  • Debugging (5:50)
  • Selections - Part 1 (9:54)
  • Selections - Part 2 (12:20)
  • Event Handlers (10:25)
  • Working with CSS (14:30)
  • Effects - Part 1 (11:40)
  • Effects - Part 2 (12:22)
  • Content Manipulation - Part 1 (9:45)
  • Content Manipulation - Part 2 (11:20)
  • Project 1: Client Slider (9:07)
  • Project 2: Tooltip Script (12:46)
  • Project 3: Accordion Script (8:18)
  • Conclusion (0:44)
View More Course Details

PHP CRUD and Pagination

Learn how to benefit from PHP CRUD (1h30m)

* Not available in any other course or package!

Exclusive
  • CRUD Basics With MySQLi & PHP - Part 1 (9:36)
  • CRUD Basics With MySQLi & PHP - Part 2 (10:12)
  • CRUD Basics With MySQLi & PHP - Part 3 (9:31)
  • CRUD Basics With MySQLi & PHP - Part 4 (11:26)
  • CRUD Basics With MySQLi & PHP - Part 5 (12:19)
  • CRUD Basics With MySQLi & PHP - Part 6 (15:30)
  • CRUD Basics With MySQLi & PHP: Pagination - Part 1 (12:23)
  • CRUD Basics With MySQLi & PHP: Pagination - Part 2 (11:16)

PHP Login

Create your own login system! (3h10m)

* Not available in any other course or package!

Exclusive
  • Simple PHP Login System - Part 1 (10:51)
  • Simple PHP Login System - Part 2 (12:02)
  • Simple PHP Login System - Part 3 (10:09)
  • Simple PHP Login System - Part 4 (7:25)
  • Simple PHP Login System - Part 5 (10:01)
  • Simple PHP Login System - Part 6 (13:26)
  • Simple PHP Login System - Part 7 (13:26)
  • Simple PHP Login System - Part 8 (8:35)
  • Simple PHP Login System - Part 9 (8:39)
  • Simple PHP Login System - Part 10 (10:43)
  • Simple PHP Login System - Part 11 (7:42)
  • Simple PHP Login System - Part 12 (10:42)
  • Simple PHP Login System - Part 13 (10:59)
  • Simple PHP Login System - Part 14 (10:06)
  • Simple PHP Login System - Part 15 (11:01)
  • Simple PHP Login System - Part 16 (9:56)
  • Simple PHP Login System - Part 17 (13:34)
  • Simple PHP Login System - Part 18 (14:28)

PHP Tag Cloud

Create a PHP Tag Cloud (50m)

$9.99
  • Create a Tag Cloud - Part 1 (9:37)
  • Create a Tag Cloud - Part 2 (9:42)
  • Create a Tag Cloud - Part 3 (10:53)
  • Create a Tag Cloud - Part 4 (10:20)
  • Create a Tag Cloud - Part 5 (10:01)
View More Course Details

PHP OOP Discussion

Learn the basics of Object Oriented PHP Progamming (48m)

* Not available in any other course or package!

Exclusive
  • Introduction to the Course (4:05)
  • Why Learn Object Oriented PHP? (14:46)
  • Classes and Objects in PHP (5:25)
  • Building Objects: Part 1 (4:05)
  • Building Objects: Part 2 (9:14)
  • Building Objects: Part 3 (6:18)
  • Calling Functions From Another Class (5:36)

PHP Login Using OOP & MVC

Build a PHP login system with OOP and MVC (88m)

* Not available in any other course or package!

Exclusive
  • Introduction (4:53)
  • Files & Database Setup (8:41)
  • Template Object: Part 1 (9:06)
  • Template Object: Part 2 (6:51)
  • Template Object: Part 3 (10:45)
  • Template Object: Part 4 (6:28)
  • Includes & Views (11:41)
  • Auth Object: Part 1 (9:11)
  • Auth Object: Part 2 (12:36)
  • Members.php, Logout.php & Conclusion (7:38)

PHP and Javascript Form Validation

Learn how to use both PHP and Javascript to validate HTML forms (60m)

* Not available in any other course or package!

Exclusive
  • Form Validation with PHP & Javascript - Part 1 (8:19)
  • Form Validation with PHP & Javascript - Part 2 (7:56)
  • Form Validation with PHP & Javascript - Part 3 (12:25)
  • Form Validation with PHP & Javascript - Part 4 (9:28)
  • Form Validation with PHP & Javascript - Part 5 (8:47)
  • Form Validation with PHP & Javascript - Part 6 (14:35)

Advanced PHP

Explore PHP6 and other advanced PHP concepts (3h32m)

$29.99
  • Autoloading Classes with Namespaces: Part 1 (6:37)
  • Autoloading Classes with Namespaces: Part 2 (8:00)
  • Autoloading Classes with Namespaces: Part 3 (9:51)
  • Magic Methods, Getters and Setters: Part 1 (7:20)
  • Magic Methods, Getters and Setters: Part 2 (6:55)
  • Magic Methods, Getters and Setters: Part 3 (6:45)
  • Magic Methods, Getters and Setters: Part 4 (10:15)
  • Setting Up the Htaccess File For MVC (12:43)
  • Dispatching Requests to Multiple Controllers (17:54)
  • Dispatching Views (21:07)
  • Introducing Anonymous Functions (21:05)
  • Writing an MVC Web Form (11:26)
  • Passing Parameters Around Our MVC Application (10:01)
  • Dynamic Property Assignment (9:08)
  • Saving to the Model from the Controller (20:13)
  • Searching Models from the Controller (14:07)
  • Implementing the Observer Pattern (18:28)
View More Course Details

Advanced MySQL

Bring your SQL skills to the next level (1h30m)

* Not available in any other course or package!

Exclusive
  • Introducing Joins (21:41)
  • Joins and Constraints (17:30)
  • One-To-Many Joins (12:07)
  • Introducing Many-To-Many (20:12)
  • Building Table Views (16:38)
  • Count Statments (13:09)
  • Timestamps, Dates, and Ordering (21:40)
  • Backup and Restoring Databases (10:10)
  • Introducing MySQL Search (15:42)

Total: $189.93



You Pay: $99.99

Get Started Today!