Archive for the ‘JavaScript’ Category

Friday, February 20th, 2009

JavaScript Namespacing

I figure if you are reading even this far you care / know about namespacing in JavaScript so I’m not going to go into WHY. However, the HOW is here. But, okay, yeah, maybe some specific WHY. We had been using a generic namespacing function that required plugging in the base name three times. Not [...]

Monday, January 5th, 2009

Avoiding redundancies in the Dojo build process

Handling redundancies in global .js files and page-specific .js files when using the Dojo build process.