Quantcast

Programming

June 8, 2011

XQuery with XML

Tweet XQuery is to XML what SQL is to database tables and is being widely used in association with XML for web programming. Prior knowledge of […]
June 7, 2011

XPath with XML

Tweet XPath is used to navigate through elements and attributes in an XML document, so to utilize it, you would need prior knowledge of XML. XPath […]
May 28, 2011

DTD: Entities

Tweet In a previous tutorial, attributes and elements of DTD were discussed. In this tutorial, we would focus mainly on the various entities used in DTD. […]
May 23, 2011

XML with DTD: Advancement in Web Documentation

Tweet DTD (Document Type Definition) is a scripting language used to define the legal building blocks of an XML document. It further defines the document structure […]
May 22, 2011

HTML5: Latest Features – Part 2

Tweet In a previous article, we discussed some of the important and innovative features of HTML5 that were absent in the previous versions of HTML. In […]
May 17, 2011

SOAP Elements and Attributes

Tweet After giving an introduction to SOAP in the previous article, in this article, we would discuss some important elements and attributes of SOAP. We start […]
May 17, 2011

HTML5: Latest Features

Tweet There are some very user-friendly and efficient features that have been added to HTML5 and which have made HTML5 far more powerful and efficient as […]
May 14, 2011

Web Application Management with SOAP

Tweet SOAP (Simple Object Access Protocol) is a simple XML-based protocol to let applications exchange information over HTTP. It is basically designed to access Web Services […]
May 13, 2011

Power and Ease of XForms

Tweet XForms is the next generation of HTML forms. In this article, we would shortly discuss about the usage of XForms in the web applications. Prior […]
May 12, 2011

HTML5: Important Tags

Tweet In this article, some of the crucial tags that are used in HTML5 but were absent in the previous versions are discussed. The <address> tag […]