Archive | March, 2009
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 [...]

Read more
Building a basic PHP E-Commerce Application using CodeIgniter Framework – Part 3

Building a basic PHP E-Commerce Application using CodeIgniter Framework – Part 3

Part III – Creating the site mockup and Preparing our View. In this part of the series we will create a design mockup for our e-commerce site. And create a reusable component of our view. First we need to know how our site should looks like. And how we showcase our products. Basically our site [...]

Read more
Latest Project – Rolandopascua.com Redesigned

Latest Project – Rolandopascua.com Redesigned

This is what keeps me busy for the past week. The owner of this site http://www.rolandopascua.com wants to redesign his website and this time he wants it powered by Wordpress.

Read more