Cover

Website Hosting

Simple, straight-forward websites with lots of space for pages, multimedia files and sub-domains.

Free web page templates

Templates for the type of website you are now viewing, complete with style sheets that give you control over colors, images and fonts.

Sales support services

Software engineering library modules that enable your website to track orders, deliv­eries, customer histories, inventory levels and back-orders.

Software engineering tutorials

Complete instruction in HTML, CSS, Java­script and PHP using your own fully-functional website for learning by doing.

Software engineering libraries

Prepared modules that perform standard operations and thereby eliminate "reinventing the wheel" with each new website.

Database Flatfiles

Introduction to simple, high-speed alternatives to relational database managers like MySql. Although a PHP array rather than a true text flatfile, classColors.php contains all properties of all 140 HTML named colors. Alternately, separate true database flatfiles are available for color families, including blue. brown, gray, green, orange, pink, purple, red, white and yellow.

RAM Databases

Introduction to smaller, read-only databases configured as RAM arrays.

classRAMLoad.php creates a memory-resident array from a database flatfile. It also creates a locator service so that other classes can find a database.

classRAMRead.php locates a memory-resident database array and retrieves records and record fields from it.

ramReadTest.php is an application script that illustrates use of classRAMLoad.php and classRAMRead.php to create and use a read-only database configured as a RAM-resident array.

siteGenTest.php is an application program complex that illustrates use of classRAM­Load.php and classREAD.php in a macro processor that automatically generates entire websites from HTML templates.

Exception Handling

A simple method of collecting and displaying error and other messages for orderly display during website development. See classErrorLog.php for complete source code of an exception handler.

URL Parsing

A hosting service method of structuring and operating multiple websites using Apache's 404 exception handler for increased security against hackers. See classRequest.php for a method of parsing URLs with 6 aliases as directory paths and arguments.

Argument Parsing

A simple method of fetching arguments appended to URLs. See classVars.php for a method of parsing URLs to retrieve 6 aliases in pseudo-directory paths.