Remember the BBOM project? They’re talking about letting me rewrite it. Finally a project where I can use tools I like: Subversion, CruiseControl, Ant, Hibernate, WebWork, Selenium, and possibly more. AWESOME. I’m not sure where…
Tag: jpmc
Date Selection.
This is an example of what not to do with your application. Our date selection lists all business dates starting from the beginning of the year, all the way to the last business day.
Hidden Fields Really Hidden?
I guess the developer didn’t really understand how hidden fields really behaved. 1. Right click, View Source. 2. Awesome. I saw all the values in raw text. <INPUT TYPE=”HIDDEN” NAME=”s_id” VALUE=”[usernName]”><INPUT TYPE=”HIDDEN” NAME=”ControlSessionID” VALUE=”[actualSID]”><INPUT TYPE=”HIDDEN”…
Project BBOM, Part 3?
After the migration of my first project, I have become the owner of the mess, awesome. I’m trying to convince the manager to let me scrap it and rewrite it. I’m currently fixing a bug…
My FIRST Production Release!
This is my first ‘real’ project and just went into production* this morning. The only code issue we ran into was a log4j.properties file. There’s a big difference between how it handles forward slashes (“/”)…