links for 2009-04-08

  • The canvas element's programming interface still requires a lot of JavaScript code to produce useful graphics. The cvsGraphLib JavaScript graphics library aims to provide a user friendly graphics command set. It is programmed using only the commands common to the ExplorerCanvas emulator and Mozilla canvas methods, so all graphics written with cvsGraphLib should produce similar out in IE6, IE7 and Mozilla based browsers, IE8 has some trouble with image manipulation, but otherwise works well. The main features of the cvsGraphLib library are:
  • Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard.

Leave a comment