Posted on July 30, 2007, 8:14 am, by Paul Butler, under
PHP,
WordPress.
Update: Due to lack of time and interest (on my part), I am no longer maintaining JSSpamBlock or ImageScaler.
WordPress has a cool WYSIWIG editor that lets you easily resize images by dragging the corner around. The problem is that WordPress does not actually resize the image, it just tells the browser to display it smaller. [...]
Posted on June 6, 2007, 3:14 pm, by Paul Butler, under
PHP,
Web Apps.
April 2009 Update: Originally, I had an live example of this running. However, the Google API doesn’t seem to work any more (it was discontinued over two years ago). In any case, there are better examples online now. Try Live Search Images or Terrel Dent’s blog. I would make the source available, but it was [...]
Posted on May 15, 2007, 12:20 pm, by Paul Butler, under
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 a glance what the differences are between the two. Wikipedia, for example, uses diffs to [...]