<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 7 Features That Windows Live Writer Needs</title>
	<atom:link href="http://www.justinlloyd.org/402-7-features-that-windows-live-writer-needs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justinlloyd.org/402-7-features-that-windows-live-writer-needs/</link>
	<description>A Mastermind's Guide to Personal Development</description>
	<lastBuildDate>Fri, 16 Dec 2011 05:28:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Justin Lloyd</title>
		<link>http://www.justinlloyd.org/402-7-features-that-windows-live-writer-needs/#comment-51</link>
		<dc:creator>Justin Lloyd</dc:creator>
		<pubDate>Fri, 15 May 2009 08:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.justinlloyd.org/402-7-features-that-windows-live-writer-needs/#comment-51</guid>
		<description>Joe, thanks for the response. Appreciate you taking the time out of what is no doubt a busy product development cycle to answer a lone user&#039;s gripes. :) Often, understanding the reasoning behind the particular implementation of why a feature is the way it is, or why something is harder to do than it first appears certainly helps people to understand the development limitations some teams are in. I didn&#039;t realise that the &quot;find&quot; feature was built on top of Internet Explorer, I guess that would now make sense of &quot;getting if for free&quot; and only occasional usage. Of course, my post is a wish list, not all features wished for by the users are going to be implemented, the Universe will die before software developers can ever make the users truly happy. :)</description>
		<content:encoded><![CDATA[<p>Joe, thanks for the response. Appreciate you taking the time out of what is no doubt a busy product development cycle to answer a lone user&#8217;s gripes. <img src='http://www.justinlloyd.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Often, understanding the reasoning behind the particular implementation of why a feature is the way it is, or why something is harder to do than it first appears certainly helps people to understand the development limitations some teams are in. I didn&#8217;t realise that the &#8220;find&#8221; feature was built on top of Internet Explorer, I guess that would now make sense of &#8220;getting if for free&#8221; and only occasional usage. Of course, my post is a wish list, not all features wished for by the users are going to be implemented, the Universe will die before software developers can ever make the users truly happy. <img src='http://www.justinlloyd.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Cheng [MSFT]</title>
		<link>http://www.justinlloyd.org/402-7-features-that-windows-live-writer-needs/#comment-50</link>
		<dc:creator>Joe Cheng [MSFT]</dc:creator>
		<pubDate>Fri, 15 May 2009 00:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.justinlloyd.org/402-7-features-that-windows-live-writer-needs/#comment-50</guid>
		<description>Hi, I&#039;m a dev on the Writer team. Thanks for all the great feedback!

1) Expanded Functionality From Other Microsoft Products

The latest release of WLW actually uses Word&#039;s dictionaries for spell checking, though we haven&#039;t implemented thesaurus or other proofing. The other products are harder (in most cases impossible) to leverage but we&#039;re always looking for opportunities to do stuff like that.

2) Import Documents

When copying and pasting, by default we throw out a bunch of formatting on purpose. We thought that most users would want the style of the content to match the style of their blog, not the style of the original document. We try to throw out the formatting that doesn&#039;t matter while retaining the formatting that matters, but obviously that&#039;s very subjective in some cases. If you&#039;d prefer a higher-fidelity paste, you can do Paste Special and select &quot;Keep Formatting&quot; and we&#039;ll take whatever HTML is on the clipboard and drop it straight in. In most cases this&#039;ll be pretty close to the original formatting.

Importing directly from a file would result in fewer steps but the fidelity would generally be worse, as we&#039;d be the ones responsible for translating the data into HTML as opposed to the native program doing it (as happens with the clipboard).

3) Take A Tip From Microsoft Word

There&#039;s a font formatting button on the toolbar in the latest release of WLW. However, we would rather you use Heading 1-6 and Paragraph whenever possible; this way when you switch your blog theme in the future, all of your previous posts will look consistent with the new theme. That&#039;s why we buried the command in previous releases, we were hoping users would learn to live without it. They didn&#039;t... :(

4) Built-In Scripting

All of the plug-ins on the Windows Live Gallery website should work with the current version of Writer--we&#039;ve never intentionally broken backwards compatibility. If you&#039;ve tried some that didn&#039;t work, please let me know which ones. Also, you might be interested in my Dynamic Template plugin which lets you easily mix C# code with HTML: http://www.joecheng.com/code/DynamicTemplate/

