Posts Tagged ‘hacks’

Downloading Firefox 3.0.4


Downloading Firefox 3.0.4

Yesterday, Mozilla released a new update for Firefox. The version 3.0.4 now is available for download and update, where all known issues are fixed. We recommend to update as several security issues are fixed in this version. For a fast update you can go at Menu->Help.
Firefox

Continue reading...

Wordpress – Prevent Google From Indexing Your Images


Wordpress - Prevent Google From Indexing Your Images

A tip from hackwordpress.com to stop google indexing our images in wordpress. There are two simply ways to do this. The first adding this code to head tag:
<meta name=”robots” content=”noimageindex”>
and the second method is adding code to our robot.txt in root wordpress directory.

User-agent: *
Disallow: /images/

or

User-agent: *
Disallow: /upload/
Via hackwordpress.com

Continue reading...

Top Wordpress Plugins I Use

Here is a list of my favourite wordpress plugins that power Quick Online Tips.
* Google Sitemaps – This generator will create a sitemaps.org compliant sitemap of your WordPress blog. Helps Google index every article you write.
* Akismet – Checks your comments against the Akismet web serivce to [...]

Continue reading...

Tagged with: [ , , ]