statically typed
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 778
Static analog clock
Static analog clock script allows the display the analog time statically in the lower right corner of your page. more>> Static analog clock is a professional clock that displays the analog time statically in the lower right corner of your page. The code can be easily customized to suit your needs. There are many variables that could be modified: color, clock dimensions, position and more.<<less
Added: 2008-04-09 License: Freeware Price: Freeware
23 downloads
C Programming - Data Types
In this tutorial you will learn about C language data types, Primary data type, Integer Type, Floating Point Types, Void Type, Character Type, Size and Range of Data Types on 16 bit machine, derived d more>> In this tutorial you will learn about C language data types, Primary data type, Integer Type, Floating Point Types, Void Type, Character Type, Size and Range of Data Types on 16 bit machine, derived data type, Declaration of Variables, User defined type declaration, Declaration of Storage Class, auto, static, extern, register, Defining Symbolic Constants, Declaring Variable as Constant and Volatile Variable.<<less
Added: 2006-05-30 License: Freeware Price: Free
1261 downloads
Event Log Event Types 1.1
Detailed descriptions of the different event log event types that may occur in the windows event log. The windows event logs can be accessed using development tools to aid in overall management. more>> Detailed descriptions of the different event log event types that may occur in the windows event log. The windows event logs can be accessed using development tools to aid in overall management.<<less
Added: 2005-05-06 License: Freeware Price: $0.00USD
12 downloads
Other version of Event Log Event Types
License:Freeware
Added: 2009-08-03 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
Working with PHP5 Class Types
This article is intended for experienced PHP programmers interested in exploring PHP 5s support for working with class types through argument hinting, abstract classes and interfaces. Basic knowledge more>> This article is intended for experienced PHP programmers interested in exploring PHP 5s support for working with class types through argument hinting, abstract classes and interfaces. Basic knowledge of object-oriented programming, including the anatomy of a class and the mechanics of inheritance, is assumed.<<less
Added: 2006-03-31 License: Other Free / Open Source License Price: Free
1327 downloads
Auto-complete type-ahead dropdown menu 1.0
This script adds auto-complete/type-ahead/ tracing/find-as-you-type effect to dropdown menus in Internet Explorer. In IE, when user press "MA" in a dropdown menu, IE will first select the first option starting with "M", then select the first option more>> This script adds auto-complete/type-ahead/ tracing/find-as-you-type effect to dropdown menus in Internet Explorer. In IE, when user press "MA" in a dropdown menu, IE will first select the first option starting with "M", then select the first option starting with "A", giving user "AK" while user actually wanted "MA" for Massachusetts. Using this script, user will get ?MA? if ?M? and ?A? are consecutively typed (if user type ?M?, then after a while ?A?, user will still be taken to ?AK? as an intended behavior). Comments in script is provided so that one can customize to determine how fast user has to type to get ?MA? not ?M?, ?A?. Currently all printable characters on keyboard and keypad are supported (except for those needing the "shift" key). Both IE and Gecko-based browsers (firefox, mozilla, netscape, K-meleon etc.) are supported. Version 1.0 supports your using user-typed value to populate other menus.<<less
Added: 2004-10-07 License: Freeware Price: $0.00USD
10 downloads
MULTIPLE MESSAGES TYPING LIVE 1
This uses a construct to define the operations and store the data for one message Just create multiple variables for each new message. Rules: - You must define the DIV with the ID for each message - You must pass the name of this ID to the more>> This uses a construct to define the operations and store the data for one message Just create multiple variables for each new message. Rules: - You must define the DIV with the ID for each message - You must pass the name of this ID to the variable - You must pass the name of the variable in the creation of the object/class<<less
Added: 2006-07-17 License: Freeware Price: $0.00USD
11 downloads
Jacuba as-you-type spell checker
Jacuba is a free spell checking service you can add to any browser or website. It provides as-you type checking, corrections, a dictionary and a thesaurus. All of the spell checking is done by an online spell checking server so theres nothing to more>> Jacuba is a free spell checking service you can add to any browser or website. It provides as-you type checking, corrections, a dictionary and a thesaurus. All of the spell checking is done by an online spell checking server so theres nothing to install, you just need to include a script in you webpage. Ideal for blogs, or online forms where spelling matters.<<less
Added: 2005-11-07 License: Freeware Price: $0.00USD
13 downloads
Mime Type Getter 1.0
Mime Type Getter is known as an advanced and useful PHP class that can be used to determine the MIME type of a file. more>>
Mime Type Getter 1.0 is known as an advanced and useful PHP class that can be used to determine the MIME type of a file.
Added: 2009-07-23 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
NWS-Dictionary
This script is very easy to install. It is optimized right now, for the German and English languages. Features front-end: extra information about plural forms, extra keys for special German characters more>> This script is very easy to install. It is optimized right now, for the German and English languages. Features front-end: extra information about plural forms, extra keys for special German characters, weekly statistics using a cronjob possible. Admin receives an info email each week. Built-in possibility for Google ads. Features back-end: data entry form, auto fill of the plural input field if a German noun is typed into the singular field, dublicate control of vocab, statistics page about the number of words and queries.<<less
Added: 2007-01-14 License: GPL Price: Free
1016 downloads
Autofill input with listed suggestions
Tag editor helps to select a word from an existing list. While you are typing the script shows the tags which contain the typed letters. It is possible to navigate with keyboard among the appearing tags. Using the enter or selecting with a mouse click more>> Tag editor helps to select a word from an existing list. While you are typing the script shows the tags which contain the typed letters. It is possible to navigate with keyboard among the appearing tags. Using the enter or selecting with a mouse click puts the selected tag into the input. You can continue your work with the next tag by typing a comma.<<less
Added: 2006-11-29 License: Freeware Price: $0.00USD
15 downloads
Basic Statistics 1.5
BASIC STATISTICS script will track any access to your pages where the scripts is installed. Then this script will write some informations like: ID of the page, Browser type, IP of visitor, Posted date, Visitor date INTO the database. Webmaster can more>> <<less
Added: 2003-01-13 License: GPL Price: $0.00USD
11 downloads
PHP Variables Tutorial 1
Provides information on creating and displaying variables. The tutorial also touches on Variable Types such as string and integer. more>> Provides information on creating and displaying variables. The tutorial also touches on Variable Types such as string and integer.<<less
Added: 2005-11-24 License: Freeware Price: $0.00USD
15 downloads
Other version of PHP Variables Tutorial
License:Freeware
vwTemplate
vwTemplate is simple templates engine for PHP5. It allows to define variables, dynamic blocks, statically and dynamically include template files, store parsed template in file for future use and recre more>> vwTemplate is simple templates engine for PHP5. It allows to define variables, dynamic blocks, statically and dynamically include template files, store parsed template in file for future use and recreate template from serialized string or file. It does not and will not implement functions, loops and similar features well known from other template engines, like, for example, Smarty. vwTemplate is stable and has been used in numerous projects.<<less
Added: 2006-05-03 License: GPL Price: FreeAdditionalInfoFornoncommercialuse
1269 downloads
Auto-clear default values in all form input fields
Automatically searches for all text boxes with values and converts their values into grayed text that disappears when the input receives focus. If the user has not typed anything and switches the focus to another input, the default value will re-appear. more>> Automatically searches for all text boxes with values and converts their values into grayed text that disappears when the input receives focus. If the user has not typed anything and switches the focus to another input, the default value will re-appear.<<less
Added: 2006-12-20 License: Freeware Price: $0.00USD
14 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 statically typed 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