(P.J. Cabrera) Google Calendar and other online calendaring applications provide simple centralized systems where online communities can maintain event calendars and community members can get information about upcoming events. But many organizations prefer to display event calendars on their communi
Tag: JSON / JAVA / XML
Clean up your SOAP-based Web services
(Rick Grehan) SOAP is the currency of the SOA marketplace – for now, anyway. Though SOAP’s significance may diminish as Web services evolve, its importance for the time being is unquestionable. Therefore, a substantial portion of the QA work by Web service providers and consumers must entail verifyi
Hybrid Parser Architectural Pattern
(Jürgen Salecker) The Hybrid Parser architectural pattern applies to software systems which need to parse documents but are constrained by memory resources and processing power available. The pattern combines the processing advantages concerning execution speed and memory resources of event driven p
XML Indexes in SQL Server 2005
In our previous posts, we had covered some of the new features of XML in SQL Server 2005. You can search for XML on this site and get those posts. Since the XML data-type can hold up-to 2GB worth of data and since in the code might be querying portions of that XML document, it is important to be abl
XML namespace prefix ‘xmlns’ is not defined
(Bill) When working with VB9 you may get this cryptic error : XML namespace prefix ‘xmlns’ is not defined
Basic XML Syntax
XML is a language that was developed for a very specific purpose. The purpose of XML is to provide a compliment to HTML and therefore allow you to store your data outside of the actual HTML document. As you get more advanced in your programming, you will realize that there are times when this can be
Accessing a Database Using XML
Database created XML, to only incorporate data contained within the data base. It is difficult to flexibly represent some data, because they deal with individual rows and not hierarchical data. The data that does not change frequently, the XML data is generated only upon changes, and not the client
Parsing XML documents using DOM
Parsing XML documents using DOM is easy and simple. Let do this with example.
Opinion: Preparing for XBRL Reporting and Beyond
(Michael Ohata) Last month, the U.S. Securities and Exchange Commission established the Office of Interactive Disclosure, to which companies and mutual funds can submit data and reports in Extensible Business Reporting Language, better known as XBRL.
HTML V5 and XHTML V2
(Adriaan de Jonge) While the intention of both HTML V5 and XHTML V2 is to improve on the existing versions, the approaches the developers chose to make those improvements is very different. And with differing philosophies come distinct results. For the first time in many years, the direction of upco
