Burgaud.com Evolution

Burgaud.com 6.0 was made available in 2007 and has been replaced by several versions since that. After debating and testing different CMS's (Content Management Systems) over the last few months before releasing version 6.0, I decided to deploy Burgaud.com 6.0 using WordPress. This was also the occasion to look back at the different versions of Burgaud.com between 1999 and 2007.

SciTE Java API

SciTE, Scintilla Text Editor, supports API and Keyword files to customize some aspects of the editor for a given programming language. Keywords files extend the highlighting of source code files (i.e. Class names in Java), and API files allow to displays calltips, basic form of the popular Microsoft Intellisense®. The BeanShell script, SciteJavaApi.bsh, generates both the Java API and the Keyword files for your current Java Runtime Environment.

Javadoc To CHM

Javadoc To CHM is a Python tool that generates Microsoft HTML Help projects files from a Javadoc documentation. It generates the project file (.HHP), the contents file (.HHC) and the index file (.HHK). After having generated the HTML project files, Jd2chm invokes the Microsoft HTML Help Compiler (hhc.exe) with the project file (.HHP) as parameter in order to build the Compiled HTML file (.CHM).