Wictor Wilen

Wictor Wilén is Product Leader at Microsoft. Former Microsoft Regional Director and SharePoint MVP, as well as an author and a well known international speaker

.NET

Open Xml SDK CTP available now

Microsoft has released a CTP for Microsoft SDK for Open XML Formats, which can be downloaded here. The SDK contains a strongly typed library, built on top of System.IO.Packaging namespace, for creating documents based on the Open XML Format. Great, now we don’t have to use the System.Xml.XmlWriter to create Office 2007 documents. Here is a sample on how to write out the number of characters in a Word 2007 document: XmlDocument extendedProperties = new XmlDocument(); using (WordprocessingDocument wordDocument = WordprocessingDocument.Open("document.docx", false)) { ExtendedFilePropertiesPart part = wordDocument.ExtendedFilePropertiesPart; extendedProperties.Load(part.GetStream()); } XmlNodeList characters = extendedProperties.GetElementsByTagName("Characters"); Console.WriteLine(characters.Item(0).InnerText); .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, “Courier New”, courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; overflow-x:visible;border:0px} .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; }

Windows Live Writer

New beta of Windows Live Writer

You probably already have read all about the new beta of Windows Live Writer. I thought I should write some lines about some of the new really nice features. Linking WLW contains an improved linking interface. You can easily link to your previous posts or to a link in the Link Glossary, using the Link to button_,_ which allows you to write down (remember) a number of links that you often use in your blog posts. When you create a new link you can check the Add to link glossary checkbox and the link will be added to your glossary. The glossary is also accessible from the Tools->Options dialog.

Personal

Technology news on Tailrank down for days...

I start every morning on the commuter train checking out the Technology news on Tailrank, using my HTC TyTN (at http://tech.mobile.tailrank.com/) , to see what has happened in the world of technology during the night. Most of the cool stuff happens when it is night in Sweden… But now the technology news has been down for days, it has happened in the past that it has been down for a day or so, but now I have not been able to read the news on Tailrank since monday. No news? Don’t think so!

Microsoft

MSDN has a new look!

The MSDN site is currently changing how it looks and works, go check it out. Apart from the actual change of colors and layout the new tabbed interface is the biggest user interface change. Navigation is far much better with this and with the breadcrumbs. The search is the most improved feature, now with auto-complete and more indexed content. The MSDN library tree seems to be much faster, really nice for users (like me) who uses the online help instead of the full DVD install of MSDN library (I always forget to update it when a new DVD arrives). But it is still reloading the whole page and tree for every click in the content on the right!

Personal

Happy one year anniversary!

To this site: www.wictorwilen.se! This site and blog has been up an running for a year now and I’ve had a lot of fun with it. I’m really looking forward to the next one! The number of subscribers is constantly climbing and the highlight for me has been the msfeedicon application and the Dissecting XPS series. You, the readers and web searchers, have these top five articles: Add Office 2007 icons to SharePoint 2003 Windows Live Writer 1.0 beta and Metaweblog API McAfee Security Center installation sucks Watch DVDs in VIDEO_TS folders on Vista Media Center Home page of msfeedicon Thanks to Dotnetpark who is hosting this and who have a great support! Only wish the offer .NET 3.0 hosting soon!

Microsoft Office

Dissecting XPS, part 8 - XPS Tools

This part of the Dissecting XPS series will focus on some XML Paper Specification tools that are available as of today. The success of XPS, vs PDF and others, are really depending on the number of supported devices, operating systems and tools. Right now the XPS support is limitied in applications outside the Microsoft Windows sphere, but there are plans for other operating systems. (Maybe Silverlight will boost this with the CoreCLR).

Microsoft Office

Office 2007 file support on Windows Mobile

DataViz have released a new version of DocumentsToGo for Windows Mobile with support for viewing Office 2007 files (.docx, .xlsx, .pptx etc). This is great, I have not used DocumentsToGo since my Sony-Ericsson p910i days but instead relied on the Office Mobile suite embedded in Windows Moblie 5. The current version only supports viewing of Office 2007 documents as of today, but if you purchase the application you will get free upgrades and the coming versions will support creation and editing of Office 2007 documents.