<?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: Olympic fever</title>
	<atom:link href="http://blogs.mathworks.com/community/2008/08/11/olympic-fever/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/community/2008/08/11/olympic-fever/</link>
	<description>News from the intersection of MATLAB, Community, and the web.</description>
	<lastBuildDate>Thu, 23 May 2013 19:19:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/community/2008/08/11/olympic-fever/#comment-5527</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 15 Aug 2008 13:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/08/11/olympic-fever/#comment-5527</guid>
		<description><![CDATA[Jiro just posted a nice example of a publishing + blog at the &lt;a href=&quot;http://blogs.mathworks.com/pick/2008/08/15/colors-for-your-multi-line-plots/&quot; rel=&quot;nofollow&quot;&gt;Pick of the Week&lt;/a&gt; blog.]]></description>
		<content:encoded><![CDATA[<p>Jiro just posted a nice example of a publishing + blog at the <a href="http://blogs.mathworks.com/pick/2008/08/15/colors-for-your-multi-line-plots/" rel="nofollow">Pick of the Week</a> blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/community/2008/08/11/olympic-fever/#comment-5526</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 15 Aug 2008 12:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/08/11/olympic-fever/#comment-5526</guid>
		<description><![CDATA[Ted,

 The problem with MHT (like so many interesting web solutions) is browser compatibility. As far as I understand it only IE supports them without a plugin. The other issue is worrying about RSS readers. 

For my solution, I have a modified form of &lt;tt&gt;publish&lt;/tt&gt; which basically inlines the styles after publishing so I can just copy and paste the generated html in my blog. You can see an example of that above. 

I&#039;ve also experimented with &lt;a href=&quot;http://ws.apache.org/xmlrpc/&quot; rel=&quot;nofollow&quot;&gt;apache&#039;s xml-rpc&lt;/a&gt; using MATLAB&#039;s Java interface to upload a published M-file directly to a WordPress blog. That might make an interesting blog post.

Thanks for taking me up on the challenge, I was impressed with your post!]]></description>
		<content:encoded><![CDATA[<p>Ted,</p>
<p> The problem with MHT (like so many interesting web solutions) is browser compatibility. As far as I understand it only IE supports them without a plugin. The other issue is worrying about RSS readers. </p>
<p>For my solution, I have a modified form of <tt>publish</tt> which basically inlines the styles after publishing so I can just copy and paste the generated html in my blog. You can see an example of that above. </p>
<p>I&#8217;ve also experimented with <a href="http://ws.apache.org/xmlrpc/" rel="nofollow">apache&#8217;s xml-rpc</a> using MATLAB&#8217;s Java interface to upload a published M-file directly to a WordPress blog. That might make an interesting blog post.</p>
<p>Thanks for taking me up on the challenge, I was impressed with your post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://blogs.mathworks.com/community/2008/08/11/olympic-fever/#comment-5520</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Thu, 14 Aug 2008 21:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/08/11/olympic-fever/#comment-5520</guid>
		<description><![CDATA[I&#039;m not sure what could be done better within MATLAB (glad to hear that?).  The two blogging sites I&#039;ve tried allow you to paste in HTML, but one changes the text (nix that one).  In both cases I have to manually upload images and massage the HTML.

What I&#039;ve done before is post a published MATLAB tutorial on my personal website.  I lose some interactivity that&#039;s nice with blogs, but I don&#039;t have to mess with the MATLAB report at all.

Microsoft has a single web page format (.MHT).  I wonder if this could be a possible workaround?  Publish in MHT, copy and paste into the HTML field on the blogs.  Do you think that has merit?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what could be done better within MATLAB (glad to hear that?).  The two blogging sites I&#8217;ve tried allow you to paste in HTML, but one changes the text (nix that one).  In both cases I have to manually upload images and massage the HTML.</p>
<p>What I&#8217;ve done before is post a published MATLAB tutorial on my personal website.  I lose some interactivity that&#8217;s nice with blogs, but I don&#8217;t have to mess with the MATLAB report at all.</p>
<p>Microsoft has a single web page format (.MHT).  I wonder if this could be a possible workaround?  Publish in MHT, copy and paste into the HTML field on the blogs.  Do you think that has merit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://blogs.mathworks.com/community/2008/08/11/olympic-fever/#comment-5519</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 14 Aug 2008 13:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/08/11/olympic-fever/#comment-5519</guid>
		<description><![CDATA[Fantastic! It&#039;s great to see people using MATLAB publishing for their own blogs. Let us know what the stumbling blocks were in your usage so that we can improve the workflow.

-Ken]]></description>
		<content:encoded><![CDATA[<p>Fantastic! It&#8217;s great to see people using MATLAB publishing for their own blogs. Let us know what the stumbling blocks were in your usage so that we can improve the workflow.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://blogs.mathworks.com/community/2008/08/11/olympic-fever/#comment-5518</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Thu, 14 Aug 2008 05:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/08/11/olympic-fever/#comment-5518</guid>
		<description><![CDATA[Mike, I&#039;ve been meaning to give published MATLAB scripts a try on blogs.  My very first attempt (http://protomat.wordpress.com/) was in response to your Olympic fever.  Even though I the blog portion for me wasn&#039;t very successful, thanks much for the idea!]]></description>
		<content:encoded><![CDATA[<p>Mike, I&#8217;ve been meaning to give published MATLAB scripts a try on blogs.  My very first attempt (<a href="http://protomat.wordpress.com/" rel="nofollow">http://protomat.wordpress.com/</a>) was in response to your Olympic fever.  Even though I the blog portion for me wasn&#8217;t very successful, thanks much for the idea!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
