HTML Sample code from Developer Fusion https://www.developerfusion.com/t/html/code/ HTML Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Sat, 20 May 2006 02:00:00 GMT Interacting with TinyPic from C# The following tutorial will demonstrate how to interact with http://tinypic.com, an image mirroring service, directly from a C# application using the WebRobot component. http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ Sat, 20 May 2006 02:00:00 GMT Fernando Sanchez Developing your first Visual WebGui application An introduction to Visual WebGui through a sample application. http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Sat, 29 Apr 2006 15:57:00 GMT Guy Peled Visual WebGui a unique approach to AJAX development Visual WebGui is not just another AJAX framework but rather a different approach to web application development, specially designed to simplify building highly complex applications like Outlook Web Access (OWA). Visual WebGui makes it possible for developers to create applications that were previously developed only by the "big guys". http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ Sat, 29 Apr 2006 15:45:00 GMT Guy Peled 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 Uploading Files Using ASP.NET No need of third party components to upload your files. It is so easy to upload files in ASP.NET using just 3 lines of code. http://www.developerfusion.com/code/5449/uploading-files-using-aspnet/ http://www.developerfusion.com/code/5449/uploading-files-using-aspnet/ Mon, 27 Feb 2006 17:30:00 GMT Man from Mars CSS Positioning Within a Container One of the best things about CSS is that you can position an object absolutely anywhere you want in the document. It's also possible (and often desirable) to position objects within a container. It's simple to do too. http://www.developerfusion.com/code/5405/css-positioning-within-a-container/ http://www.developerfusion.com/code/5405/css-positioning-within-a-container/ Sat, 18 Feb 2006 12:44:00 GMT Trenton Moss Centre Aligning a Block Element Learn how to have a fixed width layout website, and the content floated in the middle of the screen, with pre IE 6 compatability. http://www.developerfusion.com/code/5404/centre-aligning-a-block-element/ http://www.developerfusion.com/code/5404/centre-aligning-a-block-element/ Sat, 18 Feb 2006 12:41:00 GMT Trenton Moss Image replacement technique It's always advisable to use regular HTML markup to display text, as opposed to an image. Doing so allows for a faster download speed and has accessibility benefits. However, if you've absolutely got your heart set on using a certain font and your site visitors are unlikely to have that font on their computers, then really you've got no choice but to use an image. http://www.developerfusion.com/code/5403/image-replacement-technique/ http://www.developerfusion.com/code/5403/image-replacement-technique/ Sat, 18 Feb 2006 12:37:00 GMT Trenton Moss 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 Printing with formatting in VB.NET This code demonstrates how to print formatted text using VB.NET, with a a printing class which allows text to be formatted at the character level. http://www.developerfusion.com/code/5232/printing-with-formatting-in-vbnet/ http://www.developerfusion.com/code/5232/printing-with-formatting-in-vbnet/ Tue, 17 Jan 2006 21:27:00 GMT Jereme Guenther Using ASHX files to retrieve DB images Learn how to use the little-known Http Handler functionality of ASP.NET to serve images from a database. http://www.developerfusion.com/code/5223/using-ashx-files-to-retrieve-db-images/ http://www.developerfusion.com/code/5223/using-ashx-files-to-retrieve-db-images/ Sun, 15 Jan 2006 12:37:00 GMT Harry Pierson 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 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 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 Embed text in Image using ASP.NET Demonstrates how to dynamically embed a text caption embedded into an image. http://www.developerfusion.com/code/4648/embed-text-in-image-using-aspnet/ http://www.developerfusion.com/code/4648/embed-text-in-image-using-aspnet/ Fri, 07 Jan 2005 08:41:00 GMT Julian Roberts Image to HTML A simple program that converts images into blocks of font tag colored 1s and 0s. http://www.developerfusion.com/code/3836/image-to-html/ http://www.developerfusion.com/code/3836/image-to-html/ Fri, 05 Sep 2003 08:41:00 GMT Michael H How to supress the automatic space between FORMs If you stack forms on top of each other on an HTML page, you will notice that there is an automatic blank space inserted. This code will eliminate that space which will give you more freedom when designing a page with many separate forms. http://www.developerfusion.com/code/3946/how-to-supress-the-automatic-space-between-forms/ http://www.developerfusion.com/code/3946/how-to-supress-the-automatic-space-between-forms/ Wed, 13 Aug 2003 10:44:00 GMT Edward Tanguay Converting HTML to Text Demonstrates how to use a simple regular expression to remove all HTML tags from text http://www.developerfusion.com/code/3901/converting-html-to-text/ http://www.developerfusion.com/code/3901/converting-html-to-text/ Thu, 31 Jul 2003 14:43:00 GMT Karl Moore ASP Fractal ASP Fractal shows the ways and means of using VBScripts in an Active Server Page for creating one of the most powerful virtual graphics in HTML. The source code is also provided for altering it to suit your needs. http://www.developerfusion.com/code/3520/asp-fractal/ http://www.developerfusion.com/code/3520/asp-fractal/ Tue, 03 Jun 2003 08:32:00 GMT Tawani Anyangwe Creating a dynamic graphic which returns a .jpg This code allows an .aspx file to receive parameters (file name and width of picture) and return a JPEG resized to the requested width. http://www.developerfusion.com/code/3696/creating-a-dynamic-graphic-which-returns-a-jpg/ http://www.developerfusion.com/code/3696/creating-a-dynamic-graphic-which-returns-a-jpg/ Tue, 27 May 2003 06:18:00 GMT Edward Tanguay