Scroll To Top

Advanced Javascript Programming For Modern Web Developer Video Training DVD

₹594₹1,188

Product Sold Out

We will notify you when product is available

Easy learning DVDs

Advanced Javascript Programming For Modern Web Developer Video Training DVD

Advanced Javascript Programming For Modern Web Developer Video Training DVD Buy Advanced Javascript Programming For Modern Web Developer Video Training DVD online at a discounted price from ShopClues.com. Shop Educational CDs products @ Lowest Prices. Shop now! Enjoy Free Shipping & COD across India. EMI options available with Easy Return/Replacement Polices. Easy learning DVDs Product Id : 98250002
₹594 MRP:₹1,188 50% off

Inclusive of all taxes

Get this for as low as: ₹583 How to earn CluesBucks+

English हिंदी

  • 1) Create account & Earn 500 CB+ instantly (New User)
  • 2) Get 100% Cashback as CB+ on all orders*
  • 3) Complete any COD order to earn CB/ CB+
  • 4) Win CB/CB+ as part of our Promotions.
Original Price
Applicable for All Users
Apply cluesbucks+
Deal Price
₹594
(  ₹11 ) 
₹583

*All discounts can be availed in the cart page

Extra CluesBucks+only on VIP Club. Join Now
Sold Out

This product is currently out of stock

  • No Returns & Replacement

    If applicable customer can place a return/replacement request within 10 Days of order delivery.

    In case of damaged/missing/wrong product or empty parcel, the return/replacement request should be placed within 2 days of delivery.

    Know More
  • Payment Options: (Credit Card , Debit Card , Net Banking , Wallets , COD)
Sold by :

Easy Learning DVDs

THANJAVUR , Tamil Nadu

3.7 (32) Reviews
Visit Seller Store
Product Details:

Advanced Javascript Programming For Modern Web Developer Video Training DVD


 Duration 9Hours
Video Lessons : 118

 Course 01 JavaScript Basics for Beginners Introduction to coding  
Duration 1.5 Hours
Video Lessons : 18
Course 02 JavaScript for Beginners with easy examples 
Duration 4 Hours
Video Lessons : 32
Course 03  : Advanced Javascript Programing For Modern Web Developer
Duration 3.5 Hours
Video Lessons : 68

Section 1: Introduction
1 Introduction02:01
2 What is Javascript?01:58
3 Setup Our Tools08:29
4 Download Your Project Files Here

Section 2: Learn Basic HTML5 Before Javascript
5 How to Create HTML Files04:45
6 Understand HTML5 Document04:37
7 File And Folder Stucture of Website Projects02:20
8 Understanding Meta Tags 104:24
9 Understanding Meta Tags 2 02:58
10 Title Tag02:20
11 Style Tag02:19
12 How to Create and Link CSS File05:48
13 How to Create and Link Javascript File02:31
14 Script Tag01:25

Section 3: Drive Into Javascript
15 First Javascript Program "Hello World"05:25
16 "Hello World" Program Code Example
17 Javascript Comments03:44
18 Javascript Comments Code Example
19 Javascript Statements04:01
20 Javascript Statements Code Example
21 Javascript Placements04:12
22 Javascript Placements Code Example

Section 4: Javascript Variables
23 Javascript Variables05:56
24 Javascript Variables Code Example
25 Variables DataType 1 : Numbers02:52
26 Variables DataType 2 : Strings04:23
27 Variables DataType 3 : Boolean02:01

Section 5: Javascript Fuctions
28 Javascript Fuctions04:23
29 Javascript Fuctions Code Example
30 Javascript Fuctions In Action03:21
31 Gobal and Local Variables05:27
32 Gobal and Local Variables Code Example

Section 6: Javascript Return Statement and Operators
33 Javascript Return Statement04:01
34 Return Statement Code Example
35 Javascript Operators05:35
36 Javascript Operators Code Example
37 Assignment Operators03:59
38 Javascript Assignment Operators Code Example

Section 7: Javascript If Else Statements and Switch Case
39 If Else Statements07:50
40 Javascript If Else Statements Code Example
41 Javascript Switch11:11
42 Javascript Switch Code Example

