Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Practical Web Programming 101
Course Intro
Intro (5:49)
Prep Work
Download & Install Dev Tools (0:55)
NuGet - Installed (0:49)
NuGet - Not Installed (1:06)
Edit Host File (3:34)
Setup Webserver IIS (2:15)
Testing Webserver (4:24)
Create joespizza.dev App Site (6:17)
Lets Tune V.S. Code (6:09)
App Architecture (3:53)
Client Frontend
Add Imgs to the Site (2:46)
index.html - top banner (html, css) (16:05)
index.html - page body (html, css) (14:46)
/order/order.html - part 1 (9:58)
/order/order.html - part 2 (4:26)
/submit/submit.html - part 1 (14:17)
/submit/submit.html - part 2 (6:15)
Client Frontend JavaScript Files
Please Take a Free Course: JavaScript in 55 Minutes (0:39)
Correction to order.html (1:24)
menu.js - JSON data type (14:34)
Heads Up (2:00)
app.js, order.html (6:44)
app.js, html-templates.js (16:02)
app.css - part 1 (12:28)
app.js, app.css correction (1:56)
app.css - part 2 (6:29)
app.js (12:12)
/submit/submit.html - part 3 (3:22)
app.css (8:53)
html-templates.js (3:42)
app.js, submit.html & debugger (13:43)
app.js (6:05)
app.css, order.html (9:32)
app.js, html-templates.js (13:37)
app.js (16:01)
app.js, app.css (13:03)
clt-backend.js, app.js, submit.html (15:47)
ops.aspx, web.config (10:49)
app.js (12:47)
App's Backend
ops.aspx Page (3:56)
Intro Into SQLite (5:58)
Coding Backend.dll ( C# )
Starting Backend Project (7:19)
Constructor & Data Source in Ops.cs (10:53)
Add Method FormatEx to String Object (3:29)
Ops.cs - Class Methods (15:48)
Ops.cs (8:45)
Unit Testing - First Test (15:36)
Ops.cs & OpsTests.cs (16:59)
Ops.cs & OpenOrder.cs (18:45)
Ops.cs & OpsTests.cs (10:41)
OpsTests.cs (7:45)
Putting It Together - Consumer Side
Integrating (9:52)
shop.js (15:02)
Testing (15:04)
Pizza Shop Side of the App
Pizza Shop - shop.html (8:34)
html-templates.js (12:10)
shop-backend.js (4:34)
shop.css & shop.html (5:33)
shop.js (11:24)
shop.js (9:59)
shop.js (13:15)
Wrapping It Up
Integrating Shop Side with Backend (4:04)
Testing & Bug Fixes - 1 (17:14)
Testing & Bug Fixes - 2 (12:49)
Shop Side Order Details CSS (4:38)
Testing & Bug Fixes - 3 (15:36)
Unit Test Correction (2:35)
The End
Summary (3:44)
index.html - page body (html, css)
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock