weight watchers before and after
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 974
Weighted Random 1.0
Weighted random is a CFC that I created to use for the CFSudoku project. The main function of this CFC is to allow a developer to pass in an structure of values and their "weight". The weight structure is then used to build a weight array. The length more>> Weighted random is a CFC that I created to use for the CFSudoku project. The main function of this CFC is to allow a developer to pass in an structure of values and their "weight". The weight structure is then used to build a weight array. The length of the array is equal to the sum of weights and the corresponding value is stored in each array element. RandRange() is then used to get a random array key and the corresponding value is returned as the weighted random value.<<less
Added: 2007-02-26 License: Freeware Price: $0.00USD
17 downloads
Other version of Weighted Random
License:Freeware
Encrypt Passwords Before Storing In a Database 1
This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your more>> This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your database is compromised the passwords cannot be decoded. The only downside is that users cannot retrieve lost passwords, they must reset them.<<less
Added: 2006-09-18 License: Freeware Price: $0.00USD
11 downloads
Other version of Encrypt Passwords Before Storing In a Database
License:Freeware
Weight Loss Tracker
The Online Weight Loss tracker is a free, easy-to-use method of keeping track of your caloric intake on a day-to-day basis. Using it will help you get a feel for how many calories you consume on a day more>> The Online Weight Loss tracker is a free, easy-to-use method of keeping track of your caloric intake on a day-to-day basis. Using it will help you get a feel for how many calories you consume on a day-to-day basis, as well as if you are consuming less or more calories than you need to maintain your current body weight. We made all of the shortcuts we could to make the use of the weight loss tracker as simple, efficient and flexible as possible. After you register, just click on the Instructions link at the top of the screen for how to get started.<<less
Added: 2006-03-20 License: Freeware Price: Free
1334 downloads
Accept Terms and Conditions
This Script requires your visitors/customers to accept your terms and conditions before proceeding to the next page. Ideal for order-forms, age restricted content etc. Other free JS codes also available. more>> This Script requires your visitors/customers to accept your terms and conditions before proceeding to the next page. Ideal for order-forms, age restricted content etc. Other free JS codes also available.<<less
Added: 2001-06-01 License: Free Non-Commercial Price: $0.00USD
19 downloads
Earth Defender 1.0
A fun shooter type game where you try and shoot enemy planes before they bomb the earth. more>> A fun shooter type game where you try and shoot enemy planes before they bomb the earth.<<less
Added: 2005-07-13 License: Other Price: $0.00USD
13 downloads
Weight Loss Recipe Book
Weight Loss Recipe Book is a free, instant, collaborative recipe book. The program is geared towards health related web sites, and has everything you need to get started, including complete administra more>> Weight Loss Recipe Book is a free, instant, collaborative recipe book. The program is geared towards health related web sites, and has everything you need to get started, including complete administrative control, a validated submission form, the ability to approve recipes before they are added into the database, submission verification, dynamic display pages and more!<<less
Added: 2006-05-08 License: Freeware Price: Free
1278 downloads
Overweight Calculator 1.0
This is a free overweight/BMI calculator that can be placed on your website to let your visitors calculate their body mass index. The calculator outputs the results and suggests the right weight range if the user is overweight. more>> This is a free overweight/BMI calculator that can be placed on your website to let your visitors calculate their body mass index. The calculator outputs the results and suggests the right weight range if the user is overweight.<<less
Added: 2008-07-09 License: Freeware Price: $0.00USD
15 downloads
Weight Loss Calculator
This PHP script will calculate how many calories a person needs to reduce in order to lose the desired weight more>> Weight Loss Calculator is one of the most marvelous PHP scripts which will calculate how many calories a person needs to reduce in order to lose the desired weight.<<less
Added: 2009-07-21 License: Freeware Price: Freeware
14 downloads
Step by step howto - display a warning before leaving site 1
Sometimes there is an audit requirement, to let customers know a link is off your site and therefore you take no further responsibility for it. I?ve used some simple javascript code, which is triggered by the click (onclick event). more>> Sometimes there is an audit requirement, to let customers know a link is off your site and therefore you take no further responsibility for it. I?ve used some simple javascript code, which is triggered by the click (onclick event).<<less
Added: 2006-05-27 License: Freeware Price: $0.00USD
11 downloads
ASP .NET: Migration and Interoperability
Before Asp.net invasion there were many other programming languages and technologies on which the dynamic pages were made. In this tutorial I will explain how we can migrate our classic asp applicatio more>> Before Asp.net invasion there were many other programming languages and technologies on which the dynamic pages were made. In this tutorial I will explain how we can migrate our classic asp application to the modern asp.net application. Most of the components that were written was in visual basic 6 which communicated with the asp application using the COM components.<<less
Added: 2006-05-30 License: Freeware Price: Free
1246 downloads
Auction Watcher 1.0.0
Never miss an auction with the Auction Watcher. View items from any of your favorite phpprobid-based auction web sites Items Watch List. Track the current price and time remaining on each auction. Click on an item to see more details about the auction more>> Never miss an auction with the Auction Watcher. View items from any of your favorite phpprobid-based auction web sites Items Watch List. Track the current price and time remaining on each auction. Click on an item to see more details about the auction like end time, start time, bid history, high bidder, seller, and item number. Let your users have the latest technology from our community! Extremely nice app and most of all it is free! Enjoy another joyful solution from nash!<<less
Added: 2006-04-24 License: Freeware Price: $0.00USD
12 downloads
Other version of Auction Watcher
License:Freeware
Virtual Machine Simulator 1.0
Virtual Machine Simulator was an Operating System lecture project.This simulator holds up to 5 operating systems in itself and each operating system has its own weight. (this weights are used as priorities to schedule all operating systems in virtual more>> Virtual Machine Simulator was an Operating System lecture project.This simulator holds up to 5 operating systems in itself and each operating system has its own weight. (this weights are used as priorities to schedule all operating systems in virtual machine).Each operating system may have up to 10 processes each with its own arrival time and burst time. Also each operating system has its own scheduling algorithm to schedule the processes (First Come First Served, Shortest Job First, Round Robin), This simulator may run for a random based simulation or user defined values. It draws ganth charts associated to operating systems and the virtual machine itself. This was the first main part of this project, second part of this project includes memory paging algorithms for processes, each operating system has its own memory paging algorithm (Least Recently Used, Optimal).<<less
Added: 2007-05-31 License: Free Non-Commercial Price: $0.00USD
24 downloads
Other version of Virtual Machine Simulator
License:Free for non-commercial use
Connecting ASP.NET to Access and SQL Server Database 1
This tutorial talks about connecting to an Access or Sql Server database using ASP.NET. You might have noticed that the procedure to connect to a database is almost the same, but you should always take some ideas into consideration before you start more>> This tutorial talks about connecting to an Access or Sql Server database using ASP.NET. You might have noticed that the procedure to connect to a database is almost the same, but you should always take some ideas into consideration before you start implementing your projects.<<less
Added: 2008-06-12 License: Freeware Price: $0.00USD
12 downloads
Ascended Mini Gallery 0.0.4
A low weight Mini Gallery running with no database. No installation required. Featuring caching of albums, album/folder restrictions, javacript, css-design. Extremly easy to use. Just upload index.php to the root of the albums, and you are ready to go! more>> A low weight Mini Gallery running with no database. No installation required. Featuring caching of albums, album/folder restrictions, javacript, css-design. Extremly easy to use. Just upload index.php to the root of the albums, and you are ready to go!<<less
Added: 2006-10-19 License: Free Non-Commercial Price: $0.00USD
11 downloads
Other version of Ascended Mini Gallery
License:Free for non-commercial use
Basic mySQL Queries And PHP 1.0
Learn how to issue basic mySQL queries using PHP and how to properly validate SQL queries before issuing them to the database server to prevent possible attacks or unauthorized access more>> Learn how to issue basic mySQL queries using PHP and how to properly validate SQL queries before issuing them to the database server to prevent possible attacks or unauthorized access<<less
Added: 2006-05-22 License: Other Price: $0.00USD
11 downloads
Other version of Basic mySQL Queries And PHP
License:Other Free / Open Source License
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 weight watchers before and after 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