How to: Creating your own custom block in Magento

Posted by Stuart Forster on 26th August 2011

Blog - Magento Block

This is a quick 6 step tutorial on how to create a custom block in Magento.

Read more... [Post Comment]

Using HTML5 Boilerplate

Posted by Nathan Wong on 19th August 2011
Tagged: web development

Over the course of a number of small sites, I've been experimenting with a number of templates and tools to aid the development process. I might write about some of these at a later date; but most recently I've used the HTML5 Boilerplate. This template provides a number a of ready-made optimisations and tweaks to help standardise your site's rendering cross-browser.

Read more... [Post Comment]

How to: Set up and rotate automated MySQL and File/Folder backups

Posted by Stuart Forster on 19th August 2011
Tagged: backups, mysql, how to

In this blog post I will try to give you a quick tutorial on one way you can automate and rotate mysql and file/folder backups.

Read more... [Post Comment]

Knowing when to read the manual

Posted by Mike Caisey on 19th August 2011
My usual fallback chain for solving a problem is Google, TDD and then RTFM. Sometimes it should just be to jump to step three.

Read more... [Post Comment]

Android Fixed Background ScrollView

Posted by Nathan Wong on 5th August 2011

A nice effect that we've been experimenting with lately on mobile platforms is having a static background layer underneath a layer which can scroll up to completely cover it.

Read more... [Post Comment]

Web development tools I couldn't live without

Posted by Stuart Forster on 5th August 2011

Stuart - Blog - Web Development Tools (Small)

Over the last 6 or so years as a developer, one of the things that seems to change most is the tools I tend to use everyday. Sometimes they change because there's something better for the job, sometimes it's because my workflow changes and requires changes to the tools I use most.


Hopefully this will help beginner developers setup a web development toolbox.

Read more... [Post Comment]

Thoughts on GHUnit test failures using method isMemberOfClass where isKindOfClass could work

Posted by Mike Caisey on 4th August 2011
Tagged: TDD, Unit tests
If you’re following the Test Driven Development process (TDD) on iOS using GHUnit (and OCMock) you might have to test that an object is of the class you expected.

Read more... [1 Comment(s)]