Jquery Callback

jQuery Callback

The jQuery callback function solves a very common problem when dealing with animation. JavaScript statements are executed line by line. There are instances when working with animations, where you do …

How To Vertically Center Content Using Css

How to Vertically Center Content Using CSS

In this tutorial, we are going to cover the various methods of centering content vertically. Centering elements vertically is a task that often introduces additional challenges for web developers. There …

Css3 Text Effects

CSS3 Text Effects

CSS3 brings additional flexibility to web developers when working with text. For example, with CSS3, it is now easy to apply shadows to your text or handle word-wrapping and overflow …

What Is A Vlan?

What is a VLAN?

If you have reached this article, you are trying to find out more information about what a VLAN actually is. The term VLAN is typically used as a synonym for …

Css3 Background-Size Property

CSS3 Background-Size Property

CSS3 adds several new background properties to the CSS standard. These properties allow for much greater control of the target element’s background. In next few tutorials, we will cover the …

Ping And Icmp Error Messages

Ping and ICMP Error Messages

Ping is a network tool mainly used to test whether a host is reachable across an IP network and to measure the round-trip time for packets sent from the source …

The Structure Of An Html Page

The Structure of an HTML Page

An HTML 4 document should begin with a DOCTYPE declaration that declares the version of HTML to which the document conforms. If the declaration is not made, the browser will …

Network Address Translation (Nat)

Network Address Translation (NAT)

On all TCP/IP networks, every device requires a unique IP address. This quickly presented a challenge considering the shortage of IP addresses in the IPv4 scheme. Network Address Translation (NAT) …

Mapping Network Drives Using Vbscript

Mapping Network Drives Using VBScript

One of the most common login scripts used in a domain environment is one that maps network drives for the end-user. There are a few ways that a solution can …

Accessing The Local Registry Using Vbscript

Accessing the Local Registry Using VBScript

Accessing the local registry is quite easy using VBScript. Here are some examples on how to read, write, and delete information from the local registry. RegRead Syntax object.RegRead(strName) More information on …

What Is Adovbs.inc

What is ADOVBS.inc

ADOVBS.inc is a file included with IIS that has all of the ADO constants defined. VBScript does not understand ADO constants, such as AdLockReadOnly, the way VB does. The ADOVBS.inc …

How To Pass Parameters To Vbscript

How to Pass Parameters to VBScript

If you have a VBScript program that would be better utilized if you can pass one or more parameters at run time, you can easily do so by accepting them …

Scroll to Top