Skip to content

Author Archives: Clive Sweeting

Exporting data from Magento

Often when using web applications it’s quicker to export any required data directly from the database using SQL queries. Magento e-Commerce is a very different beast, due to the fact that much of the important data is stored using the … Continue reading

Posted in Magento | Tagged , , | Comments Off on Exporting data from Magento

iPhone 4? Get your free bumper here…

Apple have finally announced how iPhone 4 owners can go about claiming their free ‘bumper’ to help solve those pesky reception problems. Just install an app and say “yes please!” http://www.apple.com/uk/iphone/case-program/ Continue reading

Posted in iPhone | Tagged , | Comments Off on iPhone 4? Get your free bumper here…

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…

What is the keychain?

I’ve lost count of the number of times Mac technical support customers have asked me what the keychain is. It’s a very simple concept. Fundamentally it’s a place for you to store passwords so that applications, such as your email … Continue reading

Posted in Apple, Security | Tagged | Comments Off on What is the keychain?

SEO basics – choosing good urls for higher Google position

Search engines use incredibly complex algorithms to calculate what pages should be returned when you search for a given term. The exact algorithms are closing guarded secrets, but search engine optimisation experts have been able to infer some basics rules … Continue reading

Posted in Web Development | Tagged , , , , | Comments Off on SEO basics – choosing good urls for higher Google position

How to avoid ruining your MacBook, iPhone, iPod or iPad batteries

I frequently get asked “how long can expect my MacBook/iPhone/iPod battery will last for before I need to buy a new one?” And I helpfully reply depends on how you care for it. Lithium batteries are used in almost all … Continue reading

Posted in Apple | Tagged | Comments Off on How to avoid ruining your MacBook, iPhone, iPod or iPad batteries

10 essential and free Mac applications…

Everyone likes lists. So I thought I would create my own list of the 10 free or ‘donationware’ Mac applications that I would miss badly if I lost them. So here we go, in no particular order… ClamAV – Free … Continue reading

Posted in Apple | Comments Off on 10 essential and free Mac applications…

The Apple cash juggernaut continues…

Despite the backlash publicity that seems to be following the iPhone 4 signal strength scare, Apple keeps piling on the record quarters of growth. This is mostly down to the massive growth in sales of iOS devices like the iPhone, … Continue reading

Posted in Apple | Comments Off on The Apple cash juggernaut continues…

Using code hints in Magento e-Commerce templates…

When you’re using a complex web application like Magento or WordPress it’s a real struggle to remember all the functions, classes and methods that are available to you in the template files. And this means endless trips back to the … Continue reading

Posted in Web Development | Tagged , , | Comments Off on Using code hints in Magento e-Commerce templates…

Enforced discipline when creating Magento Themes

Magento is a beast of an eCommerce platform. It has a rigid set of conventions for the location and name of your theme files. And your theme should never overwrite any of the base installation that Magento creates. So how … Continue reading

Posted in Magento | Tagged , , , | Comments Off on Enforced discipline when creating Magento Themes