Search This Blog

Showing posts with label web page creation tutorials. Show all posts
Showing posts with label web page creation tutorials. Show all posts

Wednesday, August 14, 2019

The Complete Web Developer 2019 Beginner to Advanced Video Course on 3 DVDs



Course content

308 Lessons
Overall Duration : 32:33:14

Introduction
5 Lessons
Duration : 13:13

How The Internet Works
8 Lessons
Duration : 24:54

History Of The Web
6 Lessons
Duration : 16:04

HTML 5
11 Lessons
Duration : 40:19

Advanced HTML 5
10 Lessons
Duration : 38:56

CSS
10 Lessons
Duration : 01:02:05

Advanced CSS
12 Lessons
Duration : 26:39

Bootstrap 4, Templates, And Building Your Startup Landing Page
17 Lessons
Duration : 47:42

CSS Grid  CSS Layout
14 Lessons
Duration : 01:11:33

Career Of A Web Developer
7 Lessons
Duration : 37:23

Javascript
22 Lessons
Duration : 02:42:00

DOM Manipulation
11 Lessons
Duration : 01:26:25

Advanced Javascript
28 Lessons
Duration : 03:31:26

Command Line
2 Lessons
Duration : 10:41

Developer Environment
5 Lessons
Duration : 23:46

Git  Github  Open Source Projects
10 Lessons
Duration : 57:50

A Day In The Life Of A Developer
3 Lessons
Duration : 09:41

NPM  NPM Scripts
5 Lessons
Duration : 38:56

React.js  Redux
27 Lessons
Duration : 04:28:10

HTTP/JSON/AJAX  Asynchronous Javascript
10 Lessons
Duration : 01:36:23

Backend Basics
1 lecture
Duration : 12:07

APIs
4 Lessons
Duration : 14:43

FINAL PROJECT: SmartBrain Front-End
8 Lessons
Duration : 02:00:44

Node.js  Express.js
15 Lessons
Duration : 01:44:34

FINAL PROJECT: SmartBrain Back-End -- Server
11 Lessons
Duration : 01:38:33

Databases
13 Lessons
Duration : 56:41

FINAL PROJECT: SmartBrain Back-End -- Database
9 Lessons
Duration : 01:02:10

Production  Deployment
8 Lessons
Duration : 01:28:39

Where To Go From Here?
8 Lessons
Duration : 09:39

Bonus: Part 2  Extras
3 Lessons
Duration : 20:02

Extra: For Windows Users
5 Lessons
Duration : 24:19

Tuesday, September 25, 2018

Angular 2 Complete E-Commerce App Course Java,Spring,MySQL Video Training DVD



Duration : 20.5 hours
sample codes : yes

Intro and Preparation
Source Files 
Intro and Course Overview
Project Tour
Project Modules
Tools
Getting Started
Angular-Cli
Scaffolding Admin-Portal
Add Nav-Bar Component
Add Nav Tool Bar and Links
About Session Management
Jump Start with Backend
Spring Boot
Entity-Relation Diagram 
Security Domain Models
Adding More Security Models
Spring Security Config
Adding Security Utility
Add MySQL Database
Adding User Data
Adding Spring Session
Adding Pre-flight Filter
Admin-Portal - Part 1
Adding Login Service
Adding Login Template
Testing Login Function
Add Check Session
Finishing Up Login Function
Add New Book
Add New Book Continued
Add Book Service
Add Book Domain Model and Book Services
Add Upload Image
Test Upload Image
Admin Portal - Part 2
Add View Book List
Add View Book List Continued
Add View Book Detail Component
Add View Book Detail Template
Edit Book Detail Component
Finish Up Editing Book
Add Delete Book
Finish Delete Function
Delete Function Bug Fix and Admin Portal Wrap Up
Store Front - Part 1
Introduction
Setup Folder Structure
Add Nav Bar
Add Home Page Template
Add My Account
Add My Account - Continued
Add My Account Template
Add My Account Template Continued
Store Front - Part 2
Add New User Resource
Add New User Resource Continued
Add Forget Password
Add Edit User Info
Add Edit User Info Template
Add Edit User Info Resource
Finish Edit User Info Function
Store Front - Part 3
Add User Payment
Add User Payment - Continued
Add User Payment Template
Add User Payment Template - Continued
Add User Payment Resource
Add User Payment Service
Verify User Payment Function
Add User Shipping
Add User Shipping Template
Add User Shipping Resource
Verify User Shipping Function
Store Front - Part 4
Add Book List Template
Add Book List Template - Continued
Add Book List Resource
Add Book Detail Component
Add Book Detail Template
Add Shopping Cart Component
Add Shopping Cart Template
Add Shopping Cart Models
Add Shopping Cart Services
Add Shopping Cart Resource
Verify Shopping Cart
Store Front - Part 5
Add Order Component
Add Order Template
Add Order Template - Continued
Add Order Template - Continued part 2
Fix Order Component Issues
Add Order Domain Models
Add Order Resource
Verify Order Checkout
Add Order Summary
Finish Up Order Summary
Add Search By Title
Wrap Up
Closing

