Quantcast

Programming

July 30, 2011

Document Type Declarations in HTML5

Tweet Document type declaration is needed at the top of each web page in HTML5. Without specifying a ‘doctype’, your HTML just isn’t valid HTML and most browsers […]
July 25, 2011

Use of jQuery in customizing WordPress themes

Tweet JQuery can be downloaded and installed on your server directly but this simple method comes with a cost. As we know, several plugins use the […]
July 25, 2011

Session handling in a PHP based shopping cart

Tweet We can build a simple and fully functional shopping cart for our own use with the help of PHP. For this, all you need to […]
July 21, 2011

Managing web pages with ADO

Tweet ADO is a specially designed Microsoft technology used to access databases from web pages. Some working knowledge of Microsoft Access and VB Script is required […]
July 19, 2011

Creating Object Iterators in PHP

Tweet Items can be iterated with the help of arrays in PHP but when arrays are not available, there is alternate and even more efficient method […]
July 15, 2011

XSL-FO Pages

Tweet Having discussed important aspects of XSL-FO such as areas, output formats and document structure, today’s tutorial would be devoted to XSL-FO Pages. XSL-FO basically uses […]
July 12, 2011

XSL-FO: Area and Output Formats

Tweet In a previous article, we discussed XSL-FO documentation structure. In this article, we would discuss the Area attribute and the output format of XSL-FO. The […]
July 10, 2011

XSL-FO: Document Structure

Tweet XSL-FO is a scripting extension of XML which stands for Extensible Stylesheet Language Formatting Objects. Its main purpose is to format XML data for output […]
June 29, 2011

XSchema Attributes and Restriction

Tweet In a previous article, we discussed about XSchema, its implications and also its elements. In this article, we would be discussing its attributes and the […]
June 26, 2011

XSchema: Scripting extension to XML

Tweet An XML Schema is an extension to XML which describes the structure of an XML document. Prior knowledge of XML and HTML is required. One […]