Purchase Solution

JavaScript Advantages And Disadvantages In The Browser

Not what you're looking for?

Ask Custom Question

Evaluate the advantages and disadvantages of using JavaScript on the client-side. Where JavaScript is blocked or disabled, does that amount to a potentially significant business loss?

Purchase this Solution

Solution Summary

The expert evaluates the advantages and disadvantages of using JavaScript on the client-side. The potentially significant business loss is determined.

Solution Preview

Advantages
HTML and JavaScript are the strings of web technology; they have been the foundation of "the modern web" for well over a time. HTML is used to show the content in the browser, and JavaScript enables to go beyond simply reading to meaningful interaction with that content. As users prefer dynamic content over status, the developers are demanded to use more of these intertwined technologies every day.

JavaScript was earlier used as an auxiliary tool for simple form validation of web forms. Flash and JavaScript have coexisted as two powerful choices in the web technology platform. Flash was not even the only plug-in approach; Microsoft had their own answer in Silverlight. Meanwhile, JavaScript has become more dominant in the recent past with the release of HTML5 and relevant to the web platform than ever before. HTML5 got a number of improvements to markup, and with it, all the raw tools we need in the presentation layer to replace everything we used to do with Flash. However, the truth is, without the JavaScript, the functionalities are limited.

JavaScript provides critical support to HTML5' s multimedia and graphics support. Not only can we do the obvious start, stop, seek, and rewind of the media playback programmatically, but we can also change out the media being played, listen for events such as when ...

Solution provided by:
Education
  • BSc (Hons), University of Colombo - Sri Lanka
  • MEngSc, University of Melbourne
  • Certificate IV in Training & Assessment , Australian Business Council
Recent Feedback
  • "Thank you!"
  • "Thank you."
  • "Thanks a lot for you help and support"
  • "Sorry about the late payment but the assignment was sufficient and appreciated. Good work"
  • "Great description! Thank you for your quick response."
Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.