﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Web 2.0</title>
    <description>Web 2.0 is the business revolution in the computer industry caused by the move to the internet as platform, and an attempt to understand the rules for success on that new platform. Chief among those rules is this: Build applications that harness network effects to get better the more people use them. (This is what I've elsewhere called 'harnessing collective intelligence.')".   - Tim O'Reilly</description>
    <link>http://www.cto20.com/cto20/tabid/647/BlogId/8/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>antonio@inspectorit.com</managingEditor>
    <webMaster>antonio@inspectorit.com</webMaster>
    <pubDate>Thu, 21 Aug 2008 12:24:44 GMT</pubDate>
    <lastBuildDate>Thu, 21 Aug 2008 12:24:44 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.4.0.39875</generator>
    <item>
      <title>Virtual Earth v6 Is Here</title>
      <description>&lt;p&gt;Last week Microsoft released the Virtual Earth Map Control v6 API.  Here are some of the details:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;DOC: &lt;a target="_blank" mce_href="http://msdn2.microsoft.com/en-us/library/bb429619.aspx" href="http://msdn2.microsoft.com/en-us/library/bb429619.aspx"&gt;Virtual Earth Map Control SDK, Version 6.0&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;DOC: &lt;a target="_blank" mce_href="http://go.microsoft.com/fwlink/?linkid=99049" href="http://go.microsoft.com/fwlink/?linkid=99049"&gt;Virtual Earth Map Control SDK (CHM file)&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;SDK: &lt;a target="_blank" mce_href="http://dev.live.com/virtualearth/sdk/" href="http://dev.live.com/virtualearth/sdk/"&gt;Virtual Earth Interactive SDK&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some of the major focuses of this release are enhanced accuracy, performance, Safari Browser support as well as a new interface. There seems to have been no report of breaking changes from version 5, so a simple change in the javascript URL should be enough for anyone to upgrade.&lt;/p&gt;
&lt;p&gt;Here are a few features and enhancements that you will find with the new version 6:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;New Zooming Option&lt;br /&gt;
    &lt;/strong&gt;Another interesting interactive option is to change from the default scroll wheel zooming on the centre of the screen to zoom on the mouse location – ala google maps. It is enabled with one line of code: map.SetMouseWheelZoomToCenter(false);&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Multipoint Routing&lt;br /&gt;
    &lt;/strong&gt;A new GetDirections method was added to support multipoint routing on the map.  Also, additional options have been added to better customize route rendering including the ability to customize the route color and pushpins. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Improved Geocoding&lt;/strong&gt; &lt;strong&gt;Accuracy and Relevance&lt;br /&gt;
    &lt;/strong&gt;We have added more accurate geocoding when using the Find call with a location.  Multiple geocoders and datasets provide more relevant and accurate results.  &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Rooftop Geocoding Support&lt;br /&gt;
    &lt;/strong&gt;Rooftop geocoding is now supported.  The rooftop geocoded location will be returned when available when making a Find call with a location. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Improved Performance&lt;br /&gt;
    &lt;/strong&gt;Peformance with large numbers of pushpins has been improved. A new method to add a large number of VEShape pushpins to the map was added to improve the initial drawing of the map with large number of pushpins.  Also, performance of map operations with shapes has been improved. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Altitude for shapes&lt;br /&gt;
    &lt;/strong&gt;Altitude support for shapes in 3D is now supported so you can position shapes in 3D above the earth. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Pushpin Accuracy in Birdseye&lt;br /&gt;
    &lt;/strong&gt;There is now an option to more accurately position VEShape pushpins when in Birdseye view to more accurately pinpoint places in Birdseye. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Improved shape control&lt;br /&gt;
    &lt;/strong&gt;You can now specify the ZIndex of VEShapes and tile layers to control the order of content on the map. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Realtime Traffic&lt;br /&gt;
    &lt;/strong&gt;The v6 platform now supports real time traffic flows which can be displayed over the map. Licensing restrictions for this feature apply.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Shaded Map Style&lt;br /&gt;
    &lt;/strong&gt;A new shaded map style was added which shows elevation with the traditional Road view &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;SafariSupport&lt;br /&gt;
    &lt;/strong&gt;Virtual Earth v6 platform now supports the Safari 2.0 browser in addition to Internet Explorer and Firefox. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Improved 3D Experience&lt;br /&gt;
    &lt;/strong&gt;Enhanced 3D features &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;MapCruncher (Beta)&lt;br /&gt;
    &lt;/strong&gt;Add your own custom image layers to the map using MapCruncher (Beta) for Virtual Earth &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Improved Birdseye Control&lt;br /&gt;
    &lt;/strong&gt;A new SetBirdseyeScene method was added to improve the control of Birdseye based on latitude and longitude instead of requiring a scene id. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;New Navigation Control&lt;br /&gt;
    &lt;/strong&gt;A new enhanced default navigation control was added for v6.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So go ahead and give it a quick try and see if you agree with me when I say that I am impressed with the changes so far.&lt;/p&gt;</description>
      <link>http://www.cto20.com/cto20/tabid/647/EntryID/40/Default.aspx</link>
      <author>antonio@inspectorit.com</author>
      <comments>http://www.cto20.com/cto20/tabid/647/EntryID/40/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.cto20.com/Default.aspx?tabid=647&amp;EntryID=40</guid>
      <pubDate>Tue, 23 Oct 2007 16:00:00 GMT</pubDate>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.cto20.com/DesktopModules/Blog/Trackback.aspx?id=40</trackback:ping>
    </item>
    <item>
      <title>Microsoft Live Labs Launches LISTAS.</title>
      <description>&lt;p&gt;&lt;a atomicselection="true" href="http://listas.labs.live.com/"&gt;&lt;img alt="Logo_Listas_Thumbnail" align="right" border="0" src="http://labs.live.com/content/binary/Logo_Listas_Thumbnail.png" /&gt;&lt;/a&gt;Microsoft Live Labs, is always experimenting with new and (sometimes) useful ideas.  Recently they released their latest technology preview:&lt;/p&gt;
&lt;h3 align="center"&gt;Listas (&lt;a href="http://listas.labs.live.com/"&gt;&lt;font color="#0088e4"&gt;http://listas.labs.live.com&lt;/font&gt;&lt;/a&gt;)&lt;/h3&gt;
&lt;p&gt;Listas is a tool for the creation, management and sharing of lists, notes, favorites, and more. It allows you to quickly and easily edit lists, share them with others for reading or wiki-style editing, and discover the public lists of other users.  We encourage you to try using it for meeting notes, bookmarks, shopping lists, to plan a night out, or whatever other creative ways you can think of.&lt;/p&gt;
&lt;p&gt;In the Listas Community Section, you will find a number of highlights of the most popular and random items from around the community of public lists such as the most used tags, the hottest lists, and prolific contributors.   You can even add others’ lists (or any RSS feed) to your own Listas so you are always up to date.&lt;/p&gt;
&lt;p align="center"&gt;&lt;a atomicselection="true" href="http://listas.labs.live.com/"&gt;&lt;img height="370" alt="Screenshot_Listas_Small" width="500" border="0" src="http://labs.live.com/content/binary/Screenshot_Listas_Small.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can create lists from all the things you find on the web, like search results, wish lists, videos, or all or part of virtually any page with the &lt;a href="http://listas.labs.live.com/toolbar/"&gt;&lt;font color="#0088e4"&gt;Listas Toolbar&lt;/font&gt;&lt;/a&gt; for Internet Explorer:&lt;/p&gt;
&lt;p&gt;&lt;a atomicselection="true" href="http://listas.labs.live.com/toolbar/"&gt;&lt;img height="25" alt="Toolbar" width="518" border="0" src="http://labs.live.com/content/binary/Toolbar.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://listas.labs.live.com/"&gt;&lt;font color="#0088e4"&gt;Give Listas a try&lt;/font&gt;&lt;/a&gt;, I know I have, and so far I like it!&lt;/p&gt;</description>
      <link>http://www.cto20.com/cto20/tabid/647/EntryID/38/Default.aspx</link>
      <author>antonio@inspectorit.com</author>
      <comments>http://www.cto20.com/cto20/tabid/647/EntryID/38/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.cto20.com/Default.aspx?tabid=647&amp;EntryID=38</guid>
      <pubDate>Sun, 21 Oct 2007 19:00:00 GMT</pubDate>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.cto20.com/DesktopModules/Blog/Trackback.aspx?id=38</trackback:ping>
    </item>
    <item>
      <title>How many AJAX desktop apps is enough?</title>
      <description>&lt;P&gt;I was doing some research this evening on some Office 2.0 applications (more on what these are later) and ran into a slew of AJAX based desktop-like web apps.&lt;/P&gt;
&lt;P&gt;Granted, I have known of websites like &lt;A href="http://www.pageflakes.com/" target=_blank&gt;PageFlakes&lt;/A&gt;&lt;A href="http://www.pageflakes.com"&gt; &lt;/A&gt;and konfabulator (&lt;A href="http://widgets.yahoo.com/" target=_blank&gt;now a Yahoo company&lt;/A&gt;) for a while now but it seems that more people keep on coming up with more of the same concept.&lt;/P&gt;
&lt;P&gt;The one thing that baffles me is how these folks are able to sustain such ventures without necessarily having a monetization strategy. Unless they are VC funded and plan on another YouTube-like buy-out, I am not able to see how these guys will survive.&lt;/P&gt;
&lt;P&gt;It seems that social networks are popping up every minute, everybody is doing this Web 2.0 thing. I just wander when will these guys wake up a smell that sour coffee.&lt;/P&gt;
&lt;P&gt;Just as the social networking space is getting crowded so is the AJAX desktop space. Even the giants are in on it. Microsoft and Google are hard at work on their own versions of the desktop internet with &lt;A href="http://www.start.com/" target=_blank&gt;Start&lt;/A&gt; and &lt;A href="http://www.google.com/ig" target=_blank&gt;Google&lt;/A&gt; and even then, some others are given them a good run for their money.&lt;/P&gt;
&lt;P&gt;Take &lt;A href="http://www.netvibes.com/" target=_blank&gt;NetVibes&lt;/A&gt;, &lt;A href="http://www.pageflakes.com/" target=_blank&gt;PageFlakes&lt;/A&gt;, &lt;A href="http://www.goowy.com/" target=_blank&gt;Goowy&lt;/A&gt;, &lt;A href="http://www.protopage.com/" target=_blank&gt;Protopage&lt;/A&gt;&lt;A href="http://www.protopage.com"&gt; &lt;/A&gt;and &lt;A href="http://www.zimbio.com/" target=_blank&gt;Zimbio&lt;/A&gt; for instance, they are all really really good products. They are all well designed and thought of, but how many of the same is enough? How many of them will survive the fight? How many of them even have a long-term business plan that makes any sense?&lt;/P&gt;
&lt;P&gt;What do you think? Let me know your thoughts.&lt;/P&gt;</description>
      <link>http://www.cto20.com/cto20/tabid/647/EntryID/22/Default.aspx</link>
      <author>antonio@inspectorit.com</author>
      <comments>http://www.cto20.com/cto20/tabid/647/EntryID/22/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.cto20.com/Default.aspx?tabid=647&amp;EntryID=22</guid>
      <pubDate>Sun, 28 Jan 2007 10:26:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.cto20.com/DesktopModules/Blog/Trackback.aspx?id=22</trackback:ping>
    </item>
    <item>
      <title>Have you seen PageFlaskes Recently?</title>
      <description>&lt;P&gt;The speed at which technology progresses never seizes to amaze me. &lt;/P&gt;
&lt;P&gt;Not more that 3 or 4 months ago I was looking at &lt;A href="http://www.pageflakes.com/" target=_blank&gt;PageFlakes&lt;/A&gt;.&lt;A href="http://www.pageflakes.com"&gt; &lt;/A&gt;I remember thinking to myself "here another one of these Web 2.0 wanna-be's".&lt;BR&gt;Everyone seemed to be getting into the "AJAX" band-wagon and all kind of websites were popping up and down their interpretation Web 2.0.&lt;/P&gt;
&lt;P&gt;Today, I once again decided to take a look at &lt;A href="http://www.pageflakes.com/" target=_blank&gt;&lt;U&gt;PageFlakes&lt;/U&gt;&lt;/A&gt; only to be very pleasantly surprised at the progress they have made in such a short period of time. &lt;/P&gt;
&lt;P&gt;To be quite honest, I still do not see the "real value" it gives the consumer - take my mom for instance, will she ever find this useful? - Uh, nah. I don' think so.&lt;/P&gt;
&lt;P&gt; The technology behind it is absolutely  cool, don't get me wrong, but I would like to learn and understand what their business model is really all about. How do they plan on monetizing it? Do you know? If so, drop me a line.&lt;/P&gt;
&lt;P&gt;So far, it does not seem to be saturated with ads, which I like, but who know how long that will last.&lt;/P&gt;
&lt;P&gt;What is also interesting is the fact that Dan Cohen, until just recently Head of My Yahoo business for Sunnyvale, California-based web media and search company, has joined &lt;A href="http://www.pageflakes.com/" target=_blank&gt;&lt;U&gt;PageFlakes&lt;/U&gt;&lt;/A&gt; as the new Chief Executive Officer. Also interesting is the fact that Mr. Cohen was with Google before moving to Yahoo.&lt;/P&gt;
&lt;P&gt;Would it be safe to predict that we are going to see My Yahoo service users attracted to &lt;A href="http://www.pageflakes.com/" target=_blank&gt;&lt;U&gt;PageFlakes&lt;/U&gt;&lt;/A&gt;?&lt;BR&gt;Are we going to see &lt;A href="http://www.pageflakes.com/" target=_blank&gt;&lt;U&gt;PageFlakes&lt;/U&gt;&lt;/A&gt; become a "social network" of sorts?&lt;BR&gt;&lt;/P&gt;</description>
      <link>http://www.cto20.com/cto20/tabid/647/EntryID/19/Default.aspx</link>
      <author>antonio@inspectorit.com</author>
      <comments>http://www.cto20.com/cto20/tabid/647/EntryID/19/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.cto20.com/Default.aspx?tabid=647&amp;EntryID=19</guid>
      <pubDate>Sun, 28 Jan 2007 10:08:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.cto20.com/DesktopModules/Blog/Trackback.aspx?id=19</trackback:ping>
    </item>
  </channel>
</rss>