Tag Archives: prototype
Prototype based object oriented programming in PHP
The other day I’ve found this interestingly controversial submission on reddit and I must admit that after taking a quick look at the code, I ran of for some eye bleach to erase that image from my mind. While I … Continue reading
Firing HTML events
In all this time doing client side Javascript, I never had the need to fire HTML events, right until this day. It all started with this simple task: intercept a form submission, process it to a custom URL which provides … Continue reading
Filed under Code
Why I like Prototype?
Lately I have read articles which were comparing, bashing and dissecting multiple Javascript libraries (or framework, but I wouldn’t go that far with their definition). And as each of those articles took a side for their favorite and disregarding the … Continue reading
Filed under Code, Discussion