Skip to content

Tag Archives: Zend Framework

Getting the “right” CMS from your web designer

One of the questions we get asked time and time again by our web design clients is “what is the best Content Management System?” There’s a short answer to that – there isn’t one. All Content Management Systems have their … Continue reading

Posted in Web Development | Tagged , , , , | 2 Comments

Customising Magento PDF Invoices to show personalised terms of sale

Magento is, as everyone knows, an ecommerce platform for the web. But it can also be used as a tool to tie your offline sales to your online sales. I’ve recently been working with a traditional “offline” retailer based in … Continue reading

Posted in Magento | Tagged , , , , | Comments Off on Customising Magento PDF Invoices to show personalised terms of sale

Fixing problems with Magento creating empty invoice PDFs

I recently had a problem where Magento was producing the PDF invoice, but no text was visible. After some investigation it turned out it was an issue with the hosting configuration, rather than a problem with Magento at all. Fortunately … Continue reading

Posted in Magento | Tagged , , , , | Comments Off on Fixing problems with Magento creating empty invoice PDFs

Importing Magento product data from .csv files

Magento is a fantastic ecommerce tool, packed full of just about every feature you might possible need – but some tasks are just painful. Importing product data into the catalog is one such thing. Typically you do this via .csv … Continue reading

Posted in Magento, Uncategorized | Tagged , , , | Comments Off on Importing Magento product data from .csv files

Learning from the Magento core…

Learning any framework is complex. Learning one as labyrinthine as used by Magento e-Commerce is positively painful. So why not learn from the people who programmed the system? When you are in the Administration interface, note down the url path … Continue reading

Posted in Magento | Tagged , , , | Comments Off on Learning from the Magento core…

Finally – the death of PHP4…

Wordpress 3.2 will only be supported on servers running PHP 5.2 What does this mean for the evolution of PHP as a language? Continue reading

Posted in Web Development | Tagged , , | Comments Off on Finally – the death of PHP4…

Coping with the Seige mentality

Over the last few days I’ve started to think more carefully about performance optimization, from both the user’s and webserver’s point of view. A few tests using the rather excellent Siege showed huge drop offs in performance when serving quite … Continue reading

Posted in Web Development | Tagged , | Comments Off on Coping with the Seige mentality