Archive | Tutorials RSS feed for this section
Create Social Media Icons in Pure CSS

Create Social Media Icons in Pure CSS

Today I am having fun in experimenting with CSS3. I am recreating some of the social media icons using only pure CSS.

Read more
Learning Django Web Development Framework

Learning Django Web Development Framework

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it.

Read more
Create a Slick Menu using CSS3

Create a Slick Menu using CSS3

In this article I am trying to mimic the navigation menu in dragon interactive website using only CSS (no images, no JavaScript).

Read more
WPBuzzer Wordpress Plugin Workaround

WPBuzzer Wordpress Plugin Workaround

Google Buzz just launch last February 9, 2010 and I am surprised how viral as it spread the web. A day after I noticed Mashable has a Buzz button in their post so that a reader can easily add the article to their buzz stream. So I hit google hoping that there is a plugin like this for wordpress.

Read more
Creating a Fancy menu using CSS3 and jQuery

Creating a Fancy menu using CSS3 and jQuery

Fancy menu was made popular by devthought, it is develop on top of the Mootools library. And later a jQuery version of this menu called lavalamp was made popular by Ganesh. This time I will show you how to achieve the same effect using the CSS3 new features.

Read more
Building a Shopping Cart using CodeIgniter’s Shopping Cart Class

Building a Shopping Cart using CodeIgniter’s Shopping Cart Class

Late last year CodeIgniter v1.7.2 was released with a lot of improvements and bug fixes. This version is now compatible with PHP5.3.0, they added is_php() to Common functions to facilitate PHP version comparisons,

Read more
Reading CSV File in CodeIgniter

Reading CSV File in CodeIgniter

A Comma separated values (CSV) file is a computer data file used for implementing the tried and true organizational tool, the Comma Separated List. The CSV file is used for the digital storage of data structured in a table of lists form, where each associated item (member) in a group is in association with others [...]

Read more
Parsing XML file using CodeIgniter’s SimpleXML library

Parsing XML file using CodeIgniter’s SimpleXML library

This Simplexml class provides an alternative implementation of the SimpleXML API that works under PHP 4, so if you have an application that is running under PHP4 environment this is really helpful for you.
The original class was created by Taha Paksu of http://www.phpclasses.org and it was modified by Chris Brainard so that it would work [...]

Read more