Monthly Archive for April, 2008

Proto.Observable – Prototype Class Event Handling Mix-in

One thing missing from the Prototype Framework Class object is the ability to observe and fire events. Even though classes do not allow one to observe an event on the class itself, there are still a couple of ways to handle observing and firing events within a class.

Read more on Proto.Observable – Prototype Class Event Handling Mix-in…

Proto.TextResizeDetection – Prototype Text Resize Detection

This is inherited from the techniques used in A List Apart – Text-Resize Detection. When I wrote this class and wanted to write about it, Mislav created another Prototype based text resize script. However, I’m still going to write about it :) .

Read more on Proto.TextResizeDetection – Prototype Text Resize Detection…