<?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>techno.blog(&#34;Dion&#34;) &#187; ie</title>
	<atom:link href="http://almaer.com/blog/tag/ie/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Tue, 28 Aug 2012 14:41:55 +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>IE 8 and Google Gears</title>
		<link>http://almaer.com/blog/ie-8-and-google-gears</link>
		<comments>http://almaer.com/blog/ie-8-and-google-gears#comments</comments>
		<pubDate>Wed, 05 Mar 2008 16:22:00 +0000</pubDate>
		<dc:creator>dion</dc:creator>
				<category><![CDATA[Gears]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie8]]></category>

		<guid isPermaLink="false">http://almaer.com/blog/ie-8-and-google-gears</guid>
		<description><![CDATA[The IE 8 updates are out, and there are some great features that relate to Gears. Also, a lot of the features are standards based so we will see the functionality in other browsers too.
Six connections per host
Yay! The 2 connection limit has been so painful for rich Ajax development, especially when you get into [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/DevelopersNew.htm">IE 8 updates are out</a>, and there are some great features that relate to Gears. Also, a lot of the features are standards based so we will see the functionality in other browsers too.</p>
<p><b>Six connections per host</b></p>
<p>Yay! The 2 connection limit has been so painful for rich Ajax development, especially when you get into advanced work like Comet. This small change is going to be huge.</p>
<p><b>Connectivity Events</b></p>
<blockquote><p>
Connectivity events allow websites to check when the user is connected to the network and receive notification of connectivity changes.
</p></blockquote>
<p>This is fantastic. A lot of developers want this functionality, and we have held off implementing it in Gears as it is actually quite tricky to do correctly. Having a version of this in the browser will be great, and Gears applications can leverage it.</p>
<p><b>DOM Storage</b></p>
<p>The simple storage for offline applications. I could see someone writing an app that uses DOM storage for simple cases, and Gears for the more advanced (SQL vs. name/value pairs).</p>
<p><b>Cross Domain</b></p>
<p>Cross domain is actually going to happen in 2008, which is very exciting indeed. By jumping in we can iron out the issues and end up with a real mashup world that is more than read only tools. I am assuming that this is also using standards such as postMessage.</p>
<blockquote>
<p>Cross-domain communication is an integral part of AJAX development<br />
			and mashup Web applications. Internet Explorer 8 includes two<br />
			features to help you build cross-domain communications that are safe<br />
			and easy to implement:</p>
<ul>
<li>With <strong>Cross-domain Request (XDR)</strong>, developers can<br />
			create cross-site data aggregation scenarios. Similar to the<br />
			XMLHttpRequest object but with a simpler programming model, this<br />
			request, called XDomainRequest, is the easiest way to make anonymous<br />
			requests to third-party sites that support XDR and opt in to making<br />
			their data available across domains. Three lines of code will have<br />
			you making basic cross-site requests. This will ensure data<br />
			aggregation for public sites (such as blogs) will be simple, secure<br />
			and fast.</li>
<li><strong>Cross-document Messaging (XDM)</strong> APIs allow<br />
			communication between documents from different domains through<br />
			IFrames in a way that is easy, secure and standardized.</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://almaer.com/blog/ie-8-and-google-gears/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>IE7 bug that causes blank pages</title>
		<link>http://almaer.com/blog/ie7-bug-that-causes-blank-pages</link>
		<comments>http://almaer.com/blog/ie7-bug-that-causes-blank-pages#comments</comments>
		<pubDate>Fri, 01 Feb 2008 18:59:50 +0000</pubDate>
		<dc:creator>dion</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Browsing]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie7]]></category>

		<guid isPermaLink="false">http://almaer.com/blog/ie7-bug-that-causes-blank-pages</guid>
		<description><![CDATA[
I was at my in-laws house and my blog wouldn&#8217;t show up in IE 7 on their computer. Hmm. It would just sit there and spin, and all you would see is a blank page.
After some digging, this isn&#8217;t a rare thing:

Symptoms
When you open a Web page in Windows Internet Explorer 7, the page is [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://almaer.com/blog/uploads/ie7.jpg' alt='IE 7' border='0' /></p>
<p>I was at my in-laws house and my blog wouldn&#8217;t show up in IE 7 on their computer. Hmm. It would just sit there and spin, and all you would see is a blank page.</p>
<p>After some digging, <a href="http://support.microsoft.com/default.aspx/kb/933006">this isn&#8217;t a rare thing</a>:</p>
<blockquote><p>
<b>Symptoms</b></p>
<p>When you open a Web page in Windows Internet Explorer 7, the page is blank. However, if you refresh the Web page, its contents may appear.</p>
<p><b>Cause</b></p>
<p>This problem may occur when either of the following conditions is true:</p>
<ul>
<li>The Web page uses the &lt;SCRIPT&gt; tag.</li>
<li>The Web page uses multibyte character set (MBCS) characters. For example, the Web page contains Japanese characters.</li>
</ul>
</blockquote>
<p>To fix the bugger I actually <a href="http://www.microsoft.com/downloads/d...B-95A22B832CAA">reinstalled Windows Script Host</a>, rebooted, and all worked.</p>
<p>However, how many people are going to work that out / bother. Ouch.</p>
]]></content:encoded>
			<wfw:commentRss>http://almaer.com/blog/ie7-bug-that-causes-blank-pages/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
