Skip to main content Jump to list of all articles

Tag MySQL

Flywheel – Local WordPress Development Made Easy

Developing local WordPress websites has become easier over the years but installing the software to develop locally on your own computer can be cumbersome. Deciding whether to use free software like Ampps, Mamp, Xampp, pay for commercial software or even setup vagrant and VVV. They can all be learning curves that require additional steps to debug and get your perfect server setup. Enter Local from Flywheel that aims to take the frustration out of installing a local development environment by replacing it with a fast and functional app.

in WordPress

PHP and MySQL Event Lister Script

I have been searching for an Event Lister for a while now. I just wanted something simple and free. All I could find were gig organisers for bands or commercial scripts. That was up until I came across a Basic PHP Events Lister from Mevin.com.

in Web Development

Form Processing on Test

Form processing is widely used and there are plenty of scripts available out there.  This experiment was to take three scripts with spam prevention, form validation and the ability to redirect the user on successful or error user submission.

in Web Development