Posts Tagged ‘php’

Magento 1.3: PHP Developer’s Guide

Posted on May 3rd 2010 3:34am Monday, by Blaine

“Magento 1.3: PHP Developer’s Guide” explains many core aspects to ease the massive learning curve that Magento has. It is great book for new and intermediate Magento developers. For new developers, reading this book may overwhelm you if you do not already have some experience with the administration panel, theme customization, and knowledge of OOP (object oriented PHP). For intermediate developers (like me), if you are not atleast somewhat familiar with each subject covered in this book, you should be, it may save from doing something the hard way.

Adding file types to Dreamweaver CS4

Posted on February 17th 2010 11:36am Wednesday, by Blaine

By default Dreamweaver CS4 does not open, search, or syntax highlight some useful files types.  This article is going to go over how to support files such as .htaccess, .htpasswd, .phtml, .ctp and .trc files. These file types and I am sure many others can be syntax highlighted with html or php because they are [...]

Replacing part of Magento’s Database

Posted on October 22nd 2009 2:35pm Thursday, by Blaine

During the upgrade of a Magento shopping cart all of the sub categories were suddenly missing from the database. This article explains how I restored categories to Magento from a backup.

Site Skeleton Generator

Posted on September 21st 2009 11:07am Monday, by Blaine

Do you ever wonder how other website developers organize and create their websites? I do, and I am always looking for better ways to organize my work. I have developed a loose file template for HTML based websites. The websites I use this on a range of websites.

Moving Magento from a sub directory

Posted on September 10th 2009 1:52am Thursday, by Blaine

While moving a Magento cart from a sub directory to the root directory I ran into a problem. A problem that didn’t seem to be documented anywhere. My problem was specifically with APC cache. If you have this installed in Magento. If you have just moved Magento and are getting errors make sure you have…

Subscribe to the Blog Bookmark and Share

Generate a Website Skeleton