Post Reply 
Proxo JS Library
Aug. 26, 2006, 11:56 AM
Post: #1
Proxo JS Library
While working on some js, it occured to me that it would be handy if there was a Proxomitron js Library available to draw upon.

Such a library would have the benefit of allowing the user injected js to be modified to add features/functions regardless of the config being used.

The key to making this work would be in creating a root level proxo namespace. This would allow js to be added without having to worry about conficting names.

For example, I recently decided that I wanted to add a flyover to appear when I moved my mouse over links that had the href modified. To accomplish this, I added the js in a proxo.flyover namespace. If I wanted to isolate the namespace even further, I could have used a namespace such as proxo.z12.flyover or maybe just z12.flyover.

It seems to me that there are several objects/functions that would be good canidates to put under a common proxo namespace. These could be shared by all js authors to avoid code duplication.

Comments appreciated.
Mike
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Proxo JS Library - z12 - Aug. 26, 2006 11:56 AM
RE: Proxo JS Library - sbk - Nov. 19, 2006, 03:05 PM

Forum Jump: