<?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; ie8</title>
	<atom:link href="http://almaer.com/blog/tag/ie8/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Fri, 25 May 2012 16:56:04 +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>Death of www1, www2, thanks to connection limit raising?</title>
		<link>http://almaer.com/blog/death-of-www1-www2-thanks-to-connection-limit-raising</link>
		<comments>http://almaer.com/blog/death-of-www1-www2-thanks-to-connection-limit-raising#comments</comments>
		<pubDate>Wed, 05 Mar 2008 17:44:30 +0000</pubDate>
		<dc:creator>dion</dc:creator>
				<category><![CDATA[Comic]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Browsing]]></category>
		<category><![CDATA[ie8]]></category>

		<guid isPermaLink="false">http://almaer.com/blog/death-of-www1-www2-thanks-to-connection-limit-raising</guid>
		<description><![CDATA[
It is fantastic to see IE8 up the ante on concurrent connections from 2 to 6. I would love to know how they made the call for 6. It sounds reasonable. You don&#8217;t want too many else you could end up sucking down so much content at once it could freak out the browser (e.g. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://almaer.com/blog/category/comic"><img src='http://almaer.com/blog/uploads/connectionlimit.png' alt='Browser Connection Limit' border='0'/></a></p>
<p>It is fantastic to see IE8 up the ante on <a href="http://ajaxian.com/archives/ie-8-better-ajax-css-dom-and-new-features">concurrent connections from 2 to 6</a>. I would love to know how they made the call for 6. It sounds reasonable. You don&#8217;t want too many else you could end up sucking down so much content at once it could freak out the browser (e.g. imagine a bunch of video on a high speed line).</p>
<p>This should mean, for some situations, that you may not need to deal with www1, www2 type hacks to split up your domains. Of course, sometimes you will still run into the limit and it will be required.</p>
<p>I do wish that Twitter would up their ante too. Maybe not by changing the 140 char limit itself, but maybe by supporting #hashtags so they don&#8217;t &#8220;take up the room&#8221; and instead get moved down below to the metadata layer etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://almaer.com/blog/death-of-www1-www2-thanks-to-connection-limit-raising/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

