Main menu:


Subscribe with Bloglines

Subscribe via e-mail:

Twitter Status

My Twitter Feed
watching the yahoo hack day hackumentary film and they just showed a long clip of me listening to neal's keynote--i'm hacker-famous now! :)
about 13 hours ago

Xobni outlook add-in for your inbox

Site search

Categories

June 2007
M T W T F S S
« May   Jul »
 123
45678910
11121314151617
18192021222324
252627282930  

Archive

Archive for June 6th, 2007

WordPress "XML-RPC server accepts POST requests only."

This morning I found I couldn’t publish to WordPress using Windows Live Writer any more. I would get errors like “Invalid Server Response - The response to the blogger.getUsersBlogs method received from the weblog server was invalid.” and when I looked at the request in HTTPAnalyzer, WordPress’s xmlrpc.php was sending “XML-RPC server accepts POST requests only.”, […]

The hidden cost of meta-refresh tags

We just discovered at Plaxo that redirecting using meta-refresh tags has a surprising performance penalty as a side-effect: it causes all cached resources on the redirected-to page to be re-requested (as if the user had hit the “refresh” button). Even though most of them should return 304s (if you’re caching them properly), this still results […]