Skip to content Skip to sidebar Skip to footer
Showing posts with the label Javascript Namespaces

How Can I Create An Empty Namespace Object Without Overwriting Another Object With The Same Name?

I have been studying as much as I can about the Module Pattern suggested by the Yahoo YUI Blog. I&#… Read more How Can I Create An Empty Namespace Object Without Overwriting Another Object With The Same Name?

Preferred Technique For Javascript Namespacing

My code is going to turn into a mess if I don't start using some sort of namespacing technique.… Read more Preferred Technique For Javascript Namespacing