<?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>WebComers - Blog &#187; design to html</title>
	<atom:link href="http://blog.webcomers.com/tag/design-to-html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.webcomers.com</link>
	<description>Design 2 HTML, E-Mail Template Implementation, WordPress, Joomla, Drupal Professional</description>
	<lastBuildDate>Thu, 29 Sep 2011 11:28:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=7500</generator>
		<item>
		<title>Custom Fonts using @font-face in HTML/CSS</title>
		<link>http://blog.webcomers.com/font-face-in-html</link>
		<comments>http://blog.webcomers.com/font-face-in-html#comments</comments>
		<pubDate>Sun, 07 Mar 2010 16:44:12 +0000</pubDate>
		<dc:creator>Farrukh</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web Usability]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[cross browser compatibility]]></category>
		<category><![CDATA[custom font family in HTML]]></category>
		<category><![CDATA[custom font-family]]></category>
		<category><![CDATA[custom fonts]]></category>
		<category><![CDATA[design to html]]></category>
		<category><![CDATA[design2html]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JS issues]]></category>
		<category><![CDATA[psd2html]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[xHTML]]></category>

		<guid isPermaLink="false">http://blog.webcomers.com/?p=28</guid>
		<description><![CDATA[<p>One of my latest project involved @font-face which means using a custom font for your web content. It was my first experience working with @font-face as i never heard about it before so i thought i will share my experience with my readers.</p>
<p>As you know we cannot use custom fonts in a website as it will not be properly displayed on a computer which doesnt have these fonts installed, thus it will be replaced by system default fonts, in windows if a font is missing it is normally replaced by Times New Roman, so to avoid this we defint font like font-family: Arial, Helvetica, sans-serif, Arial is default for Windows, Helvetica is default for Mac. About Sans-serif I never used Mac personally so i am not sure if it is available on Mac or not but it is surely installed by default in Wondows. So this is the normal approac we follow so that we know how our website text will show up in different platforms.</p]]></description>
		<wfw:commentRss>http://blog.webcomers.com/font-face-in-html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>960 Grid System</title>
		<link>http://blog.webcomers.com/960-grid-system</link>
		<comments>http://blog.webcomers.com/960-grid-system#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:21:25 +0000</pubDate>
		<dc:creator>Farrukh</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Web Usability]]></category>
		<category><![CDATA[960 Grid System]]></category>
		<category><![CDATA[cross browser compatibility]]></category>
		<category><![CDATA[design to html]]></category>
		<category><![CDATA[design2html]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[xHTML]]></category>

		<guid isPermaLink="false">http://blog.webcomers.com/?p=23</guid>
		<description><![CDATA[A few days back one of my client asked me to get in touch with 960 Grid System. At first when i did some initial research on this grid system my conclusion was &#8220;total waste of time&#8221; because for a normal size page you need almost 8-12 hours to convert a Photoshop layered document into ]]></description>
		<wfw:commentRss>http://blog.webcomers.com/960-grid-system/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to HTML E-Mail Template</title>
		<link>http://blog.webcomers.com/how-to-html-e-mail-template</link>
		<comments>http://blog.webcomers.com/how-to-html-e-mail-template#comments</comments>
		<pubDate>Sun, 20 Dec 2009 19:42:00 +0000</pubDate>
		<dc:creator>Farrukh</dc:creator>
				<category><![CDATA[Web Usability]]></category>
		<category><![CDATA[design to html]]></category>
		<category><![CDATA[design2html]]></category>
		<category><![CDATA[dont use DIV's for HTML Email]]></category>
		<category><![CDATA[HTML 4.01]]></category>
		<category><![CDATA[HTML Email]]></category>
		<category><![CDATA[HTML Email Templating]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Mass Mailing]]></category>
		<category><![CDATA[PSD 2 HTML Email]]></category>
		<category><![CDATA[psd2html]]></category>
		<category><![CDATA[Table based HTML]]></category>
		<category><![CDATA[Table Based HTML Email]]></category>
		<category><![CDATA[The basics of HTML Email]]></category>
		<category><![CDATA[xHTML]]></category>

		<guid isPermaLink="false">http://blog.webcomers.com/?p=17</guid>
		<description><![CDATA[I recently launched my newsletter subscription service on my website http://www.webcomers.com to spread my company news more efficiently. Doing so i also needed to first understand how the HTML E-Mail Template works. I am using MailChimp free services for my business; you might be interested in using one of their paid service. Things to forget ]]></description>
		<wfw:commentRss>http://blog.webcomers.com/how-to-html-e-mail-template/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTML layered Approach</title>
		<link>http://blog.webcomers.com/html-layered-approach</link>
		<comments>http://blog.webcomers.com/html-layered-approach#comments</comments>
		<pubDate>Fri, 06 Nov 2009 13:48:00 +0000</pubDate>
		<dc:creator>Farrukh</dc:creator>
				<category><![CDATA[Web Usability]]></category>
		<category><![CDATA[design to html]]></category>
		<category><![CDATA[how to layer html]]></category>
		<category><![CDATA[html having psd type layers]]></category>
		<category><![CDATA[html layered approach]]></category>
		<category><![CDATA[html layers]]></category>
		<category><![CDATA[html layers beauty]]></category>
		<category><![CDATA[layered approach to html]]></category>
		<category><![CDATA[learn html layers]]></category>
		<category><![CDATA[xhtml layers]]></category>

		<guid isPermaLink="false">http://blog.webcomers.com/?p=15</guid>
		<description><![CDATA[I believe you never heard HTML layered approach. Its not new, maybe a few designers are already implementing this in their HTML. This approach is not common in every Design 2 HTML/CSS project as mostly you need very simple kind of html like header, content and footer.The reason how this article &#8220;HTML layered approach&#8221; came ]]></description>
		<wfw:commentRss>http://blog.webcomers.com/html-layered-approach/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Farrukh Saeed Introduction</title>
		<link>http://blog.webcomers.com/farrukh-saeed-introduction</link>
		<comments>http://blog.webcomers.com/farrukh-saeed-introduction#comments</comments>
		<pubDate>Fri, 09 Oct 2009 23:02:00 +0000</pubDate>
		<dc:creator>Farrukh</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[design to html]]></category>
		<category><![CDATA[design2html]]></category>
		<category><![CDATA[psd2html]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blog.webcomers.com/?p=5</guid>
		<description><![CDATA[My name is Farrukh Saeed. I am 27 years old Web Designer, done my MS in Information Technology from Quaid-i-Azam University in 2007. After working for a US based organization for over 2 years i started my own Freelance Career planning on to extend my services to Web Designing as well as Web Development. Which ]]></description>
		<wfw:commentRss>http://blog.webcomers.com/farrukh-saeed-introduction/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

