This blog has been retired, new updates are happening at http://josephscott.org/
2

Windows Live Installer

Posted on November 13th, 2007 / 2 Comments »
Tags: ,

The only portion of Windows Live that I use is Windows Live Writer, but the Live installer really tries to encourage installing more of the “Live” applications. But that isn’t my biggest problem with the installer. Easily my number one gripe is that it doesn’t provide a way to select where you want the application installed.

I try to keep regular application files off my the C drive. I looked several times but I didn’t see any way to indicate where you wanted the files to be installed.

0

Links for Thu 8 Nov 2007

Posted on November 8th, 2007 / Comments Off
Tags: , , , , , , , , , ,
0

Windows Live Writer and WordPress 2.3 Tags

Posted on October 23rd, 2007 / Comments Off
Tags: ,

When tag support was added to WordPress 2.3 a few people asked about having support for it in the XML-RPC API. That seemed reasonable, especially since there was already a patch in trac that only needed a few updates to work. This also addressed my question of how it should be done (via mt_keywords).

Then we started getting really close to the final release of 2.3 and I realized that I hadn’t looked at how Windows Live Writer dealt with the mt_keywords field. The good news was that it already had keyword support, the bad news was that it only supported it if it knew that the blog on the could deal with it correctly. The method that WLW uses to determine blog features (well, one of the ways) is via the wlwmanifest.xml file. If you look at the list for features that WLW supports when working with WordPress you’ll find that the only one not supported is keywords, because at the time WordPress didn’t support it.

Fast forwarding a bit through this story, I worked on a manifest file (and few other bits around it) that would instruct WLW to specifically turn the keywords feature. Unfortunately by the time that all of this was done it was too late to get it into release of 2.3. So if you were bummed that WLW didn’t support the new tag features in 2.3 out of the box that was completely my bad. If I’d realized what had needed to be done sooner then it probably would have made it. Sorry about that.

But there is more good news to add, keyword support in WLW will work automatically with WordPress 2.3.1 (now in release candidate mode) and the future 2.4 version.

If you use WordPress by checking out updates from Subversion you can get support for tags in WLW by updating to revision 6192 in -trunk or revision 6211 for the 2.3 branch. You can also get support for a new or upgraded blog by using 2.3.1-beta1 or higher.

If you host your blog on WordPress.com then you’ve already had keyword support in WLW for some time, so no problem there.

0

Windows Live Writer and WordPress

Posted on May 30th, 2007 / Comments Off
Tags: , ,

Windows Live Writer Beta 2 is out, now with more WordPress features. Most of the new WordPress related features focus on page management. There is also better category and author support. And of course bug fixes along the way.

Adding support for these features drove some of recent the XML-RPC work on WordPress, which I’ve really enjoyed doing.

Ads