Archive for September, 2008
Cablevision Hijacks DNS Error Pages
I just noticed Cablevision’s Optimum Online service has begun hijacking DNS Error pages with, you guessed it, ad-sponsored results:
And apparently I’m not the only one that noticed: Justin Flood and Dan. As Justin Flood reported Cablevision has secretly adjusted their TOS to reflect this morally questionable service:
The preceding search results page is displayed to [...]
Posted: September 30th, 2008 under Technology.
Tags: cablevision, dns, hijack
Comments: 19
5 Tips to be a Good JDBC Programmer
Have you written Java code for your database connections in JDBC that ends up being thrown away? Would using a new database software easily kill your product and set you back months at a time to port? Well, if so, keep reading as the goal of this article is to make you a [...]
Posted: September 29th, 2008 under Database, J2EE, JDBC.
Tags: Database, good, JDBC, programmer
Comments: 10
“code sense”
“Clean Code” by Robert C Martin uses the phrase “code sense” when describing a developer’s relationship with clean code. I like this phrase. It represents the intuition that goes with looking at code.
He writes about how most people can identify messy code. The problem comes in how to make it better. This “code sense” lets [...]
Posted: September 24th, 2008 under Development Process.
Comments: none
“total cost of owning a mess”
When I wrote about defending the code, I described how we don’t want to meet a date at the expense of our ability to meet future dates. This applies to future projects as well. If we meet the production date for the first project my producing a shaky pile of code, what is going to [...]
Posted: September 22nd, 2008 under Development Process.
Comments: 3
“it’s your job to defend the code”
As I read “Clean Code” by Robert C Martin, I was particular drawn to the passage about why unrealistic commitments should not be an excuse for writing bad code. He points out that while it is a manager’s job to “defend the schedule and requirements”, it is a developer’s “job to defend the code with [...]
Posted: September 20th, 2008 under Development Process.
Comments: 3
