<?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>The web stuff journal &#187; HTML</title>
	<atom:link href="http:///blog/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>/blog</link>
	<description></description>
	<lastBuildDate>Sat, 15 Aug 2009 19:20:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Force IE8 to compatability mode IE7</title>
		<link>/blog/force-ie8-to-compatability-mode-ie7/2009/08/15/</link>
		<comments>/blog/force-ie8-to-compatability-mode-ie7/2009/08/15/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 16:26:19 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">/blog/force-ie8-to-compatability-mode-ie7/2009/08/15/</guid>
		<description><![CDATA[If you found this post then Microsoft Internet Explorer 8 has probably broken your website. All that nice CSS work has been ruined.
A solution is to force IE8 to run in compatability mode of IE7.
&#60;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=7&#8243; /&#62;
]]></description>
			<content:encoded><![CDATA[<p>If you found this post then Microsoft Internet Explorer 8 has probably broken your website. All that nice CSS work has been ruined.</p>
<p>A solution is to force IE8 to run in compatability mode of IE7.</p>
<p>&lt;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=7&#8243; /&gt;</p>
]]></content:encoded>
			<wfw:commentRss>/blog/force-ie8-to-compatability-mode-ie7/2009/08/15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Starter Template</title>
		<link>/blog/semantic-html-starting-template/2008/09/20/</link>
		<comments>/blog/semantic-html-starting-template/2008/09/20/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 14:14:57 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">/blog/?p=12</guid>
		<description><![CDATA[After becoming a freelance web designer I found that I was repeating tasks over and over. Here is the semantically correct, HTML Strict Valid template which I use each time I start web development on a new site. Feel free to use it as you wish&#8230;
Got comments on my structures, things to add or remove?
&#60;!DOCTYPE [...]]]></description>
			<content:encoded><![CDATA[<p>After becoming a freelance web designer I found that I was repeating tasks over and over. Here is the semantically correct, HTML Strict Valid template which I use each time I start web development on a new site. Feel free to use it as you wish&#8230;</p>
<p>Got comments on my structures, things to add or remove?</p>
<pre>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;
&lt;title&gt;&lt;/title&gt;
&lt;meta name="description" content=""&gt;
&lt;meta name="keywords" content=""&gt;
&lt;meta name="Author" content="Freelance graphic design in Bracknell Berkshire UK - www.faithinme.com"&gt;

&lt;link rel="stylesheet" type="text/css" media="screen" href="/css/screen.css"&gt;
&lt;!--[if lt IE 7]&gt;
&lt;style type="text/css"&gt;@import url("/css/screen_ie.css");&lt;/style&gt;
&lt;style type="text/css"&gt;@import url("/css/screen_ieold.css");&lt;/style&gt;
&lt;![endif]--&gt;
&lt;!--[if gte IE 7]&gt;
&lt;style type="text/css"&gt;@import url("/css/screen_ie.css");&lt;/style&gt;
&lt;![endif]--&gt;

&lt;link rel="shortcut icon" href="/favicon.ico"&gt;

&lt;/head&gt;
&lt;body&gt;

&lt;ul class="access"&gt;
&lt;li&gt;&lt;a href="#nav"&gt;Skip to Navigation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#content"&gt;Skip to Content&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;div id="container"&gt;

&lt;div id="header"&gt;
&lt;h1&gt;&lt;a href="/"&gt;Title&lt;/a&gt;&lt;/h1&gt;
&lt;span id="tagline"&gt;TagLine&lt;/span&gt;
&lt;/div&gt;&lt;!--// End Header --&gt;

&lt;/div&gt;&lt;!--// End Container --&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>/blog/semantic-html-starting-template/2008/09/20/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

