#Codeup Web Work This repository presents various exercises that cover the basics to web design and functionality. The excercises included cover HTML, CSS, PHP and Javascript and JQuery.
##HTML:
- Basic html structures
- Slements
- Attributes
- Tables
- Forms
- -input types
##PHP
- Combining php and Html using the filesystem and the PHP object system
- Superglobals- utilizing php built in variables in all scopes.
- Handling user input in a secure manner
- Uploading csv files
- Classes and objects
- Constructors/destructors
- Including/requiring files in php
- Inheritance and overriding
- Visibility and throwing exceptions
##MySQL
- Listing a database
- Selecting a database
- Creating a database
- Utilizing datatypes,functions and aliases
- Creating tables and users
- Utilizing select,update, and delete statements
- Utilizing and chaining where clauses
- Utilizing order by and group by clause
- Joining tables with foreign keys
- creating sub-queries
##Javascript and JQuery
- Used in class to navigate documents
- Select DOM elements
- Create animations
- Handle events
- Create Ajax applications
- Add plugins