^ Scroll to Top
Contact us | Login

JavaScript Object alert, print_r for javaScript / jQuery

Just a quick post to share a nice wee code snippet for debugging javascript objects with jQuery jQuery.each(OBJECT_NAME, function(key, element) { alert(‘key: ‘ + key + ‘\n’ + ‘value: ‘ + element); });

Read more...

Magento – There was a problem with reindexing process.

Just a quick blog about this one as it wasted about an hour of my time and wanted to help others (and remind myself for future reference) I had a customer who had this error when trying to re-index his Category Products “ There was a problem with reindexing process.” After a bit of digging the solution was to: [...]

Read more...

GeoTheme.com

GeoTheme has been under development for about a year and since partnering with an Italian web marketing agency it’s development has progressed more quickly and was officially launched in December 2011. GeoTheme is what can be called a wordpress Yelp clone . The theme has been developed to create beautiful Geo Portals and Directories just [...]

Read more...

TimThumb Exploit and Fix Package Tim-Scan

This is a HUGE EXPLOIT first discovered at the start of August 2011. This exploit affects timthumb.php up to version 1.33, timthumb is a PHP image resizing script that is used by thousands of websites and is included in alot of wordpress themes. Basically if a hacker finds a vulnerable version of this script on [...]

Read more...

Paypal IPN INVALID on LIVE server but VALID on TEST server FIXED

This paylap IPN INVALID problem has been the bane of my life for the past few days.  I have been building a invoicing system to invoice my clients, this system uses the paypal IPN to update my invoices in my system as paid and send a thank you email to the customer. I started running my test [...]

Read more...

Jquery Menu Delay

Spent the last few hours integrating a jquery delay onto the portfolio menu on http://www.swinkyphotography.co.uk was taking a while trying to get the menu compatible with IE6 in the end i ended up scraping  my custom work and using superfish jquery menu which is compatible with IE6 out of the box, then it was just [...]

Read more...

First Post – Hello World…

Well just finished  setting up my blog and this is my first post! I have been meaning to setup a blog for ages but haven’t had the time.  I wasn’t sure if i should write my own blog script or use a package but in the end i have decided to try out WordPress. I [...]

Read more...