to use
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2521
How to use ImageMap Control 1
Explains how to turn an image to navigation menu with ImageMap Control. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image. With the new ImageMap control, more>> Explains how to turn an image to navigation menu with ImageMap Control. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image. With the new ImageMap control, you can define images with distinct regions called hot spots which are identified using coordinates.<<less
Added: 2008-02-22 License: Freeware Price: $0.00USD
11 downloads
How to use Repeater Control 1
One of important goals of any application development process is making data presentation richer. ASP.NET 2.0 provides many server controls which render data in different rich formats and styles. Repeater control is one of most popular controls for more>> One of important goals of any application development process is making data presentation richer. ASP.NET 2.0 provides many server controls which render data in different rich formats and styles. Repeater control is one of most popular controls for displaying data in different layouts.<<less
Added: 2007-11-20 License: Freeware Price: $0.00USD
13 downloads
How To Use AdRotator Control 1
AdRotator is one of the Rich Web Controls available in ASP.NET. AdRotator control is available in ASP.Net to make the task of rotating the advertisement images in a web form quickly and easily. It displays banner advertisements randomly. This more>> AdRotator is one of the Rich Web Controls available in ASP.NET. AdRotator control is available in ASP.Net to make the task of rotating the advertisement images in a web form quickly and easily. It displays banner advertisements randomly. This tutorial explains how to rotate advertisement images on web form by using AdRotator Control.<<less
Added: 2008-06-12 License: Freeware Price: $0.00USD
12 downloads
How to use the QueryString in ASP
This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page. more>> This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.<<less
Added: 2005-04-20 License: Other Free / Open Source License Price: Free
1664 downloads
How to use the query string in PHP
This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like www.example.com/pag e.php?mode=1&s more>> This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like "www.example.com/pag e.php?mode=1&style=red"? Well, this page is being passed variables and their values through the query string, here the variables "mode" and "style" are being passed, with values "1" and "red" respectively. The question mark indicates the start of the query string and the ampersand, &, symbol seperates variable=value assignments.<<less
Added: 2005-07-10 License: Other Free / Open Source License Price: Free
1621 downloads
Extremely Simple to Use News Script 1.0
This is a Extremely easy to use News Script, It is excellant for first time web designers, as they learn how to code in HTML, Javascript and PHP they can begin to change things within this script, and experiment with it. It may not be the most flashy more>> This is a Extremely easy to use News Script, It is excellant for first time web designers, as they learn how to code in HTML, Javascript and PHP they can begin to change things within this script, and experiment with it. It may not be the most flashy news script around, but it is the easiest to use! You dont need to know a thing about HTML, Javascript or PHP to use this news script it is that simple! The entire script is just 1 PHP file. and their is only a really small amount of coding. and best of all it is Free! and created by me, ACE. Enjoy! =D<<less
Added: 2007-06-19 License: Freeware Price: $0.00USD
11 downloads
Other version of Extremely Simple to Use News Script
Price: FreeAdditionalInfoCompletelyFreetouse
License:Freeware
License:Freeware
PHP Search Engine (easy to use) beta
This program uses php and mysql to build a very fast and easily extendable php search engine. On the site there is a full demo for you to view before making your decision. Its completely free and in my opinion great for a startup search engine, or more>> This program uses php and mysql to build a very fast and easily extendable php search engine. On the site there is a full demo for you to view before making your decision. Its completely free and in my opinion great for a startup search engine, or perhaps a small library search or something that keyword searches are great for.<<less
Added: 2007-09-21 License: Other Price: $0.00USD
12 downloads
Simple Easy To Use PHP Spell Checker 1.0.2
The program is used to spell check any of the input field of html form. The script is designed not to mess any way to your main script processing of the form. It is just return modified (allready spell-checked) text into any input field. It is writen on more>> The program is used to spell check any of the input field of html form. The script is designed not to mess any way to your main script processing of the form. It is just return modified (allready spell-checked) text into any input field. It is writen on PHP and using JavaScript as minimum as possible. JavaScript code is limited to: read input field we want to spellcheck, passing javascript variable to php and then return allready spell-checked text into the original form. You may add spellcheck links not only on one input field, but on every field used in form. If your page contains multiple forms you can add spellchecking on them as well.<<less
Added: 2005-04-01 License: GPL Price: $0.00USD
16 downloads
Other version of Simple Easy To Use PHP Spell Checker
How to use SCOPE_IDENTITY() in ASP.NET
In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. . more>> In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. .<<less
Added: 2006-09-13 License: Freeware Price: Free
1158 downloads
When and How to use Cookies and Sessions
In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies. more>> In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies.<<less
Added: 2007-05-31 License: Freeware Price: Free
878 downloads
How to use the PEAR ITX templating system
This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, itll show you some of the competitors, why the autho more>> This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, itll show you some of the competitors, why the author didnt like them and why in the end he chooses to work with ITX in his own scripts. We will build a simple example script that will load and fill out the data out of a database. This script will use another PEAR component, a database abstraction layer. This tutorial assumes that you are familiar with PEARs DB abstraction layer.<<less
Added: 2003-01-09 License: Not Specified Price: Free
2499 downloads
How To Use SQL Server Reporting Services 1
This tutorial explains how to install, configure and implement SQL Server Reporting Services in ASP.NET. Business development often requires analysis and data mining and SQL Server Reporting Services provide a solution to those tasks. more>> This tutorial explains how to install, configure and implement SQL Server Reporting Services in ASP.NET. Business development often requires analysis and data mining and SQL Server Reporting Services provide a solution to those tasks.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
13 downloads
a complete and easy to use affiliate program
What Do You Think About Making 11,000 Affiliate Links In Just 30 Minutes ?... With or Without Owning A Website ! We Send Random Traffic to Your Work from Home .Net Page. Others Show You how To Make more>> What Do You Think About Making 11,000 Affiliate Links In Just 30 Minutes ?... With or Without Owning A Website ! We Send Random Traffic to Your "Work from Home .Net Page". Others Show You how To Make Money with One Product ... Here You Find a Sure Way to Make Money With The Entire Clickbank Marketplace A Sales Page Like This One (You Can Customise Colors & Graphics) A Complete Storefront With 11,000 Merchant Links Automatically set to Your Clickbank reseller ID. A Description For Every Link. Marketplace Category And Sub Category Surfing. Complete Control on Graphic Display For Your Entire "Work from Home .Net Program". PHP Code For Including "Work from Home .Net Program" in Your Website. HTML Code For Including "Work from Home .Net Program" in Your Website. Compatibility With Mobile Phone ( Imode, Wap, UMTS). Modify Your Keywords and Descriptions Url Rewriting Ready (We provide: static HTML or dynamic PHP links for every member) YOUR PAGE RAMDOMLY SET TO OUR DEFAULT PAGE --> http://www.Work-Home.net Catching Email Popup Loading on Your Page Popup Sending Your Email address Enable Or disable Google Adsense Advertisements Enable Or disable Amazon Affiliate Linking By Keywords You get the commission for each sale through Clickbank Marketplace. Life Time Upgrades Without additional fees. BONUS: Tons of downloads available for members. 3994 Search Engines Ready to Receive Your Affiliate Link Our Clickbank Affiliate Program : 75 % for every new subscription to "Work from Home .Net Page" you provide. You can, now work from home<<less
Added: 2005-05-02 License: Commercial License Price: $89.00AdditionalInfoLIFETIMEUPDATEMEMBERSHIP
1636 downloads
How to use TreeView control in ASP.NET 2.0 1
ASP.Net 2.0 introduces many new controls including a TreeView Control, which can be used to consume information from hierarchical data sources like an XML file and then display that information. In this tutorial, I am going to statically data bind the more>> ASP.Net 2.0 introduces many new controls including a TreeView Control, which can be used to consume information from hierarchical data sources like an XML file and then display that information. In this tutorial, I am going to statically data bind the TreeView control with the contents of an XML file.<<less
Added: 2007-09-18 License: Freeware Price: $0.00USD
22 downloads
PHP Search Pro (easy to use and install) 1.0
This marks yet another break from the original PHP search roadmap. In this version of which is called PHP SEARCH PRO we have added the wonderful admin menu, as well as install script. Everything now is also turned over to CSS with a header.php and more>> This marks yet another break from the original PHP search roadmap. In this version of which is called PHP SEARCH PRO we have added the wonderful admin menu, as well as install script. Everything now is also turned over to CSS with a header.php and footer.php file for templating. Major Features *Enter a Link Submission protected by captcha *Admin area with ability to change rank, sponsorship, remove and edit listings *Install script for easy *header and footer with XHTML/CSS compliance for easy templating<<less
Added: 2008-02-29 License: Other Price: $0.00USD
12 downloads
Other version of PHP Search
Price: $0.00USD
License:GPL
License:GPL
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 use 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