<?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>Widgets Lab &#187; Web 2.0</title> <atom:link href="http://www.widgetslab.com/category/web-20/feed/" rel="self" type="application/rss+xml" /><link>http://www.widgetslab.com</link> <description>All Widgets, All the Time, News, Reviews, Previews, Articles and Interviews</description> <lastBuildDate>Thu, 09 Feb 2012 19:34:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>JavaFX Is Now Good</title><link>http://www.widgetslab.com/2009/08/10/javafx-is-now-good/</link> <comments>http://www.widgetslab.com/2009/08/10/javafx-is-now-good/#comments</comments> <pubDate>Mon, 10 Aug 2009 06:55:00 +0000</pubDate> <dc:creator>Avatar X</dc:creator> <category><![CDATA[Web 2.0]]></category> <category><![CDATA[Widget Development]]></category> <category><![CDATA[javaFX]]></category> <category><![CDATA[opinion]]></category> <category><![CDATA[Oracle]]></category><guid isPermaLink="false">http://www.widgetslab.com/2009/08/10/javafx-is-now-good/</guid> <description><![CDATA[I try out JavaFX pretty much every 3 months or so. Have been doing so for almost a year now and i can finally said that JavaFX is now good. They recently finally released a update that enables it for Mobiles and they have been seriously tuning it for desktop use with the last two [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.widgetslab.com/2009/08/10/javafx-is-now-good/' addthis:title='JavaFX Is Now Good' ><a class="addthis_button_"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_preferred_5"></a><a class="addthis_button_preferred_6"></a><a class="addthis_button_preferred_7"></a><a class="addthis_button_compact"></a></div> Related posts:<ol><li><a href='http://www.widgetslab.com/2008/10/25/sun-prepares-to-unleash-javafx/' rel='bookmark' title='Sun Prepares To Unleash JavaFX'>Sun Prepares To Unleash JavaFX</a></li><li><a href='http://www.widgetslab.com/2009/08/10/javafx-tweeter-widget/' rel='bookmark' title='JavaFX Tweeter Widget'>JavaFX Tweeter Widget</a></li><li><a href='http://www.widgetslab.com/2007/09/11/how-to-find-good-widgets/' rel='bookmark' title='How to find good widgets'>How to find good widgets</a></li></ol>]]></description> <content:encoded><![CDATA[<p><a href="http://www.widgetslab.com/wp-content/uploads/2009/08/tmp89.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="tmp89" src="http://www.widgetslab.com/wp-content/uploads/2009/08/tmp89_thumb.png" border="0" alt="tmp89" width="228" height="94" /></a></p><p align="justify">I try out JavaFX pretty much every 3 months or so. Have been doing so for almost a year now and i can finally said that JavaFX is now good. They recently finally released a update that enables it for Mobiles and they have been seriously tuning it for desktop use with the last two updates of Java.</p><p align="justify">The last time i tried out JavaFX it was still a trainwreck. Â Even if i always have noted that JavaFX may well be a lot more powerful than Flex and Silverlight. In fact i am pretty much sure that it is more powerful.</p><p align="justify">However they got HUGE disadvantages against Flex and Silverlight and that Sun, now Oracle got vs Adobe and Microsoft. This continues to be the case. JavaFX even that it now has a mobile release, a devices release and the desktop reflects maturity. It will not be enough. Or it is not enough yet.</p><p align="justify"><strong>The Good</strong></p><p align="justify">3 months ago or so, JavaFX had the highest CPU usage rate from all the RIA solutions. Now it seems to be lowest one and looks to get the best CPU performance rate i have seen. I tried this out in a Old PC, a Netbook and a Average Desktop PC with all JavaFX samples and the same amount of samples for Flex and Silverlight so i came very sure with what i was going to say here. So passing from worst to best in that crucial area, Â In thatÂ time frameÂ is nothing short of incredible and my props to the JavaFX team. It is a incredible evolution.</p><p align="justify"><strong>The bad</strong></p><p align="justify">Last time JavaFX was excruciatingly slow to load. Any sample or any decent application was slower to load than any similar in scope Â Flex or Silverlight alternative.</p><p align="justify">It is still the worst but by very very little. In some cases it maybe about even with Flex and Silverlight</p><p align="justify"><strong>The Ugly</strong></p><p align="justify"><em><strong>1.-Authorization</strong></em></p><p align="justify">Given that JavaFX is still essentially java at the base, That means that authorization and certificates are still a issue. Â So every single thing done in JavaFX must be properly identified so it can load.</p><p align="justify">When it comes to â€œLoad To Desktopâ€ webstart apps it is not a big issue since the behavior and install experience is pretty much identical to .NET ClickOnce and Adobe AIR so it is to be expected.</p><p align="justify">But â€œLoad In Browserâ€ apps are another thing. Since usually you only need to identify them once and every time after they will load fine. This is based on who made it and how you authorized the maker. So if you encounter several apps from the same maker and you authorized the first app you encountered from said maker as a trusted party. All apps from that maker will just load every single time you encounter them in the future. If you didnâ€™t marked it as trusted maker or the apps comes from a maker you have not authorized or encountered. Then each app will prompt you before it can load.</p><p align="justify">Complicated?, Not really. Annoying?, Not for me. Â But for those users that could not stop whining about UAC in Vista having the nerve to prompt them once a day when it needed to?. Â Oh you bet they are going to love (NOT) how JavaFX works. So this is something that needs to be seriously thought out and resolved.</p><p align="justify">My proposed solution is for Developers to be able to ask for â€œClearance Keysâ€ at Oracle so that the prompt only comes from not registered JavaFX apps or widgets. Well, it is just an idea that Oracle could steal from how oAuth works.</p><p align="justify"><strong><em>2.-Installer </em></strong></p><p align="justify">The greatest virtue and flaw from JavaFX comes from being tied up with the rest of the Java Runtime.</p><p align="justify">It gives it ubiquity and all the power in the world, but it makes it a big download, gives it a bigÂ installationÂ footprint and makes it a power hungry install when compared with Adobe Solutions that comes in 5 separate plugins and Silverlight that is a single plugin install.</p><p align="justify">But this is a issue that i donâ€™t find Oracle being able to develop a workaround that satisfies them, given what they would lose if they unbundled JavaFX to be on its own.</p><p align="justify"><em>3.-RAM Consume</em></p><p align="justify">The worse for last. RAM consume continues to be off the charts for JavaFX. It even makes the worst Flex, Flash or AIR apps look lean and light in RAM consume if compared to JavaFX. So it is dead last in this one.</p><p align="justify">Were else you could see a simple tiny widget (in-browser) consuming over 100mb of RAM on its own or a simple desktop app consuming as much as 500mb of RAM?. Â Only with JavaFX.</p><p align="justify">So i guess that such dramatic gain on CPU efficiency had to be loaded somewhere. In this case to the GPU and to the RAM. Â But even as bad as JavaFX RAM consume is. It is logical they decided to go this way since any laptop and desktop now comes with at least 3gb of RAM and some form of GPU chip or card a lot better than what came as default two years ago when RIA were materializing.</p><p align="justify"><strong>Conclusion</strong></p><p align="justify">I donâ€™t know how much the Start Load, Authorization and RAM consume issues can be improved but if they manage to improve them even a 50%. That alone would make JavaFX a true contender for 2nd place in the RIA space.Â  A 1st place is something i find almost impossible for they to get and that will be battled out on and off by Adobe and Microsoft. Â A 2nd place is possible even if quite hard to see it now. But a very close 3rd place is what Oracle should aim for now, Â given they are still in a very very very distant 3rd place. But maybe in 3 months i will have to change my mind. Â So lets see.</p><p align="justify"><a href="http://www.javafx.com/downloads" target="_blank"><strong>JavaFX Downloads</strong></a></p><p align="justify"><a href="http://www.javafx.com/" target="_blank"><strong><span style="font-size: small;">JavaFX</span></strong></a></p><div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:979efb63-2eaf-4191-97c8-c9917cd6fb85" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/Javafx">Javafx</a>,<a rel="tag" href="http://technorati.com/tags/javafx+widgets">javafx widgets</a>,<a rel="tag" href="http://technorati.com/tags/RIA+web">RIA web</a>,<a rel="tag" href="http://technorati.com/tags/RIA+solutions">RIA solutions</a>,<a rel="tag" href="http://technorati.com/tags/RIA+widgets">RIA widgets</a></div><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.widgetslab.com/2009/08/10/javafx-is-now-good/' addthis:title='JavaFX Is Now Good' ><a class="addthis_button_"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_preferred_5"></a><a class="addthis_button_preferred_6"></a><a class="addthis_button_preferred_7"></a><a class="addthis_button_compact"></a></div><p>Related posts:<ol><li><a href='http://www.widgetslab.com/2008/10/25/sun-prepares-to-unleash-javafx/' rel='bookmark' title='Sun Prepares To Unleash JavaFX'>Sun Prepares To Unleash JavaFX</a></li><li><a href='http://www.widgetslab.com/2009/08/10/javafx-tweeter-widget/' rel='bookmark' title='JavaFX Tweeter Widget'>JavaFX Tweeter Widget</a></li><li><a href='http://www.widgetslab.com/2007/09/11/how-to-find-good-widgets/' rel='bookmark' title='How to find good widgets'>How to find good widgets</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.widgetslab.com/2009/08/10/javafx-is-now-good/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Issuu Now With Better API&#8217;s</title><link>http://www.widgetslab.com/2009/08/10/issuu-now-with-better-apis/</link> <comments>http://www.widgetslab.com/2009/08/10/issuu-now-with-better-apis/#comments</comments> <pubDate>Mon, 10 Aug 2009 06:33:00 +0000</pubDate> <dc:creator>Avatar X</dc:creator> <category><![CDATA[Web 2.0]]></category> <category><![CDATA[Widgets]]></category> <category><![CDATA[API]]></category> <category><![CDATA[digital document]]></category> <category><![CDATA[digital document widget]]></category> <category><![CDATA[issuu]]></category><guid isPermaLink="false">http://www.widgetslab.com/2009/08/10/issuu-now-with-better-apis/</guid> <description><![CDATA[It is nice to see that issuu continues in the race for the Digital Document space. The last big update was when they unveiled Smart Look ending 2008 with a bang. Now they seem to be doing well because they finally will let you upload documents via API. That means those using Issuu for their [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.widgetslab.com/2009/08/10/issuu-now-with-better-apis/' addthis:title='Issuu Now With Better API&#8217;s' ><a class="addthis_button_"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_preferred_5"></a><a class="addthis_button_preferred_6"></a><a class="addthis_button_preferred_7"></a><a class="addthis_button_compact"></a></div> Related posts:<ol><li><a href='http://www.widgetslab.com/2008/08/09/issuu-goes-for-scribd-ipaper-releases-issuu-paper-and-turns-into-a-platform/' rel='bookmark' title='Issuu goes for Scribd iPaper, releases Issuu Paper and Turns into a platform'>Issuu goes for Scribd iPaper, releases Issuu Paper and Turns into a platform</a></li><li><a href='http://www.widgetslab.com/2009/01/12/issuu-smart-look-digital-documents-overlay-viewer/' rel='bookmark' title='Issuu Smart Look: Digital Documents Overlay Viewer'>Issuu Smart Look: Digital Documents Overlay Viewer</a></li><li><a href='http://www.widgetslab.com/2008/11/24/issuu-turns-into-publishing-network-goes-pro-and-continues-to-evolve-fast-with-a-little-exception/' rel='bookmark' title='Issuu Turns into Publishing Network, Goes Pro and Continues To Evolve Fast with a Little Exception'>Issuu Turns into Publishing Network, Goes Pro and Continues To Evolve Fast with a Little Exception</a></li></ol>]]></description> <content:encoded><![CDATA[<p><img title="image" src="http://www.widgetslab.com/wp-content/uploads/2008/08/image11.png" border="0" alt="image" width="204" height="132" /></p><p align="justify">It is nice to see that issuu continues in the race for the Digital Document space. The last big update was when they unveiled <a href="http://www.widgetslab.com/2009/01/12/issuu-smart-look-digital-documents-overlay-viewer/" target="_blank">Smart Look</a> ending 2008 with a bang. Now they seem to be doing well because they finally will let you upload documents via API. That means those using Issuu for their Online Magazine, Gazette or Whatever can now integrate issuu directly from their end and that if someone want to build a Issuu powered application, they can do so because the API now supports Â Searching, Viewing (or calling a Issuu Viewer) and Uploading.</p><p align="justify">Good all around. I think issuu new improvements now should come from having their viewer widget adapted for Mobiles and to be ready to be finger friendly in big screens now that Tablets, Convertibles and Touch Enabled Monitors will begin to surge with Windows 7 release later this year.</p><p align="justify"><a href="http://issuu.com/api/" target="_blank"><strong><span style="font-size: small;">Issuu API</span></strong></a></p><p align="justify"><strong><span style="font-size: x-small;"><a href="http://issuu.com" target="_blank">Issuu</a></span></strong></p><p align="justify"><span style="font-size: x-small;">via <a href="http://www.techcrunch.com/2009/07/28/issuu-launches-api-goes-after-docstoc-and-scribd-once-more/" target="_blank">TC</a></span></p><div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8061d680-05b0-42e5-8987-e1cff8b08787" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/issuu">issuu</a>,<a rel="tag" href="http://technorati.com/tags/issuu+api">issuu api</a>,<a rel="tag" href="http://technorati.com/tags/digital+document">digital document</a>,<a rel="tag" href="http://technorati.com/tags/digital+document+widget">digital document widget</a>,<a rel="tag" href="http://technorati.com/tags/digital+document+viewer+widget">digital document viewer widget</a></div><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.widgetslab.com/2009/08/10/issuu-now-with-better-apis/' addthis:title='Issuu Now With Better API&rsquo;s' ><a class="addthis_button_"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_preferred_5"></a><a class="addthis_button_preferred_6"></a><a class="addthis_button_preferred_7"></a><a class="addthis_button_compact"></a></div><p>Related posts:<ol><li><a href='http://www.widgetslab.com/2008/08/09/issuu-goes-for-scribd-ipaper-releases-issuu-paper-and-turns-into-a-platform/' rel='bookmark' title='Issuu goes for Scribd iPaper, releases Issuu Paper and Turns into a platform'>Issuu goes for Scribd iPaper, releases Issuu Paper and Turns into a platform</a></li><li><a href='http://www.widgetslab.com/2009/01/12/issuu-smart-look-digital-documents-overlay-viewer/' rel='bookmark' title='Issuu Smart Look: Digital Documents Overlay Viewer'>Issuu Smart Look: Digital Documents Overlay Viewer</a></li><li><a href='http://www.widgetslab.com/2008/11/24/issuu-turns-into-publishing-network-goes-pro-and-continues-to-evolve-fast-with-a-little-exception/' rel='bookmark' title='Issuu Turns into Publishing Network, Goes Pro and Continues To Evolve Fast with a Little Exception'>Issuu Turns into Publishing Network, Goes Pro and Continues To Evolve Fast with a Little Exception</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.widgetslab.com/2009/08/10/issuu-now-with-better-apis/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Silverlight 3 is out</title><link>http://www.widgetslab.com/2009/07/12/silverlight-3-is-out/</link> <comments>http://www.widgetslab.com/2009/07/12/silverlight-3-is-out/#comments</comments> <pubDate>Mon, 13 Jul 2009 04:55:00 +0000</pubDate> <dc:creator>Avatar X</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[Web 2.0]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Moonlight]]></category> <category><![CDATA[Silverlight]]></category><guid isPermaLink="false">http://www.widgetslab.com/2009/07/12/silverlight-3-is-out/</guid> <description><![CDATA[9 months after Silverlight 2 got released and here we are with Silverlight 3. This time around there was no big update from Adobe so far and they have remained very quiet. that said Flex 3.5, AIR 2 and their improved Development Tools could arrive any day now or until the fall. So there will [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.widgetslab.com/2009/07/12/silverlight-3-is-out/' addthis:title='Silverlight 3 is out' ><a class="addthis_button_"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_preferred_5"></a><a class="addthis_button_preferred_6"></a><a class="addthis_button_preferred_7"></a><a class="addthis_button_compact"></a></div> Related posts:<ol><li><a href='http://www.widgetslab.com/2008/06/06/silverlight-2-beta-2-is-out-better-faster-and-stronger/' rel='bookmark' title='Silverlight 2 Beta 2 is out, better, faster and stronger.'>Silverlight 2 Beta 2 is out, better, faster and stronger.</a></li><li><a href='http://www.widgetslab.com/2008/08/01/silverlight-2-photogallery/' rel='bookmark' title='Silverlight 2 PhotoGallery'>Silverlight 2 PhotoGallery</a></li><li><a href='http://www.widgetslab.com/2008/07/16/install-your-own-silverlight-10-powered-flickr-search-widget-in-your-blog/' rel='bookmark' title='Install your own Silverlight 1.0 powered Flickr Search Widget in your blog'>Install your own Silverlight 1.0 powered Flickr Search Widget in your blog</a></li></ol>]]></description> <content:encoded><![CDATA[<p><img title="image" src="http://www.widgetslab.com/wp-content/uploads/2008/08/image41.png" border="0" alt="image" width="283" height="120" /></p><p align="justify"><a href="http://www.widgetslab.com/2008/10/15/silverlight-2-is-out/" target="_blank">9 months after Silverlight 2 got released</a> and here we are with Silverlight 3. This time around <a href="http://www.widgetslab.com/2008/10/16/flash-player-10-is-out/" target="_blank">there was no big update from Adobe</a> so far and they have remained very quiet. that said Flex 3.5, AIR 2 and their improved Development Tools could arrive any day now or until the fall. So there will still be answers to be expected from their side soon enough.</p><p align="justify">Silverlight 3 is very big update and it comes with a lot of changes and benefits compared to Silverlight 2</p><p align="justify">So if you have been holding out, maybe it is time for you take the plunge and install it since you can expect more and more content to use it. That also means more widgets using it:</p><p align="justify"><a href="http://www.microsoft.com/silverlight/get-started/install/default.aspx" target="_blank"><strong><span style="font-size: small;">Install Silverlight 3</span></strong></a>Â Â Â  <em>( PC &amp; Intel Macs â€“ All Browsers)</em></p><p align="justify"><strong><span style="font-size: small;"><a href="http://www.go-mono.com/moonlight-preview/" target="_blank">Install Moonlight 2</a></span></strong>Â Â  <em>(Linux and PowerPC Macs &#8211; Firefox Only)</em></p><p align="justify">For a full run down on Silverlight. I recommend you to read Scott Guthrie notes on the Release:</p><p align="justify"><strong><a href="http://weblogs.asp.net/scottgu/archive/2009/07/10/silverlight-3-released.aspx" target="_blank">Silverlight 3 Released</a></strong></p><div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b5b7dc81-c3ae-461d-a55a-eb6e60450687" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/Silverlight">Silverlight</a>,<a rel="tag" href="http://technorati.com/tags/Silverlight+3">Silverlight 3</a>,<a rel="tag" href="http://technorati.com/tags/Moonlight+2">Moonlight 2</a>,<a rel="tag" href="http://technorati.com/tags/Moonlight">Moonlight</a>,<a rel="tag" href="http://technorati.com/tags/RIA+web">RIA web</a></div><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.widgetslab.com/2009/07/12/silverlight-3-is-out/' addthis:title='Silverlight 3 is out' ><a class="addthis_button_"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_preferred_5"></a><a class="addthis_button_preferred_6"></a><a class="addthis_button_preferred_7"></a><a class="addthis_button_compact"></a></div><p>Related posts:<ol><li><a href='http://www.widgetslab.com/2008/06/06/silverlight-2-beta-2-is-out-better-faster-and-stronger/' rel='bookmark' title='Silverlight 2 Beta 2 is out, better, faster and stronger.'>Silverlight 2 Beta 2 is out, better, faster and stronger.</a></li><li><a href='http://www.widgetslab.com/2008/08/01/silverlight-2-photogallery/' rel='bookmark' title='Silverlight 2 PhotoGallery'>Silverlight 2 PhotoGallery</a></li><li><a href='http://www.widgetslab.com/2008/07/16/install-your-own-silverlight-10-powered-flickr-search-widget-in-your-blog/' rel='bookmark' title='Install your own Silverlight 1.0 powered Flickr Search Widget in your blog'>Install your own Silverlight 1.0 powered Flickr Search Widget in your blog</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.widgetslab.com/2009/07/12/silverlight-3-is-out/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Yahoo Toolbar 8.0 and 2.0 Beta: Catching Up With The Times</title><link>http://www.widgetslab.com/2009/06/22/yahoo-toolbar-8-0-and-2-0-beta-catching-up-with-the-times/</link> <comments>http://www.widgetslab.com/2009/06/22/yahoo-toolbar-8-0-and-2-0-beta-catching-up-with-the-times/#comments</comments> <pubDate>Mon, 22 Jun 2009 06:33:00 +0000</pubDate> <dc:creator>Avatar X</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[Web 2.0]]></category> <category><![CDATA[browser]]></category> <category><![CDATA[interactive]]></category> <category><![CDATA[search]]></category> <category><![CDATA[Toolbar]]></category> <category><![CDATA[widgetization]]></category> <category><![CDATA[Yahoo!]]></category><guid isPermaLink="false">http://www.widgetslab.com/2009/06/22/yahoo-toolbar-8-0-and-2-0-beta-catching-up-with-the-times/</guid> <description><![CDATA[Yahoo Toolbar 8.0 (IE) and 2.0 Beta (FireFox)&#160; is out and its new. but if you suddenly feel invaded by a Deja Vu looking at this picture: It is ok to be. you are not losing your mind. Yahoo Toolbar 8 is indeed familiar. The reason it is so familiar is because it shamelessly copies [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.widgetslab.com/2009/06/22/yahoo-toolbar-8-0-and-2-0-beta-catching-up-with-the-times/' addthis:title='Yahoo Toolbar 8.0 and 2.0 Beta: Catching Up With The Times' ><a class="addthis_button_"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_preferred_5"></a><a class="addthis_button_preferred_6"></a><a class="addthis_button_preferred_7"></a><a class="addthis_button_compact"></a></div> Related posts:<ol><li><a href='http://www.widgetslab.com/2008/10/01/google-toolbar-5-now-for-firefox-too/' rel='bookmark' title='Google Toolbar 5: now for firefox too.'>Google Toolbar 5: now for firefox too.</a></li><li><a href='http://www.widgetslab.com/2008/01/24/yahoo-go-30-beta-cnet-first-look-video/' rel='bookmark' title='Yahoo Go 3.0 Beta: CNET First Look Video'>Yahoo Go 3.0 Beta: CNET First Look Video</a></li><li><a href='http://www.widgetslab.com/2008/06/17/yahoo-go-30-beta-now-also-for-wm-pro/' rel='bookmark' title='Yahoo GO 3.0 Beta: Now also for Windows Mobile Pro devices'>Yahoo GO 3.0 Beta: Now also for Windows Mobile Pro devices</a></li></ol>]]></description> <content:encoded><![CDATA[<p><a href="http://www.widgetslab.com/wp-content/uploads/2009/06/tmp4F.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="tmp4F" border="0" alt="tmp4F" src="http://www.widgetslab.com/wp-content/uploads/2009/06/tmp4F_thumb.png" width="306" height="72" /></a></p><p>Yahoo Toolbar 8.0 (IE) and 2.0 Beta (FireFox)&#160; is out and its new. but if you suddenly feel invaded by a Deja Vu looking at this picture:</p><p><a href="http://www.widgetslab.com/wp-content/uploads/2009/06/tmp50.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="tmp50" border="0" alt="tmp50" src="http://www.widgetslab.com/wp-content/uploads/2009/06/tmp50_thumb.png" width="550" height="238" /></a></p><p align="justify">It is ok to be. you are not losing your mind. Yahoo Toolbar 8 is indeed familiar. The reason it is so familiar is because it shamelessly copies from IE8 WebSlices, <a href="http://www.widgetslab.com/2008/11/05/google-toolbar-turns-8-ie-gets-update-and-it-includes-more-gadgetry/" target="_blank">Google Toolbar 8</a> and <a href="http://www.widgetslab.com/2008/11/24/msn-silverlight-toolbar/" target="_blank">MSN Silverlight Toolbar</a>. so there is not much to say about it for you if you are already a IE8 user. but i do give it to them: it looks great. so if you are a Yahoo Fan, you like Yahoo Widgets, this is a must. otherwise donâ€™t bother&#160; with it if you already have IE8 since you can get Yahoo Webslices and Accelerators and replace most of the Toolbar features. but if you are a Firefox user and you like Yahoo it&#160; is worth checking it out. the same if you are in a machine with IE7 and you are not allowed to upgrade it but you are able to install stuff to it.</p><p align="justify"><a title="http://toolbar.yahoo.com/" href="http://toolbar.yahoo.com/" target="_blank"><strong><font size="2">Yahoo Toolbar 8.0 and 2.0 Beta</font></strong></a></p><p align="justify">via <a href="http://www.techcrunch.com/2009/06/17/yahoo-rolls-out-a-real-time-toolbar/" target="_blank">Techcrunch</a></p><div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:19537d8c-8e53-4164-b03c-d3270c2bc690" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Yahoo" rel="tag">Yahoo</a>,<a href="http://technorati.com/tags/Yahoo+Toolbar" rel="tag">Yahoo Toolbar</a>,<a href="http://technorati.com/tags/Yahoo+Toolbar+8.0" rel="tag">Yahoo Toolbar 8.0</a>,<a href="http://technorati.com/tags/Yahoo+Toolbar+2.0+Beta" rel="tag">Yahoo Toolbar 2.0 Beta</a>,<a href="http://technorati.com/tags/Yahoo+Toolbar+Widgets" rel="tag">Yahoo Toolbar Widgets</a></div><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.widgetslab.com/2009/06/22/yahoo-toolbar-8-0-and-2-0-beta-catching-up-with-the-times/' addthis:title='Yahoo Toolbar 8.0 and 2.0 Beta: Catching Up With The Times' ><a class="addthis_button_"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_preferred_5"></a><a class="addthis_button_preferred_6"></a><a class="addthis_button_preferred_7"></a><a class="addthis_button_compact"></a></div><p>Related posts:<ol><li><a href='http://www.widgetslab.com/2008/10/01/google-toolbar-5-now-for-firefox-too/' rel='bookmark' title='Google Toolbar 5: now for firefox too.'>Google Toolbar 5: now for firefox too.</a></li><li><a href='http://www.widgetslab.com/2008/01/24/yahoo-go-30-beta-cnet-first-look-video/' rel='bookmark' title='Yahoo Go 3.0 Beta: CNET First Look Video'>Yahoo Go 3.0 Beta: CNET First Look Video</a></li><li><a href='http://www.widgetslab.com/2008/06/17/yahoo-go-30-beta-now-also-for-wm-pro/' rel='bookmark' title='Yahoo GO 3.0 Beta: Now also for Windows Mobile Pro devices'>Yahoo GO 3.0 Beta: Now also for Windows Mobile Pro devices</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.widgetslab.com/2009/06/22/yahoo-toolbar-8-0-and-2-0-beta-catching-up-with-the-times/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JS-KIT Acquires Sez Who To Consolidate Online Commenting</title><link>http://www.widgetslab.com/2009/03/17/js-kit-acquires-sez-who-to-consolidate-commenting/</link> <comments>http://www.widgetslab.com/2009/03/17/js-kit-acquires-sez-who-to-consolidate-commenting/#comments</comments> <pubDate>Tue, 17 Mar 2009 07:11:00 +0000</pubDate> <dc:creator>Avatar X</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[Web 2.0]]></category> <category><![CDATA[Widget Distribution]]></category> <category><![CDATA[comments]]></category> <category><![CDATA[JS-KIT]]></category> <category><![CDATA[opinion]]></category> <category><![CDATA[Sez Who]]></category> <category><![CDATA[tracking]]></category><guid isPermaLink="false">http://www.widgetslab.com/?p=4338</guid> <description><![CDATA[It had to happen. do i am surprised?. no because i was the one talking on and on that Sez Who only out&#160; was to be acquired by JS-KIT or Disqus. back when IntenseDebate was not part of Automattic it was also the way to end any chance of any other competitor to ever touch [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.widgetslab.com/2009/03/17/js-kit-acquires-sez-who-to-consolidate-commenting/' addthis:title='JS-KIT Acquires Sez Who To Consolidate Online Commenting' ><a class="addthis_button_"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_preferred_5"></a><a class="addthis_button_preferred_6"></a><a class="addthis_button_preferred_7"></a><a class="addthis_button_compact"></a></div> Related posts:<ol><li><a href='http://www.widgetslab.com/2008/07/10/js-kit-acquires-haloscan-releases-portable-profiles-blog-synchronization-and-comments-seo-support/' rel='bookmark' title='JS-KIT acquires Haloscan, releases Portable Profiles, Blog Synchronization and comments SEO support'>JS-KIT acquires Haloscan, releases Portable Profiles, Blog Synchronization and comments SEO support</a></li><li><a href='http://www.widgetslab.com/2008/10/01/clearspring-acquires-addthis/' rel='bookmark' title='Clearspring acquires AddThis'>Clearspring acquires AddThis</a></li><li><a href='http://www.widgetslab.com/2008/05/09/xobni-acquires-firedrop-to-get-zaplet-tech-widgets-for-email-to-finally-materialize/' rel='bookmark' title='Xobni acquires Firedrop to get Zaplet tech, Widgets for Email to finally materialize?'>Xobni acquires Firedrop to get Zaplet tech, Widgets for Email to finally materialize?</a></li></ol>]]></description> <content:encoded><![CDATA[<p><a href="http://blog.js-kit.com/wp-content/uploads/2009/03/jskitandsezwho-300x661.png"><img title="jskitandsezwho-300x661" alt="" src="http://blog.js-kit.com/wp-content/uploads/2009/03/jskitandsezwho-300x661.png" width="300" height="66" /></a></p><p align="justify">It had to happen. do i am surprised?. no because i was the one talking on and on that Sez Who only out&#160; was to be acquired by JS-KIT or Disqus. back when IntenseDebate was not part of Automattic it was also the way to end any chance of any other competitor to ever touch them. They now have to worry about Automattic, Facebook and more than surely Google coming with something in this space now that Facebook has got into this too.</p><p align="justify">Fortunately for JS-KIT this acquisition and the accumulation of deals and talent puts them into the position to be able to fight Google, Facebook and Automattic and hold on the space since they are the true experts of the space with lots of history on the market.</p><p align="justify"> So far in terms of acquisition JS-KIT acquired the old Haloscan and Sez Who. the first served trackbacks and alternative comment systems and Sez Who serves commenter reputation and Identification. both are good complements but i think that the missing link now is actual comment tracking and harvesting tech. that sounds like Cocomment. they already got a deal with them but with the recent fallout of Cocomment last competitors (co.mments and Commentful) as one has gone off and the other has stagnated and its also dying. Cocoment is a great opportunity to expand the tech and talent in order to anticipate possible threats like backtype that is a new kind of Comment tracker and harvester. the reason is because disqus could be looking into that too since it is pretty much their only chance they have to not be overwhelmed by the now very strong competition competition in this space. i see it hard for them to survive on their own unless they have one last ace to show.</p><p align="justify">The Sez Who acquisition surely will help JS-KIT to compete but it will still have to fight for the first place. i think a Cocomment acquisition would make sure they get the first spot as the combination of talent and tech should allow them to evolve their services faster and grow at a faster pace.</p><p align="justify">But now i also wonder about a possible brand name change and image revamp as they are not longer just JS-KITâ€™s anymore.</p><blockquote><p align="justify"><em><font color="#000000">Iâ€™m very pleased to share with you that JS-Kit has acquired SezWho.</font></em></p><p align="justify"><em><font color="#000000">Here are the highlights</font></em></p><p align="justify"><a href="http://js-kit.com/"><em><font color="#000000">JS-Kit</font></em></a><em><font color="#000000"> continues its meteoric rise as the largest distributed social network by acquiring competitor SezWho. </font></em></p><p align="justify"><em><font color="#000000">Given the adverse funding market, SezWho has been unable to raise the capital needed to continue operations.&#160; As a result the service will shut down. </font></em></p><p align="justify"><em><font color="#000000">The founders have arranged, through </font></em><a href="http://js-kit.com/"><em><font color="#000000">JS-Kit</font></em></a><em><font color="#000000">, the resources necessary to continue the service for an additional 30 days.&#160; This will give publishers an opportunity to transition JS-Kitâ€™s complimentary </font></em><a href="http://js-kit.com/comments/"><em><font color="#000000">Comments</font></em></a><em><font color="#000000"> solution or make other arrangements. </font></em></p><p align="justify"><em><font color="#000000">All new customers will automatically receive JS-Kit Comments. </font></em></p><p align="justify"><em><font color="#000000">This adds 30,000 registered sites to JS-Kitâ€™s customer base. </font></em></p><p align="justify"><em><font color="#000000">This follows our acquisition of Haloscan last year (see </font></em><a href="http://www.techcrunch.com/2008/07/08/js-kit-acquires-commenting-sytem-provider-haloscan/"><em><font color="#000000">TechCrunch</font></em></a><em><font color="#000000">) as well as the first implementations of </font></em><a href="http://blog.js-kit.com/2008/12/09/connect-with-facebook/"><em><font color="#000000">Facebook Connect</font></em></a><em><font color="#000000">, OpenID 2.0 and </font></em><a href="http://blog.js-kit.com/2009/03/04/js-kit-and-yahoo/"><em><font color="#000000">Yahoo ID</font></em></a><em><font color="#000000">. </font></em></p><p align="justify"><em><font color="#000000">JS-Kit is also winning big business with customers that traditionally work with more expensive alternatives Pluck, KickApps and BazaarVoice. Deals like those with </font></em><a href="http://blog.js-kit.com/2009/02/18/js-kit-shines-with-sun-dealjs-kit-shines-with-sun-deal/"><em><font color="#000000">Sun Microsystems</font></em></a><em><font color="#000000">, JetBlue, WorldNow and Evite continue to surprise the market. </font></em></p><p align="justify"><em><font color="#000000">Our clear and simple business model is a key point of differentiation. Khris Louxâ€™s post about â€˜</font></em><a href="http://blog.js-kit.com/2008/08/22/the-cost-of-free-widgets/"><em><font color="#000000">the cost of free widgets</font></em></a><em><font color="#000000">â€˜ explains the value of a partner who has a revenue model. We offer </font></em><a href="http://www.js-kit.com/pricing"><em><font color="#000000">Free, PRO, &amp; PRO+</font></em></a><em><font color="#000000"> subscriptions in order to lock in revenue and assure continuation of services for customers.</font></em></p><p align="justify"><em><font color="#000000">From our friend Jitendra Gupta, CEO of SezWho</font></em></p><p align="justify"><em><font color="#000000">I am excited to be working with JS-Kit to ensure our customers have the best possible support and technologies moving forward. Thanks to their support, we have been able to continue operations for an extra 30 days and provide users a clear upgrade path for rating and comment technologies.</font></em></p><p align="justify"><em><font color="#000000">About JS-Kit</font></em></p><p align="justify"><em><font color="#000000">JS-Kit is the worldâ€™s largest distributed social network, connecting over 630,000 publishers with light weight, cross domain services, including Comments, Ratings, and Polls. These community building services are easy to install, simple to customize, and support fine grained administrative controls.&#160; Publishers can save in-house development and join a network of sites which include AOL, Evite, Experian, JetBlue, Sun Microsystems, &amp; WorldNow by simply embedding a few lines of HTML.</font></em></p><p align="justify"><a href="http://blog.js-kit.com/wp-content/uploads/2009/03/quantcast1.png"><em><font color="#000000"><img title="quantcast1" alt="" src="http://blog.js-kit.com/wp-content/uploads/2009/03/quantcast1.png" width="500" height="339" /></font></em></a></p></blockquote><p align="justify"><a href="http://js-kit.com/" target="_blank"><strong>JS-KIT</strong></a></p><p align="justify">Via <a href="http://blog.js-kit.com/2009/03/06/js-kit-acquires-sezwho/" target="_blank">JS-KIT</a> and <a href="http://www.techcrunch.com/2009/03/05/more-comment-consolidation-js-kit-acquires-sezwho/" target="_blank">Techcrunch</a></p><div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ab85648e-23be-4c73-ba81-7d7557306ebb" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/JS-KIT" rel="tag">JS-KIT</a>,<a href="http://technorati.com/tags/Sez+Who" rel="tag">Sez Who</a>,<a href="http://technorati.com/tags/JS-KIT+acquires+Sez+Who" rel="tag">JS-KIT acquires Sez Who</a>,<a href="http://technorati.com/tags/Online+Commenting+Consolidation" rel="tag">Online Commenting Consolidation</a>,<a href="http://technorati.com/tags/Commentosphere" rel="tag">Commentosphere</a>,<a href="http://technorati.com/tags/Commentosphere+Wars+II" rel="tag">Commentosphere Wars II</a></div><p align="justify"><em><font color="#000000"></font></em></p><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.widgetslab.com/2009/03/17/js-kit-acquires-sez-who-to-consolidate-commenting/' addthis:title='JS-KIT Acquires Sez Who To Consolidate Online Commenting' ><a class="addthis_button_"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_preferred_5"></a><a class="addthis_button_preferred_6"></a><a class="addthis_button_preferred_7"></a><a class="addthis_button_compact"></a></div><p>Related posts:<ol><li><a href='http://www.widgetslab.com/2008/07/10/js-kit-acquires-haloscan-releases-portable-profiles-blog-synchronization-and-comments-seo-support/' rel='bookmark' title='JS-KIT acquires Haloscan, releases Portable Profiles, Blog Synchronization and comments SEO support'>JS-KIT acquires Haloscan, releases Portable Profiles, Blog Synchronization and comments SEO support</a></li><li><a href='http://www.widgetslab.com/2008/10/01/clearspring-acquires-addthis/' rel='bookmark' title='Clearspring acquires AddThis'>Clearspring acquires AddThis</a></li><li><a href='http://www.widgetslab.com/2008/05/09/xobni-acquires-firedrop-to-get-zaplet-tech-widgets-for-email-to-finally-materialize/' rel='bookmark' title='Xobni acquires Firedrop to get Zaplet tech, Widgets for Email to finally materialize?'>Xobni acquires Firedrop to get Zaplet tech, Widgets for Email to finally materialize?</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.widgetslab.com/2009/03/17/js-kit-acquires-sez-who-to-consolidate-commenting/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 28/136 queries in 1.848 seconds using disk: basic
Object Caching 2764/2830 objects using disk: basic

Served from: www.widgetslab.com @ 2012-02-11 23:48:10 -->
