People who want to learn about objects and the usage of object references can go through this tutorial and will learn how VARIANT type in VBScript can handle various objects. And tells the ways to copy the variables to another variable using...
Display Date and Time in Many Formats is a script which describes the users how to show the date and time in several formats on their websites using Formatdatetime function. It shows how to display VB general date, VB long time, VB short date, VB...
Performance Tips and Tricks in .NET Applications is a web based article in which author discusses about constructing ASP.NET applications with perfect code inorder to execute faster and also to increase the performance of those applications. Here...
Take Advantage of Streams and Formatters in VB.NET is a web based tutorial in which the author gives details about basic concepts of stream, which is originated from UNIX that act as a channel for data flow. The author offers details for the...
Using WebRequest and WebResponse in NETCOBOL for .NET is a web based tutorial in which the author describes the method of including the webRequest class and Webresponse class in .NETCOBAL inorder to access the data from the internet. The author...
View Files and Folders in a dir is a powerful ASP program that can display the files and folders of your website directory. This program is simple in its integration but requires some basic knowledge in XML and XSL to work with. All files and...
Working with dates and times in PHP is an article that teaches about the usage of dates and times in PHP projects. The author gives a sample PHP code function for this purpose on the page for easy understanding. The author deals in the following...
A powerful native PHP debugger that works wherever PHP itself works on Unix or Win32 platforms. Allows step-x executing or error catching at time of its occurence. Shows all local variables and parameters in all nested function calls.
Operators in VBscript is illustrated clearly with their functionalities via simplest examples on this online tutorial. Explains how to assign values to the variable using '='(assignment operator) and lists the mathematical operators to implement...
The array items in VBscript array can be sorted out quicker by converting the array into JScript array sorting function. This article shows the simplest way to interchange VBScript and JScript arrays using which you can sort any number of array... |