vbscript reference
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 163
DOM Reference
The DOM (Document Object Model) gives you generic access to most elements, their styles and attributes in a document. This is a no-nonsense, easy to follow DOM reference for JavaScript. more>> The DOM (Document Object Model) gives you generic access to most elements, their styles and attributes in a document. This is a no-nonsense, easy to follow DOM reference for JavaScript.<<less
Added: 2006-03-08 License: Freeware Price: $0.00USD
18 downloads
JavaScript 1.5 Reference 2006/08/23
If you need JavaScript Reference 1.5 and want it easy to use every day try this chm version, easy to access contents, index and full text search (original html version by Netscape). more>> If you need JavaScript Reference 1.5 and want it easy to use every day try this chm version, easy to access contents, index and full text search (original html version by Netscape).<<less
Added: 2005-04-28 License: Freeware Price: $0.00USD
23 downloads
JavaScript Regular Expressions guide
Regular expressions are a powerful tool for performing pattern matches in Strings in JavaScript. This is a comprehensive guide and reference on JS regular expressions. more>> Regular expressions are a powerful tool for performing pattern matches in Strings in JavaScript. This is a comprehensive guide and reference on JS regular expressions.<<less
Added: 2006-07-25 License: Freeware Price: $0.00USD
21 downloads
VBScript Functions : DatePart()
With DatePart() function in VBScript language you could take only some parts of current time and display/use in your applications. Following examples will show you and give a brief on this function. . more>> With DatePart() function in VBScript language you could take only some parts of current time and display/use in your applications. Following examples will show you and give a brief on this function. .<<less
Added: 2006-09-15 License: Freeware Price: Free
1146 downloads
VBScript Examples : DatePart Function 1
DatePart function is a very useful function to get the a part of a date. You may get year, month, day of year .. etc. of a specific date. more>> DatePart function is a very useful function to get the a part of a date. You may get year, month, day of year .. etc. of a specific date.<<less
Added: 2004-04-11 License: Freeware Price: $0.00USD
12 downloads
JavaScript-Reference +Browser/User Agent Support
Navioo.com contains a complete reference of all the built-in JavaScript objects, along with their methods and properties. Navioo.com also contains an event reference and a reference of the top-level properties and functions that can be used on all of more>> Navioo.com contains a complete reference of all the built-in JavaScript objects, along with their methods and properties. Navioo.com also contains an event reference and a reference of the top-level properties and functions that can be used on all of the built-in JavaScript objects. A reference to all of the HTML DOM objects are listed in Navioo.com. Navioo.com is an extensive reference source that explains and gives comprehensive, working examples of code in a definitive manner for the JavaScript language (and hence, for the ECMAScript and JScript languages). All elements of the language are covered, including the events, functions, methods, objects, operators, properties, statements, and values.<<less
Added: 2007-08-16 License: Other Price: $0.00USD
10 downloads
Dom Element methods reference
One page reference on the various DOM methods available on an HTML element. more>> One page reference on the various DOM methods available on an HTML element.<<less
Added: 2006-09-06 License: Freeware Price: $0.00USD
14 downloads
Interactive Tag, CSS2, and DOM2 Javascript Reference 62
The site for web developers, especially those who need full cross reference of HTML elements, attributes and CSS style sheet attributes. The reference of this site is fundamentally based on W3C HTML4.01 and CSS2 specification, mostly the appendices more>> The site for web developers, especially those who need full cross reference of HTML elements, attributes and CSS style sheet attributes. The reference of this site is fundamentally based on W3C HTML4.01 and CSS2 specification, mostly the appendices at the end of the specifications.<<less
Added: 2005-02-10 License: Freeware Price: $0.00USD
15 downloads
Scriptol PHP Compiler
Compiler to PHP from the object oriented and high-level Scriptol programming language. It is very easy to learn, universal and allows to build dynamic web page, scripts and applications. Uses Java or more>> Compiler to PHP from the object oriented and high-level Scriptol programming language. It is very easy to learn, universal and allows to build dynamic web page, scripts and applications. Uses Java or GTK to make GUI based programs. Editor and complete reference manual included.<<less
Added: 2001-11-30 License: Other Free / Open Source License Price: FreeAdditionalInfoMozilla1.1
2995 downloads
VBScript Functions : The Len() Function
In this series of our ASP Developer Articles, we will examine a new VbScript function called as The Len() Function. With LEN functions you can calculate the length of the string. Following function c more>> In this series of our ASP Developer Articles, we will examine a new VbScript function called as The Len() Function. With LEN functions you can calculate the length of the string. Following function calculates the length of a string taken from input area.<<less
Added: 2006-09-06 License: Freeware Price: Free
1145 downloads
Javascript BibTeX Editor 0.1.1
This is a pure JavaScript BibTeX editor field that can be used as a drop-in replacement for a textarea on HTML forms to allow simple bibliographic reference management. more>> Javascript BibTeX Editor 0.1.1 is created as a pure JavaScript BibTeX editor field that can be used as a drop-in replacement for a textarea on HTML forms to allow simple bibliographic reference management. It can be used to add, edit, delete and reorder bibliographic references in BibTeX format.
Installation: It can be used by referencing an existing text area by id or it can be added separately, which will create a new text area.
Added: 2009-01-09 License: GPL Price: GPL
15 downloads
ScripText 1.2
Small database application designed to allow users to post script samples and then color codes and formats it. Currently written for asp and vbscript. Uses replace to encode script for colored viewing. more>> Small database application designed to allow users to post script samples and then color codes and formats it. Currently written for asp and vbscript. Uses replace to encode script for colored viewing.<<less
Added: 2008-04-13 License: GPL Price: $0.00USD
11 downloads
DOM Element properties reference
One page reference on the various DOM properties available on an HTML element. more>> One page reference on the various DOM properties available on an HTML element.<<less
Added: 2006-09-06 License: Freeware Price: $0.00USD
14 downloads
Easy Javascript for Beginners 1.0
For Javascript beginners or as a reference. Short examples with easy to follow explanations. No long examples with bulky html forms. If you want to split an array, you get the code to split an array. more>> For Javascript beginners or as a reference. Short examples with easy to follow explanations. No long examples with bulky html forms. If you want to split an array, you get the code to split an array.<<less
Added: 2006-05-22 License: Other Price: $0.00USD
11 downloads
ASP.NET 2.0 Referencing Master Page Members
In this tutorial you will learn about reference Master Page Mebers, add property to Master Page, expose Master Properties. Members of the Master page can be referenced by content pages. These members more>> In this tutorial you will learn about reference Master Page Mebers, add property to Master Page, expose Master Properties. Members of the Master page can be referenced by content pages. These members can be methods, properties or controls. The constraint for property reference is theat the property has to be declared as public members of the master page. They could be public page scope variables, public propertis and public methods. Let us work out a simple example. The developer wants to set the title of a content page or to add a style sheet on a per page basis. Code will have to be added to the Page_Load event. The Header property on the Page class exposes the content of the< head > tag as programmable entities.<<less
Added: 2006-06-01 License: Freeware Price: Free
1247 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above vbscript reference search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed