Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Search
Tags
build
Coffee
dotWord
Film
HD DVD
HDi
iHD
mango
Mix
MIX10
Music
Office
Pages
Randomness
Script
Security
Silverlight
TechEd
Visual Studio
VSTO
WinRT
WordBlogX
WP7S
WP8.1
WPDev
Archives
Archives
December 2014
(1)
May 2014
(1)
April 2014
(3)
December 2013
(1)
January 2013
(1)
December 2012
(2)
November 2012
(1)
October 2012
(1)
May 2012
(1)
October 2011
(1)
September 2011
(1)
August 2011
(2)
July 2011
(3)
May 2011
(2)
April 2011
(1)
March 2011
(2)
February 2011
(1)
December 2010
(1)
October 2010
(2)
September 2010
(1)
August 2010
(10)
July 2010
(4)
June 2010
(3)
May 2010
(3)
April 2010
(1)
March 2010
(9)
February 2010
(1)
February 2008
(2)
January 2008
(4)
December 2007
(3)
October 2007
(2)
September 2007
(2)
August 2007
(1)
July 2007
(1)
June 2007
(3)
May 2007
(2)
April 2007
(1)
March 2007
(1)
February 2007
(3)
January 2007
(2)
November 2006
(3)
October 2006
(2)
September 2006
(4)
August 2006
(2)
July 2006
(8)
June 2006
(4)
May 2006
(11)
April 2006
(8)
March 2006
(6)
September 2005
(1)
August 2005
(6)
July 2005
(5)
June 2005
(3)
March 2005
(1)
February 2005
(4)
January 2005
(3)
December 2004
(6)
November 2004
(6)
October 2004
(6)
September 2004
(3)
August 2004
(2)
July 2004
(9)
June 2004
(7)
May 2004
(1)
April 2004
(10)
March 2004
(9)
February 2004
(13)
January 2004
(22)
December 2003
(20)
November 2003
(14)
October 2003
(22)
September 2003
(17)
August 2003
(3)
July 2003
(6)
Peter Torr - MSFT
Comments
Paul Willies
22 Jul 2003 2:53 AM
I would also like to see ConvertToHtml and ConvertToRtf methods. But what about using Range.XML along with a transform?
Peter
24 Jul 2003 8:55 PM
Yes, that should work. I got the same response from the folks on the Word team. Thanks for caring ;-)
Peter Torr
26 Jul 2003 1:54 AM
Of course that should be Word to HTML conversion... Word can't fix all typos for me ;-). Also I should mention that using the XML features in Word ROCKS -- once I had mapped the schema (pretty darn easy), I could just get at the text in the document without worrying about Ranges or Paragraphs or anything else; just a simple hierarchy of XML nodes.
Oren Novotny
9 Aug 2003 4:00 PM
Would you be able to post the code for your Word client? It'd be neat to use it as an entry mechanism for other blogging tools (livejournal, custom others, etc). Thanks, --Oren
Peter Torr
11 Aug 2003 12:29 AM
I'll clean it up a bit and see if I can get it posted here at gotdotnet
Oren Novotny
11 Aug 2003 7:53 AM
Thanks!
Tyson Dowd
1 Sep 2003 4:18 AM
I want WordBlogX now!!!!!
Eric Lippert
15 Sep 2003 12:47 PM
> Couple this with the fact that JScript almost certainly (90% sure, but I didn't write the code) generalises operations on literals to be the same as operations on arbitrary expressions Correct. In theory, the interpreter should take the literal, create a new in-memory object wrapper around the value, and then call the appropriate prototype method on the wrapper, and then destroy the wrapper. In practice, the engine is a little smarter than that -- we detect this situation at runtime and dispatch to the appropriate method without actually doing the work of creating an in-memory item. Eric
Eric Lippert
15 Sep 2003 12:57 PM
> Every now and then, people talk about "compiled" versus "interpreted" languages, and how they are different. This distinction is both arbitrary and vague, and indeed, JScript Classic blurs the line considerably. JScript Classic acts like a compiled language in the sense that before any JScript Classic program runs, we fully syntax check the code, generate a full parse tree, and generate a bytecode. We then run the bytecode through a bytecode interpreter. In that sense, JScript is every bit as "compiled" as Java. The difference is that JScript does not allow you to persist or examine our proprietary bytecode. Also, the bytecode is much higher-level than the JVM bytecode -- the JScript Classic bytecode language is little more than a linearization of the parse tree, whereas the JVM bytecode is clearly intended to operate on a low-level stack machine. JScript .NET is even harder to characterize as "compiled" or "interpreted". Like JScript Classic, the JScript .NET compiler produces bytecode, but this time it is Common Language Runtime Intermediate Language (IL) bytecode. Instead of interpreting the bytecode, the CLR JIT-compiles it into native machine language. But that's not all -- to implement features like "eval", JScript .NET also provides the ability to generate a parse tree and then run an interpreter _directly_ on the parse tree. In JScript .NET, calling "eval" does not generate a byte code which is then interpreted, it generates a parse tree which can interpret itself. "Compiled" and "interpreted" have ceased to be useful buckets for categorizing programming languages. There are some "interpreted" languages which are faster than some "compiled" languages, there are some "compiled" languages which are more flexible than some "interpreted" languages -- at some point you have to look at the actual relevant characteristics of each tool rather than trying to summarize them as "just another interpreted language" or "just another compiled language". Eric
Bruce
25 Sep 2003 12:55 AM
You're on my list, man.
Siew Moi Khor
25 Sep 2003 1:08 AM
I read your blog and your newsgroup posts ;-) Learn a lot from them. Even when it's on something that I already know, i still always get something from it -- another angle to things, view points, etc, so it's great. I particularly like the recent Paranoia blog entry since security is a hobby of sorts. It was very interesting. So, do please keep blogging whevener time allows.
Daniel
25 Sep 2003 2:21 AM
Yeap I read, keep it up :)
RichB
25 Sep 2003 3:12 AM
Yup
Jack Shainsky
25 Sep 2003 4:37 AM
I've found your blog few days ago and found it quite interesting, so I've added it's RSS feed to my aggregator and will keep reading it (as long as you'll keep writing, of course). Thank you for the articles.
Dan Smith
25 Sep 2003 8:56 AM
I subscribe to man of the GotDotNet blogs.
Page 1 of 201 (3,006 items)
1
2
3
4
5
»