https://www.developerfusion.com/t/html/code/ HTML Sample code from Developer Fusion 2006-05-20T02:00:00.00Z http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ Interacting with TinyPic from C# 2006-05-20T02:00:00.00Z 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. Fernando Sanchez http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Developing your first Visual WebGui application 2006-04-29T15:57:00.00Z An introduction to Visual WebGui through a sample application. Guy Peled http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ Visual WebGui a unique approach to AJAX development 2006-04-29T15:45:00.00Z 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". Guy Peled 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/5449/uploading-files-using-aspnet/ Uploading Files Using ASP.NET 2006-02-27T17:30:00.00Z 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. Man from Mars http://www.developerfusion.com/code/5405/css-positioning-within-a-container/ CSS Positioning Within a Container 2006-02-18T12:44:00.00Z 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. Trenton Moss http://www.developerfusion.com/code/5404/centre-aligning-a-block-element/ Centre Aligning a Block Element 2006-02-18T12:41:00.00Z Learn how to have a fixed width layout website, and the content floated in the middle of the screen, with pre IE 6 compatability. Trenton Moss http://www.developerfusion.com/code/5403/image-replacement-technique/ Image replacement technique 2006-02-18T12:37:00.00Z 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. Trenton Moss 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/5232/printing-with-formatting-in-vbnet/ Printing with formatting in VB.NET 2006-01-17T21:27:00.00Z 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. Jereme Guenther http://www.developerfusion.com/code/5223/using-ashx-files-to-retrieve-db-images/ Using ASHX files to retrieve DB images 2006-01-15T12:37:00.00Z Learn how to use the little-known Http Handler functionality of ASP.NET to serve images from a database. Harry Pierson 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/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/4658/sending-email-from-aspnet/ Sending email from ASP.NET 2005-01-17T02:09:00.00Z 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. Orcs Web http://www.developerfusion.com/code/4648/embed-text-in-image-using-aspnet/ Embed text in Image using ASP.NET 2005-01-07T08:41:00.00Z Demonstrates how to dynamically embed a text caption embedded into an image. Julian Roberts http://www.developerfusion.com/code/3836/image-to-html/ Image to HTML 2003-09-05T08:41:00.00Z A simple program that converts images into blocks of font tag colored 1s and 0s. Michael H http://www.developerfusion.com/code/3946/how-to-supress-the-automatic-space-between-forms/ How to supress the automatic space between FORMs 2003-08-13T10:44:00.00Z 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. Edward Tanguay http://www.developerfusion.com/code/3901/converting-html-to-text/ Converting HTML to Text 2003-07-31T14:43:00.00Z Demonstrates how to use a simple regular expression to remove all HTML tags from text Karl Moore http://www.developerfusion.com/code/3520/asp-fractal/ ASP Fractal 2003-06-03T08:32:00.00Z 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. Tawani Anyangwe http://www.developerfusion.com/code/3696/creating-a-dynamic-graphic-which-returns-a-jpg/ Creating a dynamic graphic which returns a .jpg 2003-05-27T06:18:00.00Z This code allows an .aspx file to receive parameters (file name and width of picture) and return a JPEG resized to the requested width. Edward Tanguay