How To Read/Write Icons With PHP

July 30th, 2007

I discovered this interesting PHP class today that can be used to process all kinds of .ico files in PHP. Features Read/write icon files. Extract individual icons from a multi-icon file as GD icon resources. Add new icons to an .ico file. Supports all icon image sizes, bit depths and transparency. You can find the […]

Continue Reading...

Link Cloaking Plugin for WordPress

July 28th, 2007

This is a plugin for WordPress that can automatically cloak outgoing links in your posts and/or pages. Download plugin (Note: May not be compatible with the latest version of Eclipse Link Cloaker.) Features Choose what to cloak – all links, only the links you specify or no links at all. Choose where to cloak – […]

Continue Reading...

Web 2.0 Is Cool

July 23rd, 2007

Not “cool” like “the concept of web 2.0 posesses a large amount of coolness” or “web20.cool == true“. For many people Web 2.0 equals “cool”. That’s what I understood after reading this fine blog post. Programmers and the like might know Web 2.0 is about things like AJAX, social networking, “folksonomies” et cetera. Some might […]

Continue Reading...

A Silly Way To Get Backlinks

July 22nd, 2007

The 3 Easy Steps Create an application It doesn’t have to be anything special. One way is to find a free screensaver builder and use a bunch of royalty-free photos to make your own slideshow screensaver. Make the application freeware – it’s easier and faster. If you actually create something worthy, you might set up […]

Continue Reading...

Counting del.icio.us Linkbacks – Not Yet

July 21st, 2007

I’ve seen people asking on the Internet if there’s a way to get a list of the most bookmarked pages from a specific site. Some other social bookmarking services (like Digg) have this feature but del.icio.us doesn’t. This looked like an interesting problem so I decided to write a script that would crawl a given […]

Continue Reading...