10 UI Design Patterns You Should Be Paying Attention To

via smashingmagazine we have 10 UI Design Patterns You Should Be Paying Attention To, and they are Lazy Registration; Progressive Disclosure; Forgiving Format; Clear Primary Actions; Breadcrumbs; Account Registration; Required Field Marker; Steps Left; Subscription plans; Hover Controls; Every web Continue reading 10 UI Design Patterns You Should Be Paying Attention To

Greasing the bird : enhancing Twitter with GreaseMonkey

GreaseMonkey is an add-on to (primarily, but not only) the Mozilla FireFox web browser that lets you run small (javascript) scripts to modify HTML pages on-the-fly, changing how they behave and look.  It was originally created by Aaron Boodman (aka Continue reading Greasing the bird : enhancing Twitter with GreaseMonkey

Tab interface for static content using JavaScript Prototype

I wanted to make a simple as possible Tab interface, using the Prototype JavaScript library (version 1.6.0.3 in this case using the Goggle AJAX Libraries API).  Further adventures is modern javascripting…. Real world uses for this would include any time Continue reading Tab interface for static content using JavaScript Prototype