asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search








Active News
15 Seconds Weekly Newsletter
• Complete Coverage
• Site Updates
• Upcoming Features

More Free Newsletters
Reference
News
Articles
Code Samples
Components
Tools
FAQ
Feedback
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!

Focus Sections
Focus Sections provide an assortment of references on very specific topics related to the Internet Information Server and Active Server Pages.

FAQ
There are plenty of Frequently Asked Questions on this topic, collected from 15 Seconds' List Servers.

Call For Authors
15 Seconds is looking for technical professionals working in the Active Server field to write articles. If you are interested, take a look at our writer's guide and submit your ideas.

XML Section
15 Second's XML section focuses on Server-side XML and XSL processing using ASP.

Supporting Products/Tools

Stonebroom.ASP2XML
Stonebroom.ASP2XML(c) is an interface component designed to make building applications that transport data in XML format much easier. It can be used to automatically pass updates back to the original data source.
[Top]

Articles

Sep 22, 2005 - Implementing Remote Calling Without Using AJAX
Right now the latest buzzword around town is AJAX. AJAX is an acronym for Asynchronous JavaScript and XML and is a method used to implement remote calling. The problem is that AJAX is only implemented in ASP.NET 2.0. This article will show you one way to implement remote calling without using AJAX or the XMLHttpRequest object. The technique outlined can even be used from classic ASP and is sufficient for most remote calling needs.
[Read This Article]  [Top]

Aug 18, 2005 - SQL Server 2005 XQuery and XML-DML - Part 3
This article is the third and final installment of Alex Homer's series covering the new XML support in Microsoft SQL Server 2005. In it he covers updating the contents of xml columns, comparing traditional XML update techniques with XQuery, and using XQuery in a managed code stored procedure.
[Read This Article]  [Top]

Aug 11, 2005 - SQL Server 2005 XQuery and XML-DML - Part 2
In the second part of his series on SQL Server 2005's new XML support, Alex Homer looks at extracting data from XML columns, comparing traditional XML data access approaches with XQuery, and combining XQuery and XSL-T.
[Read This Article]  [Top]

Aug 3, 2005 - SQL Server 2005 XQuery and XML-DML - Part 1
Microsoft SQL Server 2005 now offers great support for and close integration with XML as a data persistence format. In the first article of his series examining this new support, Alex Homer offers an overview of how SQL Server 2005 stores XML documents and schemas, examines how it supports querying and manipulating XML documents, and provides a simple test application that allows you to experiment with XQuery.
[Read This Article]  [Top]

Jun 30, 2005 - Reading and Writing XML in .NET Version 2.0 - Part 3, Cont'd
In the final article of his series on reading and writing XML in .NET 2.0, Alex Homer looks at how the updated XML document store objects XmlDocument, XmlDataDocument and PathDocument can be used to read, persist and write XML documents and fragments more easily and more efficiently than in .NET 1.x.
[Read This Article]  [Top]

Jun 29, 2005 - Reading and Writing XML in .NET Version 2.0 - Part 3
In the final article of his series on reading and writing XML in .NET 2.0, Alex Homer looks at how the updated XML document store objects XmlDocument, XmlDataDocument and PathDocument can be used to read, persist and write XML documents and fragments more easily and more efficiently than in .NET 1.x.
[Read This Article]  [Top]

Jun 16, 2005 - Reading and Writing XML in .NET Version 2.0 - Part 2, Cont'd
Alex Homer continues his series on reading and writing XML in .NET 2.0. In part one, we focused on the reading side of things, examining the XmlReader and XmlReaderSettings classes. In this article, we move on to look at the XmlWriter and XmlWriterSettings classes, and how they can be used to write XML documents and fragments more easily and more efficiently than in version 1.x of .NET.
[Read This Article]  [Top]

Jun 15, 2005 - Reading and Writing XML in .NET Version 2.0 - Part 2
Alex Homer continues his series on reading and writing XML in .NET 2.0. In part one, we focused on the reading side of things, examining the XmlReader and XmlReaderSettings classes. In this article, we move on to look at the XmlWriter and XmlWriterSettings classes, and how they can be used to write XML documents and fragments more easily and more efficiently than in version 1.x of .NET.
[Read This Article]  [Top]

