<?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&#187; Android</title>
	<atom:link href="http://impl.emented.com/tag/android/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>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google in the Limelight with Chrome and Android [Best of August &#039;08 #3-4]</title>
		<link>http://impl.emented.com/2008/09/02/google-in-the-limelight-with-chrome-and-android/</link>
		<comments>http://impl.emented.com/2008/09/02/google-in-the-limelight-with-chrome-and-android/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 19:30:53 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Highlights]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=49</guid>
		<description><![CDATA[Google's Chrome browser. Things are looking better for Android. Some feed services. A faster JavaScript in Firefox. IE8 beta 2. BackType comment aggregation. Neighbors and friends. Embargoes.]]></description>
			<content:encoded><![CDATA[<p>This week's compilation of interesting posts actually covers the past two weeks, due to lack of blogging time for me last week. Unfortunately, this might happen more times this fall, which seems to be busy for me, with near full-time of consulting. However, you may always check out my <a href="http://www.google.com/reader/shared/09538317620661410536">Google Reader Shared Items</a>, which contain a few more items not making it to my weekly list. The shared items also appear on my <a href="http://friendfeed.com/jobol">FriendFeed account</a>.</p>
<ul>
<li>The greatest news this week (and perhaps this year) is of course <a href="http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/">Google's launch of the browser Chrome</a>. The news broke while I was finishing the list below, and it puts some of the items in a different perspective, particularly the one about the launch of IE8 beta 2 below.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/chrome/">Chrome</a></span></li>
<li>Last month, I wrote about some <a href="http://impl.emented.com/2008/07/21/microsoft-plummets-on-search-android-in-trouble/">troubles for Google's Android mobile platform</a>. These <a href="http://ostatic.com/171128-blog/android-revs-sdk-promises-source-code">problems seem now to be history</a>, with the release of a new 0.9 version of the SDK, which is expected to be quite similar to the 1.0 version running on the first phones. Google is now also improving on the communication side, with the release of a <a href="http://code.google.com/android/roadmap.html">developer roadmap</a>, which promises a 1.0 SDK release and retail phones by Q4 this year. Actually, there are already rumors floating about an <a href="http://www.readwriteweb.com/archives/first_android_phone_just_approved.php">Android phone by HTC</a>, the "Dream", slated for November 10th.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/android/">Android</a></span></li>
<li>Marshall Kirkpatrick writes about <a href="http://feed.informer.com/">feed.informer</a>, formerly known as Feed Digest, a web service for <a href="http://www.readwriteweb.com/archives/feedinformer_relaunches_its_al.php">mashing, filtering and publishing RSS feeds</a>. As mentioned by Marshall, the site has some faults. For example, I found that the link to the Docs &amp; FAQs page is broken. Another provider of similar services is <a href="http://pipes.yahoo.com/">Yahoo Pipes</a>. For self hosting, the PHP RSS library <a href="http://simplepie.org/">SimplePie</a> provides detailed functionality for parsing feeds, though there seems to be no built-in functionality for keyword filtering. SimplePie on this page <a href="http://simplepie.org/wiki/faq/why_would_i_use_simplepie_over_something_else">compare themselves</a> to a few competing libraries.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/feeds/">feeds</a>, <a rel="tag" href="http://impl.emented.com/tag/rss/">RSS</a></span></li>
<li>From the JavaScript/Firefox department there were reports on progress in <a href="http://arstechnica.com/news.ars/post/20080822-firefox-to-get-massive-javascript-performance-boost.html">improving the JavaScript execution speed in Firefox</a>, leveraging a technique known as tracing optimization, hence the project code name Tracemonkey. Ars explains the basic idea behind tracing:<br />
<blockquote><p>The tracing mechanism records the path of execution at runtime and generates compiled code that can be used next time that a particular path is reached. This makes it possible to flatten out loops and nested method calls into a linear stream of instructions that is more conducive to conventional optimization techniques.</p></blockquote>
<p>The goal is to achieve execution speed comparable to native code, taking JavaScript performance into "the next tier", and "redefining the boundaries of client-side performance." Wonder how this improvement compares to <a href="http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/">Google Chrome's new V8 JavaScript Engine</a>?<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/firefox/">Firefox</a>, <a rel="tag" href="http://impl.emented.com/tag/javascript/">JavaScript</a></span></li>
<li><a href="http://blogs.zdnet.com/Bott/?p=518">Internet Explorer 8 is getting closer to official</a>, with a Beta 2 release just being announced. It's a massive makeover according to Ed Bott, with improvements in usability, privacy, standards compliance and new features like Accelerators, which are kind of smart shortcuts that perform a task, e.g. search, on selected text, and Web Slices, which provide a kind of subscription to a part of a web page that updates frequently. It's up to the developer to slice-enable particular web pages, by adding appropriate markup. The standards compliance is of course exciting, and it will eventually make the life easier for developers. Though it will take several years, with about <a href="http://www.w3counter.com/globalstats.php">one third of web surfers still using IE6</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/ie8/">IE8</a></span></li>
<li><a href="http://www.backtype.com/">BackType</a> is a new comment aggregation service, <a href="http://www.techcrunch.com/2008/08/27/backtype-a-twitter-for-comments/">liked a lot</a> by Michael Arrington. Comments are automatically collected around the web, and can be searched for based on people or subject. You claim your comments by creating a profile and indicating which url you use when commenting. This is <a href="http://www.backtype.com/jobol">my profile</a>. I think it's a nice idea, with an open approach. Blogs can keep their comment system of choice, and still being included. No need for JavaScript solutions à la Disqus (<a href="http://www.disqus.com/people/jobol/">my profile</a>), for example.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/comments/">comments</a></span></li>
<li>Fred Wilson suggests that <a href="http://www.avc.com/a_vc/2008/08/friends-and-nei.html">social sites start using the concept of neighbors</a>, which are automatically discovered people with similar interests like you, instead of relying on so-called friends or followers and the habit of befriending or follow people. Seems like a practical idea to me, not having to manually look for friends, but have them automatically suggested.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/social-networks/">social networks</a></span></li>
<li>Marshall Kirkpatrick explains the <a href="http://www.readwriteweb.com/archives/why_and_how_embargoes_work_in.php">concept of embargoes in blogging</a> and why it generally is a better idea than exclusives. An embargo works as an agreement between bloggers and a company not to write about a new product or service until a specific time. This has several advantages, such as a broader and deeper coverage from multiple perspectives.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/blogging/">blogging</a>, <a rel="tag" href="http://impl.emented.com/tag/pr/">PR</a></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/09/02/google-in-the-limelight-with-chrome-and-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Plummets on Search - Android in Trouble [Best of July &#039;08 #3]</title>
		<link>http://impl.emented.com/2008/07/21/microsoft-plummets-on-search-android-in-trouble/</link>
		<comments>http://impl.emented.com/2008/07/21/microsoft-plummets-on-search-android-in-trouble/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 15:48:39 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Highlights]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Gnip]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[online reputation]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=42</guid>
		<description><![CDATA[Microsoft's share on search down 50 percent. Trouble in Android land. Gnip hooks up to Twitter. 10 open source myths debunked. Improve your online reputation using Twitter. IPv6 is a security risk.]]></description>
			<content:encoded><![CDATA[<p>This week featured some troubling news for Microsoft and Google (July 14-20 2008):</p>
<ul>
<li>Recent data from <a href="http://www.hitwise.com/">Hitwise</a> shows that <a href="http://hitwise.com/press-center/hitwiseHS2004/us-google-70-percent-of-searches.php">Microsoft has lost almost 50 percent of its market share in search</a> from June 2007 to June 2008. In the U.S. the drop is from 9.8 % market share to 5.5 %. In the U.K. the drop is from 5.7 % to 3.7 %, and in Australia a dramatic fall from 14.7 % to 6.7 %. Google is the great winner, while Yahoo shows a minor drop and Ask a minor gain. Ask is now almost as big as Microsoft on search in the U.S. As it seems, to remain a major player in the search field, Microsoft desperately needs to get hold of Yahoo's search service.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/microsoft/">Microsoft</a>, <a rel="tag" href="http://impl.emented.com/tag/search/">search</a></span></li>
<li>Google's supposedly <a href="http://code.google.com/android">open mobile platform Android</a>, loses in credibility among developers, as it was revealed this week that a few select top contestants of the <a href="http://code.google.com/android/adc.html">Android Developer Challenge</a> were <a href="http://arstechnica.com/news.ars/post/20080715-googles-android-platform-not-so-open-after-all.html">given access, under the counter, to an updated version of the SDK</a>. Additionally, the code was provided under a non-disclosure clause, rhyming poorly with the promise of open, though <a href="http://ostatic.com/168597-blog/google-android-the-difference-between-open-and-open-source">technically Google has done nothing wrong</a>.<br />
There seems to be a lack of communication from the part of Google. <a href="http://androidguys.com/2008/07/16/as-usual-some-tech-bloggers-are-getting-it-wrong/">As suggested by AndroidGuys</a>, more frequent updates to the <a href="http://android-developers.blogspot.com/">official Android blog</a> would certainly calm down some hard feelings among developers. It will be interesting to see in the coming year what impact Android will make on the mobile phone market, which currently is overwhelmed, in terms of buzz at least, by the new iPhone.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/android/">Android</a></span></li>
<li><a href="http://impl.emented.com/2008/07/08/identica-microblogging-and-gnip-pinging-services/">Gnip, the notification proxy service</a>, finally <a href="http://www.techcrunch.com/2008/07/18/twitter-plays-nice-xmpp-firehose-data-feed-to-gnip/">hooks up to the XMPP firehose of Twitter</a>. Does this mark the beginning of the end of <a href="http://impl.emented.com/2008/06/10/twitter-is-cooling-off-noise-is-heating-up/">the troubles of Twitter</a>?<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/gnip/">Gnip</a>, <a rel="tag" href="http://impl.emented.com/tag/twitter/">Twitter</a></span></li>
<li>OStatic <a href="http://ostatic.com/168791-blog/activestate-challenges-open-source-myths">points to an "executive summary of Open Source"</a>, a white paper challenging <a href="http://www.activestate.com/business_solutions/ten_myths.pdf">10 Open Source Myths</a>. Some examples of myths covered: "Open source is free", "Open source equals open standards", "Open source is not for mission-critical functions", "Open source is for non-conformists" and "Open source software is lower quality".<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/open-source/">open source</a></span></li>
<li>5 tips on <a href="http://mashable.com/2008/07/17/twitter-branding/">using Twitter to improve your online-reputation</a>. Some examples: "Start conversations with notable peers", "Share valuable industry news" and "Monitor your Twitter reputation".<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/online-reputation/">online reputation</a>, <a rel="tag" href="http://impl.emented.com/tag/twitter/">Twitter</a></span></li>
<li><a href="http://en.wikipedia.org/wiki/Ipv6">IPv6</a>, the next generation internet protocol, about to replace the current IPv4 in a couple of years, might pose a <a href="http://blog.wired.com/27bstroke6/2008/07/the-ghost-in-yo.html">security risk</a>, writes the Wired. The problem is that it is enabled by default in many operating systems, and lots of applications may not yet be up-to-date to handle the new protocol. Affected operating systems include Windows Vista and Mac OS X. Windows XP is however safe, i.e. IPv6 is not enabled by default. You can test here <a href="http://ipv4.whatismyv6.com/">which IP protocols are supported by your computer</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/ipv6/">IPv6</a>, <a rel="tag" href="http://impl.emented.com/tag/security/">security</a></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/07/21/microsoft-plummets-on-search-android-in-trouble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>February Highlights II: Cloud Computing, Social Gaming and the Social Cloud</title>
		<link>http://impl.emented.com/2008/02/21/february-highlights-ii-cloud-computing-social-gaming-and-the-social-cloud/</link>
		<comments>http://impl.emented.com/2008/02/21/february-highlights-ii-cloud-computing-social-gaming-and-the-social-cloud/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 09:19:02 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Highlights]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[online games]]></category>
		<category><![CDATA[open data]]></category>
		<category><![CDATA[OpenSocial]]></category>
		<category><![CDATA[Social Cloud]]></category>
		<category><![CDATA[social gaming]]></category>
		<category><![CDATA[Social Graph]]></category>

		<guid isPermaLink="false">http://impl.emented.com/2008/02/21/february-highlights-ii-cloud-computing-social-gaming-and-the-social-cloud/</guid>
		<description><![CDATA[February Highlights II: Cloud Computing, Web of Data, Social Gaming, Android prototypes and the Social Cloud]]></description>
			<content:encoded><![CDATA[<p>Here are the past week's most interesting posts:</p>
<ul>
<li><a href="http://www.readwriteweb.com/archives/reaching_for_the_sky_through_compute_clouds.php" class="list-title">Reaching for the Sky Through The Compute Clouds</a> – <em>Alex Iskold</em><br />
Alex makes a brief comparison of cloud computing vs. LAMP, and lists a few scalability issues with the LAMP approach. He does not mention any potential problems with cloud computing other than occasional outages.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/lamp/">LAMP</a>, <a rel="tag" href="http://impl.emented.com/tag/cloud-computing/">cloud computing</a></span></li>
<li><a href="http://www.readwriteweb.com/archives/tom_coates_web_of_data.php" class="list-title">Tom Coates: Web of Data</a> – <em>Richard MacManus</em><br />
Tom Coates gives a presentation at Webstock and talks about a "web of data", which is where "data sources and services are the center of the Web, rather than pages." Examples are Twitter and Flickr. He recommends opening up your data, the main reason is a "network effect", new services can build on the data.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/open-data/">open data</a></span></li>
<li><a href="http://www.techcrunch.com/2008/02/14/game-on-zynga-and-sgn-battle-for-social-gaming-developers/" class="list-title">Game On: Zynga and SGN Battle For Social Gaming Developers</a> – <em>Erick Schonfeld</em><br />
Social gaming networks are growing. The benefit for a developer to join a network is increased visibility of their application. The <a href="http://www.socialgn.com/">Social Gaming Network</a>, SGN, provides an API for their gaming hub, where developers can add their games and leverage the "gaming graph".<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/social-gaming/">social gaming</a>, <a rel="tag" href="http://impl.emented.com/tag/online-games/">online games</a></span></li>
<li><a href="http://www.readwriteweb.com/archives/android_prototypes.php" class="list-title">Crude Android Prototypes Unveiled</a> – <em>Daniel Langendorf</em><br />
Pictures of early prototypes of Android mobile phones, mostly circuit boards, displays and solder.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/android/">Android</a></span></li>
<li><a href="http://www.readwriteweb.com/archives/heavy_clickers.php" class="list-title">Study: 6% of People Online Contribute 50% of Display Ad Clicks</a> – <em>Marshall Kirkpatrick</em><br />
Further, they have a low income and are "more likely to visit auctions, gambling, and career services sites."<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/advertising/">advertising</a></span></li>
<li><a href="http://epeus.blogspot.com/2008/02/social-cloud.html" class="list-title">The Social Cloud</a> – <em>Kevin Marks</em><br />
Kevin Marks has a video up of an interesting presentation he gave at the recent Geneva LIFT conference. A few quotes from the presentation:</p>
<blockquote><p>The Social Graph API puts this cloud around finding me and finding my public friends on the web. That means we can assume that that is there and it is abstracted that stuff away, which means we can assume that these public connections that we have already asserted and made on the web, can be discovered and can be reused in other places.</p></blockquote>
<blockquote><p>... OpenSocial, that puts a cloud around social networking sites, and the details of friends, the details of people, the details of the actions they do and data you store.</p></blockquote>
<p>So by the concept of a cloud, he means that something just works, and we, as developers or users, do not have to think about the details of the implementation or how it works. From a developer's point of view, <a href="http://code.google.com/apis/opensocial/">OpenSocial</a> enables the concept of a Social Cloud.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/social-cloud/">Social Cloud</a>, <a rel="tag" href="http://impl.emented.com/tag/opensocial/">OpenSocial</a>, <a rel="tag" href="http://impl.emented.com/tag/social-graph/">Social Graph</a></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/02/21/february-highlights-ii-cloud-computing-social-gaming-and-the-social-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
