Archive for January, 2010
Wordpress Plugin – Iframe Embedder
This plugin is really no big deal, but I couldn’t find a working plugin for this.
Thanks to it you can write in your post something like this (remove space before iframe):
[ iframe http://de77.com 100% 200]
Gradient text with CSS
In this post I will show you a few tricks on how to create gradient filled text with pure CSS. Well, almost pure

Neon/glow text in CSS
This is a very simple, but quite effective CSS effect to produce glow/neon text using text-shadow.

Cheese – CSS text effect
To create a “cheesed” text you only need 1 simple PNG image and a bit of CSS.

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!