A cluster of hexagons
Modulus 03 9553 8008
search this site:

blank
light source

'phone: +61 3 9553 8008

email:

blue book cover

title
Generating & Selecting KPI Sets
author
modulus: peter hill
synopsis
A practical guide to the generation and selection of good Key Performance Indicators for managing business processes, including a large selection of candidate KPIs for common processes.
The Kaplan and Norton "Balanced Scorecard" approach to generating KPIs is fully embraced.
Content includes Generation of KPIs, General Characteristics, Evaluation of KPIs, Selection of Sets, Rolling out a KPI System.
language
English
price
US $19.95

saffron book cover

title
Good Practice for Commercial Web Design
author
modulus: peter hill
synopsis
A practical guide for business owners - how to specify your commercial website design to achieve your business goals.
Includes a specification template which can be easily adjusted to your new website or a website update. Illustrated by a fully-developed, standards-compliant site which demonstrates good practice.
language
English
price
US $19.95

javadoc.module

javadoc.module generates elegant functional XHTML documentation from Perl, PHP, Javascript or Java source code. javadoc.module can accept a local file as input or an URL. The returned text is neatly structured XHTML, which makes use of CSS to style the output; the javadoc comments can include HTML markup, which will be appropriately rendered. The option exists to return full HTML pages, or just a block of HTML-formatted text representing the javadoc comments, or even to return plain text with no HTML formatting. javadoc.module is a very efficient way to generate reference documentation for software libraries which can be directly posted to the Internet or an Intranet. The documentation is suits display on all modern browsers, including mobile devices. The module is written in PHP and is easily implemented.

Buy on-line, for only AUD19.95, including GST.

javadoc.module makes use of documentation comments in your source code which follow the "Javadocs" standard published and maintained by Sun Microsystems. An example of a function documented in this manner is:

/**
 * Returns the capability for a given capability name.
 *
 * @author Modulus Pty. Ltd. - prh
 * @version 2008 1.0
 * @param $id  unique string id of the device
 * @param $name string name of the capability
 * @param $fallback boolean for considering fallback
 * @param @fallbackChain array of strings, where known, provide this to avoid unnecessary repetitive lookups
 * @return string capability
*/
function lib_getCapability($id, $name, $fallback, $fallbackChain)
{ 
	... 
} 

This documentation is immediately useful in the source code for developers maintaining or altering the source code. However, you may wish to publish an API to your functional library without publishing the source code. To do this, simply run javadoc.module on the source code to produce elegant, valid and conformant XHTML documentation as per the following example:

lib_getCapability

function lib_getCapability($id, $name, $fallback, $fallbackChain)

Returns the capability for a given capability name.

author
Modulus Pty. Ltd. - prh
version
2008 1.0
param
$id unique string id of the device
$name string name of the capability
$fallback boolean for considering fallback
@fallbackChain array of strings, where known, provide this to avoid unnecessary repetitive lookups
return
string capability

Language:

Header text:

Input file:


ShareCopyright © 2010 Modulus Pty. Ltd.
Were you looking for another 'modulus' site?

tags: Modulus,website,design, tools, applications, consultancies, designers, kpis, balanced scorecard, bpm, internal controls, analog log analysis, computer-based training, cbt, guestbook, link checking, locations, postcodes, distance calculation, find nearest postcode, modular process module, parcel post, calculate postal charges, risk management, sitemap, seo, site search

light source
Valid XHTML 1.0 Transitional home| about modulus| bpm e-books| modules| services| links| the blog| mobi| contact us  Valid CSS!