For this week assignments we learned about form validation using JavaScript, along with design wireframes. We were given three tasks.
The first task was to create our own example of form validation. You can see a preview of my example below:

This JavaScript snippet works by getting the form and the email input. When the form is submitted the contents of the email input are checked to see if its length is greater than 5 and it includes the “@” symbol.
Our second task was read up on PHP and MySQL as we will be using them together in the rest of the course.
Our last task was to create a wireframe. Below I have a wireframe that is meant to represent some sort of business that sells products/services and has a physical location.