Jun 2, 2005 - Reading and Writing XML in .NET Version 2.0 - Part 1, Cont'd
In the first part of his series on reading and writing XML in .NET 2.0, Alex Homer discusses the XmlReader and XmlReaderSettings classes. The XmlReader exposes several useful new features and the all new XmlReaderSettings class makes it easy to generate single or multiple instances of an XmlReader with a range of useful properties.
[Read This Article]  [Top]

Jun 1, 2005 - Reading and Writing XML in .NET Version 2.0 - Part 1
In the first part of his series on reading and writing XML in .NET 2.0, Alex Homer discusses the XmlReader and XmlReaderSettings classes. The XmlReader exposes several useful new features and the all new XmlReaderSettings class makes it easy to generate single or multiple instances of an XmlReader with a range of useful properties.
[Read This Article]  [Top]

May 26, 2005 - Implementing AJAX Using ASP.NET 1.1
AJAX is an acronym that stands for Asynchronous JavaScript and XML. AJAX's strong point is that it allows data on a page to be dynamically updated without the browser having to reload the page. This article offers a brief introduction and description of AJAX and then provides some sample code illustrating its usage.
[Read This Article]  [Top]

Mar 17, 2005 - Real-World Value of XML and CMS - New Opportunities for Capco.com
In this case study, Dr. John Tunnicliffe relates the process Capco went through when overhauling their corporate web-site. They wanted a flexible content management system (CMS) which fully utilizes XML as well as the very latest in ASP.NET-based development tools.
[Read This Article]  [Top]

Jan 12, 2005 - Populating ASP.NET Form Validators from XML
In large web applications, maintaining form validation criteria can become quite a chore. This article, by Robert Walling, will take a detailed look at a validation class that enables you to store these details in an accompanying XML file in order to make managing them much simpler.
[Read This Article]  [Top]

Dec 9, 2003 - Understanding XSD Schema
XSD provides the syntax and defines a way in which elements and attributes can be represented in an XML document. Ramesh Balaji introduces XSD Schema and explains the technology's benefits using a case study.
[Read This Article]  [Top]

Feb 12, 2003 - Effective Interface between Business Components and GUI Using XML
Generally, business components will have several methods exposed to implement different functionality. This short article illustrates how to get the same functionality by only exposing a single method to the interface.
[Read This Article]  [Top]

Oct 22, 2002 - Building an XML and XSD Schema Validation Tool
In this article Jeff Gonzalez explains how to build a class library and client application that will validate given XML documents to associated schema or XSD documents.
[Read This Article]  [Top]

Jun 6, 2002 - Client Side Validation Using the XMLHTTPRequest Object
Jonathan Zufi shows how to use the XMLHTTP object within JavaScript or VBScript to validate form-field information without having to submit a page and wait for the result.
[Read This Article]  [Top]

Apr 24, 2002 - Advanced UI Design Using XML and XSL - Part 7: Relational Folder Tree Lines
Joe Slovinski is back with part 7 of his always-popular advanced UI design article. This time Joe shows how to add relation lines to his folder tree behavior.
[Read This Article]  [Top]

Jan 9, 2002 - Advanced UI Design Using XML and XSL - Part 6: Progress Indicator Usage
Joe Slovinski explains several uses of his Progress Indicator object. These include displaying the status of a data binding routine and creating graphs and surveys.
[Read This Article]  [Top]

Dec 12, 2001 - Advanced UI Design Using XML and XSL - Part 5: Progress Indicator Creation
Joe Slovinski creates a Progress Indicator object that uses XML and XSLT. This object has several uses, including updating the client browser of the progress of a data binding routine or the preloading of images.
[Read This Article]  [Top]

Nov 29, 2001 - Advanced UI Design Using XML and XSL - Part 4: Folder Tree Drag and Drop
Joe Slovinski creates a drag-and-drop object for folder trees. This control has the capability to drag and drop entities from one point within a tree to another or between multiple trees.
[Read This Article]  [Top]

