If you have been working in PHP for a while, may be it's time to go pro. This article lists a number of tools and software that will improve your development practice and boost productivity. They are absolutely free and open-source! There are alternatives for most of them, so you can feel free to do … [Read more...] about Tools for the Modern PHP Developer
Debugging JavaScript Code with Firebug
Firebug has become an indispensable tool for doing front-end development of web applications. However, most developers are unaware of some very useful features of this tool, especially when it comes to debugging JavaScript code. I've personally seen many of my colleagues relying on alert() function … [Read more...] about Debugging JavaScript Code with Firebug