CodeBetter.Com
CodeBetter.Com
RSS 2.0 via Feedburner
           Do you Twitter? Follow us @CodeBetter

Peter's Gekko

public Blog MyNotepad : Imho { }

Yes you can use Word 2007 to write blogposts

My test was successful. I wrote a blogpost in Word 2007 and pasted in some source code. The result was pretty impressing. Let’s give it one more try. This time without line breaks or numbers in CopySourceAsHtml

        public void SyncData()

        {

            DacProService.BasisData newBasis;

            try

            {

                newBasis = webService.GetBasisData();

                basisData.Clear();

                basisData.Merge(newBasis);

                SaveLocal();

            }

            catch

            {

                MessageBox.Show("Niet kunnen synchroniseren");

            }

        }

 

My test was not that successful when it came to images. Automatic picture upload sounds interesting but has a big drawback. In the blog configuration you have to tell Word where to store the images using ftp. This is a problem in Community Server. The URL to an image is a computed one. It’s something like http://codebetter.com/photos/peter.van.ooijen/images/152093/original.aspx. I cannot access the folder http://codebetter.com/photos/peter.van.ooijen/images/152093/ to write to. And Word cannot compute the url of the image when uploading. Support for other ways are in the pipeline.

One other thing I missed was the possibility to add tags to my post. I’ll have to do that by hand in the CS dashboard. Together with inserting the images. But for the first, most elaborate part of publishing a draft Word is now my tool of choice. Goodbye Frontpage.



Comments

Dylan Marks said:

I've been very impressed with the new windows live writer http://windowslivewriter.spaces.live.com/

I've got it working with tags in Wordpress, so might also be possible with CS.

This plugin makes pasting code quite simple:

http://gallery.live.com/liveItemDetail.aspx?li=d8835a5e-28da-4242-82eb-e1a006b083b9&l=8

Personally, the idea of MS Word having anything to do with html makes me cringe.  :)

# November 13, 2006 12:25 PM

Dylan Marks said:

PS. Yes, it's true I have a terrible prejudice against Word/Frontpage and valid html.  I'm looking forward to 2007 changing my worldview!!

# November 13, 2006 12:31 PM

Sahil Malik said:

I use Word 2007 to write my blogposts. It's purty neat.

# November 13, 2006 1:19 PM

pvanooijen said:

The reason I want to stick to an MS-Office application is the spell and grammar check. Nothing beats that.

Indeed the html emitted by the previous word was horrific. As Sahil says, in this version it's perfect. That is: absent. Pure text only some <i></i>. Way to go!

# November 13, 2006 2:10 PM

Peter's Gekko said:

v\:* {behavior:url(#default#VML);}

o\:* {behavior:url(#default#VML);}

w\:* {behavior:url(#default#VML);}

# November 13, 2006 2:43 PM

Peter's Gekko said:

For some time now I'm using Word 2007 to write my blog posts . Which works quite well, except when it

# March 2, 2007 7:07 AM

Leave a Comment

(required)  
(optional)
(required)  

Enter the numbers above:
Add
Check out Devlicio.us!