Uploading csv file with Codeigniter

I could not upload csv file. But you can upload it by changing confi/mimes.php line.

// instead of this $mimes = array( ‘hqx’ => ‘application/mac-binhex40′, ‘cpt’ => ‘application/mac-compactpro’, ‘csv’ => array(‘text/x-comma-separated-values’, ‘text/comma-separated-values’, … // add ‘text/plain’, as follows ‘csv’ => array(‘text/plain’,'text/x-comma-separated-values’,

This should fix the problem.

sharethis_helper for CodeIgniter

 

I have created a sharethis_helper for CodeIgniter and you can download from github.

How to use it

  1. Download it and place them in your CodeIgniter
  2. Open application/helper/sharethis_helper.php and change $sharethis_pub_key =‘Add your key here’; and $services = “facebook, twitter, email, sharethis, gbuzz”;
  3. You can find your sharethis publication key at http://sharethis.com
  4. To modify, open application/views/welcome_message.php

Continue reading sharethis_helper for CodeIgniter

RSS Feeds and Google Analytics added to Kaimonokago

I have added RSS feeds, Goolge Analytics and Orders widgets in its dashboard.

 

Continue reading RSS Feeds and Google Analytics added to Kaimonokago

Kaimonokago shopping cart updated

Kaimonokago is a shopping cart based on CodeIgniter. The current version is 1.1.4 and it has a multi-language functions.

I have added a quite few design changes in the back-end and some minor bug fixes. Please read README files for installation and other details.

Download from github Demo [...]

Windows XP in VMware on Windows 7, localhost and base url of CodeIgniter

Well I had a aha moment today, so I thought I should share this. I know that the title is a bit confusing.

There are times still I have to use Windows. And there are times when you have to develop for IE7. My set up for this is using IE 7 [...]

Free Add-ons for PyroCMS

I have created two free add-ons for PyroCMS and they are avaiable from PyroCMS website Download page. The first one is Todo-Manager and the second one is Calendar.
You just need to unzip and place them under pyrocms/addons/modules/ directory, then login, go to Add-ons, click install buttons. Todo manager will be installed under Utilities and Calendar will be under Content.

 

Download Files: Calendar

Download Files: To Do Manager

 

Continue reading Free Add-ons for PyroCMS

How to add Course and Booking module to Kaimonokago CMS

Kaimonokago is a simple shopping cart which has all the basic CMS functions. In this I am going to write how to add this module to Kaimonokago CMS.

Continue reading How to add Course and Booking module to Kaimonokago CMS

How to install Portfolio CMS, Ninjin

This is a quick note for those who are new to CodeIgniter. 1. Download a zip file. 2. Unzip and move/upload to your server. 3. Create your database and import ci_aurelius.sql which is in the unzipped folder. 4. Open system/application/config/config.php and modify the following to suit with yours.

$config['base_url'] = "http://localhost/ci_aurelius/";

5. Open [...]

Course Schedule and Booking System on CodeIgniter

I have created a course schedule and booking system on CodeIgniter. Features are the followings.

Admin featuers CRUD weeks CRUD date CRUD trainers/teachers Sorting by type whose names are given by colors CRUD bookings Booking details by course Youtube url input to show video Front-end features Student/customer login Modal for course details and [...]

Daikon2, Simple Project Manager with Customer Support

Daikon was created a while ago as a simple customer support time tracking application. Daikon2 evolved to a project manager which you can add your logs, specs and file links. And it has some Ajax function as well.

You can play around with the demo. The demo will be reset every thirty minutes.

[...]

Page 1 of 812345...Last »