Search This Blog

Showing posts with label webdesigning. Show all posts
Showing posts with label webdesigning. Show all posts

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

Wednesday, February 15, 2017

Advanced Search Engine Optimization SEO Video Training Course DVD Rs 399/-



Overall Course Duration : 15 Hours



Course 01 - Full SEO for Websites Owners - Boost your Traffic

Lectures 22
Video 2.5 Hours
Skill Level All Levels
Languages English

1 Introduction_to_SEO

2 Keyword_Research 

3 the On-_-Site_Optimization 

4 Off-Site_Optimization 

5 Google_Analytics 

Course 02 SEO - The Complete Guide To Search Engine Optimization

Duration : 2.5 hours


Introduction To SEO

How To Do Keyword Research

How To SEO Optimize Wordpress

Wordpress SEO Plugins We Need To Install

On-Page Seo Techniques

How To Build Links To Our website

Creating a Link Building Timeline

Using Social Media To Help Your Link Building Campaign

How To Create Quality Content That Will Rank Well In Google

Using Analytics To Further Increase Your Search Engine Traffic

How To Get Results

Link Exchange Request Section


Course 03 - International SEO Fundamentals

Duration : 2 hours

Introduction 

1. Overview Profile of International, of SEO 11m 24s 

2. the Getting the Started 28m 50s 

3. Understanding the Aspects the Contents Technical 16m 48s 

4. Understanding the Content and the On-Page the Elements 20m 17s 

5. international, of SEO 12m 35s 

6. Understanding Off-the Site Factors 11m 33s 

7. Your the Measuring the Results 16m 44s 


Course 04 - Analyzing Your Website to Improve SEO

Duration : 1.45 Hours

Introduction

1.Getting to know SEO

2.Preparing to Optimize Your Site

3. Building the Optimization Foundation

4. Working with Outward-Facing Components

5.Coordinating with the Outside World

Conclusion

Course 05 - SEO Training Learn Search Engine Optimization

Duration 5 Hours

1 - the Getting the Started - the Introduction the To of Seo 
2 - the On-Page Optimization 
3 - Off-Page Optimization 
4 - the Site Foundation 
5 - Everything the Else 
6 - Threadflip on-page optimization the Audit - the Video the Tutorial 
7 - Start A the Site the From Scratch the the New - the Video the Tutorial 
8 - Class Handouts

Course 06 : how I get 1,000 visitors a day with SEO

Duration : 1.5 hours


Promotional video - why this course?

Killer myths - the SEO things everyone gets wrong

How does Google think? That's the starting point

Choosing a domain name

Understanding keywords and key phrases

On-page, behind-the-page and off-page

Fireside chats

Course 07 : Start Your Search Engine Optimization Business

1 - Welcome! Introduction to the SEO course

2 - What is of SEO and where clause to learn more about IT

3 - First Method - Build A Website And Then Rent It#

4 - Second Method - Build A Website And Then Sell It

5 - Third Method - Use Your Site For Your Sales

6 - Forth Method - Brand Yourself As A SEO Expert And Get Hired

7 - SEO Propsial Examples


Course 08 :Website Traffic Mastery Build A Huge Audience Without SEO

1 Introduction
 02 Website Traffic - Launch
 03 Website Traffic - Long Term

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

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

Term


Shipping Banner

Monday, September 19, 2016

Learn Bootstrap website designing (4 Course) Video Training Tutorial DVD Rs 399/-




Course 01_Bootstrap 4  Responsive website design 
Duration : 2.5 Hours
35 Video Lessons

Section 1: Learning about the NEW Bootstrap 4
1 Bootstrap 4 Course Introduction04:19
2 Bootstrap 4 setting up and getting started05:31
3 Bootstrap 4 alpha version Notice02:11
4 Bootstrap 4 Resources2 pages
5 Bootstrap 4 new rem sizing08:41
6 Bootstrap 4 bootstrap template04:10
7 bootstrap template1 page
Section 2: Learn about Bootstrap Components
8 Bootstrap 4 Grid Structure08:23
9 Bootstrap 4 Customization options Sass03:27
10 SASS options1 page
11 Bootstrap 4 Flexbox Grid Fix03:19
12 Bootstrap 4 text styling options08:43
13 Bootstrap 4 HTML5 Styling03:22
14 Bootstrap 4 setup of testing area for course03:09
15 Bootstrap 4 Exercise resource1 page
16 Bootstrap 4 working with tables and media queries07:50
17 bootstrap 4 source code3 pages
18 Bootstrap 4 forms09:17
19 Bootstrap 4 reboot03:17
20 Bootstrap 4 new buttons12:39
21 Bootstrap 4 everything about buttons 05:38
22 bootstrap 4 source code Buttons 1 page
23 Bootstrap 4 dropdowns 06:51
24 bootstrap 4 source code dropdowns 2 pages
25 Bootstrap 4 Formatting Components 09:05
26 bootstrap 4 source code examples 2 pages
27 Bootstrap 4 navigation bar 05:03
28 Bootstrap 4 Cool Components 06:16
29 bootstrap 4 source additional components 4 pages
30 Bootstrap 4 modals 02:27
31 Bootstrap 4 Collapsible content 03:22
32 bootstrap 4 source Dynamic4 pages
33 Bootstrap 4 carousel 02:57
34 Bootstrap 4 Utility classes 02:19
35 bootstrap 4 classes1 page


