<?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>impl.emented</title>
	<atom:link href="http://impl.emented.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://impl.emented.com</link>
	<description>— tracking the Web</description>
	<lastBuildDate>Fri, 02 Apr 2010 09:12:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Exciting Elements of HTML 5</title>
		<link>http://impl.emented.com/2009/01/26/exciting-elements-of-html-5/</link>
		<comments>http://impl.emented.com/2009/01/26/exciting-elements-of-html-5/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 17:20:31 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=64</guid>
		<description><![CDATA[Exciting elements of HTML 5. The HTML 5 specification is a work in progress, it might not reach final W3C recommendation status until 2022.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float:right" src="http://impl.emented.com/wp-content/images/0901/html5-logo.png" alt="Html 5" width="151" height="195" />The <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">HTML 5 specification</a> is a work in progress, it will not reach final W3C recommendation status until 2022, as <a href="http://wiki.whatwg.org/wiki/FAQ#When_will_HTML_5_be_finished.3F">estimated by the editor&nbsp;Ian Hickson</a>, though the official W3C estimate for completion is 2010. In any case, there are already browser implementations for many parts of the proposed HTML 5 specification, so it is worthwhile to learn about the new possibilities offered. Considering the current competition in the browser market, it is possible that the adoption of HTML 5 will be faster than expected.</p>
<p>A while ago, Jacob Gube wrote a guest post at RWW about <a href="http://www.readwriteweb.com/archives/5_exciting_things_in_html_5.php">5 exciting things to look forward to in HTML 5</a>. These are:</p>
<ul>
<li>New "semantic" HTML elements, e.g &lt;nav&gt;, &lt;article&gt;, &lt;header&gt; and &lt;footer&gt;. This would make it unnecessary to use the generic &lt;div&gt; element, together with class or id attributes, to build common parts of a web page. It would also facilitate search engines to better understand the contents of a web page, e.g. which parts are more relevant.</li>
<li>Improved forms handling with validation.</li>
<li>APIs for &lt;video&gt; and &lt;audio&gt; elements, allowing playback, for example. In November last year I wrote about the&nbsp;<a href="http://impl.emented.com/2008/11/10/a-mix-of-microsoft-azure-minwin-bizspark-and-small-basic/">open source Ogg Theora video codec</a>, which is a good choice for the &lt;video&gt; element.</li>
<li>The &lt;canvas&gt; element for drawing to the screen.</li>
<li>User editing of web pages (wiki-style) via the <code>contenteditable</code> attribute.</li>
</ul>
<p>All details can be found in the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">latest&nbsp;HTML 5 draft recommendation</a>&nbsp;(currently as of January 24th, 2009).&nbsp;</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://alistapart.com/articles/semanticsinhtml5">Semantics in HTML 5</a></li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_c.png?x-id=4c480867-6bbc-4c3a-aaa1-6cd0beacd79f" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2009/01/26/exciting-elements-of-html-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Native Client Brings Native x86 Speed to the Browser</title>
		<link>http://impl.emented.com/2009/01/19/native-client-brings-native-x86-speed-to-the-browser/</link>
		<comments>http://impl.emented.com/2009/01/19/native-client-brings-native-x86-speed-to-the-browser/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 10:18:23 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Native Client]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=63</guid>
		<description><![CDATA[Google's Native Client project aims to bring native x86 speed to the browser.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float:right" src="http://impl.emented.com/wp-content/images/0901/NativeClientMandelbrot.png" alt="Native Client" width="185" height="139" />Continuing my recap of noteworthy stuff from late last year. In December&nbsp;it was revealed&nbsp;that Google is working on a project dubbed <a href="http://code.google.com/p/nativeclient/">Native Client</a>, which aims to bring native x86 execution speed to web apps in a secure way. It is an exciting project, "<a href="http://weblog.infoworld.com/fatalexception/archives/2008/12/native_client_g.html">so crazy that it just might work</a>", wrote Neil McAllister.</p>
<p>How is this different from Microsoft's ActiveX technology? Security wise, ActiveX relies on trust, i.e. it's up to the user to give the ActiveX control permission to run. Native Client on the other hand relies on automated sandboxing and code analysis to make sure that the application is safe to run. Native Client also takes a more open approach, by open sourcing the technology.&nbsp;Native Client&nbsp;is portable across the x86 architecture, which includes Windows, Linux and Mac machines, but it potentially leaves important mobile platforms in the cold.</p>
<p>Initially, the main target for the project is resource intensive applications, like physical simulations and visualizations. The image above depicts the Mandelbrot set, as generated by a port of the fractal viewer application <a href="http://en.wikipedia.org/wiki/XaoS">XaoS</a> to Native Client. The 3D game Quake has also been successfully ported to Native Client. Generally it has proven easy to port existing C/C++ applications to run in the trusted environment, which is really promising.</p>
<p>If the <a href="http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/">launch of the Chrome browser</a> was Google's first step towards making the OS desktop obsolete, Native client is yet another step in that direction. Soon we might be able to do all computer tasks, even resource intensive ones, inside the browser window.</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://blog.taragana.com/index.php/archive/google-native-client-a-detailed-discussion/">Google Native Client - A Detailed Discussion</a></li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_c.png?x-id=88d4f263-dd87-41f0-b195-d85d13c292e8" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2009/01/19/native-client-brings-native-x86-speed-to-the-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The War of the Universal Login</title>
		<link>http://impl.emented.com/2009/01/11/the-war-of-the-universal-login/</link>
		<comments>http://impl.emented.com/2009/01/11/the-war-of-the-universal-login/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 21:02:33 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Authentication]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[OpenSocial]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=62</guid>
		<description><![CDATA[The war of the universal login: OpenID, Google Friend Connect and MySpaceID vs. Facebook Connect]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float:left" src="http://impl.emented.com/wp-content/images/0901/openid.png" alt="OpenID" width="200" height="67" />Beginning of December last year, the war of the universal login heated up considerably with the simultaneous launch of <a href="http://www.google.com/friendconnect/">Google Friend Connect</a> and <a href="http://developers.facebook.com/connect.php">Facebook Connect</a>. Soon after, MySpace joined the party with <a href="http://developer.myspace.com/Community/blogs/devteam/archive/2008/12/09/introducing-the-myspace-open-platform-and-myspaceid.aspx">MySpaceID</a>.</p>
<p>Google Friend Connect is about making it easy to add basic social features to a site with the help of Google Gadgets and OpenSocial apps. Login is possible via a Google account, Yahoo, AIM or OpenID.</p>
<p>On a Facebook Connect enabled site, users can login via their Facebook account, connect with friends on the site, invite friends and publish status updates back to Facebook.</p>
<p>MySpaceID offers similar services as Facebook, but builds on the open standards OpenID, OAuth and OpenSocial. They have also partnered with Friend Connect, to make it easy to add OpenSocial apps to a site.</p>
<p>Of the three, Google and MySpace are considered more open and friendly, as they support OpenID for example, whereas <a href="http://blog.broadbandmechanics.com/2008/12/facebook-officially-tries-to-take-over-the-web">Facebook is considered proprietary and evil</a>. Sadly enough the evil side is destined to win this war, due to its <a href="http://www.sitepoint.com/blogs/2009/01/08/why-facebook-will-have-a-big-2009/">exceptional growth rate and simplicity for users</a>. Hopefully there's still a hope for OpenID and that the good guys will win in the end.</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2008/12/04/google-friend-connect-on-mashable/">Google Friend Connect: Try it Now on Mashable</a></li>
<li class="zemanta-article-ul-li"><a href="http://news.cnet.com/8301-17939_109-10118553-2.html?part=rss&amp;subj=Webware">MySpace 'Connects' with Google for MySpaceID</a></li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_c.png?x-id=bf261058-299e-4ec8-8925-fb7d843d07e2" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2009/01/11/the-war-of-the-universal-login/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web 2.0, Web 3.0 Losing Interest as Buzzwords</title>
		<link>http://impl.emented.com/2009/01/11/web-20-web-30-losing-interest-as-buzzwords/</link>
		<comments>http://impl.emented.com/2009/01/11/web-20-web-30-losing-interest-as-buzzwords/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 10:54:18 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Web 3.0]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=61</guid>
		<description><![CDATA[The buzzwords Web 2.0 and Web 3.0 have peaked.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float:right" src="http://impl.emented.com/wp-content/images/0901/web2.gif" alt="Web 2.0 Buzzwords" width="333" height="134" />Royal Pingdom reports that <a href="http://royal.pingdom.com/2009/01/08/current-trends-for-web-terminology-and-buzzwords/">the buzzwords "Web 2.0" and "Web 3.0" among others have peaked</a> and are declining. This is consistent with my findings last spring that <a href="http://impl.emented.com/2008/04/03/web-30-peaked-in-october-2007/">Web 3.0 peaked in October 2007</a>. Josh Catone even argues that <a href="http://www.sitepoint.com/blogs/2008/12/17/the-day-web-20-died/">Web 2.0 has died altogether</a>.</p>
<p>Buzzwords still increasing in popularity according to Royal Pingdom include "Crowdsourcing", "Microblogging", "Social media" and "Social network".</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.readwriteweb.com/archives/the_buzzwords_of_web_20.php">Buzzwords of Web 2.0: RSS Down, Microblogging Up</a></li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://www.zemanta.com/" title="Zemified by Zemanta"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_c.png?x-id=04b5debb-6cbc-4424-9940-c32e9563da94" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2009/01/11/web-20-web-30-losing-interest-as-buzzwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending the Half Life of Conversations</title>
		<link>http://impl.emented.com/2009/01/10/extending-the-half-life-of-conversations/</link>
		<comments>http://impl.emented.com/2009/01/10/extending-the-half-life-of-conversations/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 10:16:19 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=60</guid>
		<description><![CDATA[The half life of conversations, in the early times of blogging, could be as long as about a week. Nowadays, on Twitter, it can be as short as five minutes.]]></description>
			<content:encoded><![CDATA[<p>Resuming blogging in the new year. I'll try to replace last year's weekly highlights, with shorter one-topic posts, on a more or less regular basis.</p>
<p><img class="alignright" style="float:right" src="http://impl.emented.com/wp-content/images/0901/halflife.gif" alt="Half life of conversations" width="240" height="193" />Back in November Robert Scoble wrote about the <a href="http://scobleizer.com/2008/11/24/the-twitterization-of-conversations/">half life of conversations</a> in the blogosphere, which in the early times of blogging (around 2000) could be as long as about a week. Nowadays, on Twitter, it can be as short as five minutes.</p>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2009/01/10/extending-the-half-life-of-conversations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#039;s SearchWiki - a &quot;PR nightmare&quot; [Best of November &#039;08 #2-3]</title>
		<link>http://impl.emented.com/2008/11/24/googles-searchwiki-a-pr-nightmare/</link>
		<comments>http://impl.emented.com/2008/11/24/googles-searchwiki-a-pr-nightmare/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 21:25:38 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Highlights]]></category>
		<category><![CDATA[browser extensions]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[social applications]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[virtual worlds]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=59</guid>
		<description><![CDATA[Google's SearchWiki - a "PR nightmare". The end of tangible media. Lively passes away. Adobe Alchemy compiles C/C++ code to Flash. Yahoo BrowserPlus launches. Social apps SocialToo and Tarpipe.]]></description>
			<content:encoded><![CDATA[<p>A few tidbits from mid November blogging (Nov 10-23 2008):</p>
<ul>
<li> PR-guru <a href="http://www.micropersuasion.com/2008/11/google-you-open.html">Steve Rubel outcries over Google's new experimental search service SearchWiki</a>, which allows people to comment, vote and reorder search results, provided they are logged in with their Google account. The reordering should only be privately visible, but voting and comments are public to others. Rubel calls this a "PR nightmare", as there is no community moderation of the comments like in Wikipedia for example, and he continues:<br />
<blockquote><p>of course people are going to run amok on the world's biggest online stage! That's like turning a kid with a massive sweet tooth loose in a giant candy store. It's going to be a haven for spam.</p></blockquote>
<p><span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/google/">Google</a>, <a rel="tag" href="http://impl.emented.com/tag/pr/">PR</a></span></li>
<li> <img class="alignright" style="float:right" src="http://impl.emented.com/wp-content/images/0811/media.gif" alt="Tangible media" width="125" height="178" />In another piece a couple of weeks ago Steve Rubel <a href="http://www.micropersuasion.com/2008/11/the-coming-end.html">foresaw the end of tangible media by 2014</a>, by tangible meaning all physical media like newspapers, magazines, books, DVDs, boxed software and video games. Like Rubel, I'm already almost free of tangible media, keeping only a subscription to Dr Dobb's Journal, which I'll probably quit next year. I'm also buying a handful of books each year, but once there's a Kindle-like device available in this country, at a reasonable price, I'll probably go completely digital.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/media/">media</a>, <a rel="tag" href="http://impl.emented.com/tag/trends/">trends</a></span></li>
<li> Google's virtual world experiment <a href="http://impl.emented.com/2008/07/14/from-yahoo-search-boss-to-rocking-fractals/">Lively, which I wrote about at launch in July</a>, will be discontinued at the end of the year. Apparently, the experiment never took off, though Google states that the reason is to <a href="http://googleblog.blogspot.com/2008/11/lively-no-more.html">focus more on their core search, ads and apps business</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/virtual-worlds/">virtual worlds</a></span></li>
<li> Adobe labs has announced <a href="http://labs.adobe.com/technologies/alchemy/">Alchemy</a>, a research project that aims to bring the wealth of existing C and C++ code to Flash. The C/C++ code is compiled to ActionScript 3.0 bytecode that runs on Flash Player 10 or AIR 1.5. Alchemy is ideally suited for computation-intensive tasks and can be considerably faster than ActionScript 3.0, though still 2-10 times slower than native C/C++ code.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/flash/">Flash</a>, <a rel="tag" href="http://impl.emented.com/tag/programming/">programming</a></span></li>
<li> Josh Catone writes that <a href="http://www.sitepoint.com/blogs/2008/11/19/yahoo-launches-browserplus-plans-to-open-source-it/">Yahoo has officially launched their browser extension BrowserPlus</a>, which back in July was suggested as part of a <a href="http://impl.emented.com/2008/08/04/the-return-of-web-30-cloud-computing-browser-extensions-or-the-distributed-web/">Web 3.0 trend</a>. BrowserPlus offers web developers a number of services, such as drag-and-drop, file browsing, image processing and persistent storage, just to name a few.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/browser-extensions/">browser extensions</a></span></li>
<li> A final note on two social media apps: <a href="http://www.socialtoo.com/">SocialToo</a>, a service that allows you to automatically follow and unfollow people on Twitter, now has a <a href="http://www.louisgray.com/live/2008/11/socialtoo-launches-socialsurveys-for.html">polling feature</a>.<br />
<a href="http://tarpipe.com/">Tarpipe</a> lets you automate your social media publishing via a Yahoo Pipes-like user interface. Tarpipe supports a <a href="http://www.readwriteweb.com/archives/tarpipe_social_media_workflow.php">number of social services</a>, comes with an API, and supports OpenID, OAuth and Microformats, writes ReadWriteWeb.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/social-applications/">social applications</a></span></li>
</ul>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.theregister.co.uk/2008/11/18/kevin_lynch_standards/">Adobe CTO calls for JavaScript coordination</a></li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_c.png?x-id=c96b27ed-c079-4b80-9ea6-fff29c3ec8f1" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/11/24/googles-searchwiki-a-pr-nightmare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Mix of Microsoft: Azure, MinWin, BizSpark and Small Basic [Best of November &#039;08 #1]</title>
		<link>http://impl.emented.com/2008/11/10/a-mix-of-microsoft-azure-minwin-bizspark-and-small-basic/</link>
		<comments>http://impl.emented.com/2008/11/10/a-mix-of-microsoft-azure-minwin-bizspark-and-small-basic/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 21:42:27 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Highlights]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[entrepreneurial]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[kids]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MinWin]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=58</guid>
		<description><![CDATA[Microsoft's cloud computing platform Azure. MinWin part of Windows 7? Microsoft's BizSpark startup program. Google has not forked OpenID. Ogg Theora video codec. Small Basic challenges Scratch.]]></description>
			<content:encoded><![CDATA[<p>Microsoft dominated the news this week (Nov 3-9 2008):</p>
<ul>
<li> A couple of weeks ago <a href="http://www.microsoft.com/azure/">Microsoft announced Azure</a><img class="alignright" style="float:right" src="http://impl.emented.com/wp-content/images/0811/azure.png" alt="Microsoft Azure" width="120" height="117" />, which is their offering in the hot cloud computing business. It's not easy to grasp what it implies, but it is a platform "in the cloud", on top of which there runs services including Live, .NET and SQL services. For now at least, you're dependent on Microsoft's development tool Visual Studio to develop for Azure. Microsoft's new offering does not depart from the usual confusion surrounding all their web-based products. Also I think that it implies some serious lock-in effects. So unless you have already invested heavily in Microsoft technologies, you are better off staying out.<br />
Ted Dziuba gives an <a href="http://www.theregister.co.uk/2008/11/03/dziuba_azure/">alternative view of Azure</a>, with some interesting points. Though he thinks it is a bit confusing compared to the offerings by <a href="http://aws.amazon.com/">Amazon</a> and <a href="http://code.google.com/appengine/">Google</a>, he still thinks Microsoft could be a winner:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<blockquote><p>Fortunately for Microsoft, decision makers don't choose a hosted application platform based on specifications. They choose based on the number of stock photos of clouds and the amount of sans-serif blue typeface you have on your webpage. In that regard, Redmond is the clear winner. [...]<br />
This is all within one standard deviation of the average amount of fail in any given Microsoft product. In fact, I think it stands a better chance than Google's or Amazon's offering.</p></blockquote>
<p><span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/cloud-computing/">cloud computing</a>, <a rel="tag" href="http://impl.emented.com/tag/microsoft/">Microsoft</a></span></li>
<li> Microsoft's coming operating system <a href="http://blogs.zdnet.com/microsoft/?p=1690">Windows 7, might contain something called MinWin</a>, reports Mary-Jo Foley, referring to a <a href="http://channel9.msdn.com/shows/Going+Deep/Mark-Russinovich-Inside-Windows-7/">webcast featuring Mark Russinovich</a>. MinWin lies at the core of the Windows OS, containing basic services and is a self-contained executable unit, independent of any outside services. Mary-Jo seems uncertain about whether MinWin will actually ship as a part of Windows 7, or if it's just a development project aimed at future Windows version like Windows 8 or even <a href="http://impl.emented.com/2008/08/11/vista-security-is-broken-midori-coming-to-the-rescue/">Midori</a>. Possibly it's part of the much awaited from the ground up rewrite of the Windows code base?<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/minwin/">MinWin</a>, <a rel="tag" href="http://impl.emented.com/tag/windows-7/">Windows 7</a></span></li>
<li> In another move to increase its customer base, Microsoft has launched <a href="http://www.microsoftstartupzone.com/BizSpark/">BizSpark</a>, a partner program for startups who for free (almost) get access to Microsoft's development tools via a MSDN Premium subscription, web hosting rights and access to the Azure services platform, for a three-year period. The major catch perhaps is that to join you have to connect with a Network partner, which are venture firms and other businesses and organizations focusing on services for startups and entrepreneurs. This can be a trouble if you want to stay independent. Another catch of course is that if you're still in business after three years, you have to start paying the bills from Microsoft.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/entrepreneurial/">entrepreneurial</a>, <a rel="tag" href="http://impl.emented.com/tag/microsoft/">Microsoft</a></span></li>
<li> Last week I wrote that <a href="http://impl.emented.com/2008/11/03/google-becomes-an-openid-provider-and-possibly-a-relying-party/">Google now is an OpenID Identity Provider (IdP)</a>. Some folks argued that Google somehow had violated the specification and <a href="http://blog.unto.net/miscellaneous/clearing-up-inaccuracies-about-the-google-openid-idp-launch/">"forked" OpenID, something that is now denied in a post by DeWitt Clinton</a>. A point of criticism stems from the fact that Google has used a new feature of the OpenID 2.0 specification known as Directed Identity, which is exemplified by Clinton as follows:&nbsp;<br />
<blockquote><p>Directed Identity allows users to enter a generic domain name (e.g.., “example.com”), rather than a fully qualified identity (e.g., “example.com/users/bob”), so that they can use their identity provider to make an informed decision about how much personal information to expose to the RP [Relying Party]"</p></blockquote>
<p>Some commenter to Clinton's post argued that OpenID had forked itself by including such possibilities in version 2.0 of  the specification. There is also an ongoing debate about whether it is a good idea to <a href="http://epeus.blogspot.com/2008/11/missing-point-of-openid.html">allow for email addresses as OpenID identifiers</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/openid/">OpenID</a></span></li>
<li> OStatic writes that the <a href="http://ostatic.com/176546-blog/theora-codec-is-finalized-could-have-a-big-impact-on-video">open source Ogg Theora video codec now has reached version 1.0 status</a>. The <a href="http://www.xiph.org/">Xiph.Org Foundation</a> stands behind the open source effort, which includes the Vorbis audio codec, the Theora video codec, and the Ogg multimedia container format, which encapsulates the codecs. Ogg Theora is a good candidate for the HTML 5 video element, though <a href="http://www.w3.org/html/wg/html5/#video-and-audio-codecs-for-video-elements">no codec is officially sanctioned by W3C</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/html5/">HTML5</a></span></li>
<li> Lidija Davis <a href="http://www.readwriteweb.com/archives/small_basic_teaches_kids_how_t.php">writes about Small Basic</a>, a <a href="http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx">new flavour of the original BASIC programming language</a> from Microsoft, built on top of the .NET platform. The development environment is purely text based, in contrast to the visual environments provided by the alternatives <a href="http://scratch.mit.edu/">Scratch</a> and <a href="http://www.alice.org/">Alice</a>. A commenter to Lidija's post also mentions the <a href="http://phrogram.com/">commercial alternative Phrogram</a>, which I haven't checked out further.<br />
The help texts and introductions to Small Basic are written in a quite advanced language, hardly comprehensible to smaller kids. You probably should be at least around 12 years old  and a bit nerdy inclined to enjoy Small Basic. I think <a href="http://impl.emented.com/2008/05/13/fun-with-phun-and-scratch/">Scratch, which I first wrote about in May</a>, is better suited for smaller kids, 8 and up, whereas Alice seems to be aimed chiefly at college kids.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/kids/">kids</a>, <a rel="tag" href="http://impl.emented.com/tag/programming/">programming</a></span></li>
</ul>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://impl.emented.com/2008/10/21/how-to-count-to-windows-7-and-a-few-more/">How to Count to Windows 7 (and a few more) [Best of October '08 #2-3]</a></li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_c.png?x-id=1815d613-346e-42af-b4fc-24aa18c3bd1f" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/11/10/a-mix-of-microsoft-azure-minwin-bizspark-and-small-basic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Becomes an OpenID Provider and Possibly a Relying Party [Best of October &#039;08 #4-5]</title>
		<link>http://impl.emented.com/2008/11/03/google-becomes-an-openid-provider-and-possibly-a-relying-party/</link>
		<comments>http://impl.emented.com/2008/11/03/google-becomes-an-openid-provider-and-possibly-a-relying-party/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 21:45:46 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Highlights]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[platforms]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=57</guid>
		<description><![CDATA[Google becomes an OpenID provider, and possibly a relying party. Google Alerts delivered by RSS feeds. Platforms need a monetization model.]]></description>
			<content:encoded><![CDATA[<p>OpenID, Google and platforms. Three noteworthy posts from the past two weeks (Oct 20 - Nov 2 2008):</p>
<ul>
<li>Google announced last week<img class="alignright" style="float:right" src="http://impl.emented.com/wp-content/images/0811/openid.png" alt="OpenID" width="200" height="67" /> that they will become an <a href="http://google-code-updates.blogspot.com/2008/10/google-moves-towards-single-sign-on.html">OpenID 2.0 compliant identity provider</a>, letting other sites authenticate their users by a Google account. In a later post Google hinted that they are <a href="http://google-code-updates.blogspot.com/2008/10/moving-another-step-closer-to-single.html">committed to working on becoming a relying party</a>, thus allowing sign-in to Google using other OpenID providers. Possibly these moves by Google can help <a href="http://www.techcrunchit.com/2008/10/22/facebook-connect-and-openid-relationship-status-“it’s-complicated”/">fight other proprietary authentication systems</a> like <a href="http://developers.facebook.com/connect.php">Facebook Connect</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/authentication/">authentication</a>, <a rel="tag" href="http://impl.emented.com/tag/openid/">OpenID</a></span></li>
<li> <a href="http://www.google.com/alerts">Google Alerts</a>, a useful service for brand tracking among other things, can now be <a href="http://googleblog.blogspot.com/2008/10/feed-me-google-alerts-not-just-for.html">delivered by RSS feeds</a>. Though there is still the limitation that only the top 20 results of a Web search is tracked (and the top 10 results for news and blog search).<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/feeds/">feeds</a></span></li>
<li> Platforms are everywhere, but those <a href="http://www.readwriteweb.com/archives/why_platforms_are_letting_us_down.php">without a monetization model, like the Facebook platform</a>, are doomed, argues Alex Iskold: <br />
<blockquote><p>The platforms of the future need to think about not just short-term marketing and buzz, but long-term sustainability and monetization. [...]<br />
Having been burnt by Facebook, small and large companies alike will now think twice before investing in a presence on platforms.</p></blockquote>
<p>On the other hand, who really needs platform vendor lock-in when the Web is the ultimate open platform?<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/platforms/">platforms</a></span></li>
</ul>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://shannonturlington.com/2008/11/03/new-social-media-integration-in-popular-web-20-tools/">New social media integration in popular Web 2.0 tools</a></li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://www.zemanta.com/" title="Zemified by Zemanta"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_c.png?x-id=cfa4e0bb-93af-4b8f-963a-0a2ad21b54d9" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/11/03/google-becomes-an-openid-provider-and-possibly-a-relying-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Count to Windows 7 (and a few more) [Best of October &#039;08 #2-3]</title>
		<link>http://impl.emented.com/2008/10/21/how-to-count-to-windows-7-and-a-few-more/</link>
		<comments>http://impl.emented.com/2008/10/21/how-to-count-to-windows-7-and-a-few-more/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 10:31:15 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Highlights]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[online games]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=56</guid>
		<description><![CDATA[Kongregate's Flash game tutorials. How to count to Windows 7. Yahoo users don't get OpenID. PHP apps on IIS. Web statistics by Opera. Yahoo Y!OS. Flash on Vista outperforms Mac. The Uncov blog.]]></description>
			<content:encoded><![CDATA[<p>Catching up on two weeks of web news (October 6-19 2008):</p>
<ul>
<li> <img class="alignright" style="float:right" src="http://impl.emented.com/wp-content/images/0810/windows7.jpg" alt="Windows 7" width="200" height="86" /><a href="http://windowsvistablog.com/blogs/windowsvista/archive/2008/10/14/why-7.aspx">The next version of Windows will be called simply Windows 7</a>, Microsoft's Mike Nash explains how they came up with that particular number. Interestingly, Windows XP isn't counted as a major release, just a 5.1 release, with Windows 2000 being 5.0. Windows Vista is 6.0, and Windows 7 is actually version 6.1!<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/windows-7/">Windows 7</a></span></li>
<li> Kongregate, the online Flash games site, <a href="http://news.cnet.com/8301-17939_109-10065193-2.html">where the boys are</a>, according to Rafe Needleman, has put up a <a href="http://www.kongregate.com/labs">tutorial series aimed at beginning Flash game developers</a>. The tutorials show how to build a basic space shooting game using Adobe Flash CS3 and ActionScript 2.0, and there is an accompanying developer competition.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/flash/">Flash</a>, <a rel="tag" href="http://impl.emented.com/tag/online-games/">online games</a></span></li>
<li> Experienced, but mainstream, <a href="http://developer.yahoo.net/blog/archives/2008/10/open_id_research.html">Yahoo users don't get OpenID</a>, shows a usability study released by Yahoo Developer Network. If you own a domain you can run your own OpenId server using <a href="http://siege.org/projects/phpMyID/">phpMyID</a>, as I do on the emented.com domain.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/openid/">OpenID</a></span></li>
<li> If you want to use IIS on a Windows server, instead of Apache, to run popular open source PHP applications like Drupal, phpBB, and WordPress, you're in luck, as Microsoft just has released a <a href="http://channel8.msdn.com/Posts/MSwebinstallers/">Web Platform Installer tool</a>, which simplifies the deployment process to almost a click of a button.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/php/">PHP</a>, <a rel="tag" href="http://impl.emented.com/tag/windows/">Windows</a></span></li>
<li> <a href="http://dev.opera.com/articles/view/mama/">Opera released some Web statistics</a> obtained by their "Metadata Analysis and Mining Application", MAMA: <br />
<blockquote><p>MAMA is a structural Web-page search engine—it trawls Web pages and returns results detailing page structures, including what HTML, CSS, and script is used on it, as well as whether the HTML validates.</p></blockquote>
<p>It's a vast resource for Web nerds, with results ranging from the least and most popular HTML elements to Flash and AJAX usage per country. Some key findings: Apache is used by 68% of web servers, IIS by 26%. The ratio of HTML to XHTML usage is about 2 to 1. The "table" element is more popular than "div", 8th vs. 14th place, respectively. 33% of web pages use Flash. Only 4% of URLs pass the <a href="http://validator.w3.org/">W3C markup validation test</a>. When testing my site, 38 errors were reported, so nobody is perfect. I guess WordPress is to blame for a lot of those errors.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/statistics/">statistics</a>, <a rel="tag" href="http://impl.emented.com/tag/web-standards/">web standards</a></span></li>
<li> Yahoo continues the roll-out of their <a href="http://developer.yahoo.com/yos/intro/index.html">Open Strategy, dubbed Y!OS</a>. The latest release is a new <a href="http://ycorpblog.com/2008/10/16/your-social-control-panel/">universal profile page</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/yahoo/">Yahoo</a></span></li>
<li> Ars reports on <a href="http://arstechnica.com/news.ars/post/20081017-benchmarking-flash-player-10.html">benchmarking results for the new Flash 10 player</a> compared to Flash 9. On Mac and Linux platforms there are substantial performance improvements up to a factor of 4. The Flash performance on those platforms are still far behind the performance on Windows though. Sporting the same hardware, Flash 10 on Vista outperformed Flash on Mac by a factor of nearly two.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/flash/">Flash</a></span></li>
<li> <img class="alignright" style="float:right" src="http://impl.emented.com/wp-content/images/0810/delivery-of-fail.jpg" alt="Fail" width="280" height="210" />Nonconformist blogger Ted Dziuba has relaunched his rebellious Web 2.0 blog <a href="http://uncov.com/">Uncov</a>, after recently leaving his startup Pressflip. It's mostly fun reading, as he tries to be a thorn in the side of the Web 2.0 aristocracy. Additionally, the accompanying pics of Fail and other misfortunes makes it a worthwhile read. On a somewhat related note, Christopher Beam writes here about the <a href="http://slate.com/id/2202262">popularity of the word Fail</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/blogs/">blogs</a></span></li>
</ul>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.ghacks.net/2008/10/20/reactos-open-source-windows/">ReactOS: Open source Windows</a></li>
<li class="zemanta-article-ul-li"><a href="http://www.techcrunch.com/2008/10/18/pressflip-founder-quits-im-tired-of-the-fight/">Pressflip Founder Quits: "I'm Tired Of The Fight"</a></li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://www.zemanta.com/" title="Zemified by Zemanta"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_c.png?x-id=3a5feb33-2351-4f79-a7bb-cc7491131f15" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/10/21/how-to-count-to-windows-7-and-a-few-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Blog Search Aggregates News. Gnip and GIMP updated. [Best of October &#039;08 #1]</title>
		<link>http://impl.emented.com/2008/10/07/google-blog-search-aggregates-news-gnip-and-gimp-updated/</link>
		<comments>http://impl.emented.com/2008/10/07/google-blog-search-aggregates-news-gnip-and-gimp-updated/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 16:54:45 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Highlights]]></category>
		<category><![CDATA[aggregation]]></category>
		<category><![CDATA[blog search]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Gnip]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=55</guid>
		<description><![CDATA[Google Blog Search aggregates top stories from the blogosphere. Social infrastructure service Gnip in new version. GIMP image editor updated. Clearspring acquires AddThis.]]></description>
			<content:encoded><![CDATA[<p>A handful of interesting news this week (October 1-5 2008):</p>
<ul>
<li> <a href="http://blogsearch.google.com/">Google Blog Search</a> launched a new home page with aggregation of top stories from the blogosphere. It seems to be more democratic than <a href="http://techmeme.com/">Techmeme</a>, in that it is easier for small blogs to get listed. More stories on a wider range of subjects are also covered. What makes it less useful however is that there is no RSS feed, and blog conversations for a story are only tracked for less than a day. The latter flaw it shares with Techmeme, by the way. Probably there is no immediate SEO effect of getting aggregated on Google Blog Search, as the post listings are generated by JavaScript.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/aggregation/">aggregation</a>, <a rel="tag" href="http://impl.emented.com/tag/blog-search/">blog search</a></span></li>
<li> <a href="http://www.gnipcentral.com/">Gnip</a>, the <a href="http://impl.emented.com/2008/07/08/identica-microblogging-and-gnip-pinging-services/">infrastructure service for providers and consumers of social network data</a>, which I wrote about in July, has released version 2.0 of its API. <a href="http://blog.programmableweb.com/2008/10/07/gnip-releases-api-20-full-data-advanced-filtering-and-xmpp/">ProgrammableWeb writes</a>: <br />
<blockquote><p>The new version of the API adds full data delivery, XMPP support, and advanced data filtering. [...]<br />
The new features look like they’ll be very useful to developers, and the business model is priced to entice hobbyists, small companies, and big businesses alike.</p></blockquote>
<p><span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/gnip/">Gnip</a></span></li>
<li> <a href="http://gimp.org/">GIMP</a>, the open source "Photoshop killer", has <a href="http://ostatic.com/173555-blog/gimp-gets-an-interface-makeover-in-new-version-2-6">updated to version 2.6 writes OStatic</a>. The new version comes with user interface changes and enhancements for plug-in developers.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/gimp/">GIMP</a></span></li>
<li> <a href="http://www.clearspring.com/">Widget company Clearspring</a> acquires bookmarking and sharing service AddThis, whose widget can be found at the bottom of this post. <a href="http://www.sitepoint.com/blogs/2008/09/30/clearspring-acquires-addthis/">Josh Catone interviewed Clearspring CEO Hooman Radfar</a> and writes: <br />
<blockquote><p>The data that [AddThis] has presumably collected about how content is shared across the web has a lot of potential use for marketers. Radfar told me he hopes to eventually expose that sharing data via an API that will allow people to really dig into sharing trends.</p></blockquote>
<p><span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/widgets/">widgets</a></span></li>
</ul>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.labnol.org/internet/google-blog-search-not-fresh/4797/">Google Blog Search - Not So Fresh</a></li>
<li class="zemanta-article-ul-li"><a href="http://thenextweb.org/2008/09/30/clearspring-adds-addthis-to-its-product-line/">Clearspring adds AddThis to its product line</a></li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_c.png?x-id=0d579a5f-4192-41c3-a78b-4d79f95b2c55" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/10/07/google-blog-search-aggregates-news-gnip-and-gimp-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

