Archive for May, 2008

Use Namespaces to organize your JavaScript code

Wednesday, May 28th, 2008

In today’s modern web applications it is typical to include many libraries, widgets and snippets of code from many different sources. You must be mindful that other developers may be interacting with your code simply by both sets of code being included on the same page. It is not a safe assumption that you have the entire global namespace at your disposal.

Using the standard Panel title config to organize Ext JS form fields

Wednesday, May 14th, 2008

Yesterday while working on our internal support system I had a desire to organize the fields on a form a little better. I didn’t want to use a FieldSet and add full wrapping or another layer of indention in my form code so I decided to give the standard Panel title config attribute a try.