A Mozilla Labs project that surfaced last week is a really cool web based editor called Bespin. It’s written in Python (and Java) with a shed load of Javascript and, a really interesting point is that, they have actually used …
I was considering writing a module allowing people to offer shipping rebates with carts over a certain quantity when it dawned on me that the functionality was already there. Here’s how we create a “Free Shipping” offer for any Magento …
A large chunk of your project’s time is going to be devoted to input validation. Sanitising the data that was typed into the form is essential to maintaining your application’s security. Mattias Geniar, over on his blog, talks about using …