Oreilly - Javascript Fundamentals I and II LiveLessons - 9780137045167
Oreilly - Javascript Fundamentals I and II LiveLessons
by Paul Deitel | Publisher: Prentice Hall | Release Date: May 2015 | ISBN: 9780137045167


JavaScript Fundamentals I and II provides you with all of the training you need to build world-class web applications. Begin with JavaScirpt basics, including control statements, functions, arrays, objects, events, CSS, DOM, and more. Then, master scripting with XML and RSS, and finish by learning to build the rich Ajax appliations that are taking the Web by storm!Your instructor, Paul Deitel, delivers over 14 hours of world-class video training. Using the Deitels' signature "live-code" approach, Paul teaches by analyzing complete working programs, not trivial code fragments.And be sure to check out the extensive web application resources available through the Deitel® Resource Centers at http://www.deitel.com/resourcecenters.html. Each week Deitel announces its latest Resource Centers in its newsletter, the DEITEL®.BUZZ ONLINE: http://www.deitel.com/newsletter/subscribe.html.For the latest information on Deitel publications and to be notified when Deitel content is updated or added, please follow Deitel on:Twitter: @deitel Facebook: http://www.deitel.com/deitelfan This video has a companion Video Enhanced book: JavaScript for Programmers by Paul J. Deitel and Harvey M. Deitel.https://ssl.safaribooksonline.com/9780137013128
  1. Introduction
    • Introduction to Javascript Fundamentals I 00:02:10
  2. Lesson 1: Introduction to XHTML
    • Learning Objectives 00:02:08
    • Installing Firebug and the Web Developer Toolbar in Firefox 00:04:35
    • First XHTML example 00:14:39
    • Heading elements h1 through h6 00:04:33
    • Linking to other web pages 00:10:12
    • Linking to an e-mail address 00:06:50
    • Images in XHTML files 00:10:50
    • Images as link anchors 00:05:17
    • Inserting special characters 00:06:22
    • Unordered list containing hyperlinks 00:02:14
    • Nested and ordered lists 00:06:11
    • Creating a basic table 00:06:53
    • Complex XHTML table 00:06:38
    • Form with hidden fields and a text box 00:09:54
    • Form using a variety of components 00:08:13
    • Internal hyperlinks to make pages more navigable 00:04:51
    • Meta elements provide keywords and a description of a page 00:03:31
  3. Lesson 2: Cascading Style Sheets TM (CSS)
    • Learning Objectives 00:01:52
    • Using inline styles 00:06:30
    • Embedded style sheets 00:11:38
    • Inheritance in style sheets 00:22:50
    • External style sheet and Linking an external style sheet 00:05:34
    • Absolute positioning of elements 00:10:05
    • Relative positioning of elements 00:08:18
    • Adding background images and indentation 00:05:58
    • Element dimensions and text alignment 00:05:14
    • Box model for block-level elements and Borders of block-level elements 00:07:34
    • Floating elements 00:08:25
    • CSS media types 00:06:59
    • CSS drop-down menu 00:07:25
    • Pt measurement for text size, User style sheet, User style sheet applied with pt measurement, em measurement for text size and U 00:04:39
  4. Lesson 3: Introduction to Scripting
    • Learning Objectives 00:01:31
    • Displaying a line of text 00:10:55
    • Printing one line with separate statements 00:07:37
    • Printing on multiple lines with a single statement 00:01:39
    • Alert dialog displaying multiple lines 00:04:01
    • Prompt box used on a welcome screen 00:05:49
    • Addition script (and Using the Firebug Debugger) 00:13:31
    • Using equality and relational operators 00:10:38
  5. Lesson 4: Control Statements I
    • Learning Objectives 00:01:15
    • Counter-controlled repetition to calculate a class average 00:14:33
    • Sentinel-controlled repetition to calculate a class average 00:07:13
    • Examination-results calculation 00:05:34
    • Arithmetic assignment operators 00:02:50
    • Increment and decrement operators and Preincrementing and postincrementing 00:04:48
  6. Lesson 5: Control Statements II
    • Learning Objectives 00:01:29
    • Counter-controlled repetition 00:03:29
    • Counter-controlled repetition with the for statement 00:06:11
    • Summation with the for repetition structure 00:01:42
    • Compound interest calculation with a for loop 00:07:18
    • Using the switch multiple-selection statement 00:09:03
    • Using the do..while repetition statement 00:03:14
    • Using the break statement in a for statement 00:02:38
    • Using the continue statement in a for statement 00:01:58
    • Demonstrating logical operators 00:03:14
  7. Lesson 6: Functions
    • Learning Objectives 00:02:14
    • Programmer-defined function square 00:08:25
    • Programmer-defined maximum function 00:04:42
    • Random integers, shifting and scaling 00:04:17
    • Rolling a six-sided die 6000 times 00:03:09
    • Craps game simulation 00:24:27
    • Scoping example 00:12:15
    • JavaScript global functions 00:01:47
  8. Lesson 7: Arrays
    • Learning Objectives 00:01:04
    • Initializing the elements of an array 00:06:26
    • Declaring and initializing arrays 00:03:31
    • Summing elements of an array 00:02:52
    • Dice-rolling program using an array instead of a switch 00:01:55
    • Random image generation using arrays 00:01:54
    • Passing arrays and individual array elements to functions 00:07:59
    • Sorting an array with Array method sort 00:05:45
    • Initializing multidimensional arrays 00:06:26
    • Online quiz graded with JavaScript 00:07:18
  9. Summary
    • Summary of Javascript Fundamentals I 00:01:03
  10. Introduction
    • Introduction to Javascript Fundamentals II 00:03:37
  11. Lesson 1: Objects
    • Learning Objectives 00:02:55
    • Finding information about JavaScript Objects 00:02:52
    • String methods charAt, charCodeAt, fromCharCode, toLowercase 00:04:27
    • String searching with indexOf and lastIndexOf 00:09:36
    • String object methods split and substring 00:05:54
    • String object XHTML markup methods 00:04:51
    • Date and time methods of the Date object 00:06:52
    • Using the window object to create and modify child windows 00:13:59
    • Using cookies to store user identification data 00:09:04
    • Rich welcome page using several JavaScript concepts and Online quiz in a child window 00:12:32
  12. Lesson 2: Document Object Model
    • Learning Objectives 00:02:44
    • Demonstration of a document's DOM tree 00:07:47
    • Basic DOM functionality 00:26:48
    • Using the links collection 00:12:32
    • Dynamic styles 00:04:31
    • Dynamic styles used for animation 00:14:52
  13. Lesson 3: Events
    • Learning Objectives 00:03:23
    • Event registration models 00:08:20
    • Simple drawing program and some event object properties 00:12:56
    • Events onmouseover and onmouseout 00:13:10
    • Demonstrating the onfocus and onblur events 00:07:17
    • Demonstrating the onsubmit and onreset events 00:06:53
    • Canceling event bubbling 00:05:27
  14. Lesson 4: XML and RSS
    • Learning Objectives 00:05:35
    • XML that describes a baseball player's information 00:07:36
    • XML used to mark up an article 00:04:28
    • Business letter marked up as XML 00:05:57
    • XML namespaces demonstration 00:08:00
    • Default namespace demonstration 00:01:24
    • Document Type Definition (DTD) for a business letter 00:10:08
    • Schema-valid XML document describing a list of books. and XML Schema document for book.xml 00:09:38
    • XML Schema document defining simple and complex types and XML document using the laptop element defined in computer.xsd 00:05:37
    • Expression marked up with MathML and displayed in the Firefox browser and Algebraic equation marked up with MathML and displayed 00:04:41
    • XML document that describes various sports and XSLT that creates elements and attributes in an XHTML document 00:12:28
    • XML document containing book information and XSL document that transforms sorting.xml into XHTML 00:14:59
    • Traversing an XML document using the XML DOM 00:24:37
    • Rendering an RSS feed in a web page using XSLT and JavaScript 00:10:36
  15. Lesson 5: Ajax-Enabled Rich Internet Applications
    • Learning Objectives 00:05:26
    • Classic web application reloading the page for every user interaction 00:01:23
    • Ajax-enabled web application interacting with the server asynchronously 00:03:24
    • Asynchronously display content without reloading the page 00:21:52
    • Image catalog that uses Ajax to request XML data asynchronously 00:16:23
    • Ajax-enabled address-book application 00:49:40
  16. Summary
    • Summary of Javascript Fundamentals II 00:01:29
  17. Oreilly - Javascript Fundamentals I and II LiveLessons

    9780137045167.Javascript.Fundamentals.I.and.II.LiveLessons.part01.OR.rar

    9780137045167.Javascript.Fundamentals.I.and.II.LiveLessons.part02.OR.rar

    9780137045167.Javascript.Fundamentals.I.and.II.LiveLessons.part03.OR.rar

    9780137045167.Javascript.Fundamentals.I.and.II.LiveLessons.part04.OR.rar

    9780137045167.Javascript.Fundamentals.I.and.II.LiveLessons.part05.OR.rar

    9780137045167.Javascript.Fundamentals.I.and.II.LiveLessons.part06.OR.rar

    9780137045167.Javascript.Fundamentals.I.and.II.LiveLessons.part07.OR.rar

    9780137045167.Javascript.Fundamentals.I.and.II.LiveLessons.part08.OR.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss