* Cantinho Satkeys

Refresh History
  • FELISCUNHA: cereal killa  Boa noite amigo , eu percebi , aquele abraço  101041
    Hoje às 20:48
  • cereal killa: boas feliscunha  49E09B4F, t5r76 so dava mais jeito  p0i8l p0i8l
    Hoje às 19:04
  • FELISCUNHA: cereal killa   Já mudaste de clube ???   535reqef34
    Hoje às 11:41
  • FELISCUNHA: Bom dia pessoal  49E09B4F
    Hoje às 11:39
  • cereal killa: try65hytr raio da chuva nao acaba  3w45r  9Scp0 9Scp0
    09 de Fevereiro de 2026, 20:18
  • worrierblack: 4tj97u<z
    09 de Fevereiro de 2026, 03:09
  • worrierblack: hello
    09 de Fevereiro de 2026, 03:09
  • worrierblack: hello
    09 de Fevereiro de 2026, 03:09
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    08 de Fevereiro de 2026, 11:39
  • j.s.: tenham um bom fim de semana,   49E09B4F 49E09B4F
    07 de Fevereiro de 2026, 14:31
  • j.s.: dgtgtr a todos  49E09B4F
    07 de Fevereiro de 2026, 14:30
  • FELISCUNHA: ghyt74  pessoall 49E09B4F
    06 de Fevereiro de 2026, 12:00
  • JPratas: try65hytr A Todos  4tj97u<z  2dgh8i k7y8j0 classic
    06 de Fevereiro de 2026, 05:17
  • joca34: ola amigos alguem tem este cd Ti Maria da Peida -  Mãe negra
    05 de Fevereiro de 2026, 16:09
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    03 de Fevereiro de 2026, 11:46
  • Robi80g: CIAO A TUTTI
    03 de Fevereiro de 2026, 10:53
  • Robi80g: THE SWAP FILM WALT DISNEY
    03 de Fevereiro de 2026, 10:50
  • Robi80g: SWAP
    03 de Fevereiro de 2026, 10:50
  • j.s.: dgtgtr a todos  49E09B4F
    02 de Fevereiro de 2026, 16:50
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    02 de Fevereiro de 2026, 11:41

Autor Tópico: Essential JavaScript, jQuery and AngularJS Training  (Lida 362 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 129146
  • Karma: +0/-0
Essential JavaScript, jQuery and AngularJS Training
« em: 29 de Abril de 2020, 17:58 »

Essential JavaScript, jQuery and AngularJS Training
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 2.34 GB
Genre: eLearning Video | Duration: 70 lectures (7 hour) | Language: English

Learn the essentials you'll need to get started with JavaScript, jQuery and AngularJS

What you'll learn

    How to run basic JavaScript programs
    Using primitive data types
    Basic program syntax including strings, operators and numbers
    Using conditional statements and loops
    Arrays, multidimensional arrays, arrays methods, looping through arrays
    Functions, scope functions, self-invoking and anonymous functions, callback functions, functions that return functions
    Working with objects
    The Module Pattern
    Document Object Model
    Event handlers and event listeners
    Understand the basics of the jQuery syntax.
    Know how to set and retrieve values.
    Use jQuery effects to apply special effects to web pages
    Work with jQuery to traverse and filter the DOM.
    Understand how to use jQuery selectors.
    How to use Google Chrome as a browse-based development tool.
    How to combine jQuery events with jQuery selectors.
    Know how to capture a mouse event.
    Discover how to record user events that occur on the user's browser window, a great way to discover usability issues.
    Using jQuery UI, another framework built on JavaScript and jQuery, allowing you to develop rich interface features. This allows you to build a lot of functionality with a small amount of code.
    Understand jQuery UI elements, dialog features, a date picker, and special effects.
    Learn some of the more popular jQuery plugins you can use to expand the functionality of jQuery and reduce the code needed to create.
    Discover how to use CRUD (Create, Read, Update, Delete) capabilities via scope binding.
    Learn about data binding, controllers and creating simple apps.
    Discover the benefits of using Angular.
    Understand the Angular HTTP service.
    Learn about using Angular in IDE projects.
    Discover why using custom directives is important.
    Become fluent in AngularJS terminology.
    Write quicker, better AngularJS code and ultimately save time by using reusable components.

Requirements

    Prerequisites include a foundation of creating basic websites, an understanding of HTML/CSS familiarity, and basic web concepts.
    A browser and a text editor

Description

The Essential JavaScript, JQuery and AngularJS Training Bundle consists of 3 essential training courses to teach you the essentials for each topic.

Courses included with this bundle:

Learn JavaScript for Beginners
Learn the essentials you'll need to get started with JavaScript, which is a popular programming language used to make web pages interactive.

During this course, your instructor will introduce you to executing basic JavaScript programs. You will discover the basics of the language (syntax, strings, data types), and you will understand using loops and conditional statements, and working with arrays. Additionally, this course instructs how to use various functions including scope, callback, return and anonymous functions.

Learn JavaScript for Beginners also teaches about the importance of JavaScript objects and the properties associated with objects. You will also learn details regarding the Document Object Model (DOM), a programming interface that can be accessed by JavaScript.

By the end of this course, you will be confident on the fundamentals needed to effectively program in JavaScript.

jQuery Crash Course
Learn the essentials you'll need to get started with jQuery, the most popular JavaScript library in use today.

During this two-hour crash course, your instructor will introduce you to the basics of the jQuery syntax.

Learn about jQuery selectors, one of the most important parts of the jQuery library, and how to manipulate the Document Object Model (DOM). Discover how jQuery events can be used to register behaviors that take effect when the user interacts with the web browser.

You will also learn how to use jQuery to traverse and filter the DOM, which is used to help find HTML elements.

Learn advanced topics, including how to capture mouse events using the jQuery UI framework and some of the popular jQuery plugins used to extend the power of jQuery.

By the end of this course, you will be confident in your knowledge of the fundamentals needed to effectively use jQuery.
Angular Crash Course for Beginners

Learn the essentials you'll need to get started with AngularJS, a popular open-source web application framework maintained by Google. During this two-hour introductory course, your instructor will introduce you to the basics of AngularJS.

The course is designed for individuals and web development professionals that need to understand the fundamentals of AngularJS.

Learn about data binding, controllers and creating simple apps, along with additional ways to control the data of AngularJS applications with multiple rows of data and scope binding.

Discover how to use CRUD (Create, Read, Update, Delete) capabilities via scope binding.

Learn advanced topics, including using Angular in IDE projects, the Angular HTTP service, using custom directives, and combining binding, validation, and directives.

By the end of this course, you will be confident in your knowledge of the fundamentals needed                                                                                                                                                                                                                    to effectively use AngularJS.

All of our videos are high-definition videos, therefore, they are best viewed with the HD setting on, and the videos enlarged.

Who this course is for:

    Web masters or web designers who need to improve their development skills.
    Web developers and designers looking to learn AngularJS.

Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction