how to

Posted in: How to

Use Sequel Pro database management, with SSH, Serverpilot, and Digitalocean

December 20, 2015

First things first, we just want to say that we absolutely love Digitalocean and Serverpilot services. It makes setting up new servers a…

Read More…

Posted in: How to

Save hard drive space using dropbox

October 25, 2015

Dropbox has become quite a got to for cloud storage. Even though there are other out there, this article pertains to Dropbox…

Read More…

Posted in: How to

Using Font Awesome in Photoshop

April 8, 2015

For those of us designers who love using Font Awesome icons, using Font Awesome in Photoshop is actually pretty simple. In fact its…

Read More…

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