For all of those developers out there using Magento 1.0 the upgrade to 1.1.3 is fraught with theme issues but the performance gain is more than worth the effort.
Archives
- Date:
- Aug
- 19
Upgrading Magento - theming
- Date:
- Jul
- 23
The importance of a website design brief
This article attempts to show the importance of writing a design brief and how the design brief will allow both parties - the client and the designer - to move forward in harmony whilst simultaneously protecting the core interests of your business.
What is a design brief?
A design brief is a written document developed by the client and the designer. A design brief is usually developed from meetings, phone calls and emails between both parties and may take time to get right.
- Date:
- Jul
- 3
Accessibility and H tags
This tutorial will show you how to achieve a well structured HTML page using H tags. If you are a Firefox user then I recommend installing the web developer add-on/extension. After you have successfully installed the extension, navigation to Tools > Web Developer > Information > View Document Outline. This will allow you to view the architecture of your H tags.
- Date:
- Jun
- 23
Getting your website to load fast is essential for e-commerce and should be seen as a priorty for any website, be it a blog, forum or social network.
Yahoo! have compiled a very helpful guide for speeding up your website. Firefox users should install the YSlow extension for firebug. This handy tool analyises the speed of your webpage and gives you a grade from A to F based on your page's performance.
- Date:
- Jun
- 21
During testing of JQuery visual image effects on the home page of this website I noticed that images were loading after JQuery function calls had been made. This wasn't a problem on my PC with a speedy broadband connection but on friends computer the interface didn't look right.
- Date:
- Jun
- 21
JQuery - Check if all content has been loaded
Over the weekend I was struggling to find a way to test if all content had been loaded into the browser before making a function call. Well I found the answer:
$(window).load(function() { callFunction(); });
This little snippet waits until all external content has loaded before making the function call. So if you need all static files - images, javascript, flash, etc - to be fully loaded before firing an event then use the above snippet.
- Date:
- Jun
- 21
Website nearing completion
To all those people who have helped me test this website - thank you.
The site is now reaching the final stages of development and should be fully 'live' in the next couple of week.
This site has been built using the Drupal CMS and features a grid based design utilising cross-browser CSS and javascript in the form of JQuery.
Stay tuned for the final release.

