RIA & Web Sample code from Developer Fusion https://www.developerfusion.com/t/ria/code/sort/popularity/ RIA & Web Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Mon, 27 Feb 2006 17:30:00 GMT How to create XML files How to generate XML files in PHP using its new_child function. http://www.developerfusion.com/code/3944/how-to-create-xml-files/ http://www.developerfusion.com/code/3944/how-to-create-xml-files/ Wed, 13 Aug 2003 10:23:00 GMT Edward Tanguay CSS font shorthand rule Learn how to shorten those CSS font rules. http://www.developerfusion.com/code/5342/css-font-shorthand-rule/ http://www.developerfusion.com/code/5342/css-font-shorthand-rule/ Thu, 02 Feb 2006 16:05:00 GMT Trenton Moss Adding controls to PlaceHolders dynamically A simple example demonstrating how to dynamically add controls to a PlaceHolder control. http://www.developerfusion.com/code/3826/adding-controls-to-placeholders-dynamically/ http://www.developerfusion.com/code/3826/adding-controls-to-placeholders-dynamically/ Mon, 07 Jul 2003 04:29:00 GMT Edward Tanguay 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 Customize XML Serialization using IXmlSerializable Learn how to implement the IXmlSerializable in order to customize serialization of your objects - for instance, serializing a NameValueCollection. http://www.developerfusion.com/code/4639/customize-xml-serialization-using-ixmlserializable/ http://www.developerfusion.com/code/4639/customize-xml-serialization-using-ixmlserializable/ Fri, 17 Dec 2004 16:14:00 GMT James Crowley Convert RTF to HTML A visual basic module allowing you to convert a formatted RTF file to HTML! http://www.developerfusion.com/code/180/convert-rtf-to-html/ http://www.developerfusion.com/code/180/convert-rtf-to-html/ Sat, 14 Jul 2001 14:48:00 GMT Brady H Generate an Image of a Web Page Demonstrates how to fetch images and thumbnails of web pages using a hidden web browser control. http://www.developerfusion.com/code/4712/generate-an-image-of-a-web-page/ http://www.developerfusion.com/code/4712/generate-an-image-of-a-web-page/ Fri, 22 Jul 2005 15:50:00 GMT Alan Dean Dynamically Adding OPTIONS to SELECT How To: Dynamically Add an OPTION to a SELECT in a browser http://www.developerfusion.com/code/2155/dynamically-adding-options-to-select/ http://www.developerfusion.com/code/2155/dynamically-adding-options-to-select/ Mon, 01 Apr 2002 12:31:00 GMT Bruce Johnson How to write to an XML file Writing to XML files is quite easy in ASP.NET as there are so many objects prepared for you -- you just need the syntax on how to use them. This code shows you how to write a simple member XML file. http://www.developerfusion.com/code/2646/how-to-write-to-an-xml-file/ http://www.developerfusion.com/code/2646/how-to-write-to-an-xml-file/ Sat, 13 Jul 2002 06:38:00 GMT Edward Tanguay Automatically check/uncheck multiple checkboxes Allow a user to easily uncheck and check all the checkboxes on a form http://www.developerfusion.com/code/2065/automatically-checkuncheck-multiple-checkboxes/ http://www.developerfusion.com/code/2065/automatically-checkuncheck-multiple-checkboxes/ Tue, 26 Feb 2002 10:03:00 GMT Kiran Pai Set the target frame of a form How to make the output of a form appear in a new window or another frame http://www.developerfusion.com/code/2069/set-the-target-frame-of-a-form/ http://www.developerfusion.com/code/2069/set-the-target-frame-of-a-form/ Tue, 26 Feb 2002 10:16:00 GMT Kiran Pai 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 XML Node Insert Someone recently asked on the Undernet #C# channel for help with inserting a block of XML into an existing XML document. After perusing a couple of MSDN articles here's what I came up with. http://www.developerfusion.com/code/3227/xml-node-insert/ http://www.developerfusion.com/code/3227/xml-node-insert/ Thu, 09 Jan 2003 09:02:00 GMT Paul Parks Inserting images into Word documents using XML I've seen many, many requests on the Microsoft newsgroups asking how you can insert a picture into a Word document without saving it to the file system first. This example application described in this blog illustrates both methods for inserting a picture firstly using the Word object model (InlineShapes.AddPicture) and secondly using Word's XML support (InsertXML). http://www.developerfusion.com/code/4677/inserting-images-into-word-documents-using-xml/ http://www.developerfusion.com/code/4677/inserting-images-into-word-documents-using-xml/ Sat, 19 Mar 2005 14:00:00 GMT Jonathan Greensted Url Rewriting with Regex for ASP.NET 2.0 A new feature in ASP.NET 2.0 is it's built-in url rewriting support. When i looked into this new feature I found that it lacked regular expressions support, which is really the point of an Url Mapper. So, this code demonstrates how to create a Url Rewriting Module with Regex support in ASP.NET. http://www.developerfusion.com/code/5302/url-rewriting-with-regex-for-aspnet-20/ http://www.developerfusion.com/code/5302/url-rewriting-with-regex-for-aspnet-20/ Sun, 29 Jan 2006 11:16:00 GMT Xavier Larrea 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 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 Change Text Field Colors This function will change the colors of a form text box field. http://www.developerfusion.com/code/1977/change-text-field-colors/ http://www.developerfusion.com/code/1977/change-text-field-colors/ Fri, 28 Dec 2001 18:40:00 GMT Super Tal 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 Finding a string inside a larger string Explains how to find a string inside of a bigger string http://www.developerfusion.com/code/2311/finding-a-string-inside-a-larger-string/ http://www.developerfusion.com/code/2311/finding-a-string-inside-a-larger-string/ Mon, 15 Apr 2002 14:56:00 GMT David Nishimoto