Flipkart.com

PHP: How to create a Tag Cloud

This is a tutorial that will give you an idea of how to create a Tag Cloud and implemented it the pages of your website. Let’s start creating the necessary files: config.php The ...

PHP acos() Function

Definition and Usage The acos() function returns the arccosine of a number as a numeric value value between 0 and PI radians. Syntax acos(x) Parameter Description x Required. ...

PHP abs() Function

Definition and Usage The abs() function returns the absolute value of a number. Syntax abs(x) Parameter Description x Required. A number. If the number is of ...

Load data into MySQL with foreign key constraint

One of the MySQL databases I work with has a couple of hundred INNODB tables set up with foreign key constraints. I needed to copy the database using mysqldump to export data from ...

Tree Folders Explorer

With this control, the user can choose drives and directories. You can also create a nested directory by simply enter one code line, for example: Treefolder1.CreateNewDirectory ...

how to retrieve and display your latest tweet using PHP

Retrieving your latest tweet from twitter is a very simple process. First, you need to request your latest tweet from twitter using its API and then parse the xml response and select ...

Display Your Latest Tweet with PHP

How to add your latest tweet using PHP Whilst Twitter’s widgets are excellent and easy to install on your website, you may be looking for a solution that gives you more design ...

CubePoints WordPress Plugin for Ranking Membership Blog Contributors

A very encouraging and yet another powerful plugin under the WordPress Blogging. CubePoints is point management system specially designed for the WordPress self hosted blogs. The plugin ...

JK PUZZLES

Title:JK PUZZLES Author:R.Jeyakannan <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html ...

Creating an Exit Modal Box using the jQuery library

Do you need to show a specific message to the visitors that leave your website? You can do that by initiating a modal box before they close the browser window. To do this ...
Page 1 of 212