Archive for: June 2007

June 26, 2007

XAMPP: Remove Unused Folders or Deny Access to Them

Filed under: XAMPP - 26 Jun 2007

This article has information about which web accessible folders in XAMPP are really not needed, and how to limit access to them or delete them.

June 24, 2007

XAMPP “forbidden” Folder: Removing it or using it to test mod_auth_remote

Filed under: XAMPP - 24 Jun 2007

This article discusses the intended purpose of the “forbidden” folder in XAMPP and how to remove it properly.

June 5, 2007

The Excerpt Reloaded: Another Reason Why Tags Aren’t Getting Closed

Filed under: Wordpress - 05 Jun 2007

Another reason why the original the_excerpt Reloaded was not closing HTML tags and the fix. Read more…

June 2, 2007

The Excerpt Reloaded: The Root Cause and Fix For Creating Validated XHTML

Filed under: Wordpress - 02 Jun 2007

A Wordpress plugin called “The Excerpt Reloaded” allows one to generate excerpts from the first N words of a wordpress post. The problem with this plugin is that it can create XHTML that doesn’t validate (some tags do not close). …