Douglas Crockford's Javascript syntax checker, JSLint, has served the community well, but is opinionated and inflexible. If you program Javascript and omit unnecessary semicolons, for example, JSLint will continually badger you about your style choice.
javascript
Semicolon-Agnostic Javascript Syntax Checking with JSHint
Submitted by Mike on Sun, 2011-03-27 06:36Javascript Syntax Checking From Vim
Submitted by Mike on Sun, 2008-08-31 00:41Syntax checking from vim is handy. By checking your Javascript syntax from vim, rather than the browser, you'll save time and aggravation. To do it, you'll need Spidermonkey, which allows you to run Javascript without a browser, and JsLint, a Javascript syntax-checker writter in Javascript.
Installing Spidermonkey
Consult the build instructions page for installation instructions for many architectures, or use the quick instructions below for Ubuntu and Centos.
Selected Online Resources for Web Design
Submitted by Mike on Fri, 2006-12-01 07:25Here are a number of web design resources that I either regularly use or wish I would remember to use or try out.
CSS
Social Bookmarking Widget Script
Submitted by Mike on Wed, 2006-11-22 18:26Looking for a quick way to boost your traffic? Based on the work of Graywolf, I've created a Javascript that will render a social bookmarking widget with icons for submitting content to Digg, Reddit, etc. Download it here.
Del.icio.us "Jump To Tag" Bookmarklet
Submitted by Mike on Tue, 2006-10-31 10:17Here's a simple bookmarklet I made to allow me to quickly jump to any tag(s) in my del.icio.us account:
To use it:
- Drag the above link to your Bookmarks Toolbar.
- Right-click on the bookmarklet, select Properties, and change "mikecantelon" in the location field to your del.icio.us username.
Will JavaScript Become the New BASIC?
Submitted by Mike on Fri, 2006-07-28 07:59In a well known article written last year, Tim O'Reilly posed the question "What Is Web 2.0?"
Only a year later, Web 2.0 is becoming familiar territory.
Web 2.0 is, in essence, a web open to participatory content creation: blogging, sharing photos, contributing research to wikis, etc.
New web sites, web technologies, development tools, and design methodologies gained popularity and helped make Web 2.0 happen. The conceptual essence is, however, democratized participation.
The Democratization of Development
