HTML Displaying With Price In Magento 1.4.x

August 25, 2010

After upgrading to Magento 1.4.x, you may notice “<span>…</span>” HTML tag being displayed around price information within the “Additional Information” section on product pages.  This is a known bug introduced in the most recent releases of Magento.  While it will probably be fixed in the next release, who wants to wait around for that? To [...]

Read the full article →

What version of Ubuntu am I using?

July 26, 2010

To find the version of Ubuntu that you are using, from the shell enter the following: lsb_release -a It will print out some niceties that you are looking for.

Read the full article →

HOWTO: Set Default Timezone in PHP

July 26, 2010

Setting your default timezone in PHP is a very easy task and may be needed for some applications.  If you fall into this bucket, all you need to do is…. Open up your default php.ini file (or the one you wish to edit).  I can help you find your default php.ini file, if you don’t [...]

Read the full article →