<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog.dev001.net &#187; HTML</title>
	<atom:link href="http://blog.dev001.net/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dev001.net</link>
	<description>Just another Web Developer's weblog</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:18:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Creating images for HTML emails with GIMP</title>
		<link>http://blog.dev001.net/2010/01/creating-images-for-html-emails-with-gimp/</link>
		<comments>http://blog.dev001.net/2010/01/creating-images-for-html-emails-with-gimp/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 02:54:53 +0000</pubDate>
		<dc:creator>rfc2822</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://blog.dev001.net/?p=231</guid>
		<description><![CDATA[If you&#8217;re designing HTML emails (for instance, newsletters or other mails that are not created with a Mail User Agent), you will know that you have to use HTML 3.2 because of Outlook 2007 and its strange Word 2007 rendering. (By the way, I&#8217;d even extend Microsoft&#8217;s argument that Word is better for security reasons [...]]]></description>
		<wfw:commentRss>http://blog.dev001.net/2010/01/creating-images-for-html-emails-with-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails: Using HTML typography automatically</title>
		<link>http://blog.dev001.net/2009/04/rails-using-html-typography-automatically/</link>
		<comments>http://blog.dev001.net/2009/04/rails-using-html-typography-automatically/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:20:28 +0000</pubDate>
		<dc:creator>rfc2822</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://blog.dev001.net/?p=182</guid>
		<description><![CDATA[There&#8217;s a way you can use special characters for HTML typography in Rails without much work: Just let your views about raw text and then overwrite the html_escape (h) method: module ApplicationHelper &#8230; &#160; def h&#40;s&#41; &#160; &#160; super&#40;s&#41;. \ &#160; &#160; &#160; gsub&#40;&#8216;(c)&#8217; &#160;, &#8216;&#38;copy&#8217;&#41;. \ &#160; &#160; &#160; gsub&#40;&#8216;(r)&#8217; &#160;, &#8216;&#38;reg;&#8217;&#41;. \ &#160; [...]]]></description>
		<wfw:commentRss>http://blog.dev001.net/2009/04/rails-using-html-typography-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
