(Ron Exler) The Web 2.0 world is exploding with applications, and enterprises are jumping on the bandwagon. The Asynchronous JavaScript and XML (AJAX) framework is a collection of open-source approaches and tools to develop Rich Internet Applications (RIAs). Simultaneously, enterprises are exploring
Tag: JSON / JAVA / XML
Master essential techniques for crunching data in marked-up format: Parse XML using SAX, DOM, and XSLT
(Greg Wilson) Every day, programmers have to recycle legacy data, translate from one vendor’s proprietary format into another’s, check that configuration files are internally consistent, and search through web logs to see how many people have downloaded the latest release of their product. Although
XML Schema considerations for WSDL design in conformation with WS-I Basic Profile
(Shawn X. K. Hu) A valid XML schema is not necessarily valid in a WSDL definition. Learn how design decisions in XML schema definition (XSD) can have significant impact on Web service design. We’ve included some sample XSDs and WSDLs and we’ll briefly discuss them.
Read and write Open XML files (MS Office 2007)
(Zeljko Svedic) With Office 2007, Microsoft decided to change default application formats from old, proprietary, closed formats (DOC, XLS, PPT) to new, open and standardized XML formats (DOCX, XLSX and PPTX). New formats share some similarities with old Office XML formats (WordML, SpreadsheetML) and
Implementing the XMLHttpRequest Object in AJAX
(Deepak Vohra) I recently wanted to join a popular online community. But when I filled out the registration form and clicked Submit, it responded, “User ID already taken.” Why did I have to type in all my personal data and then find out that I had to make a change?
Working XML: Serve friendlier RSS and Atom feeds
(Benoit Marchal) RSS and Atom feeds are popping up like mushrooms on Web sites. They are popular because they offer a simple mechanism for loyal visitors to register with a site and be notified of updates. Still they are not always easy on users, particularly those with older browsers. This article
Use XSL-FO to Obtain a Page Number
(Anghel Leonard) This tip shows you how to use the fo:page-number and fo:page-number-citation elements to insert page numbers.
A deep XmlSerializer, supporting complex classes, enumerations, structs, collections, and arrays
(Marcus Deecke) Serialization of data application/configuration data or object states and reconstructing in time and space is one of the most common tasks in software development. Sometimes, the data to be serialized is of a simple structure, sometimes it’s nasty complex.
XML and Related Technologies certification prep, Part 5: XML testing and tuning
(Louis E Mauget) This tutorial on XML testing and tuning is the final tutorial in a series that helps you prepare for the IBM certification Test 142, XML and Related Technologies. This tutorial provides tips and hints for how to choose an appropriate XML technology and optimize transformations. It w
Displaying data in datagrid as you need
(Phanindra Yerra) Suppose you want to display the student’s details in blue color if they scored above 50 otherwise you want to display in red color. That is in same grid you need to distinguish failed and passed student by changing color or something else.what will you do?
