https://www.developerfusion.com/t/javascript/code/ JavaScript Sample code from Developer Fusion 2006-07-19T08:53:00.00Z http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ Debugging client JavaScript in VS 2005 2006-07-19T08:53:00.00Z Short guide how to debug client JavaScript in VS 2005. Jimmy Skowronski http://www.developerfusion.com/code/5802/the-ajax-top-5-security-tips/ The AJAX "Top 5" security tips 2006-06-14T08:04:00.00Z 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. Moe Tarhini http://www.developerfusion.com/code/5629/validate-phone-or-fax-number/ Validate Phone or Fax Number 2006-04-26T14:14:00.00Z This is a small javascript function that can be used to validate a phone or fax number. Pradip Patel http://www.developerfusion.com/code/5340/building-an-ajax-progressbar-in-atlas/ Building an 'AJAX' ProgressBar in Atlas 2006-02-02T15:45:00.00Z Learn how to write a basic, client-side Atlas progress bar, and download the source code. Wilco Bauwer http://www.developerfusion.com/code/5200/how-to-disable-all-elements-on-a-form/ How to disable all elements on a form 2006-01-11T23:32:00.00Z 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. Edward Tanguay http://www.developerfusion.com/code/5182/trimming-form-fields/ Trimming form fields 2006-01-09T22:06:00.00Z 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! Andy Clarke http://www.developerfusion.com/code/4700/a-simple-aspnet-messagebox-class/ A Simple ASP.NET MessageBox Class 2005-06-15T15:24:00.00Z 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! Lee Gunn - .NET C# Scotland http://www.developerfusion.com/code/4505/add-a-javascript-popup-to-an-aspnet-button/ Add a JavaScript popup to an ASP.NET button 2004-03-02T04:50:00.00Z How to add a javascript popup (alert) question to an ASP.NET button control. Edward Tanguay http://www.developerfusion.com/code/2630/display-the-current-day-of-the-week/ Display the Current Day of the Week 2004-02-26T18:42:00.00Z How to display the current day of the week. David Nishimoto http://www.developerfusion.com/code/4314/how-to-simulate-a-status-bar-in-a-web-application/ How to simulate a status bar in a Web application 2004-01-18T12:33:00.00Z 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. Edward Tanguay http://www.developerfusion.com/code/3826/adding-controls-to-placeholders-dynamically/ Adding controls to PlaceHolders dynamically 2003-07-07T04:29:00.00Z A simple example demonstrating how to dynamically add controls to a PlaceHolder control. Edward Tanguay http://www.developerfusion.com/code/2891/ms-agent-in-a-web-site/ MS Agent in a web site 2003-01-12T06:48:00.00Z Ever wondered how to use the MS Agent characters from your website? This example demonstrates how, using JavaScript and VB Script Warren http://www.developerfusion.com/code/2409/force-case-restrictions/ Force case restrictions 2002-07-06T12:06:00.00Z Change a text field to all lowercase or uppercase before submitting. Super Tal http://www.developerfusion.com/code/2443/determining-client-capabilities/ Determining Client Capabilities 2002-06-07T06:15:00.00Z Determine the capabilities of a client browser from the resolution to the user language. Peeyush Nigam http://www.developerfusion.com/code/2307/highlighting-phrases-in-text/ Highlighting phrases in text 2002-05-07T12:34:00.00Z Returns a character phrase with html highlighting a Pattern. The hightlight is dependant on the Type. David Nishimoto http://www.developerfusion.com/code/2356/news-scroller/ News Scroller 2002-05-06T13:57:00.00Z Javascript News Scroller for IE 5 and above Peeyush Nigam http://www.developerfusion.com/code/2310/building-a-multidimensional-array-in-javascript/ Building a MultiDimensional Array in Javascript 2002-05-06T13:51:00.00Z Building a MultiDimensional Array in Javascript David Nishimoto http://www.developerfusion.com/code/2312/autolink/ Autolink 2002-05-06T13:45:00.00Z Automatic jump to a url on when the mouse moves over a link David Nishimoto http://www.developerfusion.com/code/2306/user-defined-splice-function/ User Defined Splice function 2002-05-06T13:43:00.00Z Returns all previous character up to the pattern match David Nishimoto http://www.developerfusion.com/code/2309/rotating-images/ Rotating Images 2002-05-06T13:40:00.00Z Rotating Image and Dynamically Change the Link David Nishimoto