for getting
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1632
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
Visitor Info 1.0
This tutorial will taught you about getting your visitors info like Refferer,Ip Address,Browser and other kind of info. more>> This tutorial will taught you about getting your visitors info like Refferer,Ip Address,Browser and other kind of info.<<less
Added: 2006-02-13 License: Freeware Price: $0.00USD
14 downloads
Other version of Visitor Info
License:Freeware
Getting stock quote 1.0
In this tutorial I will show you how you can get any stock quotes from yahoo and display it on your own site. more>> In this tutorial I will show you how you can get any stock quotes from yahoo and display it on your own site.<<less
Added: 2007-11-20 License: Freeware Price: $0.00USD
10 downloads
Getting Started with Ajax
This is a two-part tutorial on starting with Ajax. The first part of the article is using Ajax using the DOM innerHTML and the second part using nodes from XML. more>> This is a two-part tutorial on starting with Ajax. The first part of the article is using Ajax using the DOM innerHTML and the second part using nodes from XML.<<less
Added: 2006-11-10 License: Freeware Price: Free
629 downloads
r2xDesign 1.0
r2xDesign.net is design for all users that want or getting into web scripting, r2xDesign.net features ready to use PHP scripts, useful PHP code snippets, HTML/CSS codes and simple and free web templates, we also have helpful web scripting resources and more>> r2xDesign.net is design for all users that want or getting into web scripting, r2xDesign.net features ready to use PHP scripts, useful PHP code snippets, HTML/CSS codes and simple and free web templates, we also have helpful web scripting resources and other that are non web scripting related!<<less
Added: 2005-05-08 License: Freeware Price: $0.00USD
12 downloads
Other version of r2xDesign
Getting the mouse position
This article shows a simple script to obtain the mouse position from an event. The script will work all modern browsers and most older browsers too. more>> This article shows a simple script to obtain the mouse position from an event. The script will work all modern browsers and most older browsers too.<<less
Added: 2006-08-23 License: Freeware Price: $0.00USD
16 downloads
Getting Started With Mcrypt
Mcrypt is a wonderful set of library functions for encrypting, decrypting, and hashing data. more>> Mcrypt is a wonderful set of library functions for encrypting, decrypting, and hashing data.<<less
Added: 2006-02-11 License: Freeware Price: Free
1371 downloads
GetSnow 1.0
GETSNOW - A lookup utility for getting city snow depth reports from wunderground.coms listing. Copyleft 2005 - Nathan E. Pralle DESCRIPTION: This utility queries Wunderground.coms snow depth listing and parses it to derive whatever state and more>> GETSNOW - A lookup utility for getting city snow depth reports from wunderground.coms listing. Copyleft 2005 - Nathan E. Pralle DESCRIPTION: This utility queries Wunderground.coms snow depth listing and parses it to derive whatever state and cities you want to see the snow depth for. SYNTAX: perl getsnow.pl [] ... (multi-word names in quotes) IE: perl getsnow Hampton Sheffield "Mason City" REQUIRED: LWP:Simple module<<less
Added: 2005-06-20 License: Freeware Price: $0.00USD
14 downloads
Visitor Statistics 2.0
Your website can only be successful if it is getting visitors, even better are loyal visitors who keep coming back. But how do you know how many visitors you are getting and when you are getting them? Well that is where a Statistics Counter comes in more>> Your website can only be successful if it is getting visitors, even better are loyal visitors who keep coming back. But how do you know how many visitors you are getting and when you are getting them? Well that is where a Statistics Counter comes in handy. Our Statistics counter grabs information from a visitor each time they come to your website. With this information our scripts produces statistics about when and how many times they are visiting. You can view how many visitors you have had on the present day or how many visits you have had in total. How many new visitors you got on the present day or in total.Plus this script can tell you where the visitor has come from. Installation is easy, upload the stats.php file and edit the variables to your liking.<<less
Added: 2008-01-02 License: Freeware Price: $0.00USD
11 downloads
Getting Started with VoiceXML
VoiceXML Introduction VoiceXML is an XML format that is used for the purpose of categorizing voice dialogues that will occur among humans and computers. It is connected to W3C, and it gives voice prog more>> VoiceXML Introduction VoiceXML is an XML format that is used for the purpose of categorizing voice dialogues that will occur among humans and computers. It is connected to W3C, and it gives voice programs the ability to be created and used with HTML. An HTML document is designed to be read by web...<<less
Added: 2006-11-19 License: Freeware Price: Free
1079 downloads
Look Whos Linking
Look Whos Linking is a great script that answers the age old question, How are people getting to my site? This script even figures out which sites are sending you the most traffic. more>> Look Whos Linking is a great script that answers the age old question, "How are people getting to my site?" This script even figures out which sites are sending you the most traffic.<<less
Added: 2004-09-20 License: Freeware Price: Free
1861 downloads
Visitor Statistics Basic 1.0
Your website can only be successful if it is getting visitors, even better are loyal visitors who keep coming back. But how do you know how many visitors you are getting and when you are getting them? Well that is where a Statistics Counter comes in more>> Your website can only be successful if it is getting visitors, even better are loyal visitors who keep coming back. But how do you know how many visitors you are getting and when you are getting them? Well that is where a Statistics Counter comes in handy. Our Statistics counter grabs information from a visitor each time they come to your website. With this information our scripts produces statistics about when and how many times they are visiting.<<less
Added: 2007-06-29 License: Freeware Price: $0.00USD
12 downloads
Other version of Visitor Statistics Basic
License:Freeware
Getting started with ASP.NET 2.0
ASP.NET 2005 is part of a whole suite of applications and user interfaces that are packed under the banner of Visual Studio.NET 2005. Code named as Whidbey, the entire package is still being tested an more>> ASP.NET 2005 is part of a whole suite of applications and user interfaces that are packed under the banner of Visual Studio.NET 2005. Code named as Whidbey, the entire package is still being tested and the final version is slotted to be released late this year. The suite includes the .NET Framework; user interfaces like Windows forms, ASP.NET and Compact framework; Official languages like C#, J# and Visual Basic.NET; Integrated Development Environment (IDE) like Visual Studio.NET.<<less
Added: 2006-05-30 License: Freeware Price: Free
1245 downloads
5 useful PHP functions for MySQL data fetching
PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting sin more>> PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL table cell, etc. OOP mysqli extension isnt any better. In this article we present 5 useful functions which greatly simplify majority of real-life MySQL operations.<<less
Added: 2007-03-30 License: Other Free / Open Source License Price: FreeAdditionalInfoNorestrictionsopensourcecopy,modify,redistribute,commercialuseallowedexceptrepublishingcodeinotherarticles.
978 downloads
Getting prices using the amazon SDK 1.0
Learn how to use the amazing SDK in conjunction with string parsing functions from PHP to retrieve the latest price information from amazon. more>> Learn how to use the amazing SDK in conjunction with string parsing functions from PHP to retrieve the latest price information from amazon.<<less
Added: 2007-03-07 License: Freeware Price: $0.00USD
13 downloads
Other version of Getting prices using the amazon SDK
License:Freeware
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 for getting 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