<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
<channel>
<title>CodeStore.net comments on "Using MIME-Based HTML Tables in Notes Client"</title>
<description>Replies to blog "Using MIME-Based HTML Tables in Notes Client" on codestore.net.</description>
<link>http://www.codestore.net/</link>
<lastBuildDate>Tue, 01 May 2012 08:34:38 -0500</lastBuildDate>
<atom:link href="http://www.codestore.net/store.nsf/blog.xml?Open=20120320-0453" rel="self" type="application/rss+xml" />

<item>
	<title>Reply from Bill Hanson</title>
	<pubDate>Tue, 01 May 2012 08:34:38 -0500</pubDate>
	<author>Bill Hanson</author>
	<description><![CDATA[ 
		<p>The process is the same for XPages, but it's overkill to use MIME when the browser already supports HTML.  Also, repeat controls are normally more efficient (performance & memory) than generating, encoding, and displaying a long HTML string.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=BB78AFA849D1C527862579F1004A94C6"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20120320-0453?OpenDocument#DOC_BB78AFA8</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Wed, 21 Mar 2012 11:19:24 -0500</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>That's right. For offline viewing you attach the image to the MIME field in base64 encoding and then you can refer to it directly from within your HTML by using an ID you assigned to the file while adding.</p>
		<p>It's not too hard to do. The hard part is getting it to work on all email clients. Last time I tried that I gave up in frustration at what appeared to be a bug in the way Notes handled multipart MIMEs.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=0F844F2E03E8913B862579C80059AA75"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20120320-0453?OpenDocument&amp;r=0F844F2E03E8913B862579C80059AA75#DOC_0F844F2E</link>
</item><item>
	<title>Reply from Mike</title>
	<pubDate>Wed, 21 Mar 2012 11:07:23 -0500</pubDate>
	<author>Mike</author>
	<description><![CDATA[ 
		<p>No .. due to time constraints I went in another direction.  Inline images are no problem, but it was my impression that the image file(s) needed to be attached to the message if the user was viewing it while not connected?  If not then I'll have to take another look at that.  </p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=65BE2E2E428C4450862579C8005890DA"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20120320-0453?OpenDocument&amp;r=65BE2E2E428C4450862579C8005890DA#DOC_65BE2E2E</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Wed, 21 Mar 2012 04:06:24 -0500</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Did you overcome the snag Mike? It's easy enough to include inline images in MIME emails.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=1CBF3B043FF3295B862579C8003205DE"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20120320-0453?OpenDocument#DOC_1CBF3B04</link>
</item><item>
	<title>Reply from Palmi</title>
	<pubDate>Wed, 21 Mar 2012 01:08:12 -0500</pubDate>
	<author>Palmi</author>
	<description><![CDATA[ 
		<p>Xpages developers :  How easy is this  in Xpages ? I can imagine its pretty easy. </p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=BCA5DC0AACFEA7FC862579C80021B54F"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20120320-0453?OpenDocument#DOC_BCA5DC0A</link>
</item><item>
	<title>Reply from Mike</title>
	<pubDate>Tue, 20 Mar 2012 13:41:38 -0500</pubDate>
	<author>Mike</author>
	<description><![CDATA[ 
		<p>Good stuff ... I embarked on something similar recently but ran into a snag when needing to display icons in some columns.  Since the table was being included in an email, the gifs needed to be attached to the message in the event the message was viewed offline.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=A27DDED93EB1B9EC862579C70066AF5A"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20120320-0453?OpenDocument#DOC_A27DDED9</link>
</item><item>
	<title>Reply from Jerry Carter</title>
	<pubDate>Tue, 20 Mar 2012 06:54:16 -0500</pubDate>
	<author>Jerry Carter</author>
	<description><![CDATA[ 
		<p>Nice work, Jake.  </p>
		<p>It's not a circular path, it's demonstration of mastery.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=BD36B94CFCE672F5862579C70041643D"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20120320-0453?OpenDocument#DOC_BD36B94C</link>
</item>

</channel>
</rss> 
