*NEW

CSS and HTML 5 – Colors

You can do some interesting things with color on your HTML pages with color options with CSS. Color Picker: https://www.w3schools.com/colors/colors_picker.asp Color Names: https://www.w3schools.com/colors/colors_names.asp color.html colorStyle.css

HTML Intro

HTML Intro – Forms

HTML forms give you the ability to ask for information from your viewers and then be able to do something with the values. HTML forms are a single component of what is required to build […]

MySQL Introduction (NEW)

MySQL – PHP Prepared Statements

Prepared statements help prevent SQL Injection attacks. Essentially they send a template for your SQL Statement, and then inserts the variables separately. This prevents hackers from escaping out of the original SQL statement and being […]

MySQL Introduction (NEW)

MySQL – MySQL Introduction

MySQL is a useful and widely used open source database Basics A Database Software stores data so that it is easily accessible Relational Databases store Like  Data in Tables and those Tables are then  How […]

Cloud Computing (NEW)

Cloud Computing – Load Balancing

Reasons for Load Balancing Fault Tolerance – Load Balancing offers fault tolerance incase a server fails. Server Upgrades – It’s easier to upgrade hardware if you can take entire machines offline without effecting user experience. […]

Cloud Computing (NEW)

Cloud Computing – Abstraction

Abstraction is the concept of dividing specific functions of a server into their own individual systems. Much like subcontracting janitorial, or security services out for a building owner. Virtualization Compute – Provided by hardware with […]