This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

Posts Tagged ‘array’


Page 2 of 3123

.htaccess some facts and rules

Common command suffixes At the end of many lines you will see a suffix within square brackets. These instructions modify the main command of that line.[301]    = permanent redirect[302]    = temporary redirect[NC]    = no case (ignore upper / lower case)[L]   ... (Continue reading)

Tagged with:                                         

Caching of images using javascript image object

Using this script we can load an image in to a cache and display it when needed.Once you click the button the second image will display immediately with out any delay as it comes from the cache. If your internet... (Continue reading)

Tagged with:         

Simple Javascript Slideshow

Here i will explain how to create a simple slideshow using javascript. Our main function displaynext(shift) will receive the value of shift based on the navigational buttons clicked ( it will either +1 or -1 ) and it will receive... (Continue reading)

Tagged with:         

Url rewriting examples using .htaccess

Hi here i will explain some URL rewriting magic using .htaccess file. 1)Rewriting user.php?id=12 to user-12.html It is a simple redirection in which .php extension is hidden from the browser’s address bar and dynamic url (containing “?” character) is converted... (Continue reading)

Tagged with:             

Display Tags in wordpress

A very simple method to add the tags on to a wordpress theme.Its pretty simple just add the below lines to the file you want it to appear, prefferably SIDEBAR.PHP.This can be easily done using  wp_tag_cloud(),  Here the smallest means... (Continue reading)

Tagged with:             

Page 2 of 3123