Nerdage Reading: Code Complete
Category: Software Engineering
Seth Godin Startup School
Recent podcasts I’m listening to. Seth Godin Startup School
Internet Explorer 6 is dead
IE6 has met its demise. This is a good thing for any person who makes a living as a web … More
iPhone
Wow! Amazing. Can you see me drooling…
What JRE am I running?
Click here to find out what Java Runtime Environment you are currently running from James Gosling.
What Programmers Want…
I would agree this is a pretty good list.
Keep the Ant, Hold the XML
Employ Ant programmatically in Java code without the constraints of XML for easier customization
outline text with css tag
CSS div tag to put a border around your text. <div style=”border: 1px solid #0000cd;padding: 5px;”>words to outline</div> words to … More
BEST PRACTICES IN EXCEPTION HANDLING
Exception handling is a built-in aspect of the Java programming language. The concept of handling error cases with exceptions is … More
java performance tuning
Micro-Tuning Step-by-Step by Jack Shirazi — Java Performance Tuning author Jack Shirazi offers a step-by-step guide for micro-tuning your Java … More