XML Sample code from Developer Fusion https://www.developerfusion.com/t/xml/code/ XML Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Wed, 14 Jun 2006 08:04:00 GMT The AJAX "Top 5" security tips There is no doubt that AJAX and AJAX-style technologies are the way forward for web design. Developers can create true "applications" on the web like never before - however care needs to be taken with AJAX, in order to keep web sites secure. http://www.developerfusion.com/code/5802/the-ajax-top-5-security-tips/ http://www.developerfusion.com/code/5802/the-ajax-top-5-security-tips/ Wed, 14 Jun 2006 08:04:00 GMT Moe Tarhini Developing your first Visual WebGui application An introduction to Visual WebGui through a sample application. http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Sat, 29 Apr 2006 15:57:00 GMT Guy Peled 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 Applying XSL transformations to XML in .NET A simple demonstration of how to apply an XSL transformation to an XML file and save the output using .NET http://www.developerfusion.com/code/5247/applying-xsl-transformations-to-xml-in-net/ http://www.developerfusion.com/code/5247/applying-xsl-transformations-to-xml-in-net/ Thu, 19 Jan 2006 09:17:00 GMT Krishnan 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 Forms Authentication Against An XML File The code demonstrates how to validate a username and password against an XML file. http://www.developerfusion.com/code/4657/forms-authentication-against-an-xml-file/ http://www.developerfusion.com/code/4657/forms-authentication-against-an-xml-file/ Mon, 17 Jan 2005 02:03:00 GMT Orcs Web 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 RSS Feed Helper Class A simple helper class to make generating an RSS feed a piece of cake - its the one we use on Developer Fusion too! http://www.developerfusion.com/code/4597/rss-feed-helper-class/ http://www.developerfusion.com/code/4597/rss-feed-helper-class/ Fri, 02 Apr 2004 05:44:00 GMT James Crowley XML/XSD Schema Validator To teach how to write XML and Schemas (or DTD's). Some of the schemas language can be difficult to understand. I needed an easy (and free) way to know if my work was correct, if not then exactly what was wrong with it. As implied above, this example will also show you how to use schemas in your own programs. http://www.developerfusion.com/code/2295/xmlxsd-schema-validator/ http://www.developerfusion.com/code/2295/xmlxsd-schema-validator/ Thu, 26 Feb 2004 18:29:00 GMT joe miguel How to create PDF files from ASP.NET pages How to create PDF files from ASP.NET pages with Crystal Reports without using Visual Studio.NET http://www.developerfusion.com/code/4266/how-to-create-pdf-files-from-aspnet-pages/ http://www.developerfusion.com/code/4266/how-to-create-pdf-files-from-aspnet-pages/ Tue, 06 Jan 2004 06:44:00 GMT Edward Tanguay 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 XBrowse XBrowse is a small application that allows the user to view and edit XML files as well as extract XSD schema files from the XML document. It is overall a pretty simple program that is based off of a code snippet in the VS.Net IDE. http://www.developerfusion.com/code/3444/xbrowse/ http://www.developerfusion.com/code/3444/xbrowse/ Sat, 22 Mar 2003 15:41:00 GMT J P 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 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 How to validate an XML file with an XSD file Demonstrates an ASP.NET Web Form which tells you if your file is not well-formed and then if it is not valid it lists out the specific reason (like in XMLSpy), quite helpful to find an error in a large XML file as it returns the line number on which the error occurred as well as the tag name. http://www.developerfusion.com/code/2518/how-to-validate-an-xml-file-with-an-xsd-file/ http://www.developerfusion.com/code/2518/how-to-validate-an-xml-file-with-an-xsd-file/ Sat, 08 Jun 2002 13:50:00 GMT Edward Tanguay Serialize and deserialize objects to an XML file This code shows the simplest way to automatically convert the information in an object to an XML file and back into an object. This is useful if you need to make information available web-server like on your server for other applications to pick it up. http://www.developerfusion.com/code/2517/serialize-and-deserialize-objects-to-an-xml-file/ http://www.developerfusion.com/code/2517/serialize-and-deserialize-objects-to-an-xml-file/ Sat, 08 Jun 2002 13:46:00 GMT Edward Tanguay Combining Javascript and DOM David Nishimoto demonstrates accessing the Document Object Model available in IE 5 from your javascript code http://www.developerfusion.com/code/2303/combining-javascript-and-dom/ http://www.developerfusion.com/code/2303/combining-javascript-and-dom/ Mon, 15 Apr 2002 14:51:00 GMT David Nishimoto Retrieving Remote Image Properties in ASP This code will allow the programmer to retrieve the width, height, and depth of a jpg and gif that are remotely hosted. http://www.developerfusion.com/code/1971/retrieving-remote-image-properties-in-asp/ http://www.developerfusion.com/code/1971/retrieving-remote-image-properties-in-asp/ Sat, 02 Mar 2002 15:51:00 GMT LawrenceF A simple way to read an XML file in Java This is the simplest way to read data from an XML file into a Java program. I have also included some basic error checking, so you can directly cut-paste this code with a few changes ofcourse. http://www.developerfusion.com/code/2064/a-simple-way-to-read-an-xml-file-in-java/ http://www.developerfusion.com/code/2064/a-simple-way-to-read-an-xml-file-in-java/ Tue, 26 Feb 2002 15:51:00 GMT Kiran Pai Data-shaped SQL clauses How to build a data-shaped SQL clause for VB http://www.developerfusion.com/code/121/datashaped-sql-clauses/ http://www.developerfusion.com/code/121/datashaped-sql-clauses/ Sat, 14 Jul 2001 14:48:00 GMT ElementK Journals