One things you may encounter as a web developer is to write a code that uploads a file from the end-user's browser (the front-end) to the application server (back-end). If you are using PHP as a back-end scripting language then…
YAYUI, yet another YUI compressor
While working on a web project (mainly PHP, JavaScript and CSS in this order) that I started few weeks ago I stumbled with re-factoring the source code such that it runs faster while becomes easier to maintain. OK, the code…