Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • OpenXML - Open for business

    by Matt Nicholson

    The new file format introduced with the 2007 Microsoft Office System opens up many business opportunities. Matt Nicholson finds out who is doing what.. Read full article

  • Inside Open XML

    by Matt Nicholson

    As Matt Nicholson explains, Open XML is not just a new file format for the latest version of Microsoft Office, but an open standard capable of expressing any Word, Excel or PowerPoint document.. Read full article

  • Understanding Open XML

    by Matt Nicholson

    Matt Nicholson introduces a range of articles covering the new Ecma Office Open XML standard, as supported by 2007 Microsoft Office system. Find out how Open XML works, how to use it and what you can do with it.. Read full article

  • Using Ajax for Web Application Development: What Businesses Need to Know

    by Francis_Wong

    Ajax is a hot topic today when it comes to web application development projects. Because it's become such a buzzword, businesses may be wondering how they can incorporate this form of web programming into their websites and what the benefits could be. This article will help you understand the origins of Ajax as well as the pros and cons of its use. . Read full article

  • Wireless Markup Language (WML) Tutorial

    by gez

    Gez Lemon introduces WML - the markup language used to make sites suitable for viewing using a WAP (Wireless Application Protocol) device - covering cards, timers, tasks, getting user input and creating dynamic pages.. Read full article

  • Extensible Markup Language (XML) Tutorial

    by gez

    An introduction to the basics of XML, covering attributes, elements, document type definitions and XSL stylesheets.. Read full article

  • Understanding XML Namespaces

    by shohoudy

    Understanding XML namespaces is essential to understanding and building Web services. Unfortunately, most developers do not understand how XML namespaces work and get confused when they see all the colons and URLs. I wrote this article to help you get over the initial hump of understanding XML namespaces, and to show you how they are used in XML documents.. Read full article

  • Searching XML using a DataSet & DataView

    by cjscott69

    Sometimes you need the basic features of a database but don't want the hassle, and possibly cost, of creating one for a small application. With the .NET DataSet object and a simple XML document we can emulate the basic features of a database. . Read full article

  • XSD Schemas for VB Developers

    by shohoudy

    An XSD tutorial targeted at Visual Basic developers. Explains the fundamentals of XSD schemas and shows examples of mapping VB classes to schemas. Also shows you how to validate XML documents using XSD and MSXML 4.0. Read full article

  • XML Strengths & Weakness’ with DOM, ASP & XSL

    by nakul

    Nakul Goyal introduces the XML technology, and how it can be used in your ASP and Visual Basic programs.. Read full article

  • Simple DOM Access

    by davepamn

    The Simple DOM Access (SDA) provide a very abstract perspective for interacting with an xml structure. In this tutorial, David demonstrates how to use the Microsoft XMLDOM ActiveX object and JavaScript to provide simple DOM access to an XML document.. Read full article

  • XML SOAP

    by ComponentSource

    SOAP - Simple Object Access Protocol – is the hottest thing in XML development. Read full article