JavaScript Performance
eBook - ePub

JavaScript Performance

  1. 160 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

JavaScript Performance

About this book

JavaScript, die "am häufigsten mißverstandene Programmiersprache der Welt" (Douglas Crockford), ist trotz ihrer syntaktischen Mehrdeutigkeiten zur Leitsprache des Internets geworden. Auf nahezu jedem PC dieser Welt läuft mindestens ein Interpreter, sie ist auf dem Smartphone ebenso zuhause wie in der Server-Welt. Wo das Web dynamisch ist, spielt JavaScript fast immer die entscheidende Rolle. Doch populär wurde JavaScript erst durch die mit dem AJAX-Hype einsetzende Fokussierung auf Nutzerfreundlichkeit und Interaktion. Web 2.0 ohne JavaScript? Undenkbar!Die Explosion an Javascript-Bibliotheken in den letzten Jahren erzeugte eine breite Akzeptanz selbst unter den Entwicklern, die der Sprache zuvor wenig mehr als einfache Formvalidierungen zugetraut hatten. Doch die "Bequemlichkeitsbibliotheken" haben auch verhindert, dass sich viele Entwickler eingehender mit der Sprache beschäftigten. JavaScript ist eine interpretierte Sprache - schlechter Code erzeugt also fast zwangsläufig eine langsame Anwendung. Und damit unzufriedene Nutzer. Wenn Sie jemals jQuery's "each"-Funktion verwendet haben, um über ein kurzes Array zu iterieren, dann ist "JavaScript Performance" das richtige Buch für Sie!Angefangen von grundlegenden Betrachtungen der Sprache - Variablen, Operatoren, Typen, Schleifen - bietet es eine Fülle von Lösungen für gängige Problemstellungen wie der schnellen Verkettung von Strings oder effektiver DOM-Manipulation. Darauf aufbauend liefert "JavaScript Performance" zahlreiche Hinweise zum Umgang mit bekannten Bibliotheken wie jQuery, Prototype oder Node.JS sowie Neuerungen in der HTML5-Spezifikation. Ergänzende Links zu Performance-Tests belegen für die meisten Beispiele eindrücklich, wie mit einfachen Veränderungen imposante Verbesserungen erzielt werden können.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access JavaScript Performance by Markus Nix in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in JavaScript. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Cover
  2. Impressum
  3. Widmung
  4. Vorwort
  5. 1 Grundlagen
  6. 2 Document Object Model (DOM)
  7. 3 Animationen
  8. 4 HTML5
  9. 5 Beliebte Bibliotheken
  10. 6 Anhang
  11. Der Autor