Orange is my favorite color

Archive for 2008/12 » Page 2


This is totally off-topic but I have a quick discount to pass along. As part of the MAZDASPEED motorsports development program, we racers are entitled to “S-Plan” pricing on new Mazda vehicles. They have made this pricing available to our friends and it basically works out to 2% under invoice which is a [...]

The title is a little ambiguous but I don’t know how else to describe the behavior that Java gives you where the following request:
/test.cfm?id=foo&id=bar&id=snafu
or form with set of checkboxes:
<input type=”checkbox” name=”id” value=”1000″ /> 1000<br />
<input type=”checkbox” name=”id” value=”1001″ /> 1001<br />
<input type=”checkbox” name=”id” value=”1002″ /> 1002<br />
can be transformed using request.getParameterValues() into arrays because we [...]