Category Archives: Testing
Debugging mails being send from applications
Ever needed to test the e-mail functionality of your application, on windows, without having access to a SMTP server? Try SMTP server for developers, a brilliant piece of software, so far. You need .Net for it. It’s really easy to … Continue reading
PHP Acceleration with eAccelerator
With high traffic sites, performance issue’s rise. Now one of the solutions is to use an opcode caching mechanism for PHP. There are two mainstream open source solutions for that, APC and eAccelerator. And there is Zend platform and Zend … Continue reading
Using VMware player for testing Internet Explorer on Ubuntu
One disadvantage of developing websites/web applications on Unix (in my case Ubuntu) is that it’s hard to test things on Internet Explorer. Yes, you have IEs4Linux but that’s just not the same thing. For real testing with the different versions … Continue reading