Nov 13, 2001 - Advanced UI Design Using XML and XSL - Part 3: Folder Tree Administration
Joe Slovinski explains how to dynamically insert, update, rename, and delete entities within a folder tree. Providing features such as unlimited metadata support via XML and XSLT this version of the folder tree can be re-used to represent any array of data.
[Read This Article]  [Top]

Sep 27, 2001 - Advanced UI Design Using XML and XSL - Part 2: Custom Context Menu Creation
Joe Slovinski explains how to use XML and XSL to create custom context menus on the fly. Using XML and XSL makes these menus low-maintenance and reusable, and reduces load on the server when transformed on the client.
[Read This Article]  [Top]

Sep 21, 2001 - Advanced UI Design Using XML and XSL - Part 1: Folder Tree Creation
Joe Slovinski explains how to use XML and XSL to create a Web-based folder tree. Using XML and XSL makes this tree low maintenance and when transformed on the client can reduce load on your server.
[Read This Article]  [Top]

Sep 18, 2001 - Creating Web Service Client Code Automatically
Robert Chartier explains how to use the WSDLReader Component, part of the Microsoft SOAP Toolkit, to automatically read any Web Service and automatically create your client-sided code. This can be a big time saver.
[Read This Article]  [Top]

Aug 29, 2001 - Advanced Web-Enabled Applications and Services Architecture Using XML and XSL - Part 2
This article builds on the concepts introduced in Part 1. It will show you an actual implementation in Visual Basic 6 that solves the problems faced by many companies and described in Part 1. This implementation shows you how to serve data up to any client, independent of programming language or operating system.
[Read This Article]  [Top]

Aug 10, 2001 - Converting XML to HTML Using Sun's Java API for XML Processing and Microsoft's MSXML 3.0 API
In this article, Robert Galante describes two solutions he employed in applications to generate custom reports. His solutions convert XML data to HTML using XSL Transformations. One solution uses the Sun Java API for XML Processing, which is called JAXP. The other solution uses the Microsoft MSXML API.
[Read This Article]  [Top]

Aug 8, 2001 - An Introduction to the SOAP Toolkit - Part 2
This is the second part of a two-part series geared to get you quickly started with Web services and the Microsoft Simple Object Access Protocol (SOAP) Toolkit. It will allow you to consume the server that we created in the first part of this article.
[Read This Article]  [Top]

Aug 6, 2001 - Advanced Web-Enabled Applications and Services Architecture Using XML and XSL - Part 1
This article will introduce you to common mistakes and how to avoid them when dealing with Web-enabled application architecture. It also offers a robust example of how to build an expandable solution using XML and XSLT.
[Read This Article]  [Top]

Aug 1, 2001 - Tracking Web Page Visitors with XML
In this article Lai Yuen Kit creates a simple stats tracking program to demonstrate how to deal with records using XML, instead of ADO Object.
[Read This Article]  [Top]

Jul 25, 2001 - An Introduction to the SOAP Toolkit - Part 1
With the Server with the SOAP Toolkit (V2, Gold Release) from Microsoft, you can easily get a Web service on line in minutes. This article will take you through, step by step, the quick and easy way of taking your custom business logic and deploying it as a Web service.
[Read This Article]  [Top]

Jun 20, 2001 - Implement a Division-of-Labor Approach to Complex XML Manipulation
Learn how to use XML and IE's modal dialog functionality to manipulate data from a single Web page.
[Read This Article]  [Top]

Jun 1, 2001 - Converting Your existing HTML to XML
In this article Ashwin Kamanna shows how to easily migrate HTML pages to XML using HTML Tidy and a COM Wrapper.
[Read This Article]  [Top]

May 22, 2001 - Using XML to Improve File-Upload Processing
In this article, Marco Nanni examines an example of multiple binary file uploading for Web applications using XML, without the typical limitations of traditional file upload processing.
[Read This Article]  [Top]

