Categories

An alternative way to check mySQL version in the Magento check script

Share

Magento, like most other open source softwares, provides a list of requirements which need to be fulfilled before it can be installed on your machine. If you are installing Magento for the first time then I would recommend that you read the server requirments. on the other hand there may be some who would [...]

How to parse large sized XML files using PHP XML Parser

Share

I was recently provided a Google Base XML file by a client to load on one of his websites. The size of the XML file was over 20MB.  The format of the XML file was as follows:

<?xml version=”1.0″?> <rss version=”2.0″ xmlns:g=”http://base.google.com/ns/1.0″ xmlns:c=”http://base.google.com/cns/1.0″> <channel> <title>Company Name</title> <description>Company Name Description</description> <link>www.companyname.com</link> <item> <g:id>TEST</g:id> <title>Test Product [...]

Never disregard old pages on your website

Share

We recently updated a WordPress website to a new theme as well as changed the sitemap. The client was maintaining the website for the past 2 years on the same sitemap and wanted everything new on a new theme.

However after we completed the theme implementation on the new website the client then added [...]