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
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.
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.
My second homepage! Ugly.
Setting up a custom textfont in the CSS, using a downloaded set of fonts.
We had to pick a website redesign into something more modern. I selected a professor's website.(2018: The website is still outdated.)
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.
Check if Form is valid with just HTML5.
Check if Form is valid with HTML5 and JavaScript.
Check if Form is valid with HTML5, JavaScript and PHP.
Create a x amount of radio buttons using just PHP.
Pull data from a database using PHP.
Check user inputs against data in the database. A simple log in.