Posts - page 3
January 10th, 2012programming
Unit Testing Servlets: A simple test for a complex servlet
Testing Java servlets reliably can often be difficult. Generally the main business logic is contained in a different class which can be tested in isolation, but in some cases it is necessary to have some logic in the servlet itself.
ReadDecember 4th, 2011programming
Minify CSS with PHP
It’s always nice to have a website load quickly, especially on mobile devices. Here is a quick bit of PHP that can automagically minify the CSS before it is sent.
ReadDecember 3rd, 2011general
The Beginning
So this is my first post (of many, fingers crossed). I’ll try to update this regularly with tips, tricks, thoughts and insights from in and around the Software Engineering industry.
Read