10.27.06

Posted in JavaScript at 11:48 pm by jasonb

I have found jscalendar to be an effective, if bloated, solution for integrating a DHTML calendar into an existing form input field requiring a user to enter a date and optionally a time. However, for it transparently effective, it needs to appear when a user brings focus to the form field and disappear when focus is lost. While you can configure jscalendar to respond to an onFocus event for the inputField and to close on single click outside its window, you cannot presently prevent an onFocus event from creating multiple instances of the same calendar as you provide and remove focus from your input field. Fortunately, I have resolved that today.

Read the rest of “jscalendar onFocus and onBlur with Prototype” »

10.21.06

Posted in Money at 3:05 pm by jasonb

While signing up for an account at Citibank’s Web site, I came across the most amusing scare to prod you into selecting electronic statements. Security. Specifically, is your physical postal mailbox really secure?

Read the rest of “Amusement from Citibank and mailbox security” »

10.14.06

Posted in IRC at 5:15 pm by jasonb

<carnivale> So is Linux a city?
<TheLogan> No. It's a game you play on Windows XPee
<TheLogan> The object is to refill armadillo by punishing fat ponies.
<carnivale> hmmm?
<TheLogan> Or else you end up in the closet with the amorous aardvark.  It's pretty fun.
<carnivale> ill take your word for it

10.05.06

Posted in Rails at 10:48 pm by jasonb

Before I could start using acts_as_wizard a few things had to be changed. First, core_extensions.rb defined,

Read the rest of “Fixes for acts_as_wizard plugin” »