January 25, 2009 - 10:52 pm
Posted in web | No comments
I re-edited a bunch of posts to fix the stripped out angle bracket. Interesting writing.
January 14, 2009 - 9:50 am
Posted in web | No comments
Someone posted a temporary fix for Wordpress that takes the raw xml and replaces the offending entities with characters. He found three places. The fix looks like:
//xmllib 2.7.0 -2.7.2 stripping leading angle brackets bug patch
if(LIBXML_DOTTED_VERSION == ‘2.7.0′ ||
LIBXML_DOTTED_VERSION == ‘2.7.1′ ||
LIBXML_DOTTED_VERSION == ‘2.7.2′) {
$xml =str_replace("<","<",$xml );
[...]
January 10, 2009 - 3:01 pm
Posted in technology, web | No comments
I was having problems with MarsEdit after updating to OpenSuse 11.1 because of a bug in php aggravated by a recent release of libxml2 (details here).
I was waiting for a real fix but lost my patience today. The advice was to “fall back to libxml2-2.6.32″ so here’s what I did:
Grabbed the RPM from [...]
December 25, 2008 - 10:15 am
Posted in technology, web | No comments
I switched from blogger, which is the google hosted blogs to my own self hosted blog running WordPress. To be precise, I’m running WPMU or Wordpress multi-user.
I did it mostly because my home-brewed website wasn’t being fully utilized. Wordpress gave me the basics of what I wanted: provide some static contact, make it [...]
December 12, 2008 - 10:50 pm
Posted in technology | No comments
A little late to the party (11.1 is going to be available in 5 days on Dec 18, 2008) but I finally upgraded my server, including going to OpenSuse 11.0. Btw, installing from a DVD is way better than poping CDs in and out. Some notes along the way:
I had to enable DHCP [...]
December 24, 2007 - 11:04 am
Posted in apple, web | No comments
I was dissatisfied with MarsEdit primarily because the photo editing was non-existent.
Of course, now I can’t get picasa integration!