Section 8: Javascript Loops
43 Javascripts Loops : For Loop07:23
44 For Loop Code Example
45 Javascripts Loops : While Loop04:52
46 While Loop Code Example
47 Javascript Loops : Do While Loop06:35
48 Do While Loop Code Example

Section 9: Javascript Arrays and Associative Array
49 Javascript Arrays07:30
50 Arrays Code Example
51 Associative Arrays06:34
52 Associative Arrays Code Example

Section 10: Javascript Event Handlers
53 Event Handlers06:28
54 Event Handlers Code Example
55 onMouseOver06:08
56 onMouseOut04:21
57 onLoad04:40
58 onUnload05:52

Section 11: Javascript Advanced Array Methods
59 Javascript "Join" Method05:35
60 Javascript "Join" Method Code Example
61 Javascript "Pop" Method06:06
62 Javascript "Pop" Method Code Example
63 Javascript "Reverse" Method03:57
64 Javascript "Reverse" Method Code Example
65 Javascript "Push" Method04:20
66 Javascript "Push" Method Code Example
67 Javascript "Short" Method03:45
68 Javascript "Short" Method Code Example

Bonus Course : JavaScript for Web Designers Video Training DVD
Duration : 2.43 H:M

Introduction 3m 25s
Welcome 1m 0s
What you should know 46s
Using the exercise files 41s
Compatibility notes 58s

1. JavaScript in Use 6m 31s
What is JavaScript? 1m 36s
Live JavaScript examples 3m 16s
When not to use JavaScript 1m 39s

2. Writing and Debugging 22m 34s
Exploring text editors and browsers 3m 45s
Understanding the console and inspectors 4m 7s
Using a JavaScript console 5m 29s
Getting help with JavaScript 2m 21s
JavaScript jargon 4m 35s
JavaScript jargon: The Document Object Model (DOM) 2m 17s

3. Using JavaScript with HTML Forms 1h 7m
Using information entered by the user 3m 51s
Getting and setting the value of a text field 6m 42s
Getting the value of a select box 2m 58s
Getting the value of radio buttons 5m 13s
Getting the value of checkboxes 2m 26s
Changing the behavior of the submit button 6m 8s
Making sure the form is filled in 5m 54s
Working with user input 6m 23s
Using input values in calculations 9m 24s
Exploring and fixing type errors 6m 27s
Getting and setting text with innerHTML 7m 20s
Challenge: Add and use more fields 1m 6s
Solution: Add and use more fields 3m 53s

4. Creating Navigation Tabs with JavaScript 39m 37s
Create navigation tabs with HTML and CSS 2m 45s
Going from markup to tabs 5m 38s
Making the tabs clickable 6m 32s
Making the tabs activate 7m 11s
Making the tabs switch correctly 3m 11s
Challenge: Simplifying the code 1m 22s
Solution: Simplifying the code 4m 44s
Using event delegation to simplify your code further 8m 14s

5. Using the Google Maps API 34m 35s
What is an API, and what does it do? 3m 7s
Creating a simple map 6m 44s
Changing the map's center point 3m 43s
Changing the map type and zoom level 8m 18s
Adding a marker to the map 3m 10s
Adding a pop-up info window to the marker 4m 51s
Challenge: Modifying the map 1m 4s
Solution: Modifying the map 3m 38s

Conclusion 3m 25s
What's next: More JavaScript 1m 13s
What's next: jQuery 46s
What's next: Other libraries 1m 26s

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

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

Shipping Banner

Key Feature

Brand :   Easy learning DVDs

Educational CD Specificaton

Ideal Course :   Education

Media Specifications

Publisher :   Easy Learning
Author(s) :   
Subject :   Programming

Media Specification

Media Type :   DVD's & CD's
Language :   English

More Details

Maximum Retail Price (inclusive of all taxes) Rs.1188
Common or Generic Name -
Net Contents / Net Quantity -
Manufacturer's Name and Address -
Packer's Name and Address -
Marketer's name and Address -
Importer's Name and Address -
Country of Origin / Manufacture / Assembly India

Rating & Reviews

0
5
0
4
0
3
0
2
0
1
0

0 Ratings, 0 Reviews

Please Note: Seller assumes all responsibility for the products listed and sold . If you want to report an intellectual property right violation of this product, please click here.
Some text some message..