<?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>Northern-Web-Coders &#187; Browser</title>
	<atom:link href="http://www.northern-web-coders.de/blog/archiv/category/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.northern-web-coders.de/blog</link>
	<description>weblog about internet, webdesign and more stuff</description>
	<lastBuildDate>Mon, 29 Aug 2011 19:11:59 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Design-Coding &#124; HTML5 &amp; CSS3</title>
		<link>http://www.northern-web-coders.de/blog/archiv/2010/11/02/design-coding-html5-css3/</link>
		<comments>http://www.northern-web-coders.de/blog/archiv/2010/11/02/design-coding-html5-css3/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 06:16:17 +0000</pubDate>
		<dc:creator>jaman</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://www.northern-web-coders.de/blog/?p=424</guid>
		<description><![CDATA[Nachdem ich mich nun schon l&#228;nger mit der Webzukunft HTML5 und CSS3 besch&#228;ftige, habe ich mich dazu entschlossen, meine Webseite Design-Coding von Xhtml 1.0 Strict und Css 2.1 auf HTML5 und CSS3 umzustellen. Das Thema HTML5 und CSS3 ist zwar noch in der Entwicklung, vieles funktioniert aber jetzt schon. z.B. in den aktuellen Browsern: Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem ich mich nun schon l&#228;nger mit der Webzukunft HTML5 und CSS3 besch&#228;ftige, habe ich mich dazu entschlossen, meine Webseite <a href="http://www.design-coding.de">Design-Coding</a> von Xhtml 1.0 Strict und Css 2.1 auf HTML5 und CSS3 umzustellen. </p>
<p>Das Thema HTML5 und CSS3 ist zwar noch in der Entwicklung, vieles funktioniert aber jetzt schon.</p>
<p><span id="more-424"></span></p>
<p>z.B. in den aktuellen Browsern:</p>
<ul>
<li>Firefox</li>
<li>Opera</li>
<li>Safari</li>
<li>Chrome</li>
<li>wahrscheinlich auch im IE9</li>
</ul>
<p>Den alten IE&#8217;s (6,7,8) habe ich die neuen HTML5 Tags per JS <code>document.createElement()</code> beigebracht.</p>
<p>Das Ganze sieht dann so aus:<br />
<code><br />
document.createElement("header");<br />
document.createElement("nav");<br />
document.createElement("section");<br />
document.createElement("aside");<br />
document.createElement("article");<br />
document.createElement("footer");<br />
</code></p>
<p>Eingebunden habe ich das kleine Script per <a href="http://de.wikipedia.org/wiki/Conditional_Comments">Conditional Comments</a></p>
<p><code><br />
&lt;!--[if lt IE 9]&gt;<br />
&lt;script type="text/javascript" src="http://www.design-coding.de/wp-content/themes/dc-html5-css3/js/html5-ie.js"&gt;&lt;/script&gt;<br />
&lt;![endif]--&gt;<br />
</code></p>
<p>Somit ist garantiert, dass das Script vom IE9, der ja HTML5 beherschen soll, nicht mehr gelesen wird.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.northern-web-coders.de/blog/archiv/2010/11/02/design-coding-html5-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple IE</title>
		<link>http://www.northern-web-coders.de/blog/archiv/2009/07/31/multiple-ie/</link>
		<comments>http://www.northern-web-coders.de/blog/archiv/2009/07/31/multiple-ie/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 11:23:09 +0000</pubDate>
		<dc:creator>jaman</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.northern-web-coders.de/blog/?p=359</guid>
		<description><![CDATA[vor Monaten habe ich auf meinem PC den IE7 auf IE8 upgedated. Zum Testen von Webseiten hatte ich noch den IE6 standalone laufen. Leider musste ich feststellen, da&#223; der IE6 standalone seit dem Update von IE7 auf IE8 nicht mehr funktioniert. Da bin ich nicht der einzige. Nach weiterem Suchen bin ich auf das Tool [...]]]></description>
			<content:encoded><![CDATA[<p>vor Monaten habe ich auf meinem PC den IE7 auf IE8 upgedated. Zum Testen von Webseiten hatte ich noch den <a href="http://browsers.evolt.org/?ie/win32/standalone">IE6 standalone</a> laufen. Leider musste ich feststellen, da&#223; der IE6 standalone seit dem Update von IE7 auf IE8 nicht mehr funktioniert.<br />
<a href="http://www.google.de/search?hl=de&#038;q=ie8+%2B+ie6+standalone&#038;btnG=Suche&#038;meta=lr%3Dlang_de">Da bin ich nicht der einzige.</a></p>
<p>Nach weiterem Suchen bin ich auf das Tool <a href="http://tredosoft.com/Multiple_IE">MultipleIEs</a> gestossen&#8230; damit kann man mehrere &#228;ltere IE Versionen<br />
neben dem IE8 installieren. IE6 reicht mir aber <img src='http://www.northern-web-coders.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.northern-web-coders.de/blog/archiv/2009/07/31/multiple-ie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox 2.0</title>
		<link>http://www.northern-web-coders.de/blog/archiv/2006/10/26/firefox-20/</link>
		<comments>http://www.northern-web-coders.de/blog/archiv/2006/10/26/firefox-20/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 09:45:27 +0000</pubDate>
		<dc:creator>jaman</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.northern-web-coders.de/blog/archiv/2006/10/26/firefox-20/</guid>
		<description><![CDATA[Es gibt nen neuen Fuchs&#8230; in Vers. 2.0]]></description>
			<content:encoded><![CDATA[<p>Es gibt nen neuen <a href="http://www.firefox-browser.de/">Fuchs&#8230; in Vers. 2.0</a> <img src='http://www.northern-web-coders.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.northern-web-coders.de/blog/archiv/2006/10/26/firefox-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox 1.5.0.5</title>
		<link>http://www.northern-web-coders.de/blog/archiv/2006/07/30/firefox-1505/</link>
		<comments>http://www.northern-web-coders.de/blog/archiv/2006/07/30/firefox-1505/#comments</comments>
		<pubDate>Sun, 30 Jul 2006 09:30:04 +0000</pubDate>
		<dc:creator>jaman</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.northern-web-coders.de/blog/archiv/2006/07/30/firefox-1505/</guid>
		<description><![CDATA[Firefox 1.5.0.5 ist drausen]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mozilla-europe.org/de/products/firefox/">Firefox 1.5.0.5</a> ist drausen <img src='http://www.northern-web-coders.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.northern-web-coders.de/blog/archiv/2006/07/30/firefox-1505/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox 1.5.0.2</title>
		<link>http://www.northern-web-coders.de/blog/archiv/2006/04/15/firefox-1502/</link>
		<comments>http://www.northern-web-coders.de/blog/archiv/2006/04/15/firefox-1502/#comments</comments>
		<pubDate>Sat, 15 Apr 2006 06:58:10 +0000</pubDate>
		<dc:creator>jaman</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.northern-web-coders.de/blog/archiv/2006/04/15/firefox-1502/</guid>
		<description><![CDATA[Nun ist Firefox 1.5.0.2 draussen. Die neue Version behebt 7 Sicherheitsl&#252;cken&#8230; weiterlesen bei Heise]]></description>
			<content:encoded><![CDATA[<p>Nun ist <a href="http://www.mozilla.com/firefox/releases/1.5.0.2.html">Firefox 1.5.0.2</a> draussen.<br />
Die neue Version behebt <a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox1.5.0.2">7 Sicherheitsl&#252;cken</a>&#8230;</p>
<p><a href="http://www.heise.de/newsticker/result.xhtml?url=/newsticker/meldung/72019&#038;words=Firefox">weiterlesen bei Heise</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.northern-web-coders.de/blog/archiv/2006/04/15/firefox-1502/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NWC und IE7</title>
		<link>http://www.northern-web-coders.de/blog/archiv/2006/02/10/nwc-und-ie7/</link>
		<comments>http://www.northern-web-coders.de/blog/archiv/2006/02/10/nwc-und-ie7/#comments</comments>
		<pubDate>Fri, 10 Feb 2006 09:04:44 +0000</pubDate>
		<dc:creator>jaman</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://www.northern-web-coders.de/blog/archiv/2006/02/10/nwc-und-ie7/</guid>
		<description><![CDATA[Nur mal so&#8230; Hier ein Screenshot meiner Seite im IE7. Dank daf&#252;r geht an Hagel-IT. Fullscreen]]></description>
			<content:encoded><![CDATA[<p>Nur mal so&#8230;<br />
Hier ein Screenshot meiner Seite im IE7.<br />
Dank daf&#252;r geht an <a href="http://www.hagel-it.de/">Hagel-IT</a>.</p>
<p><img id="image164" src="http://www.northern-web-coders.de/blog/wp-content/uploads/2006/02/nwc_klein_ie7.jpg" alt="nwc_klein_ie7.jpg" /></p>
<p><a href="http://www.northern-web-coders.de/blog/wp-content/uploads/2006/02/nwc_ie7.jpg">Fullscreen</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.northern-web-coders.de/blog/archiv/2006/02/10/nwc-und-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 1.5.0.1</title>
		<link>http://www.northern-web-coders.de/blog/archiv/2006/02/02/firefox-1501/</link>
		<comments>http://www.northern-web-coders.de/blog/archiv/2006/02/02/firefox-1501/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 09:19:40 +0000</pubDate>
		<dc:creator>jaman</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.northern-web-coders.de/blog/archiv/2006/02/02/firefox-1501/</guid>
		<description><![CDATA[Firefox 1.5.0.1 ist da&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mozilla-europe.org/de/products/firefox/">Firefox 1.5.0.1</a> ist da&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.northern-web-coders.de/blog/archiv/2006/02/02/firefox-1501/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 1.5</title>
		<link>http://www.northern-web-coders.de/blog/archiv/2005/11/30/firefox-15/</link>
		<comments>http://www.northern-web-coders.de/blog/archiv/2005/11/30/firefox-15/#comments</comments>
		<pubDate>Wed, 30 Nov 2005 09:40:36 +0000</pubDate>
		<dc:creator>jaman</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.northern-web-coders.de/blog/archiv/2005/11/30/firefox-15/</guid>
		<description><![CDATA[Firefox 1.5 ist da Nachtrag: Endlich funzt das Scrollrad mit overflow: auto]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mozilla-europe.org/de/">Firefox 1.5</a> ist da <img src='http://www.northern-web-coders.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>Nachtrag:</strong><br />
Endlich funzt das Scrollrad mit overflow: auto <img src='http://www.northern-web-coders.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.northern-web-coders.de/blog/archiv/2005/11/30/firefox-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 1.0.7</title>
		<link>http://www.northern-web-coders.de/blog/archiv/2005/09/22/firefox-107/</link>
		<comments>http://www.northern-web-coders.de/blog/archiv/2005/09/22/firefox-107/#comments</comments>
		<pubDate>Thu, 22 Sep 2005 18:41:52 +0000</pubDate>
		<dc:creator>jaman</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.northern-web-coders.de/blog/archiv/2005/09/22/138/</guid>
		<description><![CDATA[Wieder mal nen neuen Fuchs&#8230; 1.0.7]]></description>
			<content:encoded><![CDATA[<p>Wieder mal nen neuen <a href="http://www.mozilla-europe.org/de/products/firefox/">Fuchs</a>&#8230; 1.0.7 <img src='http://www.northern-web-coders.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.northern-web-coders.de/blog/archiv/2005/09/22/firefox-107/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera nun kostenlos</title>
		<link>http://www.northern-web-coders.de/blog/archiv/2005/09/20/opera-nun-kostenlos/</link>
		<comments>http://www.northern-web-coders.de/blog/archiv/2005/09/20/opera-nun-kostenlos/#comments</comments>
		<pubDate>Tue, 20 Sep 2005 09:43:44 +0000</pubDate>
		<dc:creator>jaman</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://www.northern-web-coders.de/blog/archiv/2005/09/20/opera-nun-kostenlos/</guid>
		<description><![CDATA[Die norwegische Softwarefirma Opera bietet ihren gleichnamigen Web-Browser nun kostenlos und ohne Werbebanner an. Die Vollversion steht nun auch in deutscher Sprache auf der Opera-Website zum Download&#8230; weiterlesen bei Heise.de]]></description>
			<content:encoded><![CDATA[<p>Die norwegische Softwarefirma Opera bietet ihren gleichnamigen Web-Browser nun kostenlos und ohne Werbebanner an. Die Vollversion steht nun auch in deutscher Sprache auf der Opera-Website zum Download&#8230;</p>
<p><a href="http://www.heise.de/newsticker/meldung/64079">weiterlesen bei Heise.de</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.northern-web-coders.de/blog/archiv/2005/09/20/opera-nun-kostenlos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

