On Thursday, June 21, 2007 5:23 PM Alexandre Plennevaux said: > This may be slightly off-topic, yet i would like to know which piece > of software you like best to write jquery code?
I use HTML-Kit but will be moving to Aptana once they build in better support for PHP. > /** > * > * @name flash.hasFlash.playerVersion > * @desc Get the version of the installed Flash plugin. > * @type String > * > **/ > > i've always wondered where that comes from... See: http://en.wikipedia.org/wiki/Javadoc It can also be used in PHP with http://www.phpdoc.org/. Chris.