JavaScript, JQuery, and JSON in Django (Full Course)

preview_player
Показать описание
💠This specialization Contain Four Courses,💠

👉THIS VIDEO COVERS COURSE NUMBER 3 AND 4
⭐️(3) Django Features and Libraries
⭐️(4) Using JavaScript, JQuery, and JSON in Django

👉AND HERE IS COURSE NUMBER 1 AND 2
⭐️(1) Web Application Technologies and Django
⭐️(2)
Building Web Applications in Django

we'll look at the JavaScript language and how it supports the Object-Oriented pattern, with a focus on the unique aspects of JavaScript's approach to OO. We'll provide an introduction to the jQuery library, which is widely used for in-browser manipulation of the Document Object Model (DOM) and event handling. You'll also learn about JavaScript Object Notation (JSON), which is commonly used as a syntax to exchange data between code running on the server (i.e., in Django) and code running in the browser (JavaScript/jQuery). You will continue to develop your classified ads application, adding features that make use of JavaScript, JQuery, and JSON. This course assumes you have completed the first three courses in the specialization.

⭐⭐⭐⭐🕑TIME STAMP📋⭐⭐⭐⭐⭐

⭐️Django Features and Libraries

👉COOKIES AND SESSIONS
0:00:00 Welcome to the course
0:01:59 Cookies and SEssions
0:11:42 Django Sessions
0:24:15 Face to FAce Office Hours Seoul, Korea

👉USER AND AUTHENTICATION
0:34:13 Creating and Managing Users in Django
0:37:58 Login and Logout URLs in Django
0:45:21 Using Django Login in Views
0:55:37 Face-To-Face Office Hours Houston, Texas

👉DJANGO FORMS
1:00:32 Using Django Forms Capabilities
1:13:58 Data Validation with Django Forms
1:23:10 Walkthrough Samples - Autos
1:59:23 Face to Face Office Hours Den Haag, NL

👉ONE TO MANY DATA MODELS
2:03:00 One-to-Many Models Overview
2:08:52 Removing Replication in One-to-Many Models
2:17:28 Storing Primary and Foreign Keys in a DAtabase
2:20:14 Representing One-To-Many Models in Django
2:30:10 Using the Django Shell to Explore One-to-Many Models
2:37:55 Loading One-to-Many Data using a Django Batch Script
2:50:11 Face to Face Office Hours Portland , OR

👉OWNED ROWS
2:55:33 Owned Rows in Django - Overview
3:01:35 Owned Rows in Django - Generic Views Review
3:11:52 Owned Rows in Django - owner, py
3:24:55 Walkthrough DJ4E Crispy Forms (Crispy) Sample Code
3:37:24 Walkthrough DJ4E My Articles (myarts) Sample Code
4:07:37 Walkthrough DJ4E Bootstrap Menu (menu) Sample Code
4:21:58 Face to Face Office Hours Seattle, WA
4:25:11 Face to FAce Office Hours Perth, Australia

👉MANY TO MANY MODELS
4:26:58 Many to Many Overview
4:32:31 A Simple Many to Many Example in Django
4:45:07 Many to Many Data Models for Courses and Membership
4:53:44 Building a Django Batch Script to Load Data from CSV
5:10:35 Face to Face Office Hours, Bletchley Park, UK
5:20:23 Dr. Chuck pretends he has a show on the travel channel
-------------------------------

⭐️Using JavaScript, JQuery, and JSON in Django

👉JAVASCRIPT
5:25:22 Welcome to the Course
5:26:53 JavaScript Overview and HIstory
5:36:51 JavaScript in the Browser
5:50:54 The JavaScript Language
6:07:51 JavaScript Functions and Arrays
6:14:53 JavaScript Control Structures
6:21:30 Brendah Eich - Inventing JavaScript
6:33:30 Face to Face Office Hours Barcelona, Spain

👉OBJECT ORIENTED JAVASCRIPT
6:35:41 JavaScript Object Oriented Concepts
6:40:02 JavaScript Object Oriented Classes
6:53:15 Walkthrough DJ4E Pictures (pics) Sample Code
7:26:21 walkthrough DJ4E Forum (forum) Sample Code
7:51:48 Face to Face Office Hours Atlanta, GA
7:55:04 Dr. Chuck Pretends to be an CNN Anchor

👉JQUERY
7:59:11 JQuery and the Document Object Model
8:11:49 Walkthrough DJ4E DOM Sample Code
8:23:03 Using jQuery
8:51:36 Walkthrough DJ4E jQuery Setup Sample Code
8:59:50 Walkthrough DJ4E jQuery Events Sample Code
9:08:07 Walkthrough DJ4E JQuery DOM Modification
9:12:35 Jon Resig - Building jQuery
9:22:49 Face to Face Hours Boston, MA

👉JSON / AJAX
9:24:51 JSON AJAX Overview
9:39:06 Walkthrough DJ4E JSON Sample Code
9:45:08 Builiding an AJAX with Django
9:55:01 Walkthrough DJ4E JSON (chat) Sample Code
10:12:54 Walkthrough DJ4E Favicon Sample Code
10:17:05 Walkthrough DJ4E Social Login Code
10:25:52 Walkthrough DJ4E Favorites (favs) Sample Code
10:56:12 Douglas Crockford - Discovering jSON
11:03:20 Face to Face Office Hours Zagreb, Croatia
11:06:49 Walkthrough DJ4E Search (well) Sample Code
11:28:19 Walkthrough DJ4E My Article (myarts) Sample Code
11:58:31 Face to Face Office Hours Mountain View, CA

