<?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>Hamid Alipour on Web Development &#38; Programming - Coding Recipes &#187; HTML</title>
	<atom:link href="http://codingrecipes.com/category/html/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 20:08:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>CSS Tabs</title>
		<link>http://codingrecipes.com/css-tabs</link>
		<comments>http://codingrecipes.com/css-tabs#comments</comments>
		<pubDate>Thu, 04 Dec 2008 23:19:14 +0000</pubDate>
		<dc:creator>Codehead</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=548</guid>
		<description><![CDATA[I was looking for a nice and simple CSS tabs implementation and came across: http://htmldog.com/articles/tabs/ While this was a nice solution, it didn&#8217;t support padding the tabs and when you did it didn&#8217;t look right in all the browsers so I had to modify it to this: HTML side: &#60;div id=&#34;tab-nav&#34;&#62; &#60;ul&#62; &#60;li id=&#34;selected&#34;&#62;&#60;a href=&#34;#&#34;&#62;1st [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/css-tabs/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Acid Test and different web browsers</title>
		<link>http://codingrecipes.com/acid-test-and-web-browsers</link>
		<comments>http://codingrecipes.com/acid-test-and-web-browsers#comments</comments>
		<pubDate>Thu, 04 Sep 2008 19:59:34 +0000</pubDate>
		<dc:creator>Codehead</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=274</guid>
		<description><![CDATA[Acid test is a test to identify problems web browsers have when rendering web pages. There are 3 versions Acid Test 1, 2 and 3. Acid2 should look like this: But here is how Acid Test 2 works on my different browsers: Google Chrome: Firefox: Opera: Safari: Retarded Internet Explorer 7: !!! Now, none of [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/acid-test-and-web-browsers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixed font sizes on Firefox 3</title>
		<link>http://codingrecipes.com/fixed-font-sizes-on-firefox-3</link>
		<comments>http://codingrecipes.com/fixed-font-sizes-on-firefox-3#comments</comments>
		<pubDate>Tue, 26 Aug 2008 21:30:34 +0000</pubDate>
		<dc:creator>Codehead</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.code-head.com/?p=212</guid>
		<description><![CDATA[In Firefox 2, you couldn&#8217;t have a fixed font size, as soon as a user zoomed on your page, where ever you had a fixed font, it would get bigger and ugly. So I used to use images for menus in form of CSS sprites. But in Firefox 3, they fixed this issue. Now, I [...]]]></description>
		<wfw:commentRss>http://codingrecipes.com/fixed-font-sizes-on-firefox-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

