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 […]
Tips for Full Stack Web Development.
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 […]
A common issue in Web Development is dealing with images in content. Often they need to be sizes and aligned in specific ways to achieve the desired design goals. When […]
Indigo is a Scala based game engine for 2D game development. It’s based on Scala.js, and outputs games as Web, Desktop or Mobile. There are several things to setup. This […]
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 […]
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 […]