How to change the image of on MouseOver Event using JavaScript or CSS

If you want to change the image on rollover or mouseover event. This is very old technique. You can achieve this using CSS or javascript. With CSS you can use the following code <div class=”yourimage” style=”height:100px;width:100px;min-height:100px;min-width:100px;”></div> I am using the … Continue reading

How to add ads to the end of RSS Feed in wordpress websites

If you want place the ads in RSS feed that is very easy with wordpress websites. You can use following code for showing the ads in rss feeds. Open your functions.php file from wordpress theme folder and use following code:

How to block your rss feed from wordpress website

Many people does not want to show there websites need to be cached or indexed by search engine. In that situation you need to use following techniques. First create the robots.txt file and put following code in that file. User-agent: … Continue reading