AJAX style file upload without page refresh

July 13th, 2009

Need to quickly implement a cross browser solution for Ajax type file upload but too lazy to read all the exhaustive tutorials out there? This quick how-to might be just for you. Although the server side code shown here uses PHP, this solution can be adapted for Java, Perl or whatever else you use on the server side.

How to set up server side PHP debugging with Zend and Eclipse

May 1st, 2009

Almost all php scripts are used in web apps and therefore it is essential to debug scripts in the context of a web application rather than debugging a php file in isolation. This recipe describes how to set up the Zend debugger for debugging php scripts of a running web application.

Sponsors