The Complete Fullstack Web Developer Course

The Complete Fullstack Web Developer Course

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 21 Hours | 3.01 GB

Learn HTML, HTML5, CSS, CSS3, JavaScript, PHP, jQuery, Ajax & MySQL from scratch! Build a login system at the end!

Here’s what you’ll get when you take this course:

  • Learn HTML, CSS and JavaSript. That’s everything you need to know to become a front end web developer.
  • Learn jQuery amd Ajax to create cross-browser and in-page responsnive websites!
  • Learn PHP and MySQL, a backend stack that allowed Mark Zuckerberg to create Facebook!!
  • Put it all together at the end to create a full Login/Registration system with member-only pages (exactly what Facebook did!)

Over 14 chapters you will learn:

  • HTML Basics, Advanced and HTML5
  • CSS Basics, Advanced and CSS3
  • JavaScript Basics and Advanced concepts
  • jQuery, because almost every website on the planet uses jQuery
  • Ajax for creating interactive pages that talk to your server without reloading the page
  • PHP to execute server code; includes the Basics and Advanced
  • MySQL to save data (databases)
  • How to build a full login/logout/registration/members-only website
Table of Contents

Before We Begin
1 Welcome
2 Our Support Group
3 Free HTML Course Free CSSCSS3 eBook
4 Front End Development Course

How to
5 How to Use CodePen.io
6 How to Ask Great Questions

HTML Basics
7 The Ultimate HTML Developer Course free access
8 What is HTML
9 Editors.
10 Very Important
11 Elements.
12 Block Elements.
13 Attributes
14 Make a new line using HTML
15 Headers And Paragraphs
16 Creating hyperlinks
17 Using images
18 Text Formatting Part 1
19 Text Formatting Part 2
20 Inline styling with the style attribute
21 HTML Comments
22 The most common element div
23 Introduction to lists
24 Creating Tables Part 1
25 Creating Tables Part 2
26 Accepting information with forms
27 iFrames pages inside pages

HTML Advanced
28 The Doctype
29 What is the head section Part 1
30 What is the head section Part 2
31 Adding additional scripts
32 Document Object Model DOM
33 HTML Entities

HTML5
34 HTML5 Doctype
35 Some New HTML5 Elements
36 HTML5 Header And Footer
37 Allow spellcheck and editable areas
38 Using videos Part 1
39 Using videos Part 2
40 Adding audio
41 Drag drop
42 User location geolocation
43 Saving information – localStorage
44 Saving information – sessionStorage

CSS
45 What Is CSS
46 How to write CSS syntax
47 Using style sheets
48 Using external style sheets
49 Identities and classes
50 Style entire elements
51 CSS Comments
52 Change background colors
53 Setting background images
54 Change text color
55 Text formatting using CSS
56 Font Properties
57 Text Properties
58 Styling hyperlinks using CSS
59 Styling lists using CSS
60 Setting element width and height
61 Adding borders
62 Spacing margin padding
63 Change the mouse type cursor
64 Hide show and display elements
65 What to do with overflowing content

CSS Advanced
66 Grouping Nesting
67 Maximum Minimum Dimensions
68 Move an element from its default position
69 Relative location layering
70 Floating
71 Clear
72 Pseudos Part 1
73 Pseudos Part 2
74 Alignment
75 Sprites the most efficient way to load images
76 Make elements translucent opacity
77 Different media types
78 Style elements based on their attributes
79 Browser prefixes
80 Overwrite all styling before-hand Important

CSS3
81 Better CSS.
82 What Is CSS3
83 Rounded borders. No images required.
84 Using images in borders
85 Adding shadows to elements
86 Change the background image size
87 Adding text shadow
88 Get creative with custom fonts
89 Rotate and skew elements using CSS3
90 Resizing text areas

JavaScript Basics
91 JavaScript Essentials
92 What is JavaScript
93 JavaScript Internal vs. External
94 JavaScript comments
95 document.write
96 Display info from the browser alert confirm
97 Prompting the user for information
98 Programming fundamentals Variables
99 Add two sentences together concatenation
100 Basic math in JavaScript
101 Redirecting users and opening new windows
102 Creating empty hyperlinks
103 String Manipulation
104 Comparing variables and values
105 Programming fundamentals If…Else Statements
106 Programming fundamentals Else…If Statements
107 Programming fundamentals Switch Statements
108 Programming fundamentals Functions
109 JavaScript Events
110 Selecting HTML elements using getElementById
111 Escaping content
112 Programming fundamentals Arrays
113 Programming fundamentals For Loops
114 Programming fundamentals While Loops
115 Programming fundamentals Breaking Out Of Loops
116 Programming fundamentals Skipping A Loop Cycle

Javascript Advanced
117 Getting parts of a value split substr
118 Programming fundamentals Try..Catch And Throw
119 Getting the users date and time
120 Some more complex math no homework
121 Programming fundamentals Regular Expressions
122 Get the users browser navigator
123 Add timing setInterval setTimeout
124 Programming fundamentals Objects

Ajax
125 What Is Ajax
126 How To Execute Ajax
127 Making an Ajax requests
128 Understanding Ajax responses
129 When Ajax is ready readyState and status
130 Putting It Together

jQuery
131 What is jQuery
132 Installing jQuery
133 jQuery Syntax
134 Selecting is super easy in jQuery
135 Events Listeners Part 1
136 Events Listeners Part 2
137 When A Key Is Pressed
138 Basic jQuery effects
139 Executing code when a function is complete callbacks
140 Selecting and changing element inner HTML
141 Changing CSS
142 Animate your CSS and HTML
143 Managing HTML element attributes
144 Simple Ajax requests using jQuery

PHP
145 What Is PHP
146 Installing PHP
147 Syntax Hello World
148 How to write comments in PHP
149 Introduction to PHP Variables
150 Strings Concatenation
151 Replace areas of a string
152 manipulate other areas of a string
153 Displaying HTML entities
154 PHP Lists Arrays
155 Creating and destroying arrays Explode Implode
156 Operators
157 If…Else Statements
158 Elseif Statements
159 Switch Statements
160 For Loops
161 While Loops
162 Break From Loops
163 continue is_array and quotes
164 Including Files
165 Functions
166 Constants. The unchangeable variable.
167 Checking if something eists
168 Accepting information – forms Part 1
169 Accepting information – forms Part 2
170 New lines are different in PHP
171 Server date and time
172 Quick ifelse statements Ternary Logic

PHP Advanced
173 Temporarily save user information Sessions
174 Server Super Global Variables are usable anywhere
175 Save long-term user information Cookies
176 Uploading files
177 Sending emails
178 Introducing file systems and managements
179 Creating new files
180 Writing to existing files
181 Read file contents
182 Add information to a file
183 Deleting a file
184 All File Modes

MySQL Database
185 What is SQL
186 Setting up a Database
187 Introducing phpMyAdmin
188 MySQL Syntax
189 Tables Columns and Rows
190 Connecting to a Database
191 Creating a Table 5 Columns and 3 Rows.
192 Inserting Information
193 Escaping Information
194 Get information thats stored in a database
195 Selecting specific information The WHERE clause
196 Selecting specific information The AndOr clauses
197 Limiting results and ordering data
198 Updating the database
199 Deleting stored information
200 Very Important

LoginRegistration Project 2017
201 Introduction
202 Getting Setup with Git
203 GitHub Project Repo
204 Login Page and HTML Setup
205 Creating a Global Config
206 A Lesson on Safely Storing Passwords
207 Setting Up Our Database
208 Setting Up Our Database Part 2
209 JavaScript Form Validation
210 JavaScript Form Validation Part 2
211 Our First Ajax Call
212 User Registration via Ajax
213 User Registration via Ajax Part 2
214 Login via Ajax
215 Login via Ajax Part 2
216 Members-only Pages
217 The Logout Page
218 Creating Functions
219 Upgrading to Object Orientated Programming
220 Upgrading to Object Orientated Programming Part 2
221 What to Build Next