News
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
.....
|
|
|
Archives by Month:
Archive pages may take longer to load.
December 2002
November 2002
October 2002
September 2002
August 2002
July 2002
June 2002
May 2002
April 2002
March 2002
Technology News
|
- Tutorial:VoiceXML [feb 28]
Learn how to sign-up as a Tellme.com developer and write your first interactive VoiceXML application
- Article:JSP vs. XSP [feb 26]
In the world of server page acronyms, XSP is gaining recognition. It's the next evolution of server pages.
XSP stands for eXtensible Server Pages and is one of the core technologies available in Cocoon. Cocoon is one of the seven current parts of the Apache XML project. The new Cocoon paradigm is based on the fact that document content, style, and logic are often created by different individuals or working groups. Cocoon aims for a complete separation of the three layers. In other words, Cocoon allows content, logic, and style to be separated into different XML files, and it uses XSL transformation capabilities to merge them.
- Article:XML for Absolute Beginner - A Short Tutorial [feb 25]
If you are absolutely new to XML world, here is a short tutorial that is written to explain what XML is and how it helps solve real-life computing problems. Read on »»
- Article:Using an XML Data Source to Populate List Boxes and Other HTML Controls [feb 23][asptoday]
In this article, Julian Watson explains how to read a series of values from an XML source and to make one of them the selected item using a variety of techniques including XSL and JavaScript. It also covers a number of general issues and techniques for binding XML data to HTML controls.
- Article:XSLT Sorting [feb 22]
This lesson uses an XSLT file to transform the contents of a simple XML database into an HTML table.
- Announcements:
Xalan-C++ version 1.1 released
SOAP::Lite version 0.47 released
IdooXoap for Java, version 1.1 released
MathML becomes official W3C Recommendation [feb 21]
- Article: Microsoft BizTalk Server 2000 Operations [feb 19]
This article describes the concepts, tasks, and administrative issues a system administrator needs to know to operate and maintain a Microsoft BizTalk Server 2000 installation. An overview of the BizTalk Messaging Services and BizTalk Orchestration Services concepts relevant to administering BizTalk Server 2000 is provided. Additionally, this article outlines the administrative tasks and issues that system administrators might encounter. Anyone reading this article should also read the "Microsoft BizTalk Server 2000 Deployment Considerations" article, which contains important background information for this topic.
- Article: A Practical Comparison of XSLT and ASP.NET [feb 19]
In this article, the author compares and contrast XSLT versus ASP.NET using a specific example. The example is the MSDN TOC. MSDN found that XML was ideal for managing its large table of contents (TOC). The contents of this TOC come from hundreds of groups around the company. The XML format provided a way to glue together disparate back-end processes that would have been much harder to change. XML/XSL also made it possible to reach different browsers on different platforms.
- New DevX Articles: [feb 14]
Choose Your Java XML Parser
Parsers differ significantly in performance, reliability, and conformance to standards. This article compares the Xerces, Oracle and Sun parsers.
Document Your XSLT
In XSLT, you can take advantage of extensibility, a known document structure, and transforms to produce self-documenting XSLT templates.
XML Parsers: DOM and SAX Put to the Test
Before making the important decision to purchase an XML parser, look at the results of Steve Franklin's test of a selection of both DOM- and SAX-based parsers.
Explore the System.Xml Assembly
In this article, I'll walk you through many of the System.Xml assembly's classes, and you'll learn how and when to use these classes. Specifically, you'll learn about the DocumentNavigator, XmlAttribute, XmlDocument, XmlElement, XmlNode, XmlNamedNodeMap, XmlNodeList, XmlTextReader, and XmlTextWriter classes. You'll find these classes easy to use once you understand their purpose.
Pushing the Boundaries of the Web
Using XSLT to extend XHTML means that you can view complex interfaces in terms of dynamic components and change the look, feel, and data content of your pages.
Build Stateless Components With XML
In this article, we'll show you how to create complex stateless components that track client information efficiently, improving performance.
- Article: MSXML 3.0 Illustrated [feb 12]
MSXML 3.0 is a perfect DOM based XML Parser, supports SAX 2.0 and fully implements XSLT/XPath W3C specifications. The goal of this article is to teach you, with the help of simple examples, how MSXML 3.0 supports these standards Read on »»
- Article: Soapbox: Why I'm using SOAP: One developer tells why he's feeling sold on SOAP [feb 11]
In the XML zone's new opinion department, Benoît Marchal steps up on the soapbox to tell why SOAP is winning him over. SOAP's selling point is its simplicity, Marchal says. Because the new protocol builds on familiar technologies, in particular the Web server and XML, it's relatively easy for developers to design and deploy SOAP servers.
- Article: MSXML 3.0 .cab File Redistribution Package [feb 10]
The Microsoft® XML Parser (MSXML 3.0) .cab File Redistribution Package makes it possible to distribute MSXML 3.0 through the Internet. To do this, you need to create a Web page that upon opening references the msxml3.cab file. The msxml3.cab file then downloads the MSXML 3.0 DLLs (msxml3.dll, msxml3a.dll, and msxmldr.dll) to the user's system folder and registers MSXML 3.0 on the user's computer.
- Seminar: Two hour FREE XML seminar in Chicago [feb 09]
Gina McGhee from Intertech-Inc, will be presenting a two hour solutions briefing on XML and surrounding specifications, in Microsoft's Chicago office on Thursday, March 01, 2001.
Click here to register for this event, or contact Dan McCabe at 800-866-9884 ext 23 or Nicole Nash at 651-994-8558 ext 38.
Not to be missed event! and remember it's FREE!!
- Announcement: Sun announces The Sun[tm] Open Net Environment (Sun ONE) [feb 08]
Sun ONE is based on an open architecture demonstrates a clear vision and roadmap for driving to the future of smart Web services is a complete product offering to support Web services today and lay the foundation for the smart Web services of tomorrow ultimately gives users better--and easier--access to the information and functionality they need; it's about a better user experience. Sun ONE enables developers to Create, Assemble, and Deploy tomorrow's open, smart Web services.
- XSLT: XDR-XSD Converter [feb 07]
This XSLT stylesheet transforms XML Data Reduced (XDR) Schemas as supported in MSXML to XML Schemas conformant to the W3C XML Schema Candidate Recommendation of Oct 25th. MSXML 3.0 does not support the W3C XML Schema format.
- Announcement: XML.Gov Web site goes live! [feb 06]
The purpose of XML.gov Web site is to facilitate the efficient and effective use of XML through cooperative efforts among government agencies, including partnerships with commercial and industrial organizations.
- Announcement: Xalan-Java version 2.0 now available! [feb 05]
Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language (XPath). It can be used from the command line, in an applet or a servlet, or as a module in other program. Xalan-Java version 2 recasts Xalan as an implementation of the TRaX (Transformation API for XML) interfaces, part of the Java API for XML Processing 1.1 Public Review 2. TRaX provides a modular framework and a standard API for performing XML transformations, and it utilizes system properties to determine which Transformer and which XML parser to use. Xalan-Java version 2 also builds on SAX 2, DOM level 2, and the XML parser API in Java API for XML Parsing 1.0.
- Announcement: Perfect Solution A new section on perfectxml.com [feb 04]
When building applications with XML and related technologies, developers sometimes struggle to get answers to thier question(s). We bring to you a unique collection of such issues and their solutions. Hope you enjoy this new section and your are always welcome to contribute to this solutions knowledge bank. Learn more »»
- Article: Orchestrating Business Processes with Microsoft BizTalk Server 2000 [feb 03]
Microsoft BizTalk Server 2000 provides business-to-business integration services and the advanced BizTalk Orchestration technology to build dynamic business processes that span applications, platforms, and businesses over the Internet. This article explains the concepts that a system developer or architect must understand to integrate BizTalk Orchestration Services and BizTalk Messaging Services in a business-to-business scenario.
- Announcement: SOAP 1.1 Validator Web App [feb 02]
This application calls a suite of scripts running on your server, and tells you whether your server is working in accordance with the SOAP 1.1 specification. It's patterned after a similar validator for XML-RPC.
- Article: Quick Start with SOAP [feb 02]
In this article, Paul Kulchenko uses SOAP::Lite module from CPAN and shows how SOAP (Simple Object Access Protocol) is a way for you to remotely make method calls upon classes and objects that exist on a remote server.
- Article: XML At the Heart of the Open Source Movement [feb 02]
While XML won't solve every problem or cure every ill, it's clear that the open source community recognizes its importance to the world of Web services. Says Jabber's Miller: "What .Net is doing is fundamentally what we want to do . . . distribute applications over the network and use XML to do it."
- Announcement: SOAP::Lite v0.46 released [feb 01]
Fixed SOAP:: prefix with SOAP::Lite objects, fixed documentation installation on Unix, added COM interface, single dll (standalone or minimal version, downloadable separately), doesn't require ROPE, MSXML or listener.asp, tested on Windows 98/2K, should work on Windows 9x, Me, NT, 2K, ASP and daemon server implementations, examples in VB/VBS, Excel/VBA, JavaScript, Perl and ASP, added parsing multipart/form-data, SOAP server can accept SOAP requests directly from web form, examples are provided (examples/forms/*), added Map type for hash encoding. Tested with ApacheSOAP, added function that maps classes to URI (maptype), tested object interoperability with Apache SOAP.
- Article: The Politics of Schemas: Part 1 [feb 01]
In this article, the author shows two ways in which schemas, and schema-employing technologies like the Semantic Web, may be political.
|
|
|