JavaScript Sample code from Developer Fusion https://www.developerfusion.com/t/javascript/code/ JavaScript Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Wed, 19 Jul 2006 08:53:00 GMT Debugging client JavaScript in VS 2005 Short guide how to debug client JavaScript in VS 2005. http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ Wed, 19 Jul 2006 08:53:00 GMT Jimmy Skowronski The AJAX "Top 5" security tips There is no doubt that AJAX and AJAX-style technologies are the way forward for web design. Developers can create true "applications" on the web like never before - however care needs to be taken with AJAX, in order to keep web sites secure. http://www.developerfusion.com/code/5802/the-ajax-top-5-security-tips/ http://www.developerfusion.com/code/5802/the-ajax-top-5-security-tips/ Wed, 14 Jun 2006 08:04:00 GMT Moe Tarhini Validate Phone or Fax Number This is a small javascript function that can be used to validate a phone or fax number. http://www.developerfusion.com/code/5629/validate-phone-or-fax-number/ http://www.developerfusion.com/code/5629/validate-phone-or-fax-number/ Wed, 26 Apr 2006 14:14:00 GMT Pradip Patel Building an 'AJAX' ProgressBar in Atlas Learn how to write a basic, client-side Atlas progress bar, and download the source code. http://www.developerfusion.com/code/5340/building-an-ajax-progressbar-in-atlas/ http://www.developerfusion.com/code/5340/building-an-ajax-progressbar-in-atlas/ Thu, 02 Feb 2006 15:45:00 GMT Wilco Bauwer How to disable all elements on a form You almost always want to have your form to be disabled as soon as the user pressed the submit button so that the user doesn't accidently submit the form twice. Here's how. http://www.developerfusion.com/code/5200/how-to-disable-all-elements-on-a-form/ http://www.developerfusion.com/code/5200/how-to-disable-all-elements-on-a-form/ Wed, 11 Jan 2006 23:32:00 GMT Edward Tanguay Trimming form fields Web forms often ask visitors for non-essential information, but long and complicated forms can seriously hinder the e-commerce sales process. Wouldn't it be cool to give users the option to hide these optional fields at their own discretion, and with a clever use of Javascript, the DOM and some CSS we can! http://www.developerfusion.com/code/5182/trimming-form-fields/ http://www.developerfusion.com/code/5182/trimming-form-fields/ Mon, 09 Jan 2006 22:06:00 GMT Andy Clarke A Simple ASP.NET MessageBox Class When moving from Windows Forms to ASP.NET Web Forms, an API that may be missed is that offered by the System.Windows.Forms.MessageBox Class. Here we implement it for ASP.NET! http://www.developerfusion.com/code/4700/a-simple-aspnet-messagebox-class/ http://www.developerfusion.com/code/4700/a-simple-aspnet-messagebox-class/ Wed, 15 Jun 2005 15:24:00 GMT Lee Gunn - .NET C# Scotland Add a JavaScript popup to an ASP.NET button How to add a javascript popup (alert) question to an ASP.NET button control. http://www.developerfusion.com/code/4505/add-a-javascript-popup-to-an-aspnet-button/ http://www.developerfusion.com/code/4505/add-a-javascript-popup-to-an-aspnet-button/ Tue, 02 Mar 2004 04:50:00 GMT Edward Tanguay Display the Current Day of the Week How to display the current day of the week. http://www.developerfusion.com/code/2630/display-the-current-day-of-the-week/ http://www.developerfusion.com/code/2630/display-the-current-day-of-the-week/ Thu, 26 Feb 2004 18:42:00 GMT David Nishimoto How to simulate a status bar in a Web application If you have a process that takes over 20 seconds or so on a Web application, you may want to let the user know the status of the process. Edward shows you how. http://www.developerfusion.com/code/4314/how-to-simulate-a-status-bar-in-a-web-application/ http://www.developerfusion.com/code/4314/how-to-simulate-a-status-bar-in-a-web-application/ Sun, 18 Jan 2004 12:33:00 GMT Edward Tanguay Adding controls to PlaceHolders dynamically A simple example demonstrating how to dynamically add controls to a PlaceHolder control. http://www.developerfusion.com/code/3826/adding-controls-to-placeholders-dynamically/ http://www.developerfusion.com/code/3826/adding-controls-to-placeholders-dynamically/ Mon, 07 Jul 2003 04:29:00 GMT Edward Tanguay MS Agent in a web site Ever wondered how to use the MS Agent characters from your website? This example demonstrates how, using JavaScript and VB Script http://www.developerfusion.com/code/2891/ms-agent-in-a-web-site/ http://www.developerfusion.com/code/2891/ms-agent-in-a-web-site/ Sun, 12 Jan 2003 06:48:00 GMT Warren Force case restrictions Change a text field to all lowercase or uppercase before submitting. http://www.developerfusion.com/code/2409/force-case-restrictions/ http://www.developerfusion.com/code/2409/force-case-restrictions/ Sat, 06 Jul 2002 12:06:00 GMT Super Tal Determining Client Capabilities Determine the capabilities of a client browser from the resolution to the user language. http://www.developerfusion.com/code/2443/determining-client-capabilities/ http://www.developerfusion.com/code/2443/determining-client-capabilities/ Fri, 07 Jun 2002 06:15:00 GMT Peeyush Nigam Highlighting phrases in text Returns a character phrase with html highlighting a Pattern. The hightlight is dependant on the Type. http://www.developerfusion.com/code/2307/highlighting-phrases-in-text/ http://www.developerfusion.com/code/2307/highlighting-phrases-in-text/ Tue, 07 May 2002 12:34:00 GMT David Nishimoto News Scroller Javascript News Scroller for IE 5 and above http://www.developerfusion.com/code/2356/news-scroller/ http://www.developerfusion.com/code/2356/news-scroller/ Mon, 06 May 2002 13:57:00 GMT Peeyush Nigam Building a MultiDimensional Array in Javascript Building a MultiDimensional Array in Javascript http://www.developerfusion.com/code/2310/building-a-multidimensional-array-in-javascript/ http://www.developerfusion.com/code/2310/building-a-multidimensional-array-in-javascript/ Mon, 06 May 2002 13:51:00 GMT David Nishimoto Autolink Automatic jump to a url on when the mouse moves over a link http://www.developerfusion.com/code/2312/autolink/ http://www.developerfusion.com/code/2312/autolink/ Mon, 06 May 2002 13:45:00 GMT David Nishimoto User Defined Splice function Returns all previous character up to the pattern match http://www.developerfusion.com/code/2306/user-defined-splice-function/ http://www.developerfusion.com/code/2306/user-defined-splice-function/ Mon, 06 May 2002 13:43:00 GMT David Nishimoto Rotating Images Rotating Image and Dynamically Change the Link http://www.developerfusion.com/code/2309/rotating-images/ http://www.developerfusion.com/code/2309/rotating-images/ Mon, 06 May 2002 13:40:00 GMT David Nishimoto