Quantcast
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 […]
June 25, 2011

Resetting and Rebuilding WP Themes CSS and Defining Layouts

Tweet To undertake the task of building a WordPress theme with the help of CSS, we’re going to need the following things: 1. A style sheet […]
June 23, 2011

Customizing WordPress Theme Sidebar

Tweet With a WordPress Sidebar Template, we need to make sure it’s “widgetized”. In this tutorial, we would use 2 widget areas, since with it the […]
June 22, 2011

WordPress Customized Theme: Template and Directory Structure

Tweet In the previous article, we discussed the HTML structure of a customized theme for WordPress. In this post, we would discuss the template and directory […]
June 18, 2011

Customized WordPress Theme HTML Structure – I

Tweet WordPress provides quite a limited number of themes so it’s sometimes required to design a custom theme. We would specifically deal with the HTML structure […]
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 […]