<?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: How to email blog posts from Outlook</title>
	<atom:link href="http://mcherm.com/permalinks/1/how-to-email-blog-posts-from-outlook/feed" rel="self" type="application/rss+xml" />
	<link>http://mcherm.com/permalinks/1/how-to-email-blog-posts-from-outlook</link>
	<description>Adventures in Programming</description>
	<lastBuildDate>Wed, 04 Jan 2012 02:38:56 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: How to email MY blog posts from Outlook : Dragons in the Algorithm</title>
		<link>http://mcherm.com/permalinks/1/how-to-email-blog-posts-from-outlook/comment-page-1#comment-351</link>
		<dc:creator>How to email MY blog posts from Outlook : Dragons in the Algorithm</dc:creator>
		<pubDate>Mon, 15 Sep 2008 12:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://mcherm.com/permalinks/1/how-to-email-blog-posts-from-outlook#comment-351</guid>
		<description>[...] How to email MY blog posts from Outlook [...]</description>
		<content:encoded><![CDATA[<p>[...] How to email MY blog posts from Outlook [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcherm</title>
		<link>http://mcherm.com/permalinks/1/how-to-email-blog-posts-from-outlook/comment-page-1#comment-222</link>
		<dc:creator>mcherm</dc:creator>
		<pubDate>Fri, 27 Jun 2008 11:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://mcherm.com/permalinks/1/how-to-email-blog-posts-from-outlook#comment-222</guid>
		<description>Thanks to some changes, I now add &quot;?stylesheet=outlook&quot; to the end of the URL for my blog.</description>
		<content:encoded><![CDATA[<p>Thanks to some changes, I now add &#8220;?stylesheet=outlook&#8221; to the end of the URL for my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcherm</title>
		<link>http://mcherm.com/permalinks/1/how-to-email-blog-posts-from-outlook/comment-page-1#comment-184</link>
		<dc:creator>mcherm</dc:creator>
		<pubDate>Mon, 12 May 2008 12:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://mcherm.com/permalinks/1/how-to-email-blog-posts-from-outlook#comment-184</guid>
		<description>After messing with it even more on my next attempt, I think perhaps the problem lies in copying the comment line from the blog entry above... it is getting pasted in the form of some odd character other than a simple minus sign. If the next attempt at a mailing goes smoothly then I&#039;ll try writing up the instructions neatly.</description>
		<content:encoded><![CDATA[<p>After messing with it even more on my next attempt, I think perhaps the problem lies in copying the comment line from the blog entry above&#8230; it is getting pasted in the form of some odd character other than a simple minus sign. If the next attempt at a mailing goes smoothly then I&#8217;ll try writing up the instructions neatly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcherm</title>
		<link>http://mcherm.com/permalinks/1/how-to-email-blog-posts-from-outlook/comment-page-1#comment-180</link>
		<dc:creator>mcherm</dc:creator>
		<pubDate>Mon, 05 May 2008 12:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://mcherm.com/permalinks/1/how-to-email-blog-posts-from-outlook#comment-180</guid>
		<description>Apparently tabs in front of the values set in the css make a difference? At any rate, the second time I tried this it needed a lot of fiddling before it worked. Once I&#039;ve figured out what is actually making the difference, I&#039;ll write it up.</description>
		<content:encoded><![CDATA[<p>Apparently tabs in front of the values set in the css make a difference? At any rate, the second time I tried this it needed a lot of fiddling before it worked. Once I&#8217;ve figured out what is actually making the difference, I&#8217;ll write it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcherm</title>
		<link>http://mcherm.com/permalinks/1/how-to-email-blog-posts-from-outlook/comment-page-1#comment-173</link>
		<dc:creator>mcherm</dc:creator>
		<pubDate>Fri, 18 Apr 2008 13:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://mcherm.com/permalinks/1/how-to-email-blog-posts-from-outlook#comment-173</guid>
		<description>A few more details for publishing THIS website.

First, log out. Then view the article to be published (in Firefox). Use &quot;File &gt; Save page as&quot; to save the html and supporting files. Then edit the CSS file by adding the following at the bottom:

/* -------------------------------------------- ADDED FOR EMAIL ----------------------------------------- */    
#sidebar {
    display: none;
}
#header {
    display: none;
}
#navbar {
    display: none;
}
#footer {
    display: none;
}
.postinfo {
    display: none;
}
#content {
    width: 93%;
}</description>
		<content:encoded><![CDATA[<p>A few more details for publishing THIS website.</p>
<p>First, log out. Then view the article to be published (in Firefox). Use &#8220;File > Save page as&#8221; to save the html and supporting files. Then edit the CSS file by adding the following at the bottom:</p>
<p>/* &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; ADDED FOR EMAIL &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */<br />
#sidebar {<br />
    display: none;<br />
}<br />
#header {<br />
    display: none;<br />
}<br />
#navbar {<br />
    display: none;<br />
}<br />
#footer {<br />
    display: none;<br />
}<br />
.postinfo {<br />
    display: none;<br />
}<br />
#content {<br />
    width: 93%;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>


