Putting credit card payment on your website using Paypal

I created a new stuff on how to put an online credit card payment on your codeigniter website using Paypal Website payment Pro DoDirectPayment and would like to share this to you, hope it helps!. 1. You need to have a paypal account and then apply for a website payment pro, just visit paypal.com (www.paypal.com) for more info. 2. You should have the paypal API Username, Password and Signature,...

Read More

Project pre-launching www.americandreamreview.com

Project pre-launching www.americandreamreview.com

Recently we launched one of our projects. http://www.americandreamreview.com/. The website caters online NCLEX® reviews. Equipped with a powerfull mix of Codeigniter as core and Wordpress for page management and AJAX for the Computer Adaptive Test Interface. Packed with more than 12,000 innovative questions including prioritization and hot-spots. Although it’s too early to hit success, we...

Read More

Ask ikawka???

This is an open forum, you can ask us or request for a tutorial or step-by-step how to on how to do stuffs anything within the range of this website’s topic. We will try to come-up with something. There are no promises to be made nor obligations of time on when your request will be posted. We will give our best efforts for free. ^_^ Everyone is invited.

Read More

Highlight syntax on your post

I’ve been looking for a plugin for that fit’s what I need for this website. I couldn’t find one that works and displays right for Wordpress. So I turned to a little javascript and lucky to find Syntaxhighlighter by Alex Gorbatchev wich kind of fits what I just need like a glove. I figured making a post for it so everyone using Wordpress can have their codes highlighted too. So...

Read More

[Codeigniter] – SMTP Gmail SSL/TSL

Sending Email in Codeigniter Using Gmail’s SMTP. <?php $config = Array( 'protocol' => 'smtp', 'smtp_host' => 'ssl://smtp.googlemail.com', 'smtp_port' => 465, 'smtp_user' => 'gmail.login@googlemail.com', 'smtp_pass' => 'your_password', ); $this->load->library('email',...

Read More

Dragsort within Multiple Groups

This example shows a list of lists. You can drag the different items between and within groups, and then you can drag the groups themselves. As a side note, this also uses the Scriptaculous ‘Builder’ object to build new groups. You are going to need script.aculo.us for this example. Credits http://www.gregphoto.net/sortable/advanced/ (original...

Read More