» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with License:MPL + Development

Clorox

Clorox is a framework for Ajax development – it provides remote RPC anchored Javascript objects. This means that a Javascript developer can avoid coding callbacks and rpc functions and focus on developing using the remote objects.

Clorox is built using the Mochikit project.

Javascript-Lint

JavaScript Lint is a code checker that finds common mistakes in JavaScript code, or warns for potential mistakes or bad coding practices.

It is built on the Mozilla/Firefox JavaScript engine, so it will issue warnings that will follow closely with what will hold in real browser situations.

Some of the things Lint checks for are:
  • proper semicolons and curly braces
  • code that will never be executed
  • switches without breaks
  • implicit typing issues on numbers
  • comment well-formedness