Your browser (Internet Explorer 6) is out of date. It has known security flaws and may not display all features of this and other websites. Learn how to update your browser.
X
article

Typewriter Style for Website News

I am currently working on a client's website and he specifically asked for typewritter style for his important news. It really took me time to get something that worked because of several JQuery plugins I used for different javascript actions on the website but I finally got one working perfectly. Below is the javascript code. Place it in your HTML head tag.



var text="Lorem ipsum dolor sit amet, consectetur adipisicing elit.";
var delay=50;
var…

article

Stanbic IBTC Payment Integration with Magento in 3 steps

Integrating Stanbic IBTC payment platform with Magento is so easy. I did the integration for a client and would like to share the module. Follow the following easy steps and get it done fast and quick so you can face other business. I think the implementation is the same for First Bank, Fidelity Bank and other major banks just for change in the payment gateway URL and payment interface. Anyway, I will get you posted as I come across any of it.

Step 1.

Download…

article

Pay4Me Payment Integration for GoCart

GoCart is a shopping cart application built with CodeIgniter Framework. I have a client that needs Pay4Me integration for her cart that was developed with GoCart and this made me to dive into integrating with Pay4Me payment platform. I did the integration with the GoCart V2.2.1.

Follow the steps below for a successful integration

Step…

article

Getting all CMS pages dynamically in Magento

Paste the below code in your header to get all your CMS pages dynamically in Magento.



getCollection()->addStoreFilter(Mage::app()->getStore()->getId());?>
getSelect()->where('is_active = 1'); ?>

getData(); ?>

article

Pay4Me Payment Integration for Prestashop Cart

Pay4Me payment platform is gradually gaining momentum in Nigeria. Many clients are approaching me for integration these days,