<?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 for Boston Web Design Blog</title>
	<atom:link href="http://www.bostonid.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bostonid.com/blog</link>
	<description>...our thoughts on web design, web development, identity branding, coffee, and other unassociated topics.</description>
	<lastBuildDate>Sat, 26 Oct 2013 19:51:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.39</generator>
	<item>
		<title>Comment on Creating HTML Emails by Glenn Hodgkinson</title>
		<link>http://www.bostonid.com/blog/creating-html-emails/#comment-450</link>
		<dc:creator><![CDATA[Glenn Hodgkinson]]></dc:creator>
		<pubDate>Sat, 26 Oct 2013 19:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://bostonid.com/blog/?p=1#comment-450</guid>
		<description><![CDATA[Hi Matt,

I agree with you about it being an option purely for the base and that you should test, test, test. Great points but the gist of this articles is that it is really because Fireworks DOES make tables and colspans that I think it is a viable tool for custom HTML email designs. I would never use Fireworks, or tables and colspans for that matter, in website design but for HTML emails tables render as expected. Trying to write web standards compliant code for HTML emails and have them render correctly in all the different email clients is a nightmare. 

Although this article is over 18 months old now I still recommend writing code like we did 15 years ago in order to get consistent results in email clients. Just don&#039;t do it for the web :)]]></description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>I agree with you about it being an option purely for the base and that you should test, test, test. Great points but the gist of this articles is that it is really because Fireworks DOES make tables and colspans that I think it is a viable tool for custom HTML email designs. I would never use Fireworks, or tables and colspans for that matter, in website design but for HTML emails tables render as expected. Trying to write web standards compliant code for HTML emails and have them render correctly in all the different email clients is a nightmare. </p>
<p>Although this article is over 18 months old now I still recommend writing code like we did 15 years ago in order to get consistent results in email clients. Just don&#8217;t do it for the web <img src="http://www.bostonid.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating HTML Emails by Matt</title>
		<link>http://www.bostonid.com/blog/creating-html-emails/#comment-442</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Tue, 20 Aug 2013 10:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://bostonid.com/blog/?p=1#comment-442</guid>
		<description><![CDATA[I use Fireworks and you need to be careful!
Although the initial process is good and you can quickly code up templates and get a good standard HTML base. Fireworks will add tables and give them colspans which will not render correctly across all browsers.

But having said that I do still use it to quickly set table sizes and get a good HTML base, I then go in and add remove styles as needed. 

I say go for it but don&#039;t rely on Fireworks solving all your issues and be sure to test, test and then test some more!]]></description>
		<content:encoded><![CDATA[<p>I use Fireworks and you need to be careful!<br />
Although the initial process is good and you can quickly code up templates and get a good standard HTML base. Fireworks will add tables and give them colspans which will not render correctly across all browsers.</p>
<p>But having said that I do still use it to quickly set table sizes and get a good HTML base, I then go in and add remove styles as needed. </p>
<p>I say go for it but don&#8217;t rely on Fireworks solving all your issues and be sure to test, test and then test some more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Creative Cloud and its impact on Web Designers by ZealousWeb @ Web Design Firm</title>
		<link>http://www.bostonid.com/blog/adobe-creative-cloud-and-its-impact-on-web-designers/#comment-380</link>
		<dc:creator><![CDATA[ZealousWeb @ Web Design Firm]]></dc:creator>
		<pubDate>Mon, 27 May 2013 09:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://bostonid.com/blog/?p=210#comment-380</guid>
		<description><![CDATA[Hi,

I truly admired your ideas creative cloud  and its impact. Thanks for sharing informative blog.Good Going.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I truly admired your ideas creative cloud  and its impact. Thanks for sharing informative blog.Good Going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to center a web page with CSS by admin</title>
		<link>http://www.bostonid.com/blog/how-to-center-a-web-page-with-css/#comment-370</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 03 May 2013 03:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://bostonid.com/blog/?p=13#comment-370</guid>
		<description><![CDATA[If you simply want to center-align content within that div you can just use text-align:center.]]></description>
		<content:encoded><![CDATA[<p>If you simply want to center-align content within that div you can just use text-align:center.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to center a web page with CSS by Daniel</title>
		<link>http://www.bostonid.com/blog/how-to-center-a-web-page-with-css/#comment-361</link>
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Thu, 28 Feb 2013 18:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://bostonid.com/blog/?p=13#comment-361</guid>
		<description><![CDATA[Thanks for a simple explanation.  How would you then center stuff inside that div?]]></description>
		<content:encoded><![CDATA[<p>Thanks for a simple explanation.  How would you then center stuff inside that div?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best Practices for HTML Email Design by admin</title>
		<link>http://www.bostonid.com/blog/best-practices-for-html-email/#comment-181</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 13 Jan 2013 22:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://bostonid.com/blog/?p=25#comment-181</guid>
		<description><![CDATA[Hi Sean,

You certainly can optimize for mobile devices, although strangely not many people are as yet. 

You can use a media query inside an embedded style sheet (just remember to use the !important value to overwrite the inline styles). 

I will try to find some articles and post the links or write a follow up article that provides more information. 

- Glenn]]></description>
		<content:encoded><![CDATA[<p>Hi Sean,</p>
<p>You certainly can optimize for mobile devices, although strangely not many people are as yet. </p>
<p>You can use a media query inside an embedded style sheet (just remember to use the !important value to overwrite the inline styles). </p>
<p>I will try to find some articles and post the links or write a follow up article that provides more information. </p>
<p>&#8211; Glenn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best Practices for HTML Email Design by Sean Kehoe</title>
		<link>http://www.bostonid.com/blog/best-practices-for-html-email/#comment-160</link>
		<dc:creator><![CDATA[Sean Kehoe]]></dc:creator>
		<pubDate>Fri, 11 Jan 2013 12:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://bostonid.com/blog/?p=25#comment-160</guid>
		<description><![CDATA[Hi Glenn, 
I came accross your blog regarding the best practices for html email design. Im curious to learn more about optimising emails to be viewed on mobile devices. Can you give me some guidelines regarding this or if possible, can you send on some website links that would relate to this topic. 

thanking you in advance]]></description>
		<content:encoded><![CDATA[<p>Hi Glenn,<br />
I came accross your blog regarding the best practices for html email design. Im curious to learn more about optimising emails to be viewed on mobile devices. Can you give me some guidelines regarding this or if possible, can you send on some website links that would relate to this topic. </p>
<p>thanking you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to center a web page with CSS by filmy-love.org</title>
		<link>http://www.bostonid.com/blog/how-to-center-a-web-page-with-css/#comment-37</link>
		<dc:creator><![CDATA[filmy-love.org]]></dc:creator>
		<pubDate>Sun, 23 Dec 2012 00:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://bostonid.com/blog/?p=13#comment-37</guid>
		<description><![CDATA[Pretty great post. I just stumbled upon your blog and wanted to 
mention that I have really loved surfing around your blog posts.
In any case I will be subscribing on your rss feed and I&#039;m hoping you write again very soon!]]></description>
		<content:encoded><![CDATA[<p>Pretty great post. I just stumbled upon your blog and wanted to<br />
mention that I have really loved surfing around your blog posts.<br />
In any case I will be subscribing on your rss feed and I&#8217;m hoping you write again very soon!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
