One modern, attractive way of placing a lot of content into a little space is by using a tab system. This tutorial will show you how to create a sexy, animated tab system complete with CSS sprites, cookies, and animated tab swapping.
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.
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.
MooTools is one of the most flexible, modular, and well written JavaScript frameworks available. So many people use it but many of them don\'t optimize their code. This post will provide you with fifteen simple tips for making your MooTools code shorter, faster, and stronger.
In lesson nine of our CodeIgniter series, we\'ll build a small image gallery that allows you to upload files, and automatically create thumbnails.
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.
This tutorial is about understanding and mastering the MooTools library. It does so by offering a high level introduction to the history and foundations of the Core library: where to start, where to explore, what to master, and more.
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. Catch Up Day [...]
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.. Catch Up Day 1: Getting [...]
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.