Mootools addEvent()

Posted by Sean on Jul 29, 2008 under

Inline Javascript is Evil

Javascript lets us run program logic on the client-side, meaning we can change HTML Elements dynamically based on some logic without reloading the page with a new server call. This logic is run by Events that are launched from User Interaction. A common way of doing so is adding inline Javascript events , but I’d like to erradicate this scourge from the web.

SproutCore - Standards Stupid?

Posted by Sean on Jul 23, 2008 under ,

Steve Webster recently wrote an article about how horribly standards-stupid SproutCore (the Javascript framework Apple used to make MobileMe) is. He kind of has the right mind-set, in that Javascript should be a progressive enhancement to web-sites, and they should still function properly without i...

Read more

5 Mootools Links I Use

Posted by Sean on Jul 21, 2008 under

Mootools - a compact javascript framework

Mootools released version 1.2 a couple months ago. And it rocks. I find developing in Mootools to simple, and actually fun (go ahead, slap me with the geek word). I’ve been writing a few classes in my day office, and have found some rockin’ resources for leaning Mootools.

I have the most f...

Read more

Preparing SQL Queries

Posted by Sean on Jul 02, 2008 under

With web applications becoming more prevalent, and new developers showing up to fill the demand, security for web applications is increasingly important. Some applications have very special, very private data that should be only accessible to the specific user. Other, less “important” applicat...

Read more