Monthly Archives: November 2008

Rough draft of a new JQuery method

I have run into issues recently with the browsers’ implementation of the resize event on the window.  Opera, Safari, IE and Firefox all have different behaviors when this event is fired. Firefox only fires it when you release the mouse. … Continue reading

Posted in JQuery, JavaScript | Leave a comment

Parameterized State Transformer Monad in F#?

I have have been playing around with F# and I decided to create a state monad.  This worked out really well since I was able to leverage the F# computation expressions.  I then decided to try to extend this and make it more general by creatin…

Continue reading
Posted in F#, Haskell, Programming | Comments Off