Enhance your JavaScript-fu with LowPro
Posted by Enrique Delgado Thu, 31 May 2007 14:34:00 GMT
During RailsConf 2007 I had the pleasure to have a beer with Dan Webb at the Rails Machine hangout. It was cool to talk all about JavaScript (one of my interests) as it relates to Rails.
It was interesting to find out that Rails is not quite adopting the “unobtrusive way” completely. Just look at how the link_to_remote JavaScript code is generated; it mixes content with JS code.
I’m hoping that as Rails gets betetr and better, it will also support better graceful degradation for JavaScript. For now, Dan’s awesome library a.k.a Low Pro should help us all become true JavaScript-fu disciples.
Talk about navigating through the DOM with ninja-like swiftness! :)






::i'm not experienced with any js.frwrks, but in my search for one i saw an article with the following title: lowpro unobtrusive js for prototype, but being obtrusive or unobtrusive is up to the developer, right? or prototype makes it easier to create obtrusive code?