Formazione Cisco

Insoft Services è uno dei pochi fornitori di formazione in EMEAR a offrire una gamma completa di certificazione Cisco e formazione tecnologica specializzata.

Dettagli

Certificazioni Cisco

Sperimenta un approccio di apprendimento misto che combina il meglio della formazione con istruttore e dell'e-learning autogestito per aiutarti a prepararti per l'esame di certificazione.

Dettagli

Cisco Learning Credits

I Cisco Learning Credits (CLC) sono voucher di formazione prepagati riscattati direttamente con Cisco che semplificano la pianificazione del successo durante l'acquisto di prodotti e servizi Cisco.

Dettagli

Formazione Continua

The Cisco Continuing Education Program offers all active certification holders flexible options to recertify by completing a variety of eligible training items.

Dettagli

Cisco Digital Learning

Certified employees are VALUED assets. Explore Cisco official Digital Learning Library to educate yourself through recorded sessions.

Dettagli

Cisco Business Enablement

The Cisco Business Enablement Partner Program focuses on sharpening the business skills of Cisco Channel Partners and customers.

Dettagli

Catalogo Cisco

Dettagli

Certificazioni Fortinet

Il programma Fortinet Network Security Expert (NSE) è un programma di formazione e certificazione di otto livelli per insegnare agli ingegneri la sicurezza della loro rete per le competenze e l'esperienza di Fortinet FW.

Dettagli

Corsi di formazione tecnica

Insoft è riconosciuto come Fortinet Authorized Training Center in sedi selezionate in tutta l'EMEA.

Corsi tecnici

Catalogo Fortinet

Esplora un'ampia varietà di programmi Fortinet in diversi paesi e corsi online.

Dettagli

Stato ATC

Controlla il nostro stato ATC in tutti i paesi selezionati in Europa.

Dettagli

Fortinet Servizi Professionale

Il team riconosciuto a livello globale di esperti certificati ti aiuta a fare una transizione più fluida con i nostri pacchetti di consulenza, installazione e migrazione predefiniti per una vasta gamma di prodotti Fortinet.

Dettagli

Catalogo Microsoft

Insoft Services fornisce formazione Microsoft in EMEAR. Offriamo corsi di formazione tecnica e certificazione Microsoft guidati da istruttori di livello mondiale.

Corsi tecnici

Corsi di formazione

Impara conoscenze e abilità eccezionali di Extreme Networks.Find all the Extreme Networks online and instructor led class room based calendar here.

Corsi tecnici

Certificazioni Extreme

Forniamo un curriculum completo di competenze tecniche sul conseguimento della certificazione.

Dettagli

Catalogo Extreme

Dettagli

Accreditamento ATP

In qualità di partner di formazione autorizzato (ATP), Insoft Services garantisce che tu riceva i più alti standard di istruzione disponibili.

Dettagli

Pacchetti di consulenza

Forniamo un supporto innovativo e avanzato per la progettazione, l'implementazione e l'ottimizzazione delle soluzioni IT.La nostra base di clienti comprende alcune delle più grandi telco a livello globale.

Soluzioni & Servizi

Il team riconosciuto a livello globale di esperti certificati ti aiuta a fare una transizione più fluida con i nostri pacchetti di consulenza, installazione e migrazione predefiniti per una vasta gamma di prodotti Fortinet.

Chi siamo

Insoft fornisce servizi di formazione e consulenza autorizzati per fornitori IP selezionati.Scopri come stiamo rivoluzionando il settore.

