Quantcast
June 28, 2014

How to Display Alexa Ranking on your website

Tweet Alexa Ranking, almost we all are worried about our website’s Alexa ranking when it comes to site popularity, SEO and marketing etc. Alexa is the […]
June 6, 2014

How to Create a Quick URL Shortening System on your website

Tweet URL Shortening services have create a great space on internet so far. Services like Bit.ly and TinyURL are big players. These services are free of […]
August 25, 2011

Blocking email harvesters

Tweet In this post, we will learn about blocking email harvesters. Email spammers often use programs, known as email harvesters that scan pages on the Internet […]
August 21, 2011

Exception Handling in PHP

Tweet Exceptions are the pieces of code which are used to alter the normal flow of the code if a certain error occurs. The concept of […]
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 […]
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 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 […]
December 29, 2010

Smarty! A PHP Based Template Engine

Tweet Smarty is a well known template engine for PHP developments. Smarty’s main concern is to separate the core PHP code from the design layout and […]
July 20, 2010

Compress your CSS with PHP

Tweet It is possible to compress your CSS style sheet with PHP. Here is how you can do that. Create a CSS file with .php extension. […]