Archive for November, 2007

Trim Spaces

Thursday, November 8th, 2007 by Stan Slaughter

Sometimes you'll have unnecessary spaces at the beginning or end of a character string that you wish to remove. For some unknown reason a trim space method or function was not included as part of the JavaScript language, even though this comes standard in most other programming languages. Well, here ...

JavaScript Frameworks – Time to take them seriously?

Tuesday, November 6th, 2007 by Stan Slaughter

Have JavaScript Frameworks now hit a level of maturity that a business can feel confident that if they use them that code will not be outdated and impossible to maintain in less than a year? JavaScript Frameworks are cross-browser user interface JavaScript libraries designed to make it easier to develop complex ...