Buy This Course DVD Now @







                          






x

Sunday, July 15, 2018

Learn Modern JavaScript From The Beginning to Advance Level Video Training DVD



Duration: 21 Hours
119 Video Lessons

1. Welcome To The Course
2. Project Files & Questions
3. Visual Studio Code Setup
4. Section Intro & File Setup
5. Using The Console
6. Variables - var, let & const
7. Data Types in JavaScript
8. Type Conversion
9. Numbers & The Math Object
10. String Methods & Concatenation
11. Template Literals
12. Arrays & Array Methods
13. Object Literals
14. Dates & Times
15. If Statements & Comparison Operators
16. Switches
17. Function Declarations & Expressions
18. General Loops
19. A Look At The Window Object
20. Block Scope With let & const
21. What Is The DOM
22. Examining The Document Object
23. DOM Selectors For Single Elements
24. DOM Selectors For Multiple Elements
25. Traversing The DOM
26. Creating Elements
27. Removing & Replacing Elements
28. Event Listeners & The Event Object
29. Mouse Events
30. Keyboard & Input Events
31. Event Bubbling & Delegation
32. Local & Session Storage
33. Task List [Part 1] - UI & Add Task Items
34. Task List [Part 2] - Delete & Filter Tasks
35. Task List [Part 3] - Persist To Local Storage
36. Loan Calculator [Part 1] - Build The UI
37 Loan Calculator [Part 2] Calculate & Error
38. Loan Calculator [Part 3] - Loader & User Experience
39. Number Guesser [Part 1] - Build The UI
40. Number Guesser [Part 2] - Validation & Winning Case
41. Number Guesser [Part 3] - Lose Case & Game Over
42. Number Guesser [Part 4] - Play Again
43. Constructors & the 'this' Keyword
44. Built In Constructors
45. Prototypes Explained
46. Prototypal Inheritance
47. Using Object.create
48. ES6 Classes
49. Sub Classes
50. Build The Book List UI
51. Add Book To List
52. Validation & Alert
53. Delete Book From List
54. Convert to ES6 Classes
55. Bonus - Add Local Storage
56. What Is Asynchronous Programming
57. Ajax & XHR Introduction
58. XHR Object Methods & Working With Text
59. Working With Ajax & JSON
60. Data From an External API - Chuck Norris Project
61. REST APIs & HTTP Requests
62. Callback Functions
63. Custom HTTP Library (Ajax With Callbacks) - Part 1
64. Custom HTTP Library (Ajax With Callbacks) - Part 2
65. ES6 Promises
66. The Fetch API
67. Arrow Functions
68. Custom HTTP Library (Fetch With Promises) - Part 3
69. Async & Await
70. Custom HTTP Library (Fetch With Async Await) - Part 4
71. Github Finder [Part 1] - Intro & UI
72. Github Finder [Part 2] - Fetching Prole
73. Github Finder [Part 3] - Display The Prole
74. Github Finder [Part 4] - Show Alert Message
75. Github Finder [Part 5] - Fetch & Display Repos
76. WeatherJS [Part 1] - Intro & UI
77. WeatherJS [Part 2] - Fetch Weather From API
78. WeatherJS [Part 3] - Display The Weather
79. WeatherJS [Part 4] - Save Location To Local Storage
80. Error Handling with Try.Catch
81. Regular Expressions [Part 1] - Evaluation Functions
82. Regular Expressions [Part 2] - Metacharacter Symbols
83. Regular Expressions [Part 3] - Character Sets & Quantiers
84. Regular Expressions [Part 4] - Shorthand Character Classes
85. Regular Expressions - Form Validation Project
86. Iterators & Generators
87. Profile Scroller - Iterator Mini Project
88. Symbols
89. Destructuring
90. ES6 Maps
91. ES6 Sets
92. What Are Patterns
93. Module & Revealing Module Pattern
94. Singleton Pattern
95. Factory Pattern
96. Observer Pattern
97. Mediator Pattern
98. State Pattern - Small Project
99. Project Introduction
100. Creating The UI With Materialize CSS
101. Controllers & Data Structure
102. Get & Populate Items
103. Add Item To Data Structure
104. Add Item To The UI
105. Add Total Calories
106. Working With The Edit State
107. Updating Items & Total Calories
108. Delete & Clear Items
109. Add & Get From Local Storage
110. Delete & Clear From Local Storage
111. Babel & Webpack Environment Setup
112. Intro To ES2015 Modules
113. Create The UI
114 Create a fake REST API Using JSON Server
115. Get & Display Posts
116. Add Posts & Show Alert
117. Post Edit State & Update [1]
118. Post Edit State & Update [2]
119. Wrap Up & Where To Go From Here

