View Live Demo GitHub Repo Description: PHP & MySQL CRUD application to manage a Toastmasters group agendas and members. Backend
Site Maintenance Mode via .htaccess
Create a minimalist "site-maintenance" page via the .htaccess file. Only allow access to specific/multiple IP addresses, everyone else is redirected
Contact Form Connected to Database
View Live Demo GitHub Repo Description: A contact form I used as my Google AdWords landing page. The visitors sign up, and their information is
Converted HTML Website to WordPress Theme
View Live Demo GitHub Repo Description A custom WordPress theme based on the free HTML template Arsha. It is an HTML static website converted to
How to Use Git for Custom WordPress Theme Development
Gain the ability to revert from a lousy code update or save your progress when the code works. What's Needed? Make sure you have read and write
Stripe Online Payment App
View Live Demo GitHub Repo Description: An online payment form which utilizes Stripe's API. Technologies: PHP, JavaScript, Grid CSS
Contact Form JavaScript Validation
View Live Demo GitHub Repo Description: The app requires the user to enter their name, email address, and telephone number. It also validates the
How to Send an Email via PHP’s Mail Function
PHP has a built-in mail() function to send emails. How Does it Work? It requires the following parameters: mail($to, $subject, $message); If the
Installing MailCatcher for Development Email
MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. MailCatcher is excellent for