guinness world records
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 543
Visitors world plotter 1.1
Great script if you want to see where your visitors come from. It displays a map of the word with on it the location of your visitors. It includes different colors for different amounts of visitors. more>> Great script if you want to see where your visitors come from. It displays a map of the word with on it the location of your visitors. It includes different colors for different amounts of visitors.<<less
Added: 2005-03-31 License: Free Non-Commercial Price: $0.00USD
16 downloads
Other version of Visitors world plotter
Price: FreeAdditionalInfoFreeforpersonaluse
License:Free for non-commercial use
License:Free for non-commercial use
A World Recipe Directory 2.6
World Recipe Directory v2.6 is an ASP .NET application and an Access Database to contain and display recipes in a wide variety of categories, also allow your visitors to post their favorite recipes, rate recipe and add comment. Including admin page. more>> World Recipe Directory v2.6 is an ASP .NET application and an Access Database to contain and display recipes in a wide variety of categories, also allow your visitors to post their favorite recipes, rate recipe and add comment. Including admin page. Check the demo link below to see it in action<<less
Added: 2005-08-06 License: GPL Price: $0.00USD
11 downloads
Other version of A World Recipe Directory
License:GPL
3D World Creator Beta
This utility lets create an 3D environment where you can add images and animate them. Look into the 3d.js and sprite3.js files to figure out how to turn the environment into an online 3D game. more>> This utility lets create an 3D environment where you can add images and animate them. Look into the 3d.js and sprite3.js files to figure out how to turn the environment into an online 3D game.<<less
Added: 2006-04-06 License: Freeware Price: $0.00USD
15 downloads
Paging Records in JSP 1
You can divide database results into pages with this script. This source code is for available to use with MySQL. But you can modify the code to use with PostgreSql and Oracle. You can not use this code with MS-SQL. Becuase MS-SQL does not support using more>> You can divide database results into pages with this script. This source code is for available to use with MySQL. But you can modify the code to use with PostgreSql and Oracle. You can not use this code with MS-SQL. Becuase MS-SQL does not support using LIMIT in your sql queries.<<less
Added: 2003-11-26 License: Freeware Price: $0.00USD
13 downloads
Using GetRows To Get All Records From Table 1
Following example, extracts all of the records in a database table and stores into a 2-dimensional array. This gives you an advantages to modify and work on data. more>> Following example, extracts all of the records in a database table and stores into a 2-dimensional array. This gives you an advantages to modify and work on data.<<less
Added: 2004-04-06 License: Freeware Price: $0.00USD
12 downloads
Google World News Grabber 2.1
Grabs the lastest news items from Google news. The news gathered can be from any number of pages including using your own specific search terms! Display is in a neatly formed table, however with any HTML knowledge this can be modified quite easily. more>> Grabs the lastest news items from Google news. The news gathered can be from any number of pages including using your own specific search terms! Display is in a neatly formed table, however with any HTML knowledge this can be modified quite easily. Also, the number of results can be modified.<<less
Added: 2005-06-13 License: Freeware Price: $0.00USD
2085 downloads
Other version of Google World News Grabber
Price: FreeAdditionalInfoFeelfreetousefornoncommercialreasons.Useofgooglecontentissubjecttogooglecopyrights.Useatyourownrisk.
License:Freeware
License:Freeware
World Flag Icons 1
Over 240 icons of current world flags and corresponding country names and codes (ISO3166). In Gif format 30x18. Ideal for multinational web projects needing a little graphical flair. more>> Over 240 icons of current world flags and corresponding country names and codes (ISO3166). In Gif format 30x18. Ideal for multinational web projects needing a little graphical flair.<<less
Added: 2004-06-03 License: Free Non-Commercial Price: 0.00
28 downloads
Selecting random record from database
This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number bet more>> This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number between 0 to count of records in database. Last part of code to select our record using our random number. We must move dynamic cursor in database table and move it to row number. There a few ways to move cursor to row, but personally we can do it similiar as paging records. We select all records from table dividing one record per page. Complete reference code is included.<<less
Added: 2007-07-12 License: Freeware Price: Free
521 downloads
World Clock 4.1
World Clock application displays the actual time from many World cities. more>> World Clock 4.1 offers you a convenient and easy to use tool which displays the actual time from many World cities. Another advantage is that World Clock now remembers your choices between visits. If you select a 24-hour time display, or if you have chosen daylight time, these choices will be remembered and activated on your next visit. I wasn't able to do this with the Java version of World Clock, but JavaScript makes it easy.
If World Clock is not displaying the correct time or time zone for your location, the problem lies with your computer, not World Clock. This is because World Clock relies entirely on your computers clock and time zone settings for its display.
Added: 2007-10-23 License: Freeware Price: Freeware
174 downloads
Counting records in PHP/mySQL
Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected range of rows. more>> Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected range of rows.<<less
Added: 2007-07-12 License: Freeware Price: Free
524 downloads
The World Wide Clock
Give visitors to your site a way look up the time and date in any country or timezone around the world. Hundreds of countries and worldwide locations listed. more>> Give visitors to your site a way look up the time and date in any country or timezone around the world. Hundreds of countries and worldwide locations listed.<<less
Added: 2004-10-22 License: Freeware Price: $0.00USD
20 downloads
AXML Record Browsing
AXML Record Browsing is a ASP component that allows you to display or modify your database tables or queries with no coding at all. Insert or publish new table records from Access, MS SQL, Oracle, Syb more>> AXML Record Browsing is a ASP component that allows you to display or modify your database tables or queries with no coding at all. Insert or publish new table records from Access, MS SQL, Oracle, Sybase or any other ADO enabled database. User can sort on any column, page through the recordset or go to detailed form page. AXML Record Browsing allows you to select appearance, apply formatting or regular expression functions to data, CVS export and much more.<<less
Added: 2005-12-01 License: GPL Price: Free
1427 downloads
Counting Records in SQL Script
Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL scrip more>> Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL script, our script works better and faster.<<less
Added: 2006-09-06 License: Freeware Price: Free
1144 downloads
World Wide Classifieds 3.0
Classifieds Perl script with Flatfile or MySQL data storage. Two tiered categories, HTML Template driven, can offer free or paid advertisements. Pay ads are processed with PayPal®. Offer featured, and bold listings, picture uploads. Multiple ad more>> <<less
Added: 1999-09-29 License: GPL Price: $0.00USD
14 downloads
Real World XML Web Services
Theres no doubt that the Web was a catalyst for a revolution that changed the lives of software developers and end users alike. Web services provide the foundation for another profound revolution in t more>> Theres no doubt that the Web was a catalyst for a revolution that changed the lives of software developers and end users alike. Web services provide the foundation for another profound revolution in the way we build and use applications. It is up to developers to take this foundation and make the revolution happen. This free 412-pages ebook will give you the information and insight you need to design and build next generation distributed interoperable applications with Web services.<<less
Added: 2006-09-06 License: Freeware Price: Free
1153 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 guinness world records 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