Janus Technology Guild
Janus Tech Guild
Home Tutorials Book Reviews Contact

Most Recent Tutorials

Unzipping OpenOffice.org Files
OpenOffice.org files are a little more than they appear. Each OpenOffice.org (OOo) file is actually a collection of XML documents that are stored in a ZIP archive. You can use any ZIP tool to either view the contents of the archive or extract the files out of the archive.
Full Tutorial...

PHP Programming Rudiments: Adding / Removing Array Elements
PHP offers an abundant list of out of the box functions that make working with arrays quite painless. It is very easy to add elements to or remove elements from an array. In this tutorial, we will cover how to add and remove array elements.
Full Tutorial...

PHP Programming Rudiments: Creating Arrays
An introduction to creating arrays using PHP.
Full Tutorial...

Backing up MySQL with mysqldump
In this short guide, I will explain how to back up and restore a MySQL database using mysqldump.
Full Tutorial...

Tutorials