FlyPaper

Things that tend to stick

   Mar 17

Down and dirty jQuery birthdate tester.

I have been working on eliminating the need for error handling and messages for a project I’m doing.  The project is for an alcohol company so I had to create a birthday checker.  In doing so I came across many reasons to raise error messages,  thinking about how much I hate writing them, I decided [...]

Read the rest of this entry »

   Feb 19

Damn you Firefox for steppin on my loveley JQuery

So,  jquery is awesome.   But it has it’s setbacks.  Like say you randomly want to position a div off screen for a swoop in from the right,  pretty simple animate call to get it back to the stage $(‘#obj”).animate({“right”: “+=1000px”}, 800);
But now lets say you want to make the nifty animation be invisible and [...]

Read the rest of this entry »