May 11, 2001 - Using the Application Object to Improve Performance
Learn what types of data exchanges are targets for optimization and the benefits and disadvantages of using persistence with the Application object.
[Read This Article]  [Top]

Apr 10, 2001 - Creating an In-Memory Database Using XML and XPath -- Part 2
Learn how to successfully apply an IMDB to large volumes of data and still get phenomenal searching speeds that outperform a dedicated SQL Server database.
[Read This Article]  [Top]

Apr 9, 2001 - Creating an In-Memory Database Using XML and XPath -- Part 1
In this article Niall Ginsbourg takes a look at using Microsoft's XML Parser, along with its in-built XPath query processor, to create an In-Memory Database that provides superior searching operations over an equivalent SQL Server solution.
[Read This Article]  [Top]

Mar 5, 2001 - Distributing Server Load to the Client with XML and XSL
Using traditional ASP, Web servers are forced to do all the work in creating a page. This includes getting the data, formatting the output, and sending it to the client. With XML and XSL, the server only needs to get the data in XML format and send that and the XSL to the client. The client will then use its CPU power to transform the XML into HTML using the XSL style sheet. This approach will allow your Web servers to handle many more concurrent users.
[Read This Article]  [Top]

Feb 5, 2001 - Binding Client Side Controls Dynamically to an XML Data Source Object
The XML data island in IE 5.x provides a simple and convenient way to dynamically alter the content of a Web page using data stored either locally or remotely in XML format.
[Read This Article]  [Top]

Dec 11, 2000 - SQL Server 2000 and XfA
At XML 2000 last week in Washington, D.C., David Turner of Microsoft introduced a new technology called XfA. Get a glimpse of the technology in this summary report.
[Read This Article]  [Top]

Nov 17, 2000 - Somewhere in XML
This article discusses how Windows DNA affects team development and how it can be improved using XML, XSLT, and XML Schemas.
[Read This Article]  [Top]

Nov 2, 2000 - Retrieving Dynamic XML from SQL Server 7.0 and 2000
SQL Server is packed with features for retrieving XML documents. Steven Woods offers a demonstration of extending a SQL Query via the RAW, AUTO, and EXPLICIT modes to illustrate the functionality available. The article then discusses the concept of templates, which allow the creation of dynamic parameter-based XML documents, and how templates can be executed via Visual Basic.
[Read This Article]  [Top]

Jun 12, 2000 - GUI Input: Solving the Hard Refresh Problem Using XML and ASP
Doing a hard refresh every time the client needs more information makes the interface difficult for a user to use in complex applications and causes unnecessary strain on the network because frequently the same data is being sent to the client repeatedly. Dennis Hurst examines the problem and provides a XML/ASP solution.
[Read This Article]  [Top]

Nov 25, 1999 - XMLHTTP: Super Glue for the Web
Kyle Patrick explains how using the XMLHTTPConnection object that Microsoft packaged with its MSXML parser is a fast, free, and powerful method for communication between any client and server application that supports COM objects. Using this, instead of CGI, means you can have a client-server interaction between the browser and the Web server that can be done without changing the Web page. Sample code and URLs are included.
[Read This Article]  [Top]

May 27, 1999 - Server-Side XML in ASP
With the upcoming release of Internet Explorer 5.0, it is much easier to use XML in Web applications. Here is some information on how to harness the power of the updated XML Document Object Model (DOM) on the server to parse and use XML data in ASP applications.
[Read This Article]  [Top]

