HTML Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/html/tutorials/sort/popularity/ HTML Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Thu, 24 Feb 2011 12:41:00 GMT Visual Basic 6.0 - Exporting a DataReport to Microsoft Word 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. http://www.developerfusion.com/article/5371/visual-basic-60-exporting-a-datareport-to-microsoft-word/ http://www.developerfusion.com/article/5371/visual-basic-60-exporting-a-datareport-to-microsoft-word/ Sat, 11 Feb 2006 00:32:00 GMT conwayjd Documentation made easy with C# and XML 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. http://www.developerfusion.com/article/84436/documentation-made-easy-with-c-and-xml/ http://www.developerfusion.com/article/84436/documentation-made-easy-with-c-and-xml/ Mon, 04 Oct 2010 08:47:00 GMT Mike James Lessons learned writing AJAX applications 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. http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ Wed, 02 Feb 2011 18:35:00 GMT Dino Esposito JSP for .NET developers 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. http://www.developerfusion.com/article/84479/jsp-for-net-developers/ http://www.developerfusion.com/article/84479/jsp-for-net-developers/ Thu, 23 Sep 2010 10:34:00 GMT Sing Li SWT and JFace, Part 1: A gentle introduction 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. http://www.developerfusion.com/article/5135/swt-and-jface-part-1-a-gentle-introduction/ http://www.developerfusion.com/article/5135/swt-and-jface-part-1-a-gentle-introduction/ Wed, 04 Jan 2006 00:00:00 GMT Barry Feigenbaum The Future of the Web: HTML5 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. http://www.developerfusion.com/article/112678/the-future-of-the-web-html5/ http://www.developerfusion.com/article/112678/the-future-of-the-web-html5/ Thu, 24 Feb 2011 12:41:00 GMT Robert Boedigheimer Uploading Images to a Database Learn how to allow a user to upload an image to your server and store the binary data in a Microsoft SQL database. http://www.developerfusion.com/article/3905/uploading-images-to-a-database/ http://www.developerfusion.com/article/3905/uploading-images-to-a-database/ Fri, 01 Aug 2003 06:40:00 GMT Dave Wanta Rails MVC and routing 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. http://www.developerfusion.com/article/84417/rails-mvc-and-routing/ http://www.developerfusion.com/article/84417/rails-mvc-and-routing/ Tue, 02 Nov 2010 11:33:00 GMT Kevin Jones Retrieving Images from a Database Learn how to retrieve binary data from a database, and stream it directly to a client via a browser. http://www.developerfusion.com/article/3933/retrieving-images-from-a-database/ http://www.developerfusion.com/article/3933/retrieving-images-from-a-database/ Tue, 12 Aug 2003 06:47:00 GMT Dave Wanta Manual File Downloads In ASP.NET Fighting Response.End and the infamous ThreadAbortException while trying to implement manual file downloading in an ASP.NET application. http://www.developerfusion.com/article/4326/manual-file-downloads-in-aspnet/ http://www.developerfusion.com/article/4326/manual-file-downloads-in-aspnet/ Wed, 21 Jan 2004 04:29:00 GMT Palo Mraz Have you seen the Silverlight? 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. http://www.developerfusion.com/article/7087/have-you-seen-the-silverlight/ http://www.developerfusion.com/article/7087/have-you-seen-the-silverlight/ Mon, 17 Sep 2007 20:49:00 GMT Dave Wheeler .NET Applets Mark walks you through how you go about creating a ".NET Applet" - a Windows Forms control hosted within a web page. http://www.developerfusion.com/article/4683/net-applets/ http://www.developerfusion.com/article/4683/net-applets/ Wed, 30 Mar 2005 22:16:00 GMT M Kenyon Creating a Master-detail page Demonstrates how to create a master-detail page in ASP.NET using nested repeaters. http://www.developerfusion.com/article/4582/creating-a-masterdetail-page/ http://www.developerfusion.com/article/4582/creating-a-masterdetail-page/ Wed, 24 Mar 2004 13:28:00 GMT Thomas Johansen Color Mixer This shows you how to create a pop-up color mixer which converts to hexadecimal format http://www.developerfusion.com/article/5262/color-mixer/ http://www.developerfusion.com/article/5262/color-mixer/ Sat, 21 Jan 2006 14:41:00 GMT James P. Gupta Custom SMTP in C# Learn how to write a TCP/IP client that sends emails in C# without the built-in .NET smtp class. http://www.developerfusion.com/article/4039/custom-smtp-in-c/ http://www.developerfusion.com/article/4039/custom-smtp-in-c/ Thu, 18 Sep 2003 08:09:00 GMT Randy Charles Morin Making skinned custom controls 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. http://www.developerfusion.com/article/4600/making-skinned-custom-controls/ http://www.developerfusion.com/article/4600/making-skinned-custom-controls/ Mon, 05 Apr 2004 05:48:00 GMT Thomas Johansen Creating a Newsletter system 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. http://www.developerfusion.com/article/1948/creating-a-newsletter-system/ http://www.developerfusion.com/article/1948/creating-a-newsletter-system/ Wed, 20 Feb 2002 08:40:00 GMT Pablo Varando Moving from Tables to CSS 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. http://www.developerfusion.com/article/5201/moving-from-tables-to-css/ http://www.developerfusion.com/article/5201/moving-from-tables-to-css/ Wed, 11 Jan 2006 23:37:00 GMT Roan Lavery Introduction to custom server controls In this article I'll guide you through the creation of a guestbook, as an introduction to developing custom server controls http://www.developerfusion.com/article/4508/introduction-to-custom-server-controls/ http://www.developerfusion.com/article/4508/introduction-to-custom-server-controls/ Wed, 03 Mar 2004 16:05:00 GMT Thomas Johansen Reading, Storing and Transforming XML Data in .NET 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. http://www.developerfusion.com/article/4078/reading-storing-and-transforming-xml-data-in-net/ http://www.developerfusion.com/article/4078/reading-storing-and-transforming-xml-data-in-net/ Tue, 07 Oct 2003 11:14:00 GMT Dimitrios Markatos