ActionView date_select calendar logic in javascript

Posted by Steve on June 24, 2011|Comments|Read full article
ActionView's date_select helper doesn't produce valid dates where the date select element is visible. i.e it's possible to select February 31st for example. Here's my 10 min fix in javascript (using prototype minimally).

Javascript bitwise encoding

Posted by Steve on June 17, 2011|Comments|Read full article
A quick example of Javascript bitwise encoding...