⭐ Important Notes ⭐
⌨️ This course is created in collaboration with University of Michigan

✨✨PLEASE IGNORE THESE TAGS✨✨
#pythondjangoframework
#freecodecamp
#mosh
#traversymedia
#academind
#ajax
#jquery
#json
Рекомендации по теме
Комментарии
Автор

Thsee two parts are the best django courses on youtube .. don't stop posting these courses they help too many people around the world and I'am one of them 👍💙

webdesign
Автор

This specialization Contain Four Courses,

THIS VIDEO COVERS COURSE NUMBER 3 AND 4
(3) Django Features and Libraries
(4) Using JavaScript, JQuery, and JSON in Django

AND HERE IS COURSE NUMBER 1 AND 2
(1) Web Application Technologies and Django
(2)
Building Web Applications in Django

MyLesson
Автор



Django Features and Libraries

COOKIES AND SESSIONS
0:00:00 Welcome to the course
0:01:59 Cookies and SEssions
0:11:42 Django Sessions
0:24:15 Face to FAce Office Hours Seoul, Korea

USER AND AUTHENTICATION
0:34:13 Creating and Managing Users in Django
0:37:58 Login and Logout URLs in Django
0:45:21 Using Django Login in Views
0:55:37 Face-To-Face Office Hours Houston, Texas

DJANGO FORMS
1:00:32 Using Django Forms Capabilities
1:13:58 Data Validation with Django Forms
1:23:10 Walkthrough Samples - Autos
1:59:23 Face to Face Office Hours Den Haag, NL

ONE TO MANY DATA MODELS
2:03:00 One-to-Many Models Overview
2:08:52 Removing Replication in One-to-Many Models
2:17:28 Storing Primary and Foreign Keys in a DAtabase
2:20:14 Representing One-To-Many Models in Django
2:30:10 Using the Django Shell to Explore One-to-Many Models
2:37:55 Loading One-to-Many Data using a Django Batch Script
2:50:11 Face to Face Office Hours Portland, OR

OWNED ROWS
2:55:33 Owned Rows in Django - Overview
3:01:35 Owned Rows in Django - Generic Views Review
3:11:52 Owned Rows in Django - owner, py
3:24:55 Walkthrough DJ4E Crispy Forms (Crispy) Sample Code
3:37:24 Walkthrough DJ4E My Articles (myarts) Sample Code
4:07:37 Walkthrough DJ4E Bootstrap Menu (menu) Sample Code
4:21:58 Face to Face Office Hours Seattle, WA
4:25:11 Face to FAce Office Hours Perth, Australia

MANY TO MANY MODELS
4:26:58 Many to Many Overview
4:32:31 A Simple Many to Many Example in Django
4:45:07 Many to Many Data Models for Courses and Membership
4:53:44 Building a Django Batch Script to Load Data from CSV
5:10:35 Face to Face Office Hours, Bletchley Park, UK
5:20:23 Dr. Chuck pretends he has a show on the travel channel


Using JavaScript, JQuery, and JSON in Django

JAVASCRIPT
5:25:22 Welcome to the Course
5:26:53 JavaScript Overview and HIstory
5:36:51 JavaScript in the Browser
5:50:54 The JavaScript Language
6:07:51 JavaScript Functions and Arrays
6:14:53 JavaScript Control Structures
6:21:30 Brendah Eich - Inventing JavaScript
6:33:30 Face to Face Office Hours Barcelona, Spain

OBJECT ORIENTED JAVASCRIPT
6:35:41 JavaScript Object Oriented Concepts
6:40:02 JavaScript Object Oriented Classes
6:53:15 Walkthrough DJ4E Pictures (pics) Sample Code
7:26:21 walkthrough DJ4E Forum (forum) Sample Code
7:51:48 Face to Face Office Hours Atlanta, GA
7:55:04 Dr. Chuck Pretends to be an CNN Anchor

JQUERY
7:59:11 JQuery and the Document Object Model
8:11:49 Walkthrough DJ4E DOM Sample Code
8:23:03 Using jQuery
8:51:36 Walkthrough DJ4E jQuery Setup Sample Code
8:59:50 Walkthrough DJ4E jQuery Events Sample Code
9:08:07 Walkthrough DJ4E JQuery DOM Modification
9:12:35 Jon Resig - Building jQuery
9:22:49 Face to Face Hours Boston, MA

JSON / AJAX
9:24:51 JSON AJAX Overview
9:39:06 Walkthrough DJ4E JSON Sample Code
9:45:08 Builiding an AJAX with Django
9:55:01 Walkthrough DJ4E JSON (chat) Sample Code
10:12:54 Walkthrough DJ4E Favicon Sample Code
10:17:05 Walkthrough DJ4E Social Login Code
10:25:52 Walkthrough DJ4E Favorites (favs) Sample Code
10:56:12 Douglas Crockford - Discovering jSON
11:03:20 Face to Face Office Hours Zagreb, Croatia
11:06:49 Walkthrough DJ4E Search (well) Sample Code
11:28:19 Walkthrough DJ4E My Article (myarts) Sample Code
11:58:31 Face to Face Office Hours Mountain View, CA

MyLesson
Автор

Thankyou for sharing, it is certainly very useful tutorial👌👍 .... however 💭there is a suggestion that the mouse pointer should be more prominent, so it can be easy for beginners like me to focus on the object under discussion in the flow diagram or slides etc....

nnk
Автор

All of your videos are really great. Full of knowledge... Luv!

rehanahmad
Автор

Coursera courses related to mathematical for machine learning

justiceessiel