admin
Magento Migration
As with most things Magento, it isn’t too straightforward moving an installation from one domain to another.
I have provided this post as an outline on how to approach migrating your Magento installation.
Selenium & TinyMCE
Selenium’s ‘type’ command will not work with forms using TinyMCE for WYSIWYG markup. To test TinyMCE forms, you need to use ‘runScript’ to fire off some JavaScript to set the value.
PHP Alternative Syntax for UI
PHP has a slightly underused alternative syntax for control structures, which generally is more effective in template files than the standard block-style code.
Magento Language Localisation
Magento is very much geared to users in the US. Although I like Magento, documentation is still a bit lacking, and it is a bit of a chore to find out how to do things which many would consider straight forward or fundamental to get a site working. One such task is to [...]
Wiki User Guides
Many of the more complex websites we produce at Sandbox Media require more than just an intuitive administration user interface to allow our clients to use the system we have built for them.
osCommerce Shipping Module Required OMG
Working with osCommerce is never fun and games at the best of times, but what Don Cheng is asking would drive a developer mad…
4 Awesome ways to get listed in Digg Technology
There seems to be regular repitions of the types of article that are featured and rated highly on Digg.com’s Technology section (as a web developer it is rare that I wander from this section). It’s not hard to spot patterns of these repetitions and so I have listed them here.
Pimp My Wordpress
The first thing after installing Wordpress was to go through and install every plugin I could get my hands on, and to then show them off on my shiny new blog. How did I do this? I created a brand new Wordpress plugin which lists installed plugins!