php

Posted in: How to, Magento

Magento returns a 404 while running cron file

March 17, 2015

If you didn’t know already Magento uses a CRON job to send out new order, and order emails. Why is this? We…

Read More…

Posted in: How to, Magento

Custom Magento Contact Form

March 15, 2015

In this how-to tutorial we will show you how to make a stunning custom Magento contact form using the default contact form. A…

Read More…

Posted in: How to, Magento

Add a photo gallery to Magento using Photobox

What is Photobox CSS3 JQuery plugin? Photobox is a lightweight image gallery modal window script which uses only CSS3 for silky-smooth animations…

Read More…

Posted in: CodeIgniter

Routes with CodeIgniter

August 28, 2013

Using Routes with CodeIgniter helps us with the URL structure of our site. Below you will find out exactly what is a Route, and how to implement them in you CodeIgniter application. The default url structure is site.com/index.php/controller/function/ID as discribed by CodeIgniters documentation. We will make them like site.com/about in this article….

Read More…