Showing posts with label JQuery. Show all posts
Showing posts with label JQuery. Show all posts

October 21, 2009

jQuery Flot (charts and graphs)

Or as they call it: Attractive Javascript plotting for jQuery.

I need to do some charting and my sql reports buddy is not here so time to turn to flash or jQuery. I came across this jQuery tool and I am gonna play with it and let you know what it's like.

October 7, 2009

Free CDN from Microsoft

Microsoft is giving us a content delivery network for ajax and jquery! This is really cool and very helpful. You can read all about it here.

July 28, 2009

JQuery Captcha

Captcha has always been an interesting thing. I understand the need for it, yet as bots get smarter the captcha programs also try and get smarter. Unfortunately, that leads us to a very hard to read (even for a human) image. ReCaptcha has a .NET API which I have used, but even ReCaptcha is getting hard to read. I thought about doing a math equation captcha (kind of like the goggles that gmail has), but I wanted something nice. I came across this really cool idea! It needs some work as it does not work in all browsers (chrome) and it also probably needs to randomize ids somehow.

The idea though is very cool :)