Buy This Course DVD Now @







             







Saturday, July 14, 2018

The Advanced Web Developer Video Training Course DVD



Duration : 34 hours
121 Video Lessons

01 Course Introduction
02 CSS Animations Transforms and Transitions
03 CSS Animations Keyframes
04 Advanced CSS Layout With Flexbox
05 Project Building A Startup Site
06 Async Foundations
07 AJAX Part 1 XHR and Fetch
08 AJAX Part 2 jQuery and Axios
09 Testing With Jasmine
10 Advanced Array Methods
11 Closures and the Keyword this
12 Object Oriented Programming with JavaScript
13 Creating JSON APIs With Node and Mongo
14 Codealong Single Page Todo List with Express Mongo and jQuery
15 ES2015 Part I
16 ES2015 Project - Guess the Password
17 ES2015 Part II
18 ES2016 and ES2017
19 D3 and the DOM
20 Data Joins and Update Patterns in D3
21 SVG and D3
22 Intermediate D3
23 D3 Odds and Ends and Advanced Graph Types
24 Project Building a Data Dashboard with D3
25 Introduction To React and JSX
26 Create React App and Props
27 State
28 The Virtual DOM Events and Forms
29 Component Lifecycle Methods
30 Authentication
31 React Router
32 Redux

Buy This Course DVD Now @







            







Wednesday, May 30, 2018

Learn Angular 4 - The Complete Course Video Training on 2 DVDs



Duration : 35 hours

01 Getting Started
02 The Basics
03 Course Project - The Basics
04 Debugging
05 Components Databinding Deep Dive
06 Course Project - Components Databinding
07 Directives Deep Dive
08 Course Project - Directives
09 Using Services Dependency Injection
10 Course Project - Services Dependency Injection
11 Changing Pages with Routing
12 Course Project - Routing
13 Understanding Observables
14 Course Project - Observables
15 Handling Forms in Angular Apps
16 Course Project - Forms
17 Using Pipes to Transform Output
18 Making Http Requests
19 Course Project - Http
20 Authentication Route Protection in Angular Apps
21 Using Angular Modules Optimizing Apps
22 Deploying an Angular App
23 Bonus The HttpClient
24 Bonus Working with NgRx in our Project
25 Bonus Angular Universal
26 Angular Animations
27 A Basic Introduction to Unit Testing in Angular Apps
29 About the Course Update Angular 4
30 Custom Project Workflow Setup
31 Bonus TypeScript Introduction for Angular 2 Usage

Buy This Course DVD Now @







        







Saturday, November 18, 2017

Learn Complete jQuery with Practicals and Projects Video Training Tutorial DVD



Duration : 20 Hours

250 Video Lessons



01_Learn Jquery from Scratch
01 introduction
02 The Basics
03 Selectors keyup and keydown

02_ jQuery for Beginners_ Create Website Animations Easily
01 First Steps
02 Quick introduction To jQuery Coding
03 Animation
04 Extracting Content
05 Creating Content Dynamically

