Upgraded to Wordpress 2.5
Monday, March 31st, 2008I just upgraded to Wordpress 2.5. I don’t think i like the new admin theme, too much change.
If you see something broken please let me know.
The weblog of Joshua Eichorn, AJAX, PHP and Open Source
I just upgraded to Wordpress 2.5. I don’t think i like the new admin theme, too much change.
If you see something broken please let me know.
Having fun with my new camera
(Yes I used WebThumb to take the snapshot)
<webthumb> <apikey>keyhere</apikey> <request> <url>http://flickr.com/photos/joshuaeichorn/sets/72157604167994594</url> <outputtype>png</outputtype> <width>1024</width><!-- browser width --> <height>768</height><!-- browser height --> <excerpt> <x>420</x> <y>180</y> <height>80</height> <width>350</width> </excerpt> </request> </webthumb>
With Jen moving in, I’ve been doing a lot of home improvement projects lately.
A couple weekends ago it was building a Dog Garden (Thanks Charles and Alex), then hanging a new door so the dogs could have a doggy door to get the patio and the garden.
Last night it was planting some flowers, I got some nice orange marigolds and some white petunias. Hopefully I didn’t mess anything up too much and they will live.
Microsoft has released information about whats it adding to IE8. The changes for developers look pretty good.
The biggest things I see are:
AJAX wise most of the changes are implementing bug fixes and new APIs from the HTML 5 spec (DOM Storage, firing hashChanged events, XDM).
There also seems to be a new XDR API for making requests to other domains. The API is simple but I’m not sure if the security model is good enough not to cause long term problems. If anyone finds/writes a review of XDR and its security implications please let me know.
A WebThumb drupal module has been added allowing you to easily use WebThumb in a drupal site. I haven’t had a chance to use the module but the code quality looks good.