to get a passport
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2087
Creating a Random Passowrd
This code snippet allows you to call the random password function and get a random password returned to your script. It is possible to customize the length of the password. more>> This code snippet allows you to call the random password function and get a random password returned to your script. It is possible to customize the length of the password.<<less
Added: 2006-04-03 License: GPL Price: Free
1299 downloads
Get free Page Content 1
More than 16.000 Pages in over 155 Categories of Google Adsense Page Content Sites for Free Download now! more>> More than 16.000 Pages in over 155 Categories of Google Adsense Page Content Sites for Free Download now!<<less
Added: 2006-11-12 License: Freeware Price: $0.00USD
14 downloads
Get PHPNUKE Hosting
Get your PHPNUKE CMS (Content Management System) hosted for free. With instant activation and no messing around, you can make your site in minutes not hours! You will get the very latest PHP-Nuke version which is normally rather expensive and a more>> Get your PHPNUKE CMS (Content Management System) hosted for free. With instant activation and no messing around, you can make your site in minutes not hours! You will get the very latest PHP-Nuke version which is normally rather expensive and a number of different features including : Downloads, Forums, FAQ system, Guestbook, Encyclopedia, Photo Gallery, Download System, Address Book and more! You control all of this through the easy to use Control Panel. There are a number of different languages avaliable for your site and literately hundreds of different templates to make your site look cool, professional and unique. See why more people choose getPHPNuke for their CMS website needs!<<less
Added: 2005-10-25 License: GPL Price: $0.00USD
15 downloads
Shrink - Get a short web address!
IFTomatoes (www.iftomatoes .com) is proud to present to you a brand new free service called Shrink?, a user friendly redirection service. We really hope you enjoy using this service as much as weve enjoyed building it. more>> IFTomatoes (www.iftomatoes .com) is proud to present to you a brand new free service called Shrink?, a user friendly redirection service. We really hope you enjoy using this service as much as weve enjoyed building it.<<less
Added: 2005-08-30 License: Freeware Price: $0.00USD
12 downloads
How To Create a Java Server Application
The invention of the internet and web browsers has had a massive impact on the way people send and receive information. If you are like many people, you probably get your news and other important info more>> The invention of the internet and web browsers has had a massive impact on the way people send and receive information. If you are like many people, you probably get your news and other important information from the internet.<<less
Added: 2006-07-17 License: Freeware Price: Free
1195 downloads
Ajax: Getting Started
This article guides you through the Ajax basics and gives you two simple hands-on examples to get you started. more>> This article guides you through the Ajax basics and gives you two simple hands-on examples to get you started.<<less
Added: 2006-11-10 License: Freeware Price: Free
1078 downloads
Get PHP resources
Getphp is a PHP and MySQL site with source code examples, tutorials, videos and many other resources more>> Getphp is a PHP and MySQL site with source code examples, tutorials, videos and many other resources<<less
Added: 2009-02-09 License: Freeware Price: $0.00USD
10 downloads
Get a screen size without a component
In this tutorial i will teach you how to get the screen size of a users monitor and display it with a combo of javascript and ASP. You can store the screen sizes in an ASP variable, then use it for yo more>> In this tutorial i will teach you how to get the screen size of a users monitor and display it with a combo of javascript and ASP. You can store the screen sizes in an ASP variable, then use it for your code or to simply record what size they use.<<less
Added: 2003-08-06 License: Not Specified Price: Free
2290 downloads
Webmaster shop Get More Traffic!
Webmaster Shop, is an exciting opportunity that brings advertisers and consumers together. Advertisers post links and for members to review. Members then receive a pay per click rate that is predetermined by the advertiser. After a member clicks on more>> Webmaster Shop, is an exciting opportunity that brings advertisers and consumers together. Advertisers post links and for members to review. Members then receive a pay per click rate that is predetermined by the advertiser. After a member clicks on that link and views the site for the advertiser determined amount of time, the member is credited that click amount. Join today for Free!<<less
Added: 2006-04-24 License: Freeware Price: $0.00USD
11 downloads
Get image from database
Learn how to get a stored image from a database and display it on a page. more>> Learn how to get a stored image from a database and display it on a page.<<less
Added: 2004-10-27 License: Not Specified Price: Free
1840 downloads
Groovy Http POST/GET Class 1
A simple helper class for doing POST and GET calls from Groovy. more>> A simple helper class for doing POST and GET calls from Groovy.<<less
Added: 2007-11-29 License: BSD Price: $0.00USD
12 downloads
How to Get Started With ASP.NET 1
An easy intro to ASP.NET. Includes simple SnakeEyes web game. ASP.NET is a server side scripting technology developed by Microsoft as a part of the Microsofts .NET Framework. This framework is built on the common language runtime, which can be used more>> An easy intro to ASP.NET. Includes simple SnakeEyes web game. ASP.NET is a server side scripting technology developed by Microsoft as a part of the Microsofts .NET Framework. This framework is built on the common language runtime, which can be used on a server to build powerful Web applications.<<less
Added: 2008-08-02 License: Freeware Price: $0.00USD
11 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
RSSMini Folder - Get More Pages In Less Time! 1.0
RSSMini Folder is another script with which you can make a full website of your choice! You can add any pages! Well... Adding Pages... That Seems Boring... Not with RSSMini Folder! Adding new pages was never been easier before! All you got a do is more>> RSSMini Folder is another script with which you can make a full website of your choice! You can add any pages! Well... Adding Pages... That Seems Boring... Not with RSSMini Folder! Adding new pages was never been easier before! All you got a do is duplicate a folder and rename! RSSMini Folder displays content based on the folder name! There are 7 pages per folder. All you have to do is rename the folder! Simple! You can add unlimited folders!<<less
Added: 2006-08-08 License: Freeware Price: $0.00USD
10 downloads
Other version of RSSMini Folder - Get More Pages In Less Time!
Price: FreeAdditionalInfoFreeforuseLinkmuststay
License:Freeware
License:Freeware
Get metadata on MySQL databases
Getting information about databases if essential if you want to write generic and scalable applications. This code shows you how to get information such as all databases on the server, all tables in e more>> Getting information about databases if essential if you want to write generic and scalable applications. This code shows you how to get information such as all databases on the server, all tables in each database and all field and field info for each table. Even if you do not need to build on this code, you might want to copy the code which prints out all databases, tables and field information plus examples. Its a great way to get an overview of the tables you are working on for a project.<<less
Added: 2007-01-25 License: Freeware Price: Free
1009 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 to get a passport 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