Archive for category Screencasts

CodeIgniter from Scratch: Day 12 – Shopping Cart

ci_from_scratch

Today, we are going to take a look at the Shopping Cart library for CodeIgniter. This useful class allows us to add and remove items to a shopping cart, update them, and calculate prices. I will demonstrate how you can build a simple shopping cart system with the help of this library..

Click Here to Watch the Screencast

CodeIgniter from Scratch: Day 11 – File Operations

ci_from_scratch

In today’s episode, we are going to be working with several helper functions, related to files, directories, and downloads. We are going to learn how to read, write, download files, and retrieve information about both files and directories. Also at the end we will build a small file browser that utilizes jQuery as well.

Click Here to Watch the Screencast

CodeIgniter from Scratch: (Day 10) The Calendar Library

ci_from_scratchHere is my next screencast on CodeIgniter.

In this tenth episode of the CodeIgniter From Scratch screencast series, we will be exploring the Calendar library. We are also going to utilize the database class and jQuery AJAX. I will show you how to build a simple and CSS-styled calendar page, which will have the ability to store and display content for each day.

Click Here to Watch

ss

CodeIgniter from Scratch: Day 9 – File Uploading and Image Manipulation

ci_from_scratch Nettuts+ published my next screencast on CodeIgniter.

In lesson nine of our CodeIgniter series, we’ll build a small image gallery that allows you to upload files, and automatically create thumbnails.

Click Here to Watch

ss

CodeIgniter from Scratch: Day 8 – AJAX

ci_from_scratch Today Nettuts+ published my screencast on CodeIgniter.

The CodeIgniter from Scratch series was unexpectedly, and significantly popular. Today, I’m pleased to announce that, with the help of one of my best authors, Burak, we’ll be continuing the series! Additionally, the most often requested topic is the subject for today’s screencast: combining CodeIgniter and jQuery.

Click Here to Watch

CodeIgniter with Doctrine sample code [5 min. screencast]

codeigniter_doctrineIn this video, I show some sample code I wrote in a fresh install of CodeIgniter and Doctrine. It’s very easy to use once you get familiar with it. This will allow you to avoid writing repetetive CRUD functionality in all of your CodeIgniter models.
Later I will post an article showing how to install Doctrine into your CodeIgniter setup.

Tags: , ,