Archive for June, 2005

Google Advanced Operators

24 June 2005

David Pogue blogged this fabulous link, which is a quick reference to some advanced Google usage techniques. There were a few here I didn't know about:

  • ~word searches for "word" and its synonyms
  • X..Y searches within the range of numbers from X to Y

Error Page for e107

17 June 2005

Formally submitted my three-part fix for the error page distribution with e107.

If you (1) setup the e107 error.php file as your ErrorDocument and (2) try to fetch a page NOT in your e107 installation root that causes an error, the display of the resulting error page is mangled because the server doesn't know where to get all the bits of your theme.

Here's the fix - in three parts.
Read more »

TrackBack Ping for e107

15 June 2005

Fixed the TrackBack ping function in e107. The plugin doesn't create all the database fields, so manually add the field 'trackback_blogname' as the last field (I made it type VARCHAR(150)) in the 'e107_trackback' table of your database.
Read more »