Monthly Archives: May 2007

JSSpamBlock Modifications

Update: Due to lack of time and interest (on my part), I am no longer maintaining JSSpamBlock or ImageScaler. The way JSSpamBlock has evolved since I first released it has reminded me why I love open-source. From day one, I … Continue reading

Posted in JSSpamBlock | 8 Comments

A simple diff algorithm in PHP

A diff algorithm in its most basic form takes two strings, and returns the changes needed to make the old string into the new one. They are useful in comparing different versions of a document or file, to see at … Continue reading

Posted in PHP | 51 Comments