2009
JSLint, The JavaScript Code Quality Tool
by ycc2106 & 2 othersJSLint takes a JavaScript source and scans it. If it finds a problem, it returns a message describing the problem and an approximate location within the source. The problem is not necessarily a syntax error, although it often is. JSLint looks at some style conventions as well as structural problems. It does not prove that your program is correct. It just provides another set of eyes to help spot problems.
2007
FlashInspector.swf (application/x-shockwave-flash Object)
by ycc2106debugger that can be used to view LuminicBox logging messages (for Flash code)
Using PDT : Installation : Installing the Zend Debugger - PDTWiki
by holyver & 1 otherZend Debugger is a full-featured php debugger engine, an interactive tool that helps you debug PHP scripts. It works with a production and/or development web server and allows you to debug your scripts locally or remotely, from an IDE or the console.
To get the debugger to work you need to install the debugger engine to run in the PHP interpreter (server part), and configure the debugger client to communicate with the engine.
2005
1
(7 marks)