06 July 2009 ~ 0 Comments

PHP ZipArchive corrupted

If you experienced a corrupted zip file produced by ZipArchive on WampServer you probably have come to the right place. Apparently there has been a discussion on this long time ago but looks like Wampserver still uses the old php_zip.dll. Well, nothing much to write about as it’s quite straightforward. You might want to try [...]

Continue Reading

22 June 2009 ~ 0 Comments

Image Manipulation in PHP

Sometimes there is a need to do simple image manipulation for certain web projects. Take for example a popular site called Flickr. Flickr is an image hosting site that allows online community to store pictures for others to view. And for some cases some uploaders may have big image files and hence a site like [...]

Continue Reading

23 April 2009 ~ 0 Comments

Start SOAP with Zend Framework

SOAP? Hang on.. This is not the soap you probably first think of from your daily life. This is the SOAP in Information Technology term. Sorry but don’t mean to discriminate anyone out there ;)

Continue Reading