3 Jun
No question for me that Windows Live Writer is the best product to come out of Microsoft’s Live project/platform/whatever. The Writer Zone blog announced today that there’s a new release available. It’s a CTP (Community Technology Preview), not a stable release because they’ve added a bunch of new SDK plugin stuff along with the updates to Live Writer itself.
Steve Hodson has a great post outlining all the new features in the application, there’s heaps of great stuff in there, including some little things like recognising what lighbox plugin you’ve got installed on your blog & allowing you to set the images to use this. The Auto Linking features is also cool, an automatic glossary. Download the installer here.
30 Apr
Despite Microsoft Senior VP Chris Capossela saying that a search interface for the new Office ribbon device was unnecessary, Microsoft Office Labs yesterday released the internal project called ‘Scout’, now given the far less interesting title ‘Search Commands’. What is it with Microsoft having cool development names and then giving the products really boring release titles?
Anyway, the plugin adds another tab to Word, Powerpoint & Excel. It’s added as the last tab, but helpfully, you can just click ‘Windows Key + Y’ and it will jump to the search box from the application.
All it really is is a search box, a bunch of suggestions plus a gigantic help button. It is very useful though. Just start typing in the box and it will come up with a list of commands related to what you’ve typed in. It starts with partial matches and narrows down as you type. What is particularly handy is that it isn’t just doing a text match on the name of the commands, it’s doing a contextual match too. The example given in the help tutorial is that if you enter ‘background’ it comes up with a bunch of commands related to document backgrounds (in Word). This includes things like Watermarks, changing themes and shading. I’m not sure how this is done, there must be some sort of categorisation for the application’s commands behind the scenes.
22 Apr
Microsoft has announced that Windows XP Service Pack 3 has have been RTM. This means that OEM providers and Enterprise customers will be getting it in the next couple of days, while it is due to be released via Windows Update & the Microsoft Download Centre on April 29th. A PDF with an overview of the contents of the Service Pack is available.
This is a much smaller update than the previous 2 SP releases, especially SP2 which added a lot of functionality, especially security. According to the PDF
With few exceptions, Microsoft is not adding Windows Vista features to Windows XP through SP3. As noted earlier, one exception is the
addition of NAP to Windows XP to help organizations running Windows XP to take advantage of new features in Windows Server 2008.
6 Mar
So I installed IE8 and checked out a few sites. Plenty of sites look a bit strange, but possibly most surprising is that the windows update site doesn’t work:
But but 8 is later than 5 isn’t it?????
6 Mar
Microsoft has released the first public beta of IE8. The release was announced at the keynote of Mix in Las Vegas (which apparently is full of cool stuff).
Grab the beta now & check out the noise about it on TechMeme.
Update: Ha! Check out the latest article on the IEBlog:
Although we said that IE8 Beta 1 passes the ACID2 test, some of you may be seeing results like the image above; we thought we should explain what’s going on. IE8 passes the official ACID2 test hosted on http://www.webstandards.org/files/acid2/test.html. (Note, this seems to be a popular destination at the moment. You may have trouble reaching the site.)There are also a number of copies of this test around the net. One popular copy that I’ve seen of late is http://acid2.acidtests.org/
People didn’t wait long to start fact checking them!
Update 2: Note, you may need to install this hotfix if you haven’t already: http://www.microsoft.com/downloads/details.aspx?FamilyID=c1ac48ad-f4f9-4b4b-9cb5-460593b052cc&displaylang=en
22 Nov
So I’ve downloaded & installed Visual Studio 2008. First impressions: nice. It seems faster than 2005, but that may just because I haven’t installed ReSharper yet :). The multi-targeting feature that allows you to specify which version of the .NET framework to compile the project as is awesome. It makes migration so much easier. I’ve now been able to migrate our whole web solution to Visual Studio 2008 but keep the framework version at 2.0. We’ll upgrade to 3.5 later.
Very glad Microsoft decided to keep Web Application Projects built in to 2008, makes it all really simple. Everything ran fine except for one little gotcha with the web project itself. It’s not a big deal, but it was really annoying and the error messages were not overly helpful. It’s basically around Visual Studio trying to create the required virtual directory for the website in IIS. The error I was getting was:
Creation of the virtual directory http://dev.drive.com.au failed with the error: Could not find the server ‘http://dev.drive.com.au’ on the local machine. Creating a virtual directory is only supported on the local IIS server
See below for steps to reproduce & how to resolve this: