If you haven't already tried jsFiddle you are missing out. This is one of the handiest little websites for playing with JavaScript code and trying things out. It's actually kind of addicting once you start fiddling. Anyhow, here's a little JavaScript I have been fiddling with. Max int in array, reverse linked list, cached fibonacci, and tiny pub / sub.
Saturday, February 4, 2012
Subscribe to:
Posts (Atom)
TaskForce!
Coming soon, a new kind of todo app. A gamified task manager. Get rewarded for completing tasks with gold. Use your bank to upgrade your shi...
-
Sometimes you need to do client side validation based on other controls on the screen. Here is an example of how you can use the jQuery val...
-
Turn two factor authentication on all accounts. Use Google authenticator or a yubikey, not SMS. Don't use the same password more than ...
-
It is always desirable to prevent users from making typos. One tool that is great at preventing this is the jQuery AutoComplete . However,...