Monthly Archives: July 2009

MaYoMo released

The project I’m working on finally released as Beta – www.mayomo.com MaYoMo is a “social news network” for journalists and their readers that empowers a new era of Internet news creation and distribution. With an ever-expanding corps of citizen and … Continue reading

Posted in portfolio, web development | Tagged | 3 Comments

JavaScript disable mouse wheel

Attaching Event Listeners in JavaScript Everybody knows how different is to attach event listeners under different browsers. Under IE is attachEvent(), while under FF is addEventListener()! The compatibility can be checked in the PPK site www.quirksmode.org where the author describes … Continue reading

Posted in javascript, micro tutorial | Tagged , , | 5 Comments