Google Inc. on Friday confirmed via a press statement that they purchased Episodic. Episodic is San Francisco-based online video platform start-up company. It was big news yesterday for Noam Lovinsky, CEO and Co-founder of Episodic, with the announcement that his … Continue reading
Monthly Archives: April 2010
Father of the PC Dr Henry Edward Roberts died
Dr Henry Edward Roberts was the inventor of the Altair 8800, a machine that sparked the home computer era. Gates and Allen contacted Dr Roberts after seeing the machine on the front cover of a magazine and offered to write … Continue reading
how to create sticky footer using css or javascript
You can achieve the sticky footer using css very perfectly. Use following css code for creating the sticky footer. Many people gave example of google sticky footer. You can change the footer height as per your need or footer height. … Continue reading
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
wordpress 2.8.3 and 2.8.4 versions are under attack
If you are using the wordpress for your website or blog. Please do check your wordpress version because We got very serious news about wordpress older versions. I do got news about wordpress version 2.8.3 and 2.8.4. They are in … Continue reading