Dettagli
  • +39 02 8704 5199
  • Beginning jQuery

    Duration
    4 Giorni
    Delivery
    (Online e in loco)
    Price
    Prezzo su richiesta
    The Beginning jQuery course is a four-day instructor-led training that will show how you can integrate jQuery 3.0 into your web pages, avoid complex JavaScript code, create brilliant animation effects for your web applications, and create a flawless app. This course is ideal for client-side JavaScript developers. You do not need to have any previous experience with jQuery. Begin with configuring and customizing the jQuery environment and get hands-on with DOM manipulation. Learn to integrate jQuery with your favourite backend framework. Learn how the ECMAScript 6 features affect web development with jQuery. Discover how to use the newly introduced JavaScript promises and the new animation API in jQuery 3.0, along with sample code and examples. By the end of the course, you will be able to successfully create a fully-featured and efficient single-page web application and leverage all the new features of jQuery 3.0 effectively.  

    The goal of this course is to provide you with skills in jQuery - a cross-browser JavaScript library used to create dynamic web pages. The jQuery library was written to make DOM manipulation (moving things around a web page) easier for developers. It uses JavaScript to assign HTML elements these attributes. Because it is a library of predefined functions, all you need to start using jQuery is a working knowledge of the syntax and a reference for the functions available to you.

    jQuery has numerous advantages over other JavaScript libraries; some of them being that it is easy to start with, is cross browser-friendly, uses shorter code, has a considerable number of available plugins, and most of all, is easy to use with Ajax. This means there is a considerable market of developers wanting to get into the world of jQuery.

    Lesson 1: Beginning with jQuery 3

    • Making our First jQuery-Powered Web Page
    • Using jQuery with Developer Tools

    Lesson 2: Selecting Elements

    • Understanding the DOM
    • Exploring CSS Selectors
    • DOM Traversal Methods

    Lesson 3: Handling Events

    • Performing Tasks on Page Load
    • Handling Simple Events
    • Event Propagation
    • Altering the Journey “ The Event Object

    Lesson 4: Styling and Animating

    • Modifying CSS with Inline Properties
    • Built-in Animation Effects
    • Creating Custom Animations
    • Simultaneous Versus Queued Effects

    Lesson 5: Manipulating the DOM

    • Manipulating Attributes and Properties
    • DOM Tree Manipulation

    Lesson 6: Working with Ajax

    • Loading Data on Demand
    • Passing Data to the Server
    • Deferreds and Promises

    Lesson 7 jQuery Plugins

    • Using a Plugin
    • jQuery UI
    • jQuery Mobile

    Lesson 8: Advanced Selectors, Traversing, and DOM Manipulation

    • Selecting and Traversing Revisited
    • Writing a Custom Selector Plugin
    • Using HTML5 Data Attributes
    • Revisiting Attribute Manipulation

    Lesson 9: Advanced Events and Effects

    • Event Delegation
    • Defining Custom Events
    • Interrupting Animations
    • Multi-property Easing and Deferred Objects

    Lesson 10: Advanced Ajax

    • Fetching Data with CORS
    • Using the jqXHR Object
    • Extending Ajax Capabilities

    You do not need to have any previous experience with jQuery, although basic JavaScript programming knowledge is necessary. You should know the basics of JavaScript, including variables, functions, and selecting DOM elements. You should also have a basic knowledge of HTML5 and CSS3 syntax.

     

    Hardware

    This course will require a computer system for the instructor and one for each student. The minimum hardware requirements are as follows:

    • Processor: i3
    • Memory: 2 GB RAM
    • Hard disk: 10 GB
    • Internet connection

     

    Software

    For this course, we will use the following software:

    The Beginning jQuery course is a four-day instructor-led training that will show how you can integrate jQuery 3.0 into your web pages, avoid complex JavaScript code, create brilliant animation effects for your web applications, and create a flawless app. This course is ideal for client-side JavaScript developers. You do not need to have any previous experience with jQuery. Begin with configuring and customizing the jQuery environment and get hands-on with DOM manipulation. Learn to integrate jQuery with your favourite backend framework. Learn how the ECMAScript 6 features affect web development with jQuery. Discover how to use the newly introduced JavaScript promises and the new animation API in jQuery 3.0, along with sample code and examples. By the end of the course, you will be able to successfully create a fully-featured and efficient single-page web application and leverage all the new features of jQuery 3.0 effectively.  

    The goal of this course is to provide you with skills in jQuery - a cross-browser JavaScript library used to create dynamic web pages. The jQuery library was written to make DOM manipulation (moving things around a web page) easier for developers. It uses JavaScript to assign HTML elements these attributes. Because it is a library of predefined functions, all you need to start using jQuery is a working knowledge of the syntax and a reference for the functions available to you.

    jQuery has numerous advantages over other JavaScript libraries; some of them being that it is easy to start with, is cross browser-friendly, uses shorter code, has a considerable number of available plugins, and most of all, is easy to use with Ajax. This means there is a considerable market of developers wanting to get into the world of jQuery.

    Lesson 1: Beginning with jQuery 3

    • Making our First jQuery-Powered Web Page
    • Using jQuery with Developer Tools

    Lesson 2: Selecting Elements

    • Understanding the DOM
    • Exploring CSS Selectors
    • DOM Traversal Methods

    Lesson 3: Handling Events

    • Performing Tasks on Page Load
    • Handling Simple Events
    • Event Propagation
    • Altering the Journey “ The Event Object

    Lesson 4: Styling and Animating

    • Modifying CSS with Inline Properties
    • Built-in Animation Effects
    • Creating Custom Animations
    • Simultaneous Versus Queued Effects

    Lesson 5: Manipulating the DOM

    • Manipulating Attributes and Properties
    • DOM Tree Manipulation

    Lesson 6: Working with Ajax

    • Loading Data on Demand
    • Passing Data to the Server
    • Deferreds and Promises

    Lesson 7 jQuery Plugins

    • Using a Plugin
    • jQuery UI
    • jQuery Mobile

    Lesson 8: Advanced Selectors, Traversing, and DOM Manipulation

    • Selecting and Traversing Revisited
    • Writing a Custom Selector Plugin
    • Using HTML5 Data Attributes
    • Revisiting Attribute Manipulation

    Lesson 9: Advanced Events and Effects

    • Event Delegation
    • Defining Custom Events
    • Interrupting Animations
    • Multi-property Easing and Deferred Objects

    Lesson 10: Advanced Ajax

    • Fetching Data with CORS
    • Using the jqXHR Object
    • Extending Ajax Capabilities

    You do not need to have any previous experience with jQuery, although basic JavaScript programming knowledge is necessary. You should know the basics of JavaScript, including variables, functions, and selecting DOM elements. You should also have a basic knowledge of HTML5 and CSS3 syntax.

     

    Hardware

    This course will require a computer system for the instructor and one for each student. The minimum hardware requirements are as follows:

    • Processor: i3
    • Memory: 2 GB RAM
    • Hard disk: 10 GB
    • Internet connection

     

    Software

    For this course, we will use the following software:

      Programma
      Data su richiesta

    Follow Up Courses

    Filtra
    • 3 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 3 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 5 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 5 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 3 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 4 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 5 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 5 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 4 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 2 Giorni
      Data su richiesta
      Price on Request
      Book Now

    Know someone who´d be interested in this course?
    Let them know...

    Use the hashtag #InsoftLearning to talk about this course and find students like you on social media.