Quantcast
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 28, 2011

Important Math Functions in PHP

Tweet The importance of predefined mathematical functions for web programming as well as software design can not be overemphasized. PHP provides some very simple yet powerful […]
July 27, 2011

Overcoming Comment Spamming on WordPress

Tweet The problem of spam comments can become a serious problem at times. WordPress blogs and websites can be customized to deny any access to comment […]
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 20, 2011

Pod casting through WordPress

Tweet Podcasting is supported in all versions of WordPress starting from WordPress 1.5. All you need to do is link to an audio file in one […]
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 17, 2011

Photoblogs and Galleries in WordPress

Tweet There are options to display images in several ways on WordPress. PhotoBlogs are different from normal blogs. Normal blogs put the emphasis on the words […]
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 […]