https://www.developerfusion.com/t/html/tutorials/sort/popularity/ HTML Tutorials & Articles from Developer Fusion 2011-02-24T12:41:00.00Z http://www.developerfusion.com/article/5371/visual-basic-60-exporting-a-datareport-to-microsoft-word/ Visual Basic 6.0 - Exporting a DataReport to Microsoft Word 2006-02-11T00:32:00.00Z This article is a simple yet effective way to export a DataReport to MIcrosoft Word using the DataEnvironment and DataReport. This walk-through starts with creating a simple database in Microsoft Access and then creating a User Interface in Visual Basic 6.0. conwayjd http://www.developerfusion.com/article/84436/documentation-made-easy-with-c-and-xml/ Documentation made easy with C# and XML 2010-10-04T08:47:00.00Z Of course you want to document your code, but how many of us do? Mike James thinks that coding and documenting can go hand-in-hand. Mike James http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ Lessons learned writing AJAX applications 2011-02-02T18:35:00.00Z We’re all familiar these days with the Ajax buzz word – but while it’s relatively simple to use these browser technologies to implement a specific feature in an individual page, it is much more complex to build an entire application according to the Ajax paradigm. This article offers a brief overview of a few aspects you might want to take into account for building successful applications. Dino Esposito http://www.developerfusion.com/article/84479/jsp-for-net-developers/ JSP for .NET developers 2010-09-23T10:34:00.00Z It can be difficult to appreciate alien technology even if it's doing exactly the same job as something familiar and well understood. Sing Li makes it easy for .NET enthusiasts to comprehend JSP by comparing it with ASP.NET. Sing Li http://www.developerfusion.com/article/5135/swt-and-jface-part-1-a-gentle-introduction/ SWT and JFace, Part 1: A gentle introduction 2006-01-04T00:00:00.00Z In this first article of an SWT and JFace series, find out how to create a simple Standard Widget Toolkit (SWT) application using Java™, Eclipse, and the SWT and JFace libraries. Also learn how to create simple SWT GUIs using basic controls and layouts. Barry Feigenbaum http://www.developerfusion.com/article/112678/the-future-of-the-web-html5/ The Future of the Web: HTML5 2011-02-24T12:41:00.00Z Let’s get this one cleared up in the first sentence, no you don’t have to wait until 2022 to start using HTML 5! None of that really matters to web developers, what should matter to us is when our users’ browsers support a given feature we are interested in utilizing. Robert Boedigheimer http://www.developerfusion.com/article/3905/uploading-images-to-a-database/ Uploading Images to a Database 2003-08-01T06:40:00.00Z Learn how to allow a user to upload an image to your server and store the binary data in a Microsoft SQL database. Dave Wanta http://www.developerfusion.com/article/84417/rails-mvc-and-routing/ Rails MVC and routing 2010-11-02T11:33:00.00Z Kevin Jones thinks that the key idea in Rails is routing. See how this fits in with the MVC pattern and find out more about Rails by reading on. Kevin Jones http://www.developerfusion.com/article/3933/retrieving-images-from-a-database/ Retrieving Images from a Database 2003-08-12T06:47:00.00Z Learn how to retrieve binary data from a database, and stream it directly to a client via a browser. Dave Wanta http://www.developerfusion.com/article/4326/manual-file-downloads-in-aspnet/ Manual File Downloads In ASP.NET 2004-01-21T04:29:00.00Z Fighting Response.End and the infamous ThreadAbortException while trying to implement manual file downloading in an ASP.NET application. Palo Mraz http://www.developerfusion.com/article/7087/have-you-seen-the-silverlight/ Have you seen the Silverlight? 2007-09-17T20:49:00.00Z So you want fancy, sexy streaming media in the UI? And you want cool animations, fancy glow-in-the-dark buttons and decent, scalable vector graphics? And you want to run your application in a browser on both Windows and Mac OSX? If you’re already reaching for your copy of How to Wow with Flash, stop. There’s a new kid muscling onto the somewhat crowded Rich Interactive Application (RIA) block, and it’s coming from Microsoft. Dave Wheeler http://www.developerfusion.com/article/4683/net-applets/ .NET Applets 2005-03-30T22:16:00.00Z Mark walks you through how you go about creating a ".NET Applet" - a Windows Forms control hosted within a web page. M Kenyon http://www.developerfusion.com/article/4582/creating-a-masterdetail-page/ Creating a Master-detail page 2004-03-24T13:28:00.00Z Demonstrates how to create a master-detail page in ASP.NET using nested repeaters. Thomas Johansen http://www.developerfusion.com/article/5262/color-mixer/ Color Mixer 2006-01-21T14:41:00.00Z This shows you how to create a pop-up color mixer which converts to hexadecimal format James P. Gupta http://www.developerfusion.com/article/4039/custom-smtp-in-c/ Custom SMTP in C# 2003-09-18T08:09:00.00Z Learn how to write a TCP/IP client that sends emails in C# without the built-in .NET smtp class. Randy Charles Morin http://www.developerfusion.com/article/4600/making-skinned-custom-controls/ Making skinned custom controls 2004-04-05T05:48:00.00Z This article will show you how you can easily make your custom controls skinned by deriving from a new control class that we will call SkinControl. Thomas Johansen http://www.developerfusion.com/article/1948/creating-a-newsletter-system/ Creating a Newsletter system 2002-02-20T08:40:00.00Z This tutorials will show you how to create a fully automated system to allow visitors to subscribe and unsubscribe to your newsletter, and for administrators to send out a newsletter to all the registered users. Pablo Varando http://www.developerfusion.com/article/5201/moving-from-tables-to-css/ Moving from Tables to CSS 2006-01-11T23:37:00.00Z Learn how to migrate your existing sites from tables to CSS, and how to start including more CSS based design into your workflow. Why? Because I still think many people find learning to build CSS layout sites from scratch difficult. There's a steep learning curve associated with CSS design, much more so than tables, and getting consistent results across different browsers is tricky, even for the more experienced. Roan Lavery http://www.developerfusion.com/article/4508/introduction-to-custom-server-controls/ Introduction to custom server controls 2004-03-03T16:05:00.00Z In this article I'll guide you through the creation of a guestbook, as an introduction to developing custom server controls Thomas Johansen http://www.developerfusion.com/article/4078/reading-storing-and-transforming-xml-data-in-net/ Reading, Storing and Transforming XML Data in .NET 2003-10-07T11:14:00.00Z This article illustrates a mixture of common .NET methods for formatting and presenting in a readable fashion any XML document you may encounter. The latest hype with XML Web Services and even the .NET Framework itself relies on XML as its backbone, therefore this is no light matter. Dimitrios Markatos