https://www.developerfusion.com/t/html/code/sort/popularity/ HTML Sample code from Developer Fusion 2006-04-29T15:57:00.00Z 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/180/convert-rtf-to-html/ Convert RTF to HTML 2001-07-14T14:48:00.00Z A visual basic module allowing you to convert a formatted RTF file to HTML! Brady H http://www.developerfusion.com/code/2069/set-the-target-frame-of-a-form/ Set the target frame of a form 2002-02-26T10:16:00.00Z How to make the output of a form appear in a new window or another frame Kiran Pai 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/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/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/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/201/display-animated-gifs-in-vb/ Display animated GIFs in VB 2001-07-14T14:48:00.00Z Display animated GIFs in VB using the WebBrowser Control ElementK Journals 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/1842/create-flexible-reports-with-data-report-utility/ Create flexible reports with Data Report utility 2001-10-31T09:02:00.00Z This project will show you how to create reports in VB using the data report utility, this utility is very easy to use and it only takes minutes to create flexible reports using this utility. S.S. Ahmed 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/1936/getting-started-with-database-programming/ Getting Started with Database Programming 2002-02-24T11:24:00.00Z 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. gigsv00 http://www.developerfusion.com/code/1862/preload-images/ Pre-load Images 2002-02-24T15:08:00.00Z Some simple javascript to pre-load images on a web page Peeyush Nigam http://www.developerfusion.com/code/1893/create-your-own-web-robot/ Create your own Web Robot 2002-02-21T12:52:00.00Z Create your own Web Robot that searches the net your way. Enter the keywords and the relevance level and the bot will do rest of the job. S.S. Ahmed http://www.developerfusion.com/code/286/display-html-help-from-a-message-box/ Display HTML Help from a Message Box 2001-07-14T14:48:00.00Z How to display a HTML Help topic from a Message box James Crowley 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/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/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/1726/a-horizontal-percentage-gauge/ A Horizontal Percentage Gauge 2001-10-14T16:19:00.00Z A horizontal percentage gauge class for your ASP scripts Michael Balloni 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