
Daikon is a simple customer support time tracking application created on Codeigniter and BackendPro.
Admin can create and manage customers. After entering credit purchased and time-spent. It will show the time remaining. Customer can login and see the summary and email a request of additional support tickets to admin.
Note: Demo is available for Customer Pages Only.
Login details
email 1: cus7(a)gmail.com and pw: anneanne
email 2: cus2(a)gmail.com and pw: tonjetonje
Continue reading How to install Customer Support Time Manager: Daikon
I have made minor updates for Portfolio CMS with Codeigniter. v0.1.2alpha.
–UPATE 2 July 10–
If you don’t have any problems using v0.1.1alpha, you don’t need to change it. But some of users have problem with URL. So I added index.php in URL again.
———————-
If you have a problem with v0.1.1alpha, you can try this.
I moved the application folder back to the system folder.
Changing back the $config['index_page'] = “index.php”; in config/config.php and $config['directories'] = array(‘../../modules’); in the config/matchbox.php.
I also took out the .htaccess file and added index.php/ in some of view files.
I am a complete beginner of Python. Django is one of framework of Python.
It was not clear for me when I read how to install Django on Windows Vista.
So here is what I did.
Continue reading How to install Django in Python on Windows Vista

This will be the final article of this series and we will cover a category page, product page and contact page in this article.
Please follow us on Twitter or subscribe our RSS feed.
Continue reading Creating a Portofolio CMS with Codeigniter Part 4

View container
We create a folder under application/views/portfolio. Files, container.php, header.php and footer.php will go under this folder.
In our contaner.php, we load all the css and javascripts in the head section. Then we load header.php, error display, content if exists, page and footer.php. All the variables $content, $module, $page etc will be set in our controller later.
Continue reading Creating a Portofolio CMS with Codeigniter Part 3

If you are interested in our Portfolio CMS with Codeigniter, you are insterested in how it works or codes behind. However there are some who just want to use it. Here is a quick guide how to install the Portfolio CMS with Codeigniter.
Continue reading How to install a Portofolio CMS with Codeigniter

Kaimono Kago is a shopping cart built on Codeigniter.
I have minor updates and it is ready to download.
Kaimono Kago v1.1.3 Beta.

Admin backend
We continue working on the administration backend in this article.
The first thing is to add a our menu as you can see in the left image.
Add application/views/admin/menu_extension.php and paste the following codes.
Please follow us on Twitter or subscribe our RSS feed.
Continue reading Creating a Portofolio CMS with Codeigniter Part 2

We are starting a new series of Codeigniter application tutorial. We are going to create a Portfolio CMS by using this free website template from Nettus. The template has index, about, portfolio, services and contact page.
This template has nice jquery effects for showing large images in the index and individual product page.
Portfolio page shows all the categories and their product thumbnails. This page leads to a individual product page.
We are going to show you how to convert this html to a Codeigniter powered CMS. We will try to modify BeP code as little as possible. We can achieve this by adding new files rather than adding codes to Bep files. However there are times when we add codes to BeP because it save more time and codes.
Let’s get started.
Download link will come soon.
Continue reading Creating a Portofolio CMS with Codeigniter
HTML5 articles are everywhere from the begging of the year. Although HTML5 is still a draft version, we can start using some of features. The problem is IE. If you can ignore IE6 there are quite few features we can use from today.
This website shows when you can use HTML5 (CSS3 and more). And also you can find html5 demos here. These websites show you which browsers support which html5 features and useful links.
I have tested some HTML5 solutions for IE and the following is summary.
Continue reading HTML5 Way Around For IE