request
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 308
XHTML Content Negotiation for Wordpress 1.3
XHTML Content Negotiation for Wordpress is considered as a professional and great plugin that allows Wordpress to serve content using the application/XHTML+XML MIME type, based on the clients HTTP ACCEPT request. more>>
XHTML Content Negotiation for Wordpress 1.3 is considered as a professional and great plugin that allows Wordpress to serve content using the application/XHTML+XML MIME type, based on the clients HTTP ACCEPT request.
Added: 2009-09-30 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
Language Detect 1.0
Language Detect is a perfect and very convenient program which can be used to detect the idioms supported by the user browser. more>> Language Detect 1.0 is a perfect and very convenient program which can be used to detect the idioms supported by the user browser. It parses the current request HTTP headers and returns a sorted list of idioms that best match the list of idioms supported by the application.<<less
Added: 2009-07-25 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
SMOG Content Management System beta
Create, manage, update your website and web content in minutes. This is easy to use, user friendly CMS. Support also provided in request. Thre is also chance for developers to contribute in this opensource, free software. Please feel free to leave more>> Create, manage, update your website and web content in minutes. This is easy to use, user friendly CMS. Support also provided in request. Thre is also chance for developers to contribute in this opensource, free software. Please feel free to leave comment after downloading or contact us for any help. weve improved our site to make it more user friendly and ineractive about this CMS.<<less
Added: 2009-02-03 License: Other Price: $0.00USD
10 downloads
Ad Hoc Queries in ASP.NET 1
Ad hoc SQL query is dynamically created when needed to return information like database search results, user profile info or more generally, any information that are related to user specific request. This tutorial explains how to build ad hoc queries more>> Ad hoc SQL query is dynamically created when needed to return information like database search results, user profile info or more generally, any information that are related to user specific request. This tutorial explains how to build ad hoc queries safely with parameters and by constructing a string.<<less
Added: 2008-12-18 License: Freeware Price: $0.00USD
13 downloads
Spelling Suggestion Class 1.0
This class can be used to suggest text spelling corrections using the Yahoo API. It takes a text as parameter and sends a request to Yahoo Spelling Suggestion Web service API server. The class returns a text string with the corrected spelling more>> This class can be used to suggest text spelling corrections using the Yahoo API. It takes a text as parameter and sends a request to Yahoo Spelling Suggestion Web service API server. The class returns a text string with the corrected spelling text if any was suggested.<<less
Added: 2008-09-14 License: GPL Price: $0.00USD
17 downloads
Dangerous paths - URI Design 1
ASP.NET is essentially an advanced request-processing framework. Naturally, the URI is the most important part of any request (or should be). This tutorial explains how to avoid common mistakes in URIs design. more>> ASP.NET is essentially an advanced request-processing framework. Naturally, the URI is the most important part of any request (or should be). This tutorial explains how to avoid common mistakes in URIs design.<<less
Added: 2008-08-08 License: Freeware Price: $0.00USD
12 downloads
State Management in ASP.Net 1
Web Pages developed in ASP.Net are HTTP based and HTTP protocol is a stateless protocol. It means that web server does not have any idea about the requests from where they coming i.e from same client or new clients. On each request web pages are created more>> Web Pages developed in ASP.Net are HTTP based and HTTP protocol is a stateless protocol. It means that web server does not have any idea about the requests from where they coming i.e from same client or new clients. On each request web pages are created and destroyed. This tutorial explains how to remember site visitors informations between requests.<<less
Added: 2008-05-02 License: Freeware Price: $0.00USD
13 downloads
Progress Bar (percentage based) Mockup
If youre wondering how to show real percentage inside web documents, this solution may be the best thing for you. Forget about xml http request (aka AJAX) ones, and it works flawlessly. The bar will also make sure the user will see how much of the more>> If youre wondering how to show real percentage inside web documents, this solution may be the best thing for you. Forget about xml http request (aka AJAX) ones, and it works flawlessly. The bar will also make sure the user will see how much of the activity is completed, by using percentages from 1 to 100%.<<less
Added: 2008-01-13 License: Other Price: $0.00USD
21 downloads
404 Alerter 2.01
Logs details of each 404 request (pages and image files) including referrer so you can correct broken links, will optionally notify you via email when 404 is requested, comes with Secured Admin login section, use your own custom error pages and more>> Logs details of each 404 request (pages and image files) including referrer so you can correct broken links, will optionally notify you via email when 404 is requested, comes with Secured Admin login section, use your own custom error pages and redirection, and its free!<<less
Added: 2008-01-02 License: Freeware Price: $0.00USD
13 downloads
Visitor Informations From Request.ServerVariables Collection 1
Tutorial explains few methods to know more informations about your web site visitors. The ServerVariables collection retrieves the values of predetermined environment variables and request header information. If youve ever wondered how to get your more>> Tutorial explains few methods to know more informations about your web site visitors. The ServerVariables collection retrieves the values of predetermined environment variables and request header information. If youve ever wondered how to get your website visitors name, or their IP address, or the referrer address, then look no more. Request.ServerVariables is almost all you need.<<less
Added: 2007-09-28 License: Freeware Price: $0.00USD
12 downloads
Live HTTP header viewer 1.0
An easy way to explore http headers - both request headers and response headers. It also shows POST data for small requests - so you can see multipart/form-data or application/x-www-form-ur lencoded data POSTed to the webserver. more>> An easy way to explore http headers - both request headers and response headers. It also shows POST data for small requests - so you can see multipart/form-data or application/x-www-form-ur lencoded data POSTed to the webserver.<<less
Added: 2007-07-29 License: Freeware Price: $0.00USD
15 downloads
What is PHP Sessions? 1.0.0
Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables more>> Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site. A visitor accessing your web site is assigned a unique id, the so-called session id. This is either stored in a cookie on the user side or is propagated in the URL. A PHP session solves this problem by allowing you to store user information on the server for later use (i.e. username, shopping cart items, etc). However, this session information is temporary and is usually deleted very quickly after the user has left the website that uses sessions.<<less
Added: 2007-07-13 License: Freeware Price: $0.00USD
11 downloads
Other version of What is PHP Sessions
License:Freeware
Multi-thread Simulation 1.0
This class can emulate the execution of program threads using separate HTTP requests to the same script. It establishes an HTTP connection to the same Web server to execute the same PHP script. It sends a request passing the name a function to more>> This class can emulate the execution of program threads using separate HTTP requests to the same script. It establishes an HTTP connection to the same Web server to execute the same PHP script. It sends a request passing the name a function to execute and an argument to be passed to that function. The requested script executes some code that detects the thread execution request and calls the specified function. When the thread request script ends, the return values of the called function is returned as a serialized string. The calling script can execute other tasks while the thread script runs. The results may be collected later when the thread script ends.<<less
Added: 2007-07-09 License: GPL Price: $0.00USD
17 downloads
Link Request Contact Form 3.4
Provided by: American Financing. Link Request Contact Form v3.4 is designed to let your friends or clients request to add their website link(s) / banner(s) to your website. User can upload their banner(s) to a directory being a JPG or GIF file for your more>> Provided by: American Financing. Link Request Contact Form v3.4 is designed to let your friends or clients request to add their website link(s) / banner(s) to your website. User can upload their banner(s) to a directory being a JPG or GIF file for your review before you post their listing(s). Once the user fills in all the details an email will be sent to you with the file location and the users details. The script will also email your client with a Confirmation email providing them with the same details. You can modify the script to your liking and change the location of where the files will be store easily. There are no restrictions and easy installation instructions are provided.<<less
Added: 2007-05-07 License: Freeware Price: $0.00USD
12 downloads
Designer-Nodes Affiliate System
So heres the scoop! Its got in and out tracking with customized URLs, request affiliation, confirm affiliate, notification of affiliation once confirmed. The admin panel is secured with md5 encryption more>> So heres the scoop! Its got in and out tracking with customized URLs, request affiliation, confirm affiliate, notification of affiliation once confirmed. The admin panel is secured with md5 encryption. All hits in and out are tracked and there are no double hits counted.<<less
Added: 2007-04-24 License: Freeware Price: Free
917 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 request 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