02 Course Build An eCommerce Website From Scratch With PHP & Bootstrap
Duration : 2:47 Hours


01 Introduction
Module 2 - Downloading Essential Software
1 Downloading XAMPP Server
2 Downloading Bootstrap and ATOM
3 - Module 3 - Programming From Scratch
 1 Creating The Top Navigator Bar
2 Creating Drop Down Menus
3 Inserting Background Images Using Code
4 Using Cascading Style Sheets
4 - Module 4 - Working With Products
1 Creating Featured Products - Part A
2 Creating Featured Products - Part B.
Module 3 - Inserting Products
4 Configuring Product Functionality - Part A
5 Configuring Product Functionality - Part B
5 - Module 5 - Working With Database Using PHPmyadmin and MySQL
1 Creating Database Using PHPmyadmin
2 Creating Tables
3 Linking Products With Database - Part A
4 Linking Products With Database - Part B
 6 - Module 6 - Conclusion
1 Course Conclusion
2 Summary

Course 03 : Bootstrap 4 Rapid web development framework HTML CSS JS
Duration : 3.5 Hours
40 Video Lessons

Section 1: Bootstrap Course Introduction
 1 Course Introduction Bootstrap 4 03:16
 2 Bootstrap 4 Introduction to changes and what is possible 04:44
Section 2: Getting Started: Setting Up Bootstrap 4
3 Setting up Bootstrap 07:53
4 Examples of Bootstrap styling 04:10
5 What you can do with Bootstrap Resources 10:39
6  Links to Bootstrap Resources
7 Bootstrap 4 Browser Compatability 03:43
Section 3: Creating Websites with Bootstrap
 8 Structure of Bootstrap 06:52
9 Bootstrap Containers 07:07
10 Bootstrap introduction to the Grid 09:19
11 Working with the Grid 09:05
12 Bootstrap grid push pull offset 06:05
13 Hide elements in Bootstrap 03:05
14 Grid classes
15 Bootstrap Tables 10:29
16 Bootstrap Forms 12:02
17 Bootstrap Buttons 04:49
18 Button Grouping with Bootstrap 02:50
19 Source Code Buttons
20 Working with Images in Bootstrap 06:28
21 Source Code Images
22 Bootstrap JumboTron 02:11
23 Applying Labels to Content in Bootstrap 02:29
24 creating alerts in Bootstrap 04:29
25 Introduction to using Cards in Bootstrap 4 13:42
26 Working with Cards in Bootstrap 08:11
27 Source Code Cards
28 Nav classes in Bootstrap 04:45
29 Source Code Nav
30 Create a navbar with Bootstrap and customize it 06:21
31 Add collapse function to navbar 04:01
32 Create a responsive Navbar 06:46
33 Setting up breadcrumbs in Bootstrap 03:45
34 Source Code Navbar
35 Pagination with Bootstrap 02:26
36 Adding Modals to your website 07:55
37 Source Code Modal
38 Carousel setup in Bootstrap 11:45
39 Update Bootstrap website 08:32
40 Source Code Bootstrap 4 website

Course 04 - Building WordPress Themes With Bootstrap
Video Lessons : 14
Duration : 1.7 hours

How to Make Your Theme WooCommerce Compatible
1.Introduction2 lessons, 03:26
1.1Welcome00:31
1.2The HTML Template02:55
2.Building the Essential Files8 lessons, 1:14:42
2.1Preparing the Theme Files06:35
2.2Beginning the Page Header11:30
2.3Completing the Page Header10:38
2.4Creating the Blog Page Content and Footer11:21
2.5Completing the Blog Page Content and Footer14:50
2.6Creating the Blog Page Sidebar05:41
2.7Loading the Necessary Scripts08:32
2.8Creating the Post Page05:35
3.Creating Custom Elements3 lessons, 22:32
3.1Creating the Recent Projects Widget07:25
3.2Creating the Homepage10:53
3.3Creating the Contact Page04:14
4.Conclusion1 lesson, 01:15
4.1Final Words01:15


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

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

Term

Shipping Banner