Matrix Web Designers

Web Design and Development at its best
Posted in: How to, Magento

Add a photo gallery to Magento using Photobox

March 15, 2015

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: Magento

Magento 500 Internal Server Error

February 8, 2015

Often times, when a Magento 500 Internal Server Error happens is when you use the Magento admin to create backups, for instance when you…

Read More…

Posted in: Magento

Magento Payment on Pickup Free Extension

February 7, 2015

Working on a client’s website whom wanted to have an in store pick up, and or pay. We came across this little…

Read More…

Posted in: How to

How to take a screen shot with a PC or Mac

January 15, 2014

Today we will explain how to take a screen shot with a windows based pc and a Mac….

Read More…

Posted in: Wordpress

How-to make a sticky header or bar in a wordpress theme

We will show you how-to accomplish this in just a few simple lines of code.
For this example we will be using the default Bootstrap sticky menu. You can modify this to meet your theme’s needs and or not even use Bootstrap.
First off, open your theme’s header.php ……..

Read More…

Posted in: Magento

Installing Magento 1.7.0.2 with Sample Products

August 31, 2013

I recently installed the Magento shopping cart software for a few reasons. One, I wanted to check it out to see what the hype was. Secondly, after I found out some of the original developers of osCommerce whom had left the team developed Magento, I just had to.

In this article I will explain how to do a fresh install of Magento that has products already in it for viewing. So, lets get started shall we.

First things first, we need …

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…