JavaScript is an action-oriented model of the World Wide Web. Elements of a Web page, such as a button or checkbox, may trigger actions or events. When one of these events occurs, a corresponding piece of JavaScript code, usually a JavaScript function, is executed. And that function, in turn, is composed of various statements whichContinue reading “JavaScript Applicability”
Author Archives: scpl
JavaScript Arrays
Objects are just arrays of properties. However, properties are accessed somewhat differently than array elements. New properties added to an object at any time. It is possible because properties usually only use the left side of the array. The array creation functions organized into two categories: those that place the enhanced properties at the end,Continue reading “JavaScript Arrays”
JavaScript Use and Functions
Javascript is structured and interpreted object-oriented language. JavaScript gives you access to the entire Web page. You can modify properties of the page or any element of the page. You can also create new documents or update parts of a form. JavaScript is designed to be easy to learn and convenient to use by almostContinue reading “JavaScript Use and Functions”
JavaScript and Scripting Languages
The term,'scripting languages' is used to make a distinction from compiled languages. However, some languages like C or C++ could be used for scripting. The term scripting also used because a language would react to, control, or "script" a series of events. Even macro languages built into PC applications like spreadsheets, databases, word processors, andContinue reading “JavaScript and Scripting Languages”
My Image using the JavaScript
Using CSS positioning methods to overlap HTML texts over your images. Search engines will not recognize the text. I suggest you use CSS for that purpose. Set the image into a <Div> as background with the following CSS code Code: <div><p>text on the image</p></div> .img{ width:100px; (same as the image width) height:50px; (same as theContinue reading “My Image using the JavaScript”
Navigation Buttons Using JavaScript
Include JavaScript code from external JS files Create a new file with the extension .js, for example, myscript.js. Put your JavaScript code in this file do not include opening and closing SCRIPT tags in the .js file! To embed myscript.js into your Web page, use these tags in your HTML file: http://myscript.js Companies Price ServerContinue reading “Navigation Buttons Using JavaScript”
Browsers supporting JavaScript
* Microsoft Internet Explorer * Any other browser/product whose vendor licensed or implemented JavaScript interpreter (for example, Opera). To prevent old browsers from displaying your JS code, do the following: 1. Immediately after the opening <script> tag, put a one-line HTML-style comment without the closing characters so that the first two lines of your scriptContinue reading “Browsers supporting JavaScript”
JavaScript for The Web Development
In the present scenario, the academics and programmers are experiencing explosive growth and the people are taking an unparalleled interest in the web. Web pages created at an astonishing rate. There is a fundamental challenge of Web page development to create an attractive and exciting websites. The Java programming language was introduced to extend theContinue reading “JavaScript for The Web Development”
ColdFusion MX
Macromedia’s Rapid Server Scripting Environment It conceived and designed specifically to help HTML programmers create database-oriented web applications. Promising from the start, significant improvements were made over the years leading to ColdFusion 5.0. The Allaire Corporation was acquired by Macromedia in 2001, and since then ColdFusion has been integrated with Macromedia’s industry-leading development software –Continue reading “ColdFusion MX”
VBScript Methods & Properties
When the page first loads, it connects to the Microsoft Web site, which appears in the frame. You can follow the hyperlinks of this document to switch to any other page on the same Web site or to visit another site. Some hyperlinks, however, cause the destination page to be displayed on the parent page,Continue reading “VBScript Methods & Properties”
