Coding in different programming languages demands special attention to be given to strings. In general terms, strings refer to a sequence of characters... Read more
A simple JavaScript code has been developed to help protect various sources that have been utilised on a designed webpage. All that one needs to do is... Read more
Suppose that we have a div containing the images that are masked when the page loads and upon mouse over on a link, the div becomes visible (when the cursor... Read more
Individuals wishing to download videos often turn to the YouTube website. People working with JavaScript often need or want to have it on DSI too (with the... Read more
Strings play a very important role in programming and should be handled carefully to avoid getting any errors. Many programming languages like Strings have... Read more
Ajax (Asynchronous JavaScript and XML) is a programming language which involves JavaScript code, XML data, HTML markup and a server side programming... Read more
In Javascript an apostrophe is used to insert a piece of string into a code. However, if the piece of the string has special characters like an apostrophe,... Read more
Webmasters can add functionality to web pages by incorporating Javascript into the HTML code. Javascript is a scripting language that is used to write... Read more
Uploading multiple files is a major task for webmasters, which consumes a lot of time and requires proper software. AJAX provides a simple and convenient... Read more
Javascript is used across the world by programmers to create rich and dynamic web pages. There are various in-built methods available that enable... Read more
The script below defines a converter for units of measurements that works with Javascript only and that can be used locally in the browser, without the need... Read more
I am looking for a JavaScript code that would allow me to display text in a defined area when I click on a link. The page in question is composed of blocks... Read more
To customize your JavaScript settings under Opera (such as, editing the status field, resizing windows ..etc) Open Opera Click on the "Menu" button >... Read more
The style property : height can be used to modify the height of an html element in javascript. For this you can refer to the following: Below is an... Read more
Here below is a script that creates a hyperlink directing visitor to an address chosen at random from a list. The following code is inserted between <HEAD>... Read more
It is sometimes very nice to display a message thanking your visitors for their visit. This tip is designed to show you how. Copy/Paste this code between... Read more
To disable Javascript: Click on Tools > Options > Under the Hood In the Privacy section, click on "Content Settings" Scroll to the Javascript section and... Read more
To create some kind of spoiler that will allow you to display and hide a div on click, here's a small script written byalex59fr Here we have two div:... Read more
As with PHP, Javascript allows you to change the greeting based on the time of the day, thus you can change a "Good morning " to "Good evening" according to... Read more
JavaScript and Java are thought to be same language or that JavaScript is believed to be some kind of lighter version of Java. Java and JavaScript are two... Read more