In my previous article, JSLint: The annoying little friend, I mentioned that if you needed to add the JSLint configs often enough, you can add the options to your default javascript template so each new file has it automatically included. I had someone ask how they would modify their JS templates in Titanium Studio.
(Again, I [...]
Adding JSLint Configs to Default Titanium Studio JavaScript File Template
January 3, 2012 By Leave a Comment
JSLint: The annoying little friend
December 28, 2011 By 1 Comment
Back when I first wrote JavaScript by Example, JavaScript was in its infancy as a language. ViM was our editor of choice and the browser our interpreter. Netscape and Microsoft were fighting over names and implementation. Where we are now with JavaScript has a lot to do with the work of guys like Douglas Crockford, author of JSLint.