03_ Learn Complete jQuery with Practicals and Projects
01 jQuery Write Less, Do More
02 jQuery Benefits
03 jQuery Installation
04 jQuery Demo App
05 jQuery Selectors jQuery Basic Selectors
06 jQuery Attribute Selectors
07 jQuery Basic Filters
08 jQuery Child Filters
09 jQuery Content Filters
10 jQuery Form Selectors
11 jQuery Hierarchy Selectors
12 jQuery Visibility Filters
13 JQuery Traversal Intro and Ancestor Element
14 Jquery Traversal
15 Jquery DOM Manipulation - Class Attribute Manipulation
16 DOM Manipulation - DOM Insertion
17 DOM Manipulation - DOM Removal and Replacement Method
18 DOM Manipulation - General Attributes
19 DOM Manipulation - Style Attributes
20 Key Board Events
21 Mouse Events
22 Form Events
23 Browser Events
24 DOM Load Events
25 Attaching Event Handlers
26 Basic Effects Introduction
27 Custom Effects
28 Fading Effects
29 Slidng Effects Description
30 Simple Ajax
31 Global Ajax Event Method
32 Helper Functions
33 Low Level Interface
34 Collection Manipulation Data Storage
35 DOM Element Setup Method
36 Jquery Conclusion
Bonus_30 Days to Learn jQuery
Bonus_Query Mobile Essential Training

======================================================================

This DVDs are only suitable for a PC/laptop/Mac; it WILL NOT play on a TV 
======================================================================


Term

Friday, August 4, 2017

Java Web Development Video Training Tutorial DVD Rs 425/-


Duration: 12 hours 

Chapter: Introduction

Course Intro And What To Expect 05m 5s
About The Author 01m 15s
How To Access Your Working Files 01m 15s
Chapter: Getting Started

A Full Code Example To Get Started 04m 30s
A First Look At The Introductory Web App's Pieces 05m 32s
The JSP Template Piece 07m 8s
The Web Server Piece: Tomcat 07m 14s
Technologies In Play With Web Apps 05m 36s
Web Sites, Web Services, And Web Apps: Clearing Up The Jargon 04m 10s
Web App Deployment Part - 1 05m 58s
Web App Deployment Part - 2 07m 43s
Exercise: Web App Deployment 05m 58s
The Database Piece Part - 1 05m 46s
The Database Piece Part - 2 08m 7s
The Database Piece Part - 3 07m 56s
Wrap Up Of Getting Started 03m 46s

Chapter: Web Apps And Databases Using JSP And POJOs

Overview Of The JSPdb Web App 05m 55s
Code Analysis Of The JSPdb Web App 10m 0s
Extending The JSPdb Web App 06m 3s
The JSP-CRUD (Create-Read-Update-Delete) Web App 1 07m 55s
The JSP-CRUD Web App 2 07m 19s
The JSP-CRUD Web App 3 08m 0s
Exercise: Paginating A JSP Web App 04m 37s
Debugging Web Apps 1 10m 25s
Debugging Web Apps 2 06m 17s
Reading Request Parameters In A Web App 08m 49s
Formatting Output With JSTL 07m 42s
Web App Logic And Back-End POJOs 05m 10s
Wrapup Of JSP Basics 05m 37s

Chapter: Servlets

Overview Of The Servlet Interface And Implementations 06m 47s
Flow Of Control In Servlets 05m 27s
A GenericServlet Example 05m 37s
An HTTP Servlet Example 07m 14s
Exercise: The Rock-Scissors-Paper Game And A Servlet Implementation 05m 19s
Overview Of The Ski Equipment Web App 05m 47s
Code Analysis Of The Ski Equipment Web App 1 08m 31s
Code Analysis Of The Ski Equipment Web App 2 07m 57s
Testing: The All-Important Process
07m 42s
HTTP Basics: A Look Under The Hood 06m 42s
Concurrency Issues In Java Web Apps 07m 34s
Concurrency And Database Transactions 06m 37s
Overview Of A Transaction In The Ski Equipment Web App 05m 42s
Code Analysis Of A Transaction In The Ski Equipment Web App 08m 19s
Wrapup Of JSP And JDBC Interaction 06m 8s
Exercise: Hands-On With JDBC And The Database 05m 45s

Chapter: The Legendary Shopping Cart Example

