http://wildbit.com/demos/modalbox/
Reviewed • 16 reviews • web design • wildbit.com
I understand how compiled programs can use different libraries for doing different things. It's great because it reduces having to recode everything from scratch. SDL is a great example; it lets you make cross platform graphical programs easily with relatively simple code. but dang it people, this is the web! javascript is an interpreted language and cpu is expensive. you don't need 500k of libraries just to make a pseudo-modal dialog box. just make yourself a div and toggle it's display style. seriously, it's 5 lines of code, you don't need prototype or modalbox or any other bloated library. javascript is not c.

