Archive for the ‘Master CIW Web Site Manager’ category

What is OSPF?

November 1st, 2009

Open Shortest Path First (OSPF) is a routing protocol that is used in large networks. Internet Engineering Task Force (IETF) designates OSPF as one of the Interior Gateway Protocols. A host uses OSPF to obtain a change in the routing table and to immediately multicast updated information to all the other hosts in the network.

Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is the selectedIndex property?

October 27th, 2009

Every item added in a list has an index. The index of the first item is zero. The index of the last item is one less than the total number of items in the list. The selectedIndex property selects the item according to its index. The syntax of the selectedIndex property is as follows:

Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

The Window Object: Its Properties, Methods, and Events.

October 27th, 2009

The world is full of objects. Each object can be recognized by its unique property. Every object contains methods and events that help the users to use the object. For example, if you are driving a car or pressing the accelerator, it is an event. The increasing of the speed is a method that is invoked when the accelerator is pressed. In a similar way, JavaScript contains many objects. Each object has its own properties, methods, and events. With the help of these properties, methods, and events, the objects can be used to make a Web page or Web site interactive.

Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is AutoFill?

September 29th, 2009

The AutoFill feature of a browser automatically fills the text in the text box as the user types. It does not suggest any options as done by the AutoComplete feature. The AutoFill feature can be set by the user of the browser and not by the author of the Web site.

Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is a textfield object?

September 28th, 2009

A textfield object is a form element that is used to display a single line text. This object is used to display the results of a script calculation, string manipulation, etc. A textfield object can be inserted by using the input tag within the form tag.

For example:

Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is the window object?

September 28th, 2009

The window object has the unique position of being at the top of the JavaScript object hierarchy. It can be used to access the URL of the window by using its location property, or it can access the content of the window by using its document property. Since all actions are performed in the window, the window object reference is usually omitted.

Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is the write method?

September 28th, 2009

The document object is related to the content area of a browser window. The document object contains a rich set of properties and methods that help the programmer to insert text and images in an HTML document. The write method is one of the methods of the document object that is used to write contents dynamically on a Web page. The write method can also be used to create a Web page dynamically.

Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is the modulo operator?

September 28th, 2009

The modulo operator is used to find out the remainder after a division has been completed. Its sign is %. This can be used with integers and floating point numbers.

The following example will demonstrate the use of the modulo operator:

<script language=”javascript”>
var a=10
var b=4
var c=a%b
document.write(c)
</script>

Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is the operator precedence?

September 28th, 2009

The operator precedence is an arrangement of operators in JavaScript. It decides the priority of the operators in a complex statement. In other words, it decides the order of the execution of operators in a complex statement. If a statement consists of more than one operator, the operators are used according to their priority defined in JavaScript.

Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark

What is the dot notation?

September 27th, 2009

JavaScript uses the period (.) to separate components of a hierarchical reference. This convention is adopted from Java. Without the dot notation, referencing the object is not possible. The dot notation is the only way to reference the properties of an object or reference the parent object by the child object.

Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
  • Share/Bookmark
uCertify.com | Our Company | Articles | Contact Us | News and Press Release | uCertify India | Entries (RSS)
MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD    Cisco Certification: CCNA, CCENT    A+, Network+, Security+ Project+
Oracle Certification: OCP 11g, OCP 10g, OCA 11g, OCA 10g    CIW foundation    EC-212-32,    CISSP    Photoshop ACE CS4    Adobe Flash ACE, PMP, CAPM
© 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.