-
Latest Post…
Twitter: thirzah
- RT @jackschofield: How Common Is Your Birthday? http://t.co/wwt94qiS (graphic) 11:43:42 AM May 14, 2012 from web ReplyRetweetFavorite
- Quite useful/good map: shows walking time between tube stops http://t.co/zjOSEOpE 11:14:32 AM May 14, 2012 from Tweet Button ReplyRetweetFavorite
- RT @io9: Can peeing in a lake really kill fish? http://t.co/ZWCm7Dh3 09:17:36 AM May 13, 2012 from web ReplyRetweetFavorite
Author Archives: admin
Posts by admin:
wordpress 3.1 on iis6 – redirect hell
I’ve been having a nightmare setting up wordpress 3.1 on iis6 So here are my notes I’m using IIRF with the following set up RewriteLog c:\temp\iirf RewriteLogLevel 3 MaxMatchCount 1 RewriteEngine On IterationLimit 4 StatusInquiry ON # Do not pass … Continue reading
Posted in Misc
Leave a comment
The Vegetable Zodiac
Many years ago, my good friend Charlotte and I invented a new Zodiac, based on Vegetables. This had no great intellectual purpose, but for some reason was rather popular, particularly the daily horoscopes. And so, having rediscovered the great tome … Continue reading
Posted in FrontPage, Vegetable Zodiac
Leave a comment
permalinks on iis
I’m copying this directly from http://www.keyboardface.com/archives/2007/09/07/update-for-wordpress-permalinks-on-iis/ Because the internet sometimes mislays stuff :) 07 Sep 07 Update for WordPress Permalinks on IIS There has been quite a bit of comments going back and forth on the code that I wrote … Continue reading
debugging wordpress
Not that I *ever* make any dodgy code… To debug any php issues, add this to the top of functions.php (which you of course have in your theme directory). Uncomment it to enable. /* error reporting ini_set(‘display_errors’, 1); ini_set(‘log_errors’, 1); ini_set(‘error_log’, … Continue reading
Fix: WordPress header – failing on Step 2
The Error: The ‘Appearance’, ‘Header’ screen initiated fine, and allowed me to upload a new picture – but hung at the next step, with this script error: Message: Object doesn’t support this property or method Line: 56 Char: 3 Code: … Continue reading