Advantages and Disadvantages of Web 2.0

The Advantages and Disadvantages of Web 2.0 While Web 2.0 has become a popular term these days, few people have taken the time to weigh the pros and cons of these evolutionary change. While the advantages are heavily touted by those who are proponents of Web 2.0, there are also those who feel that this technology will do more harm than good. In this article, I wish to go over the key advantages and disadvantages of Web 2.0, and this will give readers the ability to decide what they think.… Read More

JavaScript Confirm Box

JavaScript Confirm Box In the previous section of this tutorial JavaScript Alert Box, we discussed about alert boxes. In this section, you will learn about JavaScript confirm box and prompt box. Confirm Box: The confirm box is a box that pops up with both an OK and a Cancel button. The confirm box is used to verify acceptance from the user. If the user accepts, then the user presses the OK button and the confirm box returns with a true value. If the user rejects with the Cancel button, then… Read More

JavaScript Alert Box

JavaScript Alert Box In this JavaScript tutorial, you will learn about JavaScript alert box along with code for placing the alert box when page is loaded. There are three types of popup boxes that can be created using JavaScript. Depending on the needs of user, the programmer can create any of these types of popup boxes using JavaScript.  Three kinds of popup boxes created using JavaScript are: Alert Box Confirm Box Prompt Box Let us now learn how to create each of these popup boxes using JavaScript. Alert Box: This… Read More