Web 2

WARNING: Most of the stuff here that uses PHP scripts are broken. I'm not sure what exactly caused scripts that used to work to suddenly stop working. Far as I can tell, variable scrops have changed. It seems that I no longer can declare a variable outside of a function and access that variable from within the function. It also seems that variable scopes are now limited to each PHP sections, which breaks my group project to a point where rewriting the whole thing would be easier. I'm still unable to pinlocate when exactly this happened.

Web 2 Projects

Squiggly Doodlefluffers: Group Final Project

This project was very frustrating. To find out why, go to the About page. The other group members was not able to do their jobs, so I ended up taking over their tasks, then before I knew it, I'm doing the project solo.

ToDo: Figure out why Session_Start(); is no longer working, and set up a new MySQL database for the account system. It seems to be releated to the Scope. Need to make more prototypes to try to force the same error to occur in a smaller testing area so it's easier to track it down.

Individual Final Project

A trainwreck! The group members in the group project managed to draw my attention away from my individual project long enough that by the time I finally finished up everyone's work for them, I didn't have any chance to rest before working on this project. I was quite burnt out at the time.

It's bad. Bad enough that I am tempted to just delete it and pretend that it never happened.

Web 2 Homeworks

For some strange reason, the teacher didn't do homework 1, 2,3 and so on. It appears that the homework numbers for his homeworks was randomized, selected from a list of homeworks.

Homework 02 - Homepage

My second homepage! Ugly.

Homework 03 - Modern Layout

Setting up a custom textfont in the CSS, using a downloaded set of fonts.

Homework 07 - Site Redesign

We had to pick a website redesign into something more modern. I selected a professor's website.(2018: The website is still outdated.)

Homework 10 - JavaScript Color Palette

This was a funny homework. Everyone but me struggled so much on this homework. It was around this point that I started to get a very solid grasp on scripting with JavaScript.

Homework 14 - Forms - Part A

Check if Form is valid with just HTML5.

Homework 15 - Forms - Part B

Check if Form is valid with HTML5 and JavaScript.

Homework 18 - Forms - Part C

Check if Form is valid with HTML5, JavaScript and PHP.

Homework 20 - Radio Btn Fn

Create a x amount of radio buttons using just PHP.

Homework 22 - Database Connectivity

Pull data from a database using PHP.

Homework 25 - MySQL Practice

Check user inputs against data in the database. A simple log in.