<?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>jba blog &#187; browsers</title>
	<atom:link href="http://jbablog.com/tag/browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://jbablog.com</link>
	<description>the personal blog of John BouAntoun</description>
	<lastBuildDate>Fri, 18 Nov 2011 01:18:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Testing multiple versions of IE on one Windows 7 machine</title>
		<link>http://jbablog.com/2011/02/testing-multiple-versions-of-ie-on-one-windows-7-machine/</link>
		<comments>http://jbablog.com/2011/02/testing-multiple-versions-of-ie-on-one-windows-7-machine/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 23:33:13 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=518</guid>
		<description><![CDATA[Great informative article on testing many versions of internet explorer on one machine, courtesy of IEBlog, full of useful links too. It takes advantage of the Win7 XP mode virtualisation to run multiple internet explorer versions in XP VM&#8217;s. Apparently in the latest version it doesn;t even need to run on a CPU that is [...]]]></description>
			<content:encoded><![CDATA[<p>Great informative article on <a href="http://blogs.msdn.com/b/ie/archive/2011/02/04/testing-multiple-versions-of-ie-on-one-pc.aspx">testing many versions of internet explorer on one machine, courtesy of IEBlog</a>, full of useful links too.</p>
<p>It takes advantage of the Win7 XP mode virtualisation to run multiple internet explorer versions in XP VM&#8217;s. Apparently in the latest version it doesn;t even need to run on a CPU that is virutalisation enabled (i.e. works in software virtualisation).</p>
<p><a href="http://jbablog.com/wp/wp-content/uploads/2011/02/IE6789OneScreen.png"><img class="alignleft size-full wp-image-519" title="IE6789OneScreen" src="http://jbablog.com/wp/wp-content/uploads/2011/02/IE6789OneScreen.png" alt="" width="630" height="394" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2011/02/testing-multiple-versions-of-ie-on-one-windows-7-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transitioning from XHTML to HTML5 the easy way</title>
		<link>http://jbablog.com/2009/08/transitioning-from-xhtml-to-html5-the-easy-way/</link>
		<comments>http://jbablog.com/2009/08/transitioning-from-xhtml-to-html5-the-easy-way/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 22:28:32 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=318</guid>
		<description><![CDATA[Cool, some what slow-going comic about all the different xhtml/html versions floating around and how to go from xhtml to html 5. So long as you&#8217;re not using any of the new features of html 5 (since it&#8217;s not yet a standard) the easiest way to go from xhtml to html 5 is replacing the [...]]]></description>
			<content:encoded><![CDATA[<p>Cool, some what slow-going <a href="http://www.smashingmagazine.com/2009/07/29/misunderstanding-markup-xhtml-2-comic-strip/">comic</a> about all the different xhtml/html versions floating around and how to go from xhtml to html 5.</p>
<p>So long as you&#8217;re not using any of the new features of html 5 (since it&#8217;s not yet a standard) the easiest way to go from xhtml to html 5 is replacing the doctype. So you would be going from this:</p>
<pre>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml" &gt;</pre>
<p>to this:</p>
<pre>&lt;!DOCTYPE html&gt;
&lt;html&gt;</pre>
<p>Originally found on <a href="http://www.mojoportal.com/issues-and-strategies-for-moving-to-html-5.aspx">mojoportal blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2009/08/transitioning-from-xhtml-to-html5-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useable google reader on a sub 1024&#215;768 screen</title>
		<link>http://jbablog.com/2008/08/useable-google-reader-on-a-sub-1024x768-screen/</link>
		<comments>http://jbablog.com/2008/08/useable-google-reader-on-a-sub-1024x768-screen/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 01:09:30 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=63</guid>
		<description><![CDATA[I&#8217;ve slowly moved all my RSS feeds into google reader and have been using it quite extensively lately. I&#8217;ve even gotten to enjoy the custom UI they built for reader on the iPhone. Anyhow was catching up on my news the other day on my crappy M700 and found myself thinking, &#8220;I wish I could [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve slowly moved all my RSS feeds into <a href="http://www.google.com/reader/">google reader</a> and have been using it quite extensively lately. I&#8217;ve even gotten to enjoy the custom UI they built for reader on the iPhone.</p>
<p>Anyhow was catching up on my news the other day on my crappy M700 and found myself thinking, &#8220;I wish I could just have a reader UI with a subscription tree and viewing pain&#8221;. 2 minutes of googling later and I gound this on <a href="http://userstyles.org/styles/4519">userstyles.org</a>.</p>
<p>It uses the <a href="http://userstyles.org/stylish/">stylish add-on</a> for Firefox as well, and was exactly what I wanted. Love these geeky lazy-web satisfied moments.</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2008/08/useable-google-reader-on-a-sub-1024x768-screen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Webkit GTK (and QT) get plugin support</title>
		<link>http://jbablog.com/2008/05/webkit-gtk-and-qt-get-plugin-support/</link>
		<comments>http://jbablog.com/2008/05/webkit-gtk-and-qt-get-plugin-support/#comments</comments>
		<pubDate>Thu, 01 May 2008 22:56:48 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=32</guid>
		<description><![CDATA[Another gem from planet gnome. WebKit GTK and QT are finally getting pluggin support (follow the link for screenshot bling). WebKit is fast becoming the little browser engine that could. I&#8217;m looking forward to seeing the GTK and QT pushes bring on an age that gets us native Win32 WebKit. I can think of tonnes [...]]]></description>
			<content:encoded><![CDATA[<p>Another <a href="http://www.barisione.org/blog.html/p=128">gem</a> from <a href="http://planet.gnome.org">planet gnome</a>. <a href="http://webkit.org/">WebKit</a> GTK and QT are finally getting pluggin support (follow the link for screenshot bling). <a href="http://webkit.org/">WebKit</a> is fast becoming the little browser engine that could. I&#8217;m looking forward to seeing the GTK and QT pushes bring on an age that gets us native Win32 WebKit. I can think of tonnes of projects where I needed a light weight, easy to embed browser engine and instead resort to IE shell hacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2008/05/webkit-gtk-and-qt-get-plugin-support/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Silverlight 1.0 and Firefox 3, anyone?</title>
		<link>http://jbablog.com/2008/04/silverlight-10-and-firefox-3-anyone/</link>
		<comments>http://jbablog.com/2008/04/silverlight-10-and-firefox-3-anyone/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 03:41:45 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://jbablog.com/?p=22</guid>
		<description><![CDATA[Dear Lazy web, Anyone out there actually know how to get Silverlight 1.0 to work with the Firefox 3.0 betas? I&#8217;m just starting the search for information and will update this post if I find the solution.]]></description>
			<content:encoded><![CDATA[<p>Dear Lazy web,</p>
<p>Anyone out there actually know how to get Silverlight 1.0 to work with the Firefox 3.0 betas? I&#8217;m just starting the search for information and will update this post if I find the solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2008/04/silverlight-10-and-firefox-3-anyone/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

