1 Notes

CodeIgniter from Scratch: Profiling, Benchmarking & Hooks

“In this 15th episode of the series, we are going to learn about three subjects: Profiling, Benchmarking and Hooks. You can use these tools to analyze your CodeIgniter applications performance, and figure out what part of the code you need to optimize. We are also going to make even further improvements to the Profiler library to suit our needs.”

Video Icon
1 Notes

CodeIgniter from Scratch: Extending the Framework

“In today’s screencast we are going to learn how to create our own helpers and libraries. We are also going to learn how to extend the existing helpers and libraries that come with CodeIgniter. At the end of the tutorial we will extend the Form Validation library to give it the ability to check for password strength.”

Video Icon
CodeIgniter from Scratch: The Calendar Library
“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.”

CodeIgniter from Scratch: The Calendar Library

“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.”

Photo Icon
A new screencast from Nettuts:
CodeIgniter from Scratch: File Uploading and Image Manipulation | Nettuts+
“In lesson nine of our CodeIgniter series, we’ll build a small image gallery that allows you to upload files, and automatically create thumbnails.”

A new screencast from Nettuts:

CodeIgniter from Scratch: File Uploading and Image Manipulation | Nettuts+

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

Photo Icon

Working with RESTful Services in CodeIgniter | Nettuts+

“CodeIgniter is becoming well known for its power as a PHP based web application framework, but it’s not often that we see examples of it being used for anything else. Today we’ll learn how we can use CodeIgniter to create a RESTful API for your existing web applications, and demonstrate how to interact with your own API or other RESTful web-services, such as Facebook and Twitter.”

Link Icon