Entries from December 2006

December 27, 2006

Prototype.js != $()

I generally prefer not to use javascript libraries but during my latest project, I thought I would try using prototype.js since the whole wide world says it makes Javascript less painful. But after learning to use prototype.js, I got frustrated very quickly. Let me explain why.
Some issues that I have noticed with prototype.js is that [...]