Google Web Fonts- set of free fonts to use on any website
Here’s a nice alternative to TypeKit. It’s free no matter how many visitor you have on your website, you can use an API or just download the fonts and use @font-face to embed them on your website. You can also download and install them in your OS and use in graphic editors to make nice headers or whatever you need!
Wordpress Plugin- Add rel=”nofollow” to links in posts in chosen categories
This plugin will add “nofollow” attribute to all links in every post in chosen categories. You can choose categories on the plugin’s setting page.
Google Translate – PHP class for automatic translation
Here is a very simple in use class to translate any text from one language to another using Google Translate service. The results are cached, so it is quite fast.
It supports all the languages which are available on translate.google.com.
Cache is stored in php files, so you do not need any database at all!