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

Custom Management of WordPress RSS Feed

Tweet WordPress custom fields can be used to modify the RSS content of the blog or website after which you can have an option to add […]
May 26, 2011

WordPress Custom Fields

Tweet Introducing custom fields in wordpress basically means to add other data in WordPress and display them at the desired location beside the text. In fact […]
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 […]