ActiveNews   (NOTE: ASPToday articles require a paid subscription)
Mar 22, 2000 - SQL Server XML Data Access with SQLXML.DLL: the Polymorphic Spreadsheet - Part II
In this article, Michael Corning and Michael Rys explain how SQLXML might be used to generate XML output from SQL queries. Paying particular attention to using SQLXML's EXPLICIT mode, they show how certain limitations of SQLXML's AUTO mode might be overcome.
[Read The Article]
Mar 1, 2000 - Handy Tools for XML Schema Design and Conversion
There are many tools that make life easier for progammers. Craig McQueen shares his discovery of a great software development tool for designing and creating XML schemas called XML Authority from Extensibility, and how it can be used with BizTalk's JumpStart Kit to convert XML schemas into COM components.
[Read The Article]
Feb 29, 2000 - Reporting with ADO, XML and XSL - Part I
Anthony Young shows how to save, or persist, a recordset into an XML file; create a XSL file that will later be used to transform the XML into HTML; and transform the XML into HTML.
[Read The Article]
Jan 5, 2000 - Applying XML and ASP to Create a Web Application Framework
Michael Awai demonstrates how to apply XML, XSL, and ASP to develop flexible, portable frameworks for building Web applications, using a brief case study.
[Read The Article]
Dec 31, 1999 - Web Queries Using VB, Excel, XML, and ASP - Part II
In the second and concluding part of his article, Dan Wahlin focuses on retrieving data from a website and transferring it from Excel and into an XML file that can used to display it on your own web page
[Read The Article]
Dec 28, 1999 - Using XML to Dynamically Create IIS Application Objects
Jason Bock uses an XML file alongside a COM interface to dynamically add pages to his web site without having to recompile the gateway component.
[Read The Article]
Oct 7, 1999 - New XML Discussion List
XML is becoming a vibrant and usefully technology for server side programming and we have just started a new discussion list for XML on the server side. Come join this new community of XML professionals.
[Sign Up Now]
Aug 17, 1999 - Batch Processing XML to HTML
If your ISP doesn't support XML, or you've a large website needing many pages updated with little hassle, then Paul Spencer's advice on the implementation of stylesheets may just help.
[Read the Article]
Aug 10, 1999 - Using XML and ASP to Separate Web Site Content from Design - Part 1
Paul Spencer guides us through his two-page application, exploring the interrelationship between XML, XSL, CSS and HTML, explaining the technologies and where each is best suited.
[Read the Article]
Jul 9, 1999 - Site Navigation and Maintenance Made Easy with XML - Part 2 of 2
In Part 1 Paul Spencer separated style and content on his web site using XML and XSL, simplifying site maintenance and collaborative work. Here, in Part 2, he uses asp pre-processing to create a frame that adapts to browser capability.
[Read the Article]
Jun 24, 1999 - Easy -To- Maintain Navigation with XML
Combining XML and ASP makes for easy web site maintenance and design changes, by separating style from content. In the first of two articles, Paul Spencer introduces XML and looks at its uses for ASP supporting browsers.
[Read This Article]

Code Samples
Reading XML in an ASP file


Support the Active Server Industry



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
Microsoft Article: Will Hyper-V Make VMware This Decade's Netscape?
Microsoft Article: 7.0, Microsoft's Lucky Version?
Microsoft Article: Hyper-V--The Killer Feature in Windows Server 2008
Avaya Article: How to Feed Data into the Avaya Event Processor
Microsoft Article: Install What You Need with Windows Server 2008
HP eBook: Putting the Green into IT
Whitepaper: HP Integrated Citrix XenServer for HP ProLiant Servers
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 1
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 2--The Future of Concurrency
Avaya Article: Setting Up a SIP A/S Development Environment
IBM Article: How Cool Is Your Data Center?
Microsoft Article: Managing Virtual Machines with Microsoft System Center
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Intel Video: Are Multi-core Processors Here to Stay?
On-Demand Webcast: Five Virtualization Trends to Watch
HP Video: Page Cost Calculator
Intel Video: APIs for Parallel Programming
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Sun Download: Solaris 8 Migration Assistant
Sybase Download: SQL Anywhere Developer Edition
Red Gate Download: SQL Backup Pro and free DBA Best Practices eBook
Red Gate Download: SQL Compare Pro 6
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
How-to-Article: Preparing for Hyper-Threading Technology and Dual Core Technology
eTouch PDF: Conquering the Tyranny of E-Mail and Word Processors
IBM Article: Collaborating in the High-Performance Workplace
HP Demo: StorageWorks EVA4400
Intel Featured Algorhythm: Intel Threading Building Blocks--The Pipeline Class
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES