Showing posts with label codeigniter. Show all posts
Showing posts with label codeigniter. Show all posts

Tuesday, February 19, 2013

Simple Jquery Ajax with Codeigniter (Video tutorial)

I found this screencast while i was searching to learn Jquery and Ajax integration. It help me a lot to understand basic and was able to implement in my project.

You can view the screencast in below URL


Hope you will find it useful as well.

Saturday, July 2, 2011

CodeIgniter from Scratch, Day 10: The Calendar Library

Author: Burak Guzel
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.

Day 10: The Calendar Library

Wednesday, June 29, 2011

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

Author: Burak Guzel

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

Day 9 : File Uploading and Image Manipulation

Monday, June 27, 2011

CodeIgniter from Scratch: Day 8 – AJAX

Author: Burak Guzel

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.
Remember, it is not required that you watch the previous lessons in order to understand today’s screencast. It’s a self-contained article. However, if you’re new to CodeIgniter, we do recommend that you start from the beginning!

Day 8: AJAX

Saturday, June 25, 2011

CodeIgniter From Scratch: Day 5 – CRUD

Author: Jeffrey Way

The most requested tutorial for day five of our CodeIgniter screencast series was for an introduction to CRUD operations. We’ll review how to easily create, read, update, and delete records using CI’s active-records class.

Day 5: CRUD Operations

Friday, June 24, 2011

CodeIgniter From Scratch: Day 4 – Newsletter Signup

Author: Jeffrey Way
@(http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-4-newsletter-signup/)

Continuing on from Day 3, we’ll expand our little application into a simple newsletter signup form. This will allow us to taker a closer look at both the email and the form_validation classes. Learn it all in this 30 minute screencast.

Day 4

Thursday, June 23, 2011

CodeIgniter From Scratch: Day 2

Author : Jeffrey Way
source: http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-2/

Continuing on from day 1, today, I’ll teach you five different ways to write select statements for your database. If you haven’t watched the first entry in this video series, don’t worry; each video can function on its own as a single tutorial. Having said that, I highly recommend that you watch each screencast.

DAY 2

CodeIgniter From Scratch: Day 1

Author: Jeffrey Way

Source: http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-1/

After numerous requests, today we are launching a new screencast series on Nettuts+ that will focus exclusively on the CodeIgniter PHP framework. Over the course of about 10 videos, I’ll teach you exactly how to use this framework. Ultimately, we’ll work our way up to building a custom CMS. Without further ado, here’s day one!

Day 1