Recent Articles

So I’ve had a running nose today had to put the hanky on the lap to catch the drips! It was gross, luckily I was working from home today (wouldn’t want to gross the workmates out) but the hard yards are over, I’ve successfully tagged and launched the new wp-e-commerce 3.7.6rc1 with all it’s bells [...]

continue reading »

Yes, it is.
In the wpsc page templates single_product.php, products_page.php, list_view.php and grid_view.php find this line :

<form class=’product_form’ enctype=”multipart/form-data” action=”<?php echo wpsc_this_page_url(); ?>” method=”post” name=”1″ id=”product_<?php echo wpsc_the_product_id(); ?>”>

change the action so this line looks like:

<form class=’product_form’ enctype=”multipart/form-data” action=”<?php echo get_option(’shopping_cart_url’); ?>” method=”post” name=”1″ id=”product_<?php echo wpsc_the_product_id(); ?>”>

Basically what we’ve done here is made the [...]

continue reading »

These are My Delicious links for February 10th through February 26th:

Panic – Coda – Developer –
Development Guide for USPS Webtools API Services –
500 Internal Server Error – 500 Internal Server Error

continue reading »

These are My Delicious links for January 24th through February 8th:

Creating an iPhone Website Icon | Design Shack –
Metlink – Greater Wellington public transport network and timetable information –
Online Shopping Grocery Store – Free Recipes – Woolworths Online Supermarket New Zealand –

continue reading »