Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 10.5 hours on-demand video
  • 10 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Web Development

Practical Web Programming 101

Build A Functional, End To End Website!
Rating: 4.3 out of 54.3 (8 ratings)
224 students
Created by Ireneusz Erik Owsiak
Last updated 2/2017
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Design and build an entire professional website with interactive features
  • Use SQLite to store informatoin
  • Build a class library in C#
  • Work with IIS by setting up IIS, creating and configuring new applications
  • Add extensions to existing framework classes in C#
  • Use select, insert and update sql language features
  • Create, run and interpret unit tests
  • Use string interpolation in ECMASCRIPT 6 / JavaScript
  • Use arrow functions in ECMASCRIPT 6 / JavaScript
  • Attach & debug IIS processes
  • Create classes in JavaScript
  • Create powerful JavaScript code
  • Write SQL code in an applied context
  • Learn to think like an application architect

Course content

10 sections • 69 lectures • 10h 16m total length

  • Preview05:49

  • Dowload & Install Dev Tools
    00:55
  • NuGet - installed
    00:49
  • NuGet - not installed
    01:06
  • Edit Host File
    03:34
  • Setup Webserver IIS
    02:15
  • Testing Webserver
    04:24
  • Creating joespizza.dev App Site
    06:17
  • Lets tune VS Code
    06:09
  • App Architecture
    03:53

  • Add Imgs to the Site
    02:46
  • index.html - top banner (html, css)
    16:05
  • index.html - page body (html, css)
    14:46
  • /order/order.html - part 1
    09:58
  • /order/order.html - part 2
    04:26
  • /submit/submit.html - part 1
    14:17
  • /submit/submit.html - part 2
    06:15

  • Please take a free course: JavaScript in 55 Minutes
    00:39
  • Correction to order.html
    01:24
  • menu.js - JSON data type
    14:34
  • Heads Up
    02:00
  • app.js, order.html
    06:44
  • app.js, html-templates.js
    16:02
  • app.js, html-templates.js, menu.js
    18:32
  • app.css - part 1
    12:28
  • app.js, app.css correction
    01:56
  • app.css - part 2
    06:29
  • app.js
    12:12
  • /submit/submit.html - part 3
    03:22
  • app.css
    08:53
  • html-templates.js
    03:42
  • app.js, submit.htm & debugger
    13:43
  • app.js
    06:05
  • app.css, order.html
    09: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

  • ops.aspx Page
    03:56
  • Intro Into Sqlite
    05:58

  • Starting Backend project.
    07:19
  • Write the constructor and data source in Ops.cs
    10:53
  • Add method FormatEx to String objects.
    03:29
  • Ops.cs - start work on class methods
    15:48
  • Ops.cs
    08:45
  • Intro into 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
    07:45

  • Preview09:52
  • shop.js
    15:02
  • Testing
    15:04

  • Start Pizza Shop Side of the App - shop.html
    08:34
  • html-templates.js
    12:10
  • shop-backend.js
    04:34
  • shop.css & shop.html
    05:33
  • shop.js
    11:24
  • shop.js
    09:59
  • shop.js
    13:15

  • Integrating - Shop Side with Backend
    04:04
  • Testing & Bug Fixes - 1
    17:14
  • Testing & Bug Fixes- 2
    12:49
  • Shop Side - Order Details CSS
    04:38
  • Testing & Bug Fixes- 3
    15:36
  • Unit Test Correction
    02:35

  • Summary Video
    03:44

Requirements

  • Student should know what HTML is; but even without it student can learn from the this course
  • Willing to learn and be curious

Description

Why take this course? 

Three main reasons: 

1. It's taught by an experienced programmer who can show you the kinds of unique insights no other person here can

2. To become GREAT at web development, you have to learn how to integrate multiple skills. This course does just that.

3. You will acquire years worth of skills and insights in only 10.5 hours

In this course, Erik, who's been doing website development for nearly two decades, demonstrates how  to integrate a suite of powerful technologies to build an interactive and fully functional modern website. This website has features like order placing, real time order tracking, and  more! You'll learn how to use each of the following technologies like an coding hero:

1. JavaScript, used to add dynamic features to the website

2. CSS, used to layout the website

3. C#, used to power the backend of the website

4. HTML, used to structure the overall web pages

5. SQL Lite, used as an information storage system

6. IIS, used as a web server

7. jQuery, used as a way of making interactive pages

8. JSON, used to transfer information

9. Website design you can use in your own professional website

Thanks for reading, and if you're ready to push your skills much higher, JOIN TODAY!

Notes:

1. jQuery is a trademark of the JS foundation. This course is not affiliated with the JS foundation.

2. Parts of promo licensed from presentermedia

Who this course is for:

  • Someone who wants to know how things are connected on the web

Instructor

Ireneusz Erik Owsiak
Ideam Hominis
Ireneusz Erik Owsiak
  • 4.1 Instructor Rating
  • 96 Reviews
  • 5,354 Students
  • 5 Courses

I started working with programming and technology way back in the 90's when a 200 MHz Pentium 1 was a speed demon; things sure have changed since. As programming and hardware matured over time so did I working with it. This gives me a unique prospective on what it is that really matters when it comes to programming. Over the years I have seen a few technologies come and go but a few basics have stayed and I am sure those basics will be with us a 100 years from now. I hope that as you take my courses I can relay those basic truths to you. A programming language is nothing more than a tool, like a hammer to a carpenter; it is not the hammer that makes quality furniture but the carpenter.  Over the course of my career I have worked on many different projects, which led me to work with many programming languages from C/C++, C#, php, JavaScript/JScript, asp.net, python, Lua to name just a few.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.