Web Development With Google Maps
- Description
- Curriculum
- FAQ
- Reviews
Thank you for stopping by. There are many web development courses out there, but there is absolutely none like this one. In this course, Erik shows you how to build several small web applications using Google Maps ,HTMLĀ 5, JavaScript, Windows, PHP, jQuery, CSS, and related technologies. Ā Erik brings 20Ā years of software development experience to show you how real programs are written, and gives you many unique and practical tips along the way.Ā The first 20 videosĀ are aĀ review of the fundamentals of programming using JavaScript. The bottom 40 videos show you how to combine a variety of technologies, like Visual Studio Code, JavaScript, Windows, jQuery, CSS, PHP, HTMLĀ and others, to produce powerful and unique code.Ā Some of the videos cover programming topics, and some of the videos allow you to take a break from programming to focus on concepts. You can code along with Erik, or you can download the course files and install them them on your computer. By the end, you willĀ have learned a great variety of powerful and interesting skills that will push your web development skills to new highs. Ā That’s our guarantee to you.Ā Thanks so much for reading. Let’s get coding!
Promo video PP licensed from PresenterMedia
jQuery and related marks are trademarks of the JS Foundation, and this course is not affiliated with or endorsed by the JS Foundation.
-
2Core programming concepts
Get an overview of some of the programming concepts covered in this course.Ā
-
3Installing the necessary tools
Ā Download and install theĀ complete set of tools needed to work with this course's code.
-
4Let's create a few necessary folders
Create the folders used throughout the course.
-
5Variables - part A
Part A of the video about variables, please watch part B next.
-
6Variables - part B
Understand how JavaScript appears in ByteCode form.
-
7Branching - if / else
Learn how to control program flow with if/else and related constructs.Ā
-
8Branching - switch
Learn how to make decisions with switch blocks.
-
9Looping - for
Learn how to do repetitive tasks fast with for loops.
-
10Looping - while
Create while loops to automate repetitive tasks.Ā
-
11Looping - do/while
Create do/while loops to automate repetitive tasks.Ā
-
12Looping - for/in
Learn how to iterate over array entries using a for in loop.
-
13Data structures - arrays, objects
Learn how to store information using different data structures.
-
14Data structures - JSON
Learn how to represent objects with JSON.
-
15Organizing code with code blocks
Learn how to arrange code with code blocks.
-
16Object oriented programming - OOP - direct
Learn how to build up objects using the direct approach.
-
17Object oriented programming - OOP - new
Ā Learn how to build up objects using constructors.
-
18Summary & code files
Get the code files and a summary of the course so far.
-
20Setting up web server (IIS)
Student will setup a web server on his or herĀ machine. This course assumes that the student is on a Windows 7, 8.x or 10 machine.Ā
-
21Adding gmaps.dev to host file
Student will add gmaps.dev to system host file.
-
22Installing gmaps app & testing webserver
Install the gmaps app and test the web server to be sure everything is working.
-
27API Overview
Get an overview of the Google Maps Static API
-
28Let's write code - HTML
Write HTMLĀ to give the page basic structure.
-
29Let's write code - CSS
Write CSS to format the appearance of the site.
-
30Let's write code - JavaScript
Write JavaScript code to power the application.
-
31Let's write code - summary
Review of the application developed thus far.
-
32API Overview
Quick overview of the API docs.
-
33Let's write code - HTML
Write HTMLĀ to structure the site in this section.
-
34Let's write code - CSS
Write CSS to format the appearance of the site in this section.
-
35Let's write code - JavaScript - part 1
Add JavaScript code to automate the page.
-
36Let's write code - JavaScript - part 2
Finish adding JavaScript code to complete the program in this section.
-
37Let's write code - summary
Review some of the features of the application we've built.
-
38Tweaking code...
Improve the JavaScript code developed in this section.
-
39API Overview
Review some of the major features of the street view API.
-
40Let's write code - HTML, CSS
Write HTML/CSS to structure and format the street view application.
-
41Let's write code - JavaScript
Write JavaScript code to power the street view application.
-
42Let's write code - summary
Summary of the concepts covered in this section.
-
45API Overview
-
46Let's write code - HTML - part 1
-
47Let's write code - HTML - part 2
-
48Let's write code - HTML - part 3
-
49Let's write code - CSS
-
50Let's write code - JavaScript - part 1
-
51Let's write code - JavaScript - part 2
-
52Let's write code - JavaScript - part 3
-
53Let's write code - JavaScript - part 4
-
54Let's write code - summary
Social Network