ASP (3.0) Sample code from Developer Fusion https://www.developerfusion.com/t/asp3/code/sort/popularity/ ASP (3.0) Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Tue, 10 Feb 2009 11:24:00 GMT Determine execution time in PHP This is based on the ASP script posted by Lio. It will determine the time taken for a php script to execute correct to 0.000000000000001 seconds. http://www.developerfusion.com/code/2058/determine-execution-time-in-php/ http://www.developerfusion.com/code/2058/determine-execution-time-in-php/ Fri, 08 Mar 2002 07:13:00 GMT Gringod Get the visitor's IP address How to get the visitors IP address from within your ASP script http://www.developerfusion.com/code/1626/get-the-visitors-ip-address/ http://www.developerfusion.com/code/1626/get-the-visitors-ip-address/ Mon, 13 Aug 2001 12:53:00 GMT James Crowley Binding Multiple Fields to ASP.NET ListControl classes Out of the box, the ASP.NET list controls (CheckBoxList, RadioButtonList, DropDownList) only support data binding on a single field. Learn how to work around this to bind to as many fields as you need. http://www.developerfusion.com/code/9723/binding-multiple-fields-to-aspnet-listcontrol-classes/ http://www.developerfusion.com/code/9723/binding-multiple-fields-to-aspnet-listcontrol-classes/ Tue, 10 Feb 2009 11:24:00 GMT Neil Dodson Cross page postbacks in ASP.NET 2.0 ASP.NET 2.0 introduces the ability to have an ASPX page postback to a different ASPX page with cross page postbacks. This was done all the time in ASP but wasn’t supported in ASP.NET 1.x. Here we show you how to use this new feature. http://www.developerfusion.com/code/4687/cross-page-postbacks-in-aspnet-20/ http://www.developerfusion.com/code/4687/cross-page-postbacks-in-aspnet-20/ Mon, 11 Apr 2005 16:06:00 GMT Brock Allen A Calendar Class for Classic ASP Provides source code for a calendar to embed in your ASP applications http://www.developerfusion.com/code/3293/a-calendar-class-for-classic-asp/ http://www.developerfusion.com/code/3293/a-calendar-class-for-classic-asp/ Mon, 26 Jan 2004 11:14:00 GMT Macky M Iterate Arrays with For Each How to iterate arrays with the For Each statement http://www.developerfusion.com/code/1601/iterate-arrays-with-for-each/ http://www.developerfusion.com/code/1601/iterate-arrays-with-for-each/ Wed, 18 Jul 2001 17:52:00 GMT ElementK Journals Debug ASP.NET pages using Tracing Demonstrates a useful debugging technique taking advantage of traces in ASP.NET. http://www.developerfusion.com/code/4649/debug-aspnet-pages-using-tracing/ http://www.developerfusion.com/code/4649/debug-aspnet-pages-using-tracing/ Fri, 07 Jan 2005 08:48:00 GMT Julian Roberts Create an IIF statement in VBScript How to create a VBScript/ASP equivilant of the VB IIF statement http://www.developerfusion.com/code/1606/create-an-iif-statement-in-vbscript/ http://www.developerfusion.com/code/1606/create-an-iif-statement-in-vbscript/ Wed, 18 Jul 2001 18:13:00 GMT ElementK Journals Sending email from ASP.NET One of the most commonly performed operations that I see in web applications - aside from database actions - is sending email from code. This demonstrates how in ASP.NET. http://www.developerfusion.com/code/4658/sending-email-from-aspnet/ http://www.developerfusion.com/code/4658/sending-email-from-aspnet/ Mon, 17 Jan 2005 02:09:00 GMT Orcs Web Determining the logged-on user from ASP How to determine the current user when using the Basic or NT Challenge/Response security http://www.developerfusion.com/code/235/determining-the-loggedon-user-from-asp/ http://www.developerfusion.com/code/235/determining-the-loggedon-user-from-asp/ Sat, 14 Jul 2001 14:48:00 GMT ElementK Journals Number of visitors online How to get the number of visitors currently online http://www.developerfusion.com/code/1745/number-of-visitors-online/ http://www.developerfusion.com/code/1745/number-of-visitors-online/ Tue, 16 Oct 2001 18:38:00 GMT James Crowley Don't explicitly set the page language in ASP Why you shouldn't explicitly set the page language in ASP http://www.developerfusion.com/code/1600/dont-explicitly-set-the-page-language-in-asp/ http://www.developerfusion.com/code/1600/dont-explicitly-set-the-page-language-in-asp/ Wed, 18 Jul 2001 17:48:00 GMT ElementK Journals Retrieving Remote Image Properties in ASP This code will allow the programmer to retrieve the width, height, and depth of a jpg and gif that are remotely hosted. http://www.developerfusion.com/code/1971/retrieving-remote-image-properties-in-asp/ http://www.developerfusion.com/code/1971/retrieving-remote-image-properties-in-asp/ Sat, 02 Mar 2002 15:51:00 GMT LawrenceF Redirect Web Visitors By Country Using ASP and COM There are times when it is useful to redirect a visitor to different default web page based on the visitor's country of origin. One practical usage is to redirect visitor to web page with the language recognized by the visitor. This article shows you how using ASP and ActiveX component this can be done. http://www.developerfusion.com/code/3175/redirect-web-visitors-by-country-using-asp-and-com/ http://www.developerfusion.com/code/3175/redirect-web-visitors-by-country-using-asp-and-com/ Sun, 12 Jan 2003 07:16:00 GMT tgotchi Determine whether a url exists How to determine whether files on a server exist using the ServerXMLHTTP object http://www.developerfusion.com/code/1605/determine-whether-a-url-exists/ http://www.developerfusion.com/code/1605/determine-whether-a-url-exists/ Wed, 18 Jul 2001 18:07:00 GMT ElementK Journals Preventing Image Caching How to prevent image caching http://www.developerfusion.com/code/228/preventing-image-caching/ http://www.developerfusion.com/code/228/preventing-image-caching/ Sat, 14 Jul 2001 14:48:00 GMT ElementK Journals Getting Started with Database Programming This is a conceptual idea of how I start to do database programming. In this article, I had highlighted a few points that become vital to understand for any new comers to do database programming. http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ http://www.developerfusion.com/code/1936/getting-started-with-database-programming/ Sun, 24 Feb 2002 11:24:00 GMT gigsv00 Multiple Submit Buttons This script shows you how to submit the contents of a form to different programs depending on which Submit button you press. http://www.developerfusion.com/code/2067/multiple-submit-buttons/ http://www.developerfusion.com/code/2067/multiple-submit-buttons/ Tue, 26 Feb 2002 10:05:00 GMT Kiran Pai Reading a file using the FileSystemObject How to read the contents of a file from ASP using the FileSystemObject http://www.developerfusion.com/code/1656/reading-a-file-using-the-filesystemobject/ http://www.developerfusion.com/code/1656/reading-a-file-using-the-filesystemobject/ Mon, 24 Sep 2001 19:29:00 GMT James Crowley Preventing Caching How to prevent your pages from being cached http://www.developerfusion.com/code/1160/preventing-caching/ http://www.developerfusion.com/code/1160/preventing-caching/ Sun, 15 Jul 2001 13:29:00 GMT James Crowley