Computer Code

Welcome!

Tips for Full Stack Web Development.

PHP Form Mailer Example [PHP]

As a Web Developer, a common task you may be asked for is to create a contact form. PHP has tools that make it easy to send mail from your […]

PHP Singleton Design Pattern [PHP]

Often you have some data and functions you want to use in your application. Perhaps a WordPress theme file that contains some shared data and logic. The Singleton pattern is […]

CSS for Page Minimum Height [CSS]

The following CSS can be used to set the minimum height of the main page area. This requires a fixed height for header and footer elements. For example, if you […]