Benzot.net

Fun with jQuery

As you all know, jQuery has allowed us front-end/presentation layer/designers to implement many groovy effects, widgets, etc... with relative ease. This page is just a simple demonstration of what can be done, and it's just the tip of the iceburg.

Tabs

These tabs are created by showing us snippets of an image. I'm more in favor of using the upcoming CSS3 rounded border feature than this, but it's fun to play with.
This version of tabs is done with images. This is the basic jQuery implementation using a plugin called tabs "tabs done right". Kinda clunky IMO but nifty use of images.
CSS 3 will help solve this for us :)
Wala! -webkit-border-radius or -moz-border-radius come the rescue. This is how the main nav tabs above are done on top of the Superfish plugin.

Oh, BTW...if you are using IE...sorry, you don't get to see this yet ;)

DynaCloud

The Dynacloud generates a dynamic JavaScript tag/keyword cloud with jQuery. Nifty and kinda useful.