Developer Toolbox
Practical tools and guides for setting up, checking, backing up and recovering local web-development projects.
XAMPP Backup and Recovery
Back up, restore and transfer both XAMPP project files and MySQL databases safely.
Backing Up a XAMPP Project
A working XAMPP project normally has two separate parts: website files inside htdocs and data st...
Restoring a XAMPP Project from Backup
Restoring a XAMPP Project from Backup recreates both the website files and the MySQL database. Wo...
Moving a XAMPP Project to Another Computer
Moving a XAMPP project requires a verified backup of both the project files and its database. Pre...
Helper Tools
Classroom tools for checking HTML and CSS and generating fictional test password hashes.
XAMPP Setup and Projects
Install, test and organise a local XAMPP environment for PHP and MySQL projects.
Installing XAMPP on Windows
XAMPP gives you a local web server on your Windows computer. It lets you run PHP pages, use a MyS...
Starting and Testing Apache and MySQL
Apache runs PHP pages and MySQL stores application data. Both services must be running while you ...
Creating Your First XAMPP PHP Project
A XAMPP project belongs inside the htdocs folder so Apache can serve it and process PHP. Create ...
Creating a MySQL Database with phpMyAdmin
A database organises persistent information in related tables. This practice creates a small fict...
Checking a Project Before Development
A short environment check prevents installation, folder and service problems from consuming devel...