Archive for August, 2007

moopop: “unobtrusive” popups with mootools

Sunday, August 12th, 2007

I know, it’s quite ironic to call unobtrusive a popup window. However there are times when clients, coworkers or maintainers demand for a “simple” popup window solution. It’s for that cases that I built moopop some months ago and I’m now sharing the code.

(more…)

the web is event-driven, and so is your code

Friday, August 3rd, 2007

You click on something and then something else happens, you scroll the window and something moves around.
Welcome to the event-driven web, a concept that still some developers fail to assimilate.
(more…)