Posts under 'Code'

Resolving jQuery conflicts with other javascript libraries

Javascript, jQuery

0 comments

Posted on September 16, 2010

Resolving jQuery conflicts with other javascript libraries

Ever had conflicting javascript libraries? Trying to run jQuery and Prototype side by side?

[ read more ]

Unzip an uploaded file using PHP

PHP

0 comments

Posted on September 15, 2010

Unzip an uploaded file using PHP

I have been looking everywhere to try and find out how to do this. Some ‘solutions’ on the web left me at a dead end, but I finally worked out how to do it.

[ read more ]