Overview Of The Shopping Cart As A Web App 06m 23s
Flow Of Control In The Shopping Cart Web App 05m 45s
Shopping Cart Code (Version 1) 09m 17s
Exercise: Extracting Data From HTTP Requests 05m 12s
Setting Up Email For Order Confirmation 05m 46s
Email Confirmation Code 05m 55s
Exercise: Bringing A MVC Style To Order Confirmation 04m 4s
Overview Of ORM (Object Relation Mapping) And JPA (Java Persistence API) 05m 49s
Setting Up The Eclipselink ORM 06m 19s
Overview Of The ORM Code 06m 29s
Analysis Of The ORM Code 06m 38s
Shopping Cart With JPA (Version 2) 06m 47s
Analysis Of The Shopping-Cart-With-JPA Code 07m 40s
Exercise: Using JPA And ORM 04m 36s
Wrapup Of ORM And JPA In The Shopping Cart Examples 05m 52s

Chapter: Extending And Improving The Shopping Cart Web App

Adding A Customer-Registration Module To The Shopping Cart Web App 05m 16s
Customized Tags And Tag Files 05m 53s
Customized Tag Specifics 08m 12s
User-Data Validation And Regular Expressions (Regexes) 07m 30s
Clear Passwords And Message Digests 08m 5s
Analysis Of The Message-Digest Code 07m 14s
Analysis Of The Customer-Registration Code 11m 42s
Exercise: Building A Customized Tag 05m 4s
Wrapup Of Data Validation, Customer Registration, And Customized Tags 05m 32s
Chapter: Bringing Javascript Into Play

Introduction To Javascript And The Dom (Document Object Model) 06m 14s
A Standalone Javascript Example 07m 15s
The Maps Example: Using A Javascript API 07m 15s
Overview Of The CDs Web App: Jquery As A Web-Service Client  04m 57s
Analysis Of The CDs Web App Code 08m 32s
Introduction To Ajax As Partial-Page Updating 09m 8s
Overview Of The Ajax Polling Example 06m 9s
Analysis Of The Ajax Polling Code 06m 28s
Exercise: Using Javascript To Process JSON (Javascript Object Notation) Documents 08m 10s
Javascript And HTML5: A Shift In Who Does What 08m 23s
Analysis Of JQuery UI And HTML5 Code For Using Calendars To Input Dates 08m 26s
Wrapup Of Javascript And JS Frameworks Such As JQuery 07m 8s

Chapter: JSF Java Server Faces: A Higher-Level Framework For Web Apps

An Overview Of JSF 08m 1s
The Question Of File Extensions: .JSF And .XHTML 06m 6s
Overview Of The Tempconvert Web App In JSF 06m 30s
Analysis Of The Tempconvert Code 1 09m 26s
Analysis Of The Tempconvert Code 2 08m 48s
Analysis Of The Tempconvert Code 3 06m 3s
JSF Architecture And Special Features 09m 30s
Namespaces And Customized Tags In JSF 06m 46s
Overview Of The JSFskis Web App 09m 9s
Analysis Of The JSFskis Code 1 06m 36s
Analysis Of The JSFskis Code 2 08m 1s
Exercise: Writing A Web App In JSF 05m 44s
Wrapup Of JSF 08m 19s

Chapter: Web App Security: Wire-Level Security

Overview Of Security: What We've Seen So Far, Where We're Going Next 09m 2s
Peer Authentication In Wire-Level Security: The Basic Ideas 07m 30s
Analysis Of The Peer Authentication Code 06m 44s
Review Of The Major Points In Wire-Level Security 07m 32s
HTTPs Handshake 07m 29s
Enabling Tomcat For HTTPs Connections 07m 57s
A Web App With Mandated HTTPs 07m 47s
Exercise: An HTTPs Web App, Start To Finish 05m 6s
Wrapup Of Wire-Level Security 05m 52s

Chapter: Web App Security: User Authentication And Role Authorization

Overview Of Users/Roles Security 06m 58s
Overview Of The URsecure Web App 06m 8s
Analysis Of The URsecure Code 07m 47s
Tomcat Security Realms 07m 20s
Exercise: Improving Security Management In The URsecure Web App 06m 37s
Wrapup Of Users/Roles Security 06m 26s


======================================================================

This DVDs are only suitable for a PC/laptop/Mac; it WILL NOT play on a TV 
======================================================================

Term


Shipping Banner