Cufon: a way to use non websafe fonts on a webpate

Cufon is a method to convert standard font files into JavaScript code which then uses CANVAS to render fonts on a website. This method works in all major webbrowsers, including old Internet Explorer 6.
To use this method you should first convert your font file using this generator. Then include you JS font file and Cufon renderer in the HEAD section of your websites.

PHP: Convert Youtube links in text into embedded videos

Here’s a nice function I wrote which can convert any youtube links found in a string into embedded videos.

Wordpress plugin- Youtube embedder

Here’s my next Wordpress plugin. This one lets you embed a youtube video on your blog easily. You don’t have to use embed html code anymore. Just write:

[ youtube http://www.youtube.com/watch?v=AABBCCDDEEFF 300 200]

Youtube- embed and get screen shot

I created this class, because I needed a simple way to get video screen shots and embed link from normal youtube link ( http://www.youtube.com/watch?v=AABBCCDDEEFF ). Embed link is a link you can put in tag to insert the video on your website. You can also get 4 screenshots for each youtube video, but sometimes they are all identical.

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]

 
TopOfBlogs Web Development & Design Blogs