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)
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)
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)
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)
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)