Main > Free Download Search >

Free authoritative reference script

authoritative reference

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 114
DOM Reference

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
DOM Element properties reference

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
Dom Element methods reference

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
JavaScript 1.5 Reference 2006/08/23

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
Interactive Tag, CSS2, and DOM2 Javascript Reference 62

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
Dotnetindex.com - Utimate Developer References Index

Dotnetindex.com - Utimate Developer References Index


Dotnetindex.com is a great references guide and index for developer and programmers. Web site contains thousands of articles and code snips. more>> Dotnetindex.com is a great references guide and index for developer and programmers. Web site contains thousands of articles and code snips.<<less
Added: 2008-12-04 License: Freeware Price: $0.00USD
13 downloads
What is blog/website pinging? XML-RPC references. 1.0

What is blog/website pinging? XML-RPC references. 1.0


The article you are going to read on this page refers to what is blog/website pinging and how it works. What is XML RPC, and why we use it to deliver pings to content update monitoring services such as Technorati. In this article you will also learn more>> The article you are going to read on this page refers to what is blog/website pinging and how it works. What is XML RPC, and why we use it to deliver pings to content update monitoring services such as Technorati. In this article you will also learn about how to get the best out of the pings that you send from different pinging services.<<less
Added: 2006-08-02 License: Freeware Price: $0.00USD
10 downloads
 
Other version of What is blog/website pinging? XML-RPC references.
What is blog/website pinging? XML-RPC references.XML-RPC references. The article you are going to read on this page refers to what is blog ... XML-RPC references. The article you are going to read on this page refers to what is blog
License:Freeware
Download
1179 downloads
Added: 2006-08-02
Simple Active Users Counter 1.0

Simple Active Users Counter 1.0


The service includes two code pages: the first one allows to register the last visit of users to the website, and the second one allows data registration and showing number of active/online visitors in a period of time defined by the webmaster. No more>> The service includes two code pages: the first one allows to register the last visit of users to the website, and the second one allows data registration and showing number of active/online visitors in a period of time defined by the webmaster. No databases are used, and data is saved to files within a user defined folder. The activity of users is recorded to individual files (one empty file per users). The name of each file is the IP address of the users, and the last modification time of the file is used as reference for last visit of the user. When counting the number of active users, Filesystem Functions are used to check the files: old files are deleted and newer ones are accounted as active users.<<less
Added: 2009-03-26 License: Freeware Price: $0.00USD
16 downloads
JavaScript Regular Expressions guide

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
IE multimedia filters and transitions reference

IE multimedia filters and transitions reference


Multimedia Filters, supported in IE5.5+, allows you to easily add rich visual effects to your content. Defined using CSS and further manipulated using JavaScript, this reference lists and explains all the available IE filters and transitions. more>> Multimedia Filters, supported in IE5.5+, allows you to easily add rich visual effects to your content. Defined using CSS and further manipulated using JavaScript, this reference lists and explains all the available IE filters and transitions.<<less
Added: 2007-07-22 License: Freeware Price: $0.00USD
16 downloads
JavaScript-Reference +Browser/User Agent Support

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
ASP.NET 2.0 Referencing Master Page Members

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
The Currency Exchange Calculator

The Currency Exchange Calculator


Give your visitors an easy way to calculate exchange rates by putting the Currency Exchange Calculator on your site. Excellent for travel, international, reference or information sites. Hundreds of countries and currencies listed. Hosted and maintained more>> Give your visitors an easy way to calculate exchange rates by putting the Currency Exchange Calculator on your site. Excellent for travel, international, reference or information sites. Hundreds of countries and currencies listed. Hosted and maintained by onyoursite.com, displayed on your site through a short asp script.<<less
Added: 2004-10-25 License: Freeware Price: $0.00USD
15 downloads
PHP Script Tips - Creating Your Own Functions

PHP Script Tips - Creating Your Own Functions


A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argu more>> A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argument default values, etc. Special topics are: How To Pass Variables By References? How Arrays Are Passed Through Arguments? How To Pass Arrays By References? How To Return an Array from a Function? What Is the Scope of a Variable Defined in a Function? How To Access a Global Variable inside a Function? How To Return a Reference from a Function? How To Specify Argument Default Values? How To Define a Function with Any Number of Arguments?<<less
Added: 2006-05-22 License: Free for non-commercial use Price: Free
1265 downloads
Phase Correlation Function in OpenCV 1.0

Phase Correlation Function in OpenCV 1.0


Phase Correlation is a method to check the similarity of two images with equal size. It can be used for template matching, object tracking, motion estimation, etc. This is a function to compute phase correlation by taking a reference image and a more>> Phase Correlation is a method to check the similarity of two images with equal size. It can be used for template matching, object tracking, motion estimation, etc. This is a function to compute phase correlation by taking a reference image and a template image. the function can be extended for object tracking applications.<<less
Added: 2008-04-19 License: GPL Price: $0.00USD
15 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5