many situations
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 37
Java Script Features
Having got a brief introduction about Java Script in the previous chapter let us see the features of Java Script in this section.While designing using HTML the persons doing the designing using HTML need to be a good designer and would generally, need more>> Having got a brief introduction about Java Script in the previous chapter let us see the features of Java Script in this section.While designing using HTML the persons doing the designing using HTML need to be a good designer and would generally, need not be a good programmer. So in such situation the Java Script acts as a programming tool and is a powerful scripting language and helps the HTML designers to design the website or webpage effectively and interactively in a very simple and efficient way.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
14 downloads
How many types of the JIT (just-in-time) compiler? 1.0.0
There are three types JIT (just-in-time) compiler. Those are as follows? * Pre-JIT compiler (Compiles entire code into native code completely) * Econo JIT compiler (Compiles code part by part freeing when required) * Normal JIT compiler more>> There are three types JIT (just-in-time) compiler. Those are as follows? * Pre-JIT compiler (Compiles entire code into native code completely) * Econo JIT compiler (Compiles code part by part freeing when required) * Normal JIT compiler (Compiles only that part of code when called and places in cache)<<less
Added: 2007-05-31 License: Freeware Price: $0.00USD
14 downloads
Other version of How many types of the JIT (just-in-time) compiler
License:Freeware
Tab Key in ASP.NET 1
Explains how to use Tab keyboard key in different situations for both ASP.NET 1.1 and ASP.NET 2.0 Web applications. more>> Explains how to use Tab keyboard key in different situations for both ASP.NET 1.1 and ASP.NET 2.0 Web applications.<<less
Added: 2006-09-12 License: Freeware Price: $0.00USD
14 downloads
Other version of Tab Key in ASP.NET
License:Freeware
PHP: the basics: introduction to PHP 1.0
In this tutorial, youll learn the basics of PHP. ALso explained is a typical situation in which you can use PHP. more>> In this tutorial, youll learn the basics of PHP. ALso explained is a typical situation in which you can use PHP.<<less
Added: 2006-02-03 License: Freeware Price: $0.00USD
13 downloads
Other version of PHP: the basics: introduction to PHP
License:Freeware
Jac - Java Calculator 1.1.232
Jac is a simple calculator that can be run in the console or with a GUI. Skins based on the OYOAHA framework may be applied to the GUI. The GUI also displays past operations and it can save sessions to a file. All operations are performed using infix more>> Jac is a simple calculator that can be run in the console or with a GUI. Skins based on the OYOAHA framework may be applied to the GUI. The GUI also displays past operations and it can save sessions to a file. All operations are performed using infix notation only. Exponents and roots are supported. Console mode is good for situations where you may need a calculator in your scripting.<<less
Added: 2006-08-10 License: GPL Price: $0.00USD
14 downloads
Other version of Jac - Java Calculator
License:GPL
PHP Browser Redirect Tutorial
A situation may come up when you want to redirect a user depending on what browser they are using. This is a simple tutorial that will teach you how to redirect users depending on what browser they are using. more>> A situation may come up when you want to redirect a user depending on what browser they are using. This is a simple tutorial that will teach you how to redirect users depending on what browser they are using.<<less
Added: 2007-08-15 License: Freeware Price: $0.00USD
13 downloads
Powerful form validation
Many of us have faced situations when we fill invalid information in one field of a form, and when we submit, the forms apears again with that field in red color. This tutorial shows you how simple it more>> Many of us have faced situations when we fill invalid information in one field of a form, and when we submit, the forms apears again with that field in red color. This tutorial shows you how simple it is to add such facilities to your forms.<<less
Added: 2005-02-01 License: Not Specified Price: Free
1740 downloads
Free URL Shortening Redirection Service
Do you know the horrible situation when posting URLs in emails only to have it break when sent causing the recipient to have to cut and paste it back together? Thats history! You give a long URL, we give you a shortened URL that points to it. We will more>> Do you know the horrible situation when posting URLs in emails only to have it break when sent causing the recipient to have to cut and paste it back together? Thats history! You give a long URL, we give you a shortened URL that points to it. We will create a tiny URL that will not break in email postings and never expires. * No Fees Never Expires * Share it easily, it does not wrap * Small enough to remember * Measure the popularity of your URLs by tracking click thru * Fast direct redirection without in-between ads * No flashy interface, usable from any web browser * Redirection to any page in your site (Path forwarding) Features like API, Site preview, Password protection, Statistics, Browser Integration, Website Napping are included.<<less
Added: 2006-03-03 License: Freeware Price: $0.00USD
14 downloads
ASP Session Transfer across domains 1.0
You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables. This is the purpose of the XSess Session more>> You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables. This is the purpose of the XSess Session transfer script. Note: session array objects are not transferred. The session variables are passed in the querystring, and are encrypted to protect the confidentiality of the contents of the session variables. XSess consists of a function, and a few supporting functions, contained in an include file.<<less
Added: 2003-10-16 License: Freeware Price: 0.00
11 downloads
Other version of ASP Session Transfer across domains
License:Freeware
Dynamic User Interface in ASP.NET Web Applications 1
Every developer knows well that to be able to design a proper user interface then we have to have a solid knowledge about every aspect of this user interface before we actually start designing it. Unfortunately, this is not always 100% possible. more>> Every developer knows well that to be able to design a proper user interface then we have to have a solid knowledge about every aspect of this user interface before we actually start designing it. Unfortunately, this is not always 100% possible. Situations arise from time to time in which we have no or little idea about what will be the proper user interface for a given application. In web applications things becomes worth as these situations arises more frequently.<<less
Added: 2006-06-07 License: Freeware Price: $0.00USD
14 downloads
Other version of Dynamic User Interface in ASP.NET Web Applications
License:Freeware
Checkbox Form Validation Control 1.0
A very simple and powerfull Checkbox Form Validation javascript !!!! Frequently used script in forms for various situation. (when you need a manual "agree" from the user before submiting a form etc...) more>> A very simple and powerfull Checkbox Form Validation javascript !!!! Frequently used script in forms for various situation. (when you need a manual "agree" from the user before submiting a form etc...)<<less
Added: 2007-07-13 License: Other Price: $0.00USD
10 downloads
Mutex Class 1.0
In situations where multiple processes or applications are sharing a common resource you will have the problem that you will want only one of them accessing / modifying that source at the time. This is also known as a concurrency problem. A mutex lock more>> In situations where multiple processes or applications are sharing a common resource you will have the problem that you will want only one of them accessing / modifying that source at the time. This is also known as a concurrency problem. A mutex lock solves this problem for you. What it does: it creates a record indicating that for the unique name you passed, a lock has been given. This unique name represents a process or thread or application that can be running multiple times simultaneously. So, during the time it has the lock, no other lock with that name will be given which enforces the exclusivity. The class comes bundles with a storage-adapter class and a mysql-storage class that implements this adapter. But you can easily integrate a self-built storage class that uses another database or even flat-file system.<<less
Added: 2008-08-31 License: Other Price: $0.00USD
12 downloads
OracleEditor.php
OracleEditor.php is a standalone PHP script which allows you to browse your Oracle database tables/views and insert, update and delete rows in any table. It has two modes for SQL entry - one is wizard more>> OracleEditor.php is a standalone PHP script which allows you to browse your Oracle database tables/views and insert, update and delete rows in any table. It has two modes for SQL entry - one is wizard-like, the other one allows executing arbitrary SQL statements. It requires no installation and no configuration. It is written for situations where you quickly need to do some small data manipulation and dont have a better tool available. OracleEditor.php is free and Open Source.<<less
Added: 2003-02-25 License: BSD Style Price: Free
2443 downloads
sky clock 1
This is the first of its kind, totally unique. This one will show you the sky condition instead of the ordinary boring digital clock. it has 7 sky condition (morning, noon, afternoon, evening, night, midnight and early morning), describing the situation more>> This is the first of its kind, totally unique. This one will show you the sky condition instead of the ordinary boring digital clock. it has 7 sky condition (morning, noon, afternoon, evening, night, midnight and early morning), describing the situation in the sky, according to current local time.<<less
Added: 2004-07-23 License: Freeware Price: 0.00
12 downloads
Other version of sky clock
PHP POP3 Autoresponder .1b
Hawk Enterprises has built this wonderful little script that you can install and run vacation notices, or any type of auto response via php and CRON. The premise is simple, login to the users account, look at the emails, parse for the address then more>> Hawk Enterprises has built this wonderful little script that you can install and run vacation notices, or any type of auto response via php and CRON. The premise is simple, login to the users account, look at the emails, parse for the address then send out an email to the people in the pop3 box. Requires the use of a 3rdparty (free) pop3d wrapper. I would recommend this for anyone that has an account on a VPS or Shared Hosting situation were they only have access to PHP and CRON. It was ideal for me because I hate setting up postfix maps or YAA to do autoresponse. If you have experience with PHP great if you dont you can visit our site and see how to set this script up.<<less
Added: 2007-08-09 License: Freeware Price: $0.00USD
13 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 many situations 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