Logo

Building Front-End Web Apps with Plain JavaScript

Small book cover: Building Front-End Web Apps with Plain JavaScript

Building Front-End Web Apps with Plain JavaScript
by

Publisher: Web-Engineering.info
Number of pages: 262

Description:
This book shows how to build front-end web applications with plain JavaScript, not using any (third-party) framework or library. A front-end web application can be provided by any web server, but it is executed on the user's computer device (smartphone, tablet or notebook), and not on the remote web server. Typically, but not necessarily, a front-end web application is a single-user application, which is not shared with other users.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Programming JavaScript ApplicationsProgramming JavaScript Applications
by - O'Reilly Media
Learn how to build complete web scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this book, you'll learn how to write flexible and resilient code that's easier to work with.
(9924 views)
Book cover: Introduction to JavaScriptIntroduction to JavaScript
by - Foothill College
This introduction to JavaScript covers the Document Object Model, JavaScript elements, events and event handlers, incorporating JavaScript into your HTML pages, program control, functions, arrays, forms, form handlers, environmental variables, etc.
(14053 views)
Book cover: The Ugly JavaScript BookThe Ugly JavaScript Book
by
If you just want to be able to do some stuff with JavaScript, this little JavaScript book may help you implement the things that you want to happen at your web site. So this tutorial will concentrate on teaching you to do things.
(18622 views)
Book cover: Recipes with Angular.jsRecipes with Angular.js
by - Ruboss Technology Corporation
Angular.js is an open-source Javascript MVC (Model-View-Controller) framework developed by Google. If you are using Angular.js, or considering it, this cookbook provides easy to follow recipes for issues you are likely to face.
(11591 views)