5) File Handling

Where do you currently put these PDFs or ZIP files? FTP them to your server manually? In early releases we pulled this feature because we couldn&#039;t find a place to upload the files to (other than FTP which is not common among our users), as most popular blog services reject most non-image file types. (Now we have Windows Live SkyDrive, it&#039;s possible this feature could come back.)

6) Caching of blog posts

This bugs me too, thanks for the vote.

7) Different Views

Thanks for the feedback. Unchecking &quot;View &#124; Edit using style&quot; (Ctrl+F11) is the closest we have to Draft view right now.

8) Synchronized Source Editing

Thanks for the feedback.

Bonus) Find and Replace

Yep, if you notice the current Find dialog has an IE icon in the corner. We got the Find feature &quot;for free&quot; by building on top of the IE editing engine but have never had the chance to do a decent Find/Replace. It&#039;s something we&#039;re hoping to rectify in the not too distant future.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m a dev on the Writer team. Thanks for all the great feedback!</p>
<p>1) Expanded Functionality From Other Microsoft Products</p>
<p>The latest release of WLW actually uses Word&#8217;s dictionaries for spell checking, though we haven&#8217;t implemented thesaurus or other proofing. The other products are harder (in most cases impossible) to leverage but we&#8217;re always looking for opportunities to do stuff like that.</p>
<p>2) Import Documents</p>
<p>When copying and pasting, by default we throw out a bunch of formatting on purpose. We thought that most users would want the style of the content to match the style of their blog, not the style of the original document. We try to throw out the formatting that doesn&#8217;t matter while retaining the formatting that matters, but obviously that&#8217;s very subjective in some cases. If you&#8217;d prefer a higher-fidelity paste, you can do Paste Special and select &#8220;Keep Formatting&#8221; and we&#8217;ll take whatever HTML is on the clipboard and drop it straight in. In most cases this&#8217;ll be pretty close to the original formatting.</p>
<p>Importing directly from a file would result in fewer steps but the fidelity would generally be worse, as we&#8217;d be the ones responsible for translating the data into HTML as opposed to the native program doing it (as happens with the clipboard).</p>
<p>3) Take A Tip From Microsoft Word</p>
<p>There&#8217;s a font formatting button on the toolbar in the latest release of WLW. However, we would rather you use Heading 1-6 and Paragraph whenever possible; this way when you switch your blog theme in the future, all of your previous posts will look consistent with the new theme. That&#8217;s why we buried the command in previous releases, we were hoping users would learn to live without it. They didn&#8217;t&#8230; <img src='http://www.justinlloyd.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>4) Built-In Scripting</p>
<p>All of the plug-ins on the Windows Live Gallery website should work with the current version of Writer&#8211;we&#8217;ve never intentionally broken backwards compatibility. If you&#8217;ve tried some that didn&#8217;t work, please let me know which ones. Also, you might be interested in my Dynamic Template plugin which lets you easily mix C# code with HTML: <a href="http://www.joecheng.com/code/DynamicTemplate/" rel="nofollow">http://www.joecheng.com/code/DynamicTemplate/</a></p>
<p>5) File Handling</p>
<p>Where do you currently put these PDFs or ZIP files? FTP them to your server manually? In early releases we pulled this feature because we couldn&#8217;t find a place to upload the files to (other than FTP which is not common among our users), as most popular blog services reject most non-image file types. (Now we have Windows Live SkyDrive, it&#8217;s possible this feature could come back.)</p>
<p>6) Caching of blog posts</p>
<p>This bugs me too, thanks for the vote.</p>
<p>7) Different Views</p>
<p>Thanks for the feedback. Unchecking &#8220;View | Edit using style&#8221; (Ctrl+F11) is the closest we have to Draft view right now.</p>
<p> <img src='http://www.justinlloyd.org/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Synchronized Source Editing</p>
<p>Thanks for the feedback.</p>
<p>Bonus) Find and Replace</p>
<p>Yep, if you notice the current Find dialog has an IE icon in the corner. We got the Find feature &#8220;for free&#8221; by building on top of the IE editing engine but have never had the chance to do a decent Find/Replace. It&#8217;s something we&#8217;re hoping to rectify in the not too distant future.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.justinlloyd.org @ 2012-02-07 13:39:13 -->
