Archive for 'Web Development'

Developing a Website with CodeIgniter Part 4: Admin Site CRUD

30. Jan, 2010

This screencast continues a series with the goal of documenting the development ...

Managing Assets with CodeIgniter

23. Nov, 2009 Managing Assets with CodeIgniter

This article discusses the reason behind the base_url() method and the creation ...

Developing a Website with CodeIgniter Part 3: The Login Process

09. Nov, 2009 Developing a Website with CodeIgniter Part 3: The Login Process

This screencast continues a series with the goal of documenting the development ...

Why Should I Use CodeIgniter?

28. Oct, 2009 Why Should I Use CodeIgniter?

Code Igniter is a PHP development framework. You can think of ...

Using CodeIgniter’s Active Record Class to Create Subqueries

18. Sep, 2009 Using CodeIgniter’s Active Record Class to Create Subqueries

A good friend of mine recently asked me how he would create ...

Developing a Website with CodeIgniter Part 2: Users Database Table and the User Model

06. Sep, 2009 Developing a Website with CodeIgniter Part 2: Users Database Table and the User Model

This screencast continues a series with the goal of documenting the development ...

Developing a Website with CodeIgniter Part 1: Development Environment and Framework Configuration

04. Sep, 2009 Developing a Website with CodeIgniter Part 1: Development Environment and Framework Configuration

This screencast begins a series with the goal of documenting the development ...

Understand the Structure of CodeIgniter

29. Aug, 2009 Understand the Structure of CodeIgniter

In this screencast I attempt to explain the structure and terminology of ...

How to Write a Better Model in CodeIgniter

28. Aug, 2009 How to Write a Better Model in CodeIgniter

Developing using an MVC framework can go a long way towards increasing ...

AJAX with jQuery: A Simple Login Example

15. Apr, 2009 AJAX with jQuery: A Simple Login Example

In this screencast we explore the jQuery $.post() command in order to ...