(Nicholas Chase and Tracy Peterson) The many massive applications that you use day to day for search, online shopping or to find your way around town provide data for your use in a completely new application. Enterprising application developers have created many mashup applications to coax a specifi
Tag: JSON / JAVA / XML
How To Upgrade the Microsoft XML Parser
With Microsoft XML Core Services (MSXML), formerly known as the Microsoft XML Parser, customers can build XML-based applications that follow the World Wide Web Consortium (W3C) XML standards. This step-by-step article explains how to upgrade the older versions of the parser to the latest MSXML with
Traverse All the Nodes of a DOM Tree
(Anghel Leonard) This is just a litle method that illustrates how to get the minimum of information from all nodes of a DOM tree. The key of this method is the “old-school” recursive style.
How to Secure AJAX Requests
(Kris Hadlock) When integrated with a database, AJAX can accomplish some extremely powerful interactions that are unique to the set of languages it encompasses. “With great power comes great responsibility,” however, and database-integrated AJAX is no exception to this rule. To protect our database
Generating RSS with XSLT and Amazon ECS
(Craig Noeldner and Brian Swan) One choice you have to make when working with web services is how you will process the web service response. You could build the processing into a rich client, but that would likely require some type of installation for others to use your application. You could proces
Create XML-based stored procedures using the DB2 Developer Workbench
(Naveen Balani and Rajeev Hathi) Create a stored procedure that retrieves XML data using IBM DB2 9 Developer Workbench. Take a look at how DB2 Developer Workbench provides a comprehensive development environment for creating, editing, debugging, deploying, and testing DB2 stored procedures. (R)
Ajax3D: The Open Platform for Rich 3D Web Applications
(Tony Parisi) Real-time 3D is emerging as a first-class media type for the web. Network bandwidth and graphics hardware processing power are now sufficiently advanced to enable compelling web-based 3D experiences, including games, online virtual worlds, simulations, education and training. Commerci
Process Data With in XML File
(Arshad Raheed) This article illustrates how to process data within XML File. For this article I have developed a small application that allows users to: –Read data from XML file and display it in the ASP.NET DataGrid Control. –Write data in XML File. –Update data in XML File.
Custom XPath Functions
(Mark Nischalke) XPath Expression are a powerful tool, however there are some limitations. Some things that you may need to do are not available yet in the specification, or you may need to do something slightly different from the specification, or there just isn’t any way to do it except for using
Build your own RSS client with PHP and the PEAR XML_RSS package
(Melonfire) RSS, also known as Really Simple Syndication or RDF Site Summary, is a file format which allows Web sites to publish and syndicate the latest content on their site to their users. An RSS “feed” is expressed in XML; and as a result, it can be read by any client capable of parsing an XML f
