Quantcast
August 10, 2011

Making an iPhone app with HTML5 and CSS

Tweet Most of the iPhone applications at present are being developed in objective C which, for those who don’t have a programming background, is quite hard […]
August 6, 2011

Generating XML file using PHP and ASP

Tweet XML files, as we know by now, are plain text files just like the HTML files. Hence, just like HTML, XML can also be easily […]
August 2, 2011

Filter PHP variables using filter_var function

Tweet Filters in PHP are highly useful to filter and validate data coming from non reliable and insecure sources. Additionally, the PHP filter extension is designed […]
August 2, 2011

WordPress Mobile Styling with CSS

Tweet WordPress pages can be styled for mobile or other handheld devices with a simple application of CSS. The main difference is that instead of using […]
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 […]