<?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>Webmonkey &#187; review</title>
    <atom:link href="http://www.webmonkey.com/tag/review/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Mon, 06 May 2013 17:29:19 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>Dreamweaver CS5 First Look: More WordPressy, More Firebuggy</title>
        <link>http://www.webmonkey.com/2010/04/dreamweaver-cs5-first-look-more-wordpressy-more-firebuggy/</link>
        <comments>http://www.webmonkey.com/2010/04/dreamweaver-cs5-first-look-more-wordpressy-more-firebuggy/#comments</comments>
        <pubDate>Mon, 12 Apr 2010 18:28:53 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=47119</guid>
        		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[First Look]]></category>
		<category><![CDATA[review]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/04/dw_css.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/04/dw_css.jpg" alt="Dreamweaver CS5 First Look: More WordPressy, More Firebuggy" /></div>There&#8217;s a new version of Adobe Dreamweaver on the way, and it includes new features for building sites with WordPress, new CSS enhancements and a new set of tools that let you see code changes in real time as you work, much like the popular Firebug add-on. Adobe announced details about its latest Creative Suite [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img src="http://www.webmonkey.com/wp-content/uploads/2010/04/picture-1-298x300.png" alt="Dreamweaver CS5" title="Dreamweaver CS5" width="200" class="alignleft size-medium wp-image-47120" />
<p>There&#8217;s a new version of Adobe Dreamweaver on the way, and it includes new features for building sites with WordPress, new CSS enhancements and a new set of tools that let you see code changes in real time as you work, much like the popular Firebug add-on.</p>
<p>Adobe announced details about its latest Creative Suite bundle of applications on Monday morning. <a href="http://www.adobe.com/products/creativesuite/">Creative Suite 5</a> is Adobe&#8217;s new package of apps for building websites, assembling videos and editing photos. We have a <a href="http://www.webmonkey.com/2010/04/flash-cs5-first-look-adobe-drops-a-hefty-update-into-stormy-waters/">first look at Flash CS5</a> here on Webmonkey, and we have a <a href="http://www.wired.com/gadgetlab/2010/04/photoshop-first-look-new-tricks-speed-boost-make-it-worth-the-upgrade/">first look at the new Photoshop</a> on Wired.com&#8217;s Gadget Lab.</p>
<p><a href="http://www.adobe.com/products/dreamweaver/">Dreamweaver</a>, which has been one of the most popular apps for developing websites since its debut (as a Macromedia creation) in 1998, gets a fairly substantial update in Creative Suite 5. It doesn&#8217;t have the whiz-bang new features found in Photoshop CS5, but if Dreamweaver is part of your development workflow, you&#8217;ll definitely find much to appreciate in the new Dreamweaver CS5 that makes it worth an upgrade.</p>
<p>Of course, whether or not to use a <a href="http://en.wikipedia.org/wiki/WYSIWYG">WYSIWYG editor</a> like Dreamweaver is a debate in itself. Most can get by with a text editor, a few browsers and a short stack of reference materials. But if you&#8217;re working with a team of developers, or if you&#8217;re building more complicated sites with dynamic elements, databases and hundreds of pages, tools like Dreamweaver are essential. They speed up the workflow, keep everything organized and ease the pain of constant testing and iteration.</p>
<p>So, if Dreamweaver has a place in your life, here&#8217;s a rundown of what&#8217;s new in the latest version.</p>
<p><span id="more-47119"></span></p>
<p>One of the biggest improvements in the new Dreamweaver is the inclusion of better development tools for dynamic sites built using PHP-based content management systems like WordPress and Drupal. These systems, which of course are super-popular for blogs and community sites, don&#8217;t spit out static HTML files. Rather, most of the pages on a WordPress blog or a Drupal site are generated on the fly using templates and include files. Dreamweaver CS5 now gives you tools to design templates and see what your layout will look like in your final design. The built-in <a href="http://webkit.org/">WebKit</a> engine renders your page as it would render in WordPress (or whatever PHP-based system you&#8217;re using).</p>
<div id="attachment_47121" class="wp-caption alignright" style="width: 310px"><a href="http://www.webmonkey.com/wp-content/uploads/2010/04/dw_cms.jpg" border="0"><img src="http://www.webmonkey.com/wp-content/uploads/2010/04/dw_cms-300x183.jpg" alt="New CMS tools let you edit template files and see your changes right away (click for larger image)." title="dw_cms" width="300" height="183" border="0" class="size-medium wp-image-47121" /></a><p class="wp-caption-text">New CMS tools let you edit template files and see your changes right away (click for larger image).</p></div>
<p>PHP support has been improved in other places within Dreamweaver, too, with new code hints for WordPress, Drupal and Joomla, plus support for custom functions and classes, so you can create your own code hints and error highlights for other PHP frameworks.</p>
<p>Added support for WordPress and other like-minded CMS tools is a big improvement, and one that&#8217;s necessary since so much of web publishing has moved to PHP-based systems. Fans of WordPress or Drupal should find reason to test out the latest Dreamweaver and see if it takes some of the pain out of designing templates.</p>
<p>The new inspection tools in Dreamweaver CS5 let you make adjustments to the CSS or the DOM of whatever page you&#8217;re working on and see them rendered in real time. The inspector shows you how your code will change as you interact with dynamic elements on a page, and it will show you how various changes you make to stylesheets show up on the rendered page.</p>
<p><div id="attachment_47122" class="wp-caption alignright" style="width: 310px"><a href="http://www.webmonkey.com/wp-content/uploads/2010/04/dw_css.jpg" border="0"><img src="http://www.webmonkey.com/wp-content/uploads/2010/04/dw_css-300x218.jpg" alt="Dreamweaver&#039;s inspection tools let you edit your CSS and JavaScript and see your changes in real time." title="dw_css" width="300" height="218" border="0" class="size-medium wp-image-47122" /></a><p class="wp-caption-text">Dreamweaver's inspection tools let you edit your CSS and JavaScript and see your changes in real time.</p></div>
<p>As with several of the features in Dreamweaver, this is something that you can do with the free browser-based plug-in of your choice. In particular, the inspection features offer an experience similar to the <a href="http://getfirebug.com/">Firebug</a> add-on and its various extensions, but here it&#8217;s baked right into the development environment. The primary advantage of having these tools sit directly inside your editing environment is one of convenience. Once you make the changes, there&#8217;s no copying, pasting, testing and redeploying. Most Dreamweaver users have found a happy medium between browser-based and IDE-based inspection and testing tools.</p>
<p>Speaking of testing, Dreamweaver fully integrates Adobe&#8217;s <a href="http://labs.adobe.com/technologies/browserlab/">BrowserLab</a> web service, which lets you examine your layouts as they appear in different browsers. So you can look at your page in a 2-up dialog, with Firefox on one side and IE8 on the other (or any two browsers). There&#8217;s also a cool &#8220;onion skin&#8221; feature that overlays your differently rendered pages on top of one another, so you can clearly spot any layout inconsistencies, color differences or interactive elements that don&#8217;t work.</p>
<p>BrowserLab is a free service available to anyone right now, and it very well may remain free for its entire lifetime. But the fine print on the site warns that Adobe could make it a paid service at any time. So, fair warning. <strong>UPDATE</strong>: <em>Adobe&#8217;s site says &#8220;Notice: On April 30 2010, the limited free preview of Adobe BrowserLab will conclude. [...] If you sign up by April 30, 2010, you will receive one year of complimentary access to all CS Live services.&#8221; [Thanks, Scott!]</em> </p>
<p>When it comes time to deploy files, Dreamweaver CS5 has vastly improved <a href="http://subversion.apache.org/">Subversion</a> support. There was some support for Subversion in CS4, but it was pretty limited. Now, you can make all your changes, moves and deletions locally, then sync to your server. The <code>svn:ignore</code> command works now, too. Also, the the Extensions Manager (which has been a vital part of Dreamweaver since the Macromedia days) now handles the Subversion libraries, so if there are any updates, you&#8217;ll be able to download them for free from <a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&#038;exc=3&#038;loc=en_us">Adobe Exchange</a>.</p>
<p>Finally, something helpful for the new users: the addition of some new CSS starter layouts. These are basic CSS files that help you kick-start a site design using the latest web standards, including totally bare-bones layouts and more complicated things like dropdown menus. So if (like a lot of people starting out) you understand CSS but you don&#8217;t feel confident writing it all yourself, Dreamweaver&#8217;s templates will provide a boost &#8212; and hopefully keep you from taking the easy route and doing your whole site in tables. There, of course, similar templates available on the web, but they vary in quality and in compatibility across browsers.</p>
<p>The new Dreamweaver will ship soon, (Adobe says mid-May), along with the rest of Creative Suite 5. Dreamweaver on its own costs $400, or $200 for an upgrade from any previous version going back to Dreamweaver 8. You can also get Dreamweaver in one of the <a href="http://www.adobe.com/products/creativesuite/">Adobe Creative Suite 5 bundles</a>, which vary in cost from $1,800 to $2,600 depending on which one you buy. Upgrades vary between $500 and $1,400 for the suite. Also, we should note that Adobe has done away with the Web Standard edition of Creative Suite, so now the Web Premium edition is the cheapest CS5 bundle you can buy that includes Dreamweaver.</p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.wired.com/gadgetlab/2010/04/photoshop-first-look-new-tricks-speed-boost-make-it-worth-the-upgrade/">Photoshop CS5 First Look</a></li>
<li><a href="http://www.webmonkey.com/2010/04/flash-cs5-first-look-adobe-drops-a-hefty-update-into-stormy-waters/">Flash CS5 First Look</a></li>
<li><a href="http://www.webmonkey.com/2010/04/apple-taunts-flash-with-list-of-ipad-ready-websites/">Apple Taunts Flash With List of &#8216;iPad Ready&#8217; Websites</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/04/dreamweaver-cs5-first-look-more-wordpressy-more-firebuggy/feed/</wfw:commentRss>
        <slash:comments>14</slash:comments>

        
    </item>
    
    <item>
        <title>Flash CS5 First Look: Adobe Drops a Hefty Update Into Stormy Waters</title>
        <link>http://www.webmonkey.com/2010/04/flash-cs5-first-look-adobe-drops-a-hefty-update-into-stormy-waters/</link>
        <comments>http://www.webmonkey.com/2010/04/flash-cs5-first-look-adobe-drops-a-hefty-update-into-stormy-waters/#comments</comments>
        <pubDate>Mon, 12 Apr 2010 18:27:55 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=47127</guid>
        		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Creative Suite 5]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[First Look]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[review]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/04/flashcs5_text.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/04/flashcs5_text.jpg" alt="Flash CS5 First Look: Adobe Drops a Hefty Update Into Stormy Waters" /></div>Adobe has released details about the latest version its Flash authoring tool, which arrives amid great uncertainty concerning the multimedia platform&#8217;s future. Flash Professional CS5 boasts a number of improvements over previous versions, including better animation physics, improved typography controls, new code hints and snippets for building webapps in ActionScript, some new data formats, and [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><a href="http://www.webmonkey.com/wp-content/uploads/2010/04/flashcs5_box.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/04/flashcs5_box.jpg" alt="flashcs5_box" title="flashcs5_box" width="200" class="alignleft size-full wp-image-47130" /></a>
<p>Adobe has released details about the latest version its Flash authoring tool, which arrives amid great uncertainty concerning the multimedia platform&#8217;s future.</p>
<p><a href="http://www.adobe.com/products/flash/">Flash Professional CS5</a> boasts a number of improvements over previous versions, including better animation physics, improved typography controls, new code hints and snippets for building webapps in ActionScript, some new data formats, and better ability to add cue points to videos. It also has a few tricks for developers eager to publish apps to places where Flash isn&#8217;t allowed.</p>
<p>Flash is part of <a href="http://www.adobe.com/products/creativesuite/">Creative Suite 5</a>, Adobe&#8217;s new package of apps for building websites, assembling videos and editing photos. The new suite of apps, which Adobe says will ship mid-May, was announced Monday. We have a <a href="http://www.webmonkey.com/2010/04/dreamweaver-cs5-first-look-more-wordpressy-more-firebuggy/">first look at Dreamweaver CS5</a> on Webmonkey, and we have a <a href="http://www.wired.com/gadgetlab/2010/04/photoshop-first-look-new-tricks-speed-boost-make-it-worth-the-upgrade/">first look at the new Photoshop</a> on Wired.com&#8217;s Gadget Lab.</p>
<p>Adobe Flash has taken a beating lately, especially from the hurricane that Apple&#8217;s public relations team generated around the launch of the iPad. Apple&#8217;s mobile devices don&#8217;t support Flash Player, so Apple is encouraging web developers to <a href="http://www.webmonkey.com/2010/04/apple-taunts-flash-with-list-of-ipad-ready-websites/">make their sites &#8220;iPad-ready&#8221;</a> by removing Flash elements.</p>
<p>Also, last week, the new iPhone OS was announced, and it includes a new rule <a href="http://www.wired.com/gadgetlab/2010/04/iphone-developer-policy/">banning applications built with cross-compilers</a>. Flash CS5 will ship with such a cross-compiler, <a href="http://labs.adobe.com/technologies/flashcs5/appsfor_iphone/">Adobe&#8217;s Packager for iPhone</a>, which lets developers build apps in Adobe&#8217;s suite of tools that can be exported with the click of a button and wrapped up as Apple-native code. Well, those apps won&#8217;t run on iPhones and iPads once the devices get their software updates this summer and fall, respectively. (There&#8217;s also a note on Adobe&#8217;s website Monday noting the use of Packager for iPhone is &#8220;Subject to Apple&#8217;s current requirements and approval.&#8221;)</p>
<p><span id="more-47127"></span></p>
<p>Even with this cloud of negativity hovering overhead, Flash has plenty of steam left. The biggest factor in Flash&#8217;s success &#8212; video playback &#8212; is still a killer app on the web. The latest version of Flash Player (version 10.1, which <a href="http://www.webmonkey.com/2009/10/new_flash_player_10dot1_fights_off_html5/">came out earlier this year</a>) addressed many of the performance and consistency issues that have been dogging Flash for the last year. And Flash will continue to be a key to video experiences in browsers, at least until the <a href="http://www.webmonkey.com/2010/03/shocker-new-study-shows-web-video-is-still-a-mess/">mess that open video is stuck in right now</a> gets cleared up.</p>
<p>Even so, Adobe is smart enough to see that HTML5 is going to be a big part of the web&#8217;s future, which is why the company has built tools into Creative Suite 5 for rendering Flash elements as HTML5-ready Canvas animations, <a href="http://www.9to5mac.com/Flash-html5-canvas-35409730">as seen in this video</a>. As developer and blogger <a href="http://simonwillison.net/2010/Apr/11/fxg/">Simon Willison notes</a>, this feature could be very useful for displaying newspaper infographics and other &#8220;Flashy&#8221; data visualizations on iPads and iPhones.</p>
<p>The HTML5 debate aside, here&#8217;s a rundown of what else is new in Flash Professional CS5.</p>
<h3>Video cue points</h3>
<p>If you&#8217;re building content around a Flash-embedded video file, you&#8217;ll be keen on one of the new enhancements in CS5: the ability to use cue points in the videos&#8217; timelines to trigger ActionScript events.</p>
<div id="attachment_47131" class="wp-caption alignright" style="width: 310px"><a href="http://www.webmonkey.com/wp-content/uploads/2010/04/flashcs5_snippet.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/04/flashcs5_snippet-300x187.jpg" alt="You&#039;ll find code snippets and new code hints in Flash CS5&#039;s ActionScript editor. (Click for larger.)" title="flashcs5_snippet" width="300" height="187" class="size-medium wp-image-47131" /></a><p class="wp-caption-text">You'll find code snippets and new code hints in Flash CS5's ActionScript editor. (Click for larger.)</p></div>
<h3>Building ActionScript apps</h3>
<p>There are also new tools for building ActionScript apps. The most powerful tool is Adobe Flash Builder, which is fully integrated with Flash CS5 (It used to be called Adobe Flex Builder, and it&#8217;s been in an open demo program since early 2009).</p>
<p>Flash Builder is an Eclipse-based IDE for building web apps with Flex, Adobe&#8217;s open source web framework. You can use Flash Builder to create apps that interface with local databases or the APIs of various web services. You can also set up Flash Builder to be your default code editor for ActionScript.</p>
<h3>ActionScript editor</h3>
<p>If you&#8217;re a whiz at ActionScript, you&#8217;ll appreciate the new ActionScript editor in the new Flash Pro. You get new custom class-code hinting and code-completion features. There&#8217;s also a library of ActionScript snippets for new coders &#8212; so many, in fact, that you don&#8217;t really need to know that much about ActionScript to build simple animations.</p>
<h3>Natural animations</h3>
<p>Animations will be more natural overall since Adobe has updated its physics engine in Flash CS5. The last version saw the inclusion of a new inverse-kinematics engine, and it&#8217;s been enhanced in CS5 to produce animations that are more lifelike and realistic.</p>
<div id="attachment_47132" class="wp-caption alignright" style="width: 310px"><a href="http://www.webmonkey.com/wp-content/uploads/2010/04/flashcs5_text.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/04/flashcs5_text-300x187.jpg" alt="Flash CS5&#039;s text-handling capabilities have been improved. (Click for larger.)" title="flashcs5_text" width="300" height="187" class="size-medium wp-image-47132" /></a><p class="wp-caption-text">Flash CS5's text-handling capabilities have been improved. (Click for larger.)</p></div>
<h3>Text handling</h3>
<p>There are new text handling tools, too, including Adobe&#8217;s <a href="http://labs.adobe.com/technologies/textlayout/">Text Layout Framework</a>. This framework has been built into multiple products, including Flash Player 10.x and the other CS5 production tools. So, when a designer hands you a file with text laid out in InDesign or Illustrator, that text will be better preserved once you start playing around in Flash.</p>
<h3>Flash Catalyst</h3>
<p>Shipping along with Flash Pro in most of the Creative Suite 5 packages is Flash Catalyst, another product that began life as a free beta in Adobe Labs. Flash Catalyst lets you take a static design created in Photoshop or Illustrator and make a functioning Flash web app out of it.</p>
<p>You select the different things like scrollbars or menu elements, and apply ActionScript actions to them. Catalyst basically brings a static illustration to life as you define how the parts move and how they interact with one another. When you&#8217;re done, you can export it to Flash Builder, where you can tie the interface to a database or to web APIs. There&#8217;s more info about it on <a href="http://labs.adobe.com/technologies/flashcatalyst/">Adobe Labs</a>, including a video.</p>
<h3>Outside the box</h3>
<p>One more cool thing Adobe has done in CS5 is they&#8217;ve solved Flash&#8217;s hermetically-sealed&ndash;box problem. When you export your Flash project, you can just spit out a single, binary FLA, or you can choose to export as an XFL package. It&#8217;s a new XML-based format developed for Adobe Flash.</p>
<p>The XFL option produces an uncompressed package where your various elements &#8212; video, objects, scripts &#8212; are all left separate. You can edit individual elements of your project (or pass them off to other team members for editing) without having to repackage everything any time a change is made.</p>
<p>We&#8217;re not going to spend too much space here encouraging anyone to ditch Flash in favor of open web technologies. There is plenty that HTML5 can do when it comes to building apps, animations and playback experiences, and the smart developers out there are already using emerging standards to do those things (with and without Adobe&#8217;s tools). For everything else, Flash will continue to fill in the gaps. Love it or hate it, Flash has its place on the web, and for those of you using it, Flash Professional CS5 should serve as a welcome upgrade to your workflows.</p>
<p>Flash Professional on its own costs $700, or $200 for an upgrade from any previous version going back to Macromedia Flash 8. Flash Catalyst CS5 costs $400, and Flash Builder costs $250. So, if you&#8217;re interested in getting all of the Flash tools, you should also look into one of the CS5 packages, which come with other flagship apps like Photoshop and Dreamweaver.</p>
<p>The Adobe Creative Suite 5 bundles containing the Flash tools vary in cost from $1,800 to $2,600 depending on which one you buy. Upgrades vary between $500 and $1,400 for the suite. Also, we should note that Adobe has done away with the Web Standard edition of Creative Suite, so now the Production Premium edition ($1,700) is the cheapest CS5 bundle you can buy that includes the Flash apps. For that price, you also get Photoshop, Illustrator, Premiere Pro, Bridge and several other apps.</p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.wired.com/gadgetlab/2010/04/photoshop-first-look-new-tricks-speed-boost-make-it-worth-the-upgrade/">Photoshop CS5 First Look</a></li>
<li><a href="http://www.webmonkey.com/2010/04/dreamweaver-cs5-first-look-more-wordpressy-more-firebuggy/">Dreamweaver CS5 First Look</a></li>
<li><a href="http://www.webmonkey.com/2010/04/apple-taunts-flash-with-list-of-ipad-ready-websites/">Apple Taunts Flash With List of &#8216;iPad Ready&#8217; Websites</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/04/flash-cs5-first-look-adobe-drops-a-hefty-update-into-stormy-waters/feed/</wfw:commentRss>
        <slash:comments>22</slash:comments>

        
    </item>
    
    <item>
        <title>Kickball Plots Foursquare Domination With Better Maps</title>
        <link>http://www.webmonkey.com/2010/03/kickball-plots-foursquare-domination-with-better-maps/</link>
        <comments>http://www.webmonkey.com/2010/03/kickball-plots-foursquare-domination-with-better-maps/#comments</comments>
        <pubDate>Tue, 30 Mar 2010 19:12:10 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=47055</guid>
        		<category><![CDATA[Location]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Foursquare]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[kickball]]></category>
		<category><![CDATA[review]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/03/picture-3.png" type="image/png" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/03/picture-3.png" alt="Kickball Plots Foursquare Domination With Better Maps" /></div>A new iPhone app makes messing around on Foursquare a more-visual experience than ever before. The app is called Kickball, and it more tightly incorporates maps into the Foursquare experience. It has many of the same features as the official Foursquare app, like check-ins, history, badges, tips and shouts, and the list view that shows [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><div id="attachment_47056" class="wp-caption alignleft" style="width: 228px"><img src="http://www.webmonkey.com/wp-content/uploads/2010/03/picture-3.png" alt="The Kickball slogan." title="picture-3" width="218" height="189" class="size-full wp-image-47056" /><p class="wp-caption-text">The Kickball slogan.</p></div>
<p>A new iPhone app makes messing around on Foursquare a more-visual experience than ever before.</p>
<p>The app is called <a href="http://www.gorlochs.com/#kickball">Kickball</a>, and it more tightly incorporates maps into the Foursquare experience. It has many of the same features as the official Foursquare app, like check-ins, history, badges, tips and shouts, and the list view that shows all your friends&#8217; statuses.</p>
<p>But Kickball (<a href="http://itunes.apple.com/us/app/kickball/id363964795?mt=8">App Store link</a>) ups the ante by letting you plot all of the current Foursquare activity within your network on a map. You can see where your friends are, zooming in and panning around to different neighborhoods. Also, at any time, you can pop up a map that shows you the 15 venues in the Foursquare system that are closest to your current location. Kickball uses Mixer Labs&#8217; <a href="http://geoapi.com/">GeoAPI</a>, which is now owned by Twitter, for location data.</p>
<p>This discovery feature is especially handy if you&#8217;re in a city or a neighborhood you don&#8217;t know that well. Even in a place I know all too well (the Wired office), I was able to see all the places within about 100 yards where I can go fight for mayorships. Oh, <em>it&#8217;s ON</em>.</p>
<p><img src="http://www.webmonkey.com/wp-content/uploads/2010/03/kickball_wide.jpg" alt="kickball_wide" title="kickball_wide" width="590" height="442" class="aligncenter size-full wp-image-47054" /></p>
<p>While you&#8217;re browsing one of these maps, and you zoom in on a friend or on a venue, you get a button that says, &#8220;I&#8217;m here too,&#8221; making it easy to check in with one click. Equally as accessible within the app is the &#8220;Off the grid&#8221; choice. There&#8217;s also the ability to view details about a place, view relevant tweets and add photos (something else missing from Foursquare).</p>
<p>I&#8217;ve been using both Kickball and Foursquare&#8217;s official iPhone apps side by side for a couple of days, and the map experience in Kickball is far better than the map experience in Foursquare. The user interface in Kickball is also a little less chaotic than Foursquare. Both have their ups and downs, but if you&#8217;ve been wanting a stronger, more elegant integration of maps, Kickball is your answer.</p>
<p><span id="more-47055"></span></p>
<p>Just a few days ago, Foursquare and Microsoft announced that <a href="http://blogs.zdnet.com/gadgetreviews/?p=13529">Bing&#8217;s mapping service will begin to pull in Foursquare data</a>, allowing a Bing user to be able to perform many of the same Kickball-style searches and discovery tasks on its maps site. But Kickball is more convenient, since you get what&#8217;s more relevant to you directly inside the app &#8212; and without the Silverlight.</p>
<p>There are big plans for the future, according to the development team, Portland, Oregon&#8217;s <a href="http://www.gorlochs.com/">Gorlochs</a>. Kickball will soon integrate Gowalla and Brightkite and make the Twitter integration tighter. But for now, it&#8217;s all about Foursquare, and it&#8217;s iPhone only.</p>
<p>The iPhone app is free and available now in the App Store. The &#8220;for a limited time&#8221; tag on the free price point is a hint that Kickball may be a paid app soon.</p>
<p>Kickball was released this week to coincide with the all-things-location <a href="http://en.oreilly.com/where2010/">Where 2.0 conference</a>, which kicks off in San Jose, California, on Tuesday and runs through Thursday.</p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.wired.com/underwire/2010/03/sxsw-foursquare/">Geeks Defend Their Foursquare Turf</a></li>
<li><a href="http://www.webmonkey.com/2010/03/facebook-finds-its-place-in-the-location-sharing-landscape/">Facebook Finds its Place in the Location-Sharing Landscape</a></li>
<li><a href="http://www.webmonkey.com/2010/03/google-gets-a-new-geocoder/">Google Gets a New Geocoder</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/03/kickball-plots-foursquare-domination-with-better-maps/feed/</wfw:commentRss>
        <slash:comments>15</slash:comments>

        
    </item>
    
    <item>
        <title>Hands On With Google Buzz &#8211; It’s a Stream in Your Inbox</title>
        <link>http://www.webmonkey.com/2010/02/hands_on_with_google_buzz_-_it_s_a_stream_in_your_inbox/</link>
        <comments>http://www.webmonkey.com/2010/02/hands_on_with_google_buzz_-_it_s_a_stream_in_your_inbox/#comments</comments>
        <pubDate>Wed, 10 Feb 2010 01:01:10 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/handsonwithgooglebuzzitsastreaminyourinbox</guid>
        		<category><![CDATA[Social]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Buzz]]></category>
		<category><![CDATA[hands on]]></category>
		<category><![CDATA[review]]></category>
        <description><![CDATA[Tuesday saw the debut of Google Buzz, a new service for sharing status updates, links and media with your friends. It&#8217;s currently being rolled out to the public slowly &#8212; you can sign up at buzz.google.com &#8212; but we&#8217;ve had access to Buzz since shortly after it launched, and I&#8217;ve had a chance to play [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://www.wired.com/images_blogs/epicenter/2010/02/1444417344-googlebuzzlogo68.png" />Tuesday saw the debut of Google Buzz, a new service for sharing status updates, links and media with your friends. It&#8217;s currently being rolled out to the public slowly &#8212; you can sign up at <a href="http://buzz.google.com/">buzz.google.com</a> &#8212; but we&#8217;ve had access to Buzz since shortly after it launched, and I&#8217;ve had a chance to play around with it.</p>
<p>Buzz integrates directly with your Gmail inbox, so updates and comments appear along side your e-mails. It bears a strong resemblance to other sharing platforms like FriendFeed or Twitter and Facebook&#8217;s News Feed &#8212; imagine all of those magically inserted into your Gmail inbox and you get the picture.</p>
<p>It has all the makings of a powerful, real-time social platform that&#8217;s ready to compete with, or compliment, those established players.</p>
<p>But for now, Buzz is a bit of a mystery. Only a handful of people are actually using it, so the sharing features don&#8217;t really feel that social. It&#8217;s as if you&#8217;re broadcasting into an empty void. In that regard, my first day with Buzz reminds me of my first few days with Google Wave, or my first few days with FriendFeed. That feeling of being in a big empty room will change once Buzz opens up and more of my friends join, just as it did for those other services.</p>
<p>There&#8217;s another more serious limitation: What happens in Buzz stays in Buzz. You can&#8217;t use it to post to your favorite social networks. You can add feeds from Twitter, Flickr, Google Reader and any other social site (except for Facebook, notably), and all that stuff gets aggregated into a single feed on Buzz where your friends can leave comments. But when you post a status update or share any sort of link or media on Buzz, you don&#8217;t have the option to CC Twitter or FriendFeed.</p>
<p>Google noted during <a href="http://www.wired.com/epicenter/2010/02/google-buzz/">Tuesday&#8217;s launch event</a> that it does plan on adding the ability to post out to Twitter and other services soon. And, since all public posts in Buzz are available as an XML feed, you could hack together a way to post to Twitter if you know what you&#8217;re doing. But for now, for most every user, Google Buzz remains a one-way street.</p>
<p>Once those two things change &#8212; the volume problem and the cross-posting problem &#8212; Buzz will be a serious player on the social web. Right now, it&#8217;s worth playing with and getting used to, because once it gains momentum, it&#8217;s going to become part of our daily lives. It&#8217;s that easy to use, and that powerful.</p>
<p><!-- more --></p>
<h3>Here&#8217;s how it works</h3>
<p>Once you&#8217;re given access, you&#8217;ll see Buzz appear in your Gmail sidebar just below your Inbox. Click it and you&#8217;ll see something familiar: a white box inviting you to post a status update.</p>
<p><img class="blogimg" src="http://www.wired.com/images_blogs/epicenter/2010/02/buzz1.jpg" width="630" /></p>
<p>When you first arrive in Buzz, it&#8217;s automatically set up to follow the few dozen people in your Google Contacts list that you correspond with the most. It&#8217;s a rather genius bit of engineering &#8212; Buzz taps into your Gmail network so you don&#8217;t need to go through that process of importing contacts or &#8220;finding friends,&#8221; one of the most painful experiences on the social web.</p>
<p>Each post to Buzz can be public (for the whole web to see) or private (you select which friends see it). The default is public, but you can also address posts directly to a friend using a variation on Twitter&#8217;s @ reply syntax, like this: @joe@gmail.com.</p>
<p>Send one of those updates and it shows up in your stream and in his stream, and anyone following either one of you will see it. But the note will also show up in his Gmail inbox, so you can make sure he sees it.</p>
<p>You can type text of course, but if you put in a link, Buzz will go gather photos or videos that live behind that link and give you the option of adding them to your update. Photos show up in a nice little gallery of thumbnails. Videos get embedded and can be played inline.</p>
<p><img class="blogimg" src="http://www.wired.com/images_blogs/epicenter/2010/02/buzz3.jpg" width="630" /></p>
<p>Above that white box, you can see the number of services Buzz is aggregating for you. Click on that number and you can add or subtract services to control what shows up in your feed.</p>
<p><a href="http://www.wired.com/images_blogs/epicenter/2010/02/buzz4.jpg" border="0"><img class="blogimg" src="http://www.wired.com/images_blogs/epicenter/2010/02/buzz4.jpg" width="300" border="0" /></a>Also above that white box is the number of people you&#8217;re following. Click on that number and you can add or subtract followers. This will control whose updates show up in your feed.</p>
<p>All of your activities, comments and all those of your friends will show up here. Everything appears in real-time and the updates are very fast. If you or one of your friends posts something boring that doesn&#8217;t have any comments or media associated with it, Buzz will eventually collapse it. So long, clutter.</p>
<p>People can like, comment and e-mail anything that shows up in their feed, whether it was posted by you or them or whoever.</p>
<p>If you want to see your public feed of everything you&#8217;re sharing, check out your Google Profile (you know <a href="http://www.webmonkey.com/blog/Google_Profiles_and_Creating_a__Social_Hub__on_the_Open_Web">you have one</a>, right?).</p>
<p><a href="http://www.wired.com/images_blogs/epicenter/2010/02/buzz5.jpg" border="0"><img class="blogimg" src="http://www.wired.com/images_blogs/epicenter/2010/02/buzz5.jpg" width="300" border="0" /></a>There&#8217;s a new Buzz tab that displays all your public posts. Google Profiles and Buzz are intricately tied together.</p>
<p>Posts can be geotagged, and the location-aware features really comes to life when you post from a mobile with GPS inside. There&#8217;s a mobile webapp optimized for Android and iPhone browsers &#8212; surf to <a href="http://m.google.com/app/buzz">m.google.com/app/buzz</a></p>
<p>Buzz will figure out where you are using the mobile browser&#8217;s geolocation abilities through HTML5. The interface for picking your location is elegant.</p>
<p>Buzz will then show you recent posts around your current location. It can also plot nearby Buzz posts on a layer in Google Maps.</p>
<p>Clearly, Buzz mimics the functionality of Facebook&#8217;s News Feed &#8212; minus all the Farmville, Mafia Wars and Superpoke notifications. It draws upon a common vernacular for sharing and commenting that Facebook helped establish.</p>
<p>So, is it a replacement for Facebook, or a compliment to Facebook? In a way, Google&#8217;s rapidly-expanding social stack &#8212; Buzz, Gmail, Contacts, Chat, Profiles, Picasa and YouTube &#8212; could be seen as a clone of Facebook that operates on the open web. If anything, it&#8217;s a version of Facebook for people who never got into Facebook, or chose not to participate because of its closed nature.</p>
<p>No matter how it ends up impacting Facebook, Buzz will go down in history as a transformative step in Google&#8217;s timeline. It brings a whole new utility to what is already our most critical social tool &#8212; the e-mail inbox.</p>
<p><strong>See also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/Google_Launches_Buzz__Its_New_Social_Media_Sharing_Platform">Google Launches Buzz, Its New Social Media Sharing Platform</a></li>
<li><a href="http://www.wired.com/epicenter/2010/02/google-buzz/">Google Takes On Facebook, Twitter with &#8216;Buzz&#8217;</a></li>
<li><a href="http://www.wired.com/epicenter/2010/02/microsoft-yahoo-google-buzz/">Microsoft, Yahoo Diss Google&#8217;s Buzz</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/hands_on_with_google_buzz_-_it_s_a_stream_in_your_inbox/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>Firefox Has Been Hitting the Gym — Version 3.6 Is Faster, More Capable</title>
        <link>http://www.webmonkey.com/2010/01/firefox_has_been_hitting_the_gym_-_version_3dot6_is_faster__more_capable/</link>
        <comments>http://www.webmonkey.com/2010/01/firefox_has_been_hitting_the_gym_-_version_3dot6_is_faster__more_capable/#comments</comments>
        <pubDate>Thu, 21 Jan 2010 10:16:33 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/firefoxhasbeenhittingthegymversion36isfastermorecapable</guid>
        		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[hands on]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[review]]></category>
        <description><![CDATA[Mozilla has unleashed Firefox 3.6, the next version of the popular open source web browser. The new and improved Firefox 3.6 is now available as a free download for Windows, Mac and Linux. There isn&#8217;t much new to look at on the surface, but we&#8217;d strongly recommend you upgrade to Firefox 3.6, based on the [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://www.wired.com/images_blogs/epicenter/2010/01/firefox36_logo.jpg" width="300" />Mozilla has unleashed Firefox 3.6, the next version of the popular open source web browser.</p>
<p>The new and improved <a href="http://www.mozilla.com/en-US/firefox/personal.html">Firefox 3.6 is now available</a> as a free download for Windows, Mac and Linux.</p>
<p>There isn&#8217;t much new to look at on the surface, but we&#8217;d strongly recommend you upgrade to Firefox 3.6, based on the work that&#8217;s been done to improve the browser&#8217;s speed and support for the latest web technologies.</p>
<p>Thursday&#8217;s release brings significant performance boosts and a number of new features like support for custom skins, full-screen support for native web video and much-improved font support for developers looking to use new fonts on their sites.</p>
<p>It arrives only six months after the previous version, Firefox 3.5. The shorter-than-usual wait between versions means that Firefox 3.6 doesn&#8217;t have quite as many new standout features as 3.5 brought to the browser when it debuted. But we don&#8217;t want to give the impression that Firefox 3.6 is only an incremental performance upgrade from the previous version.</p>
<p><img class="blogimg" src="http://www.wired.com/images_blogs/epicenter/2010/01/firefox36.jpg" /></p>
<h3>A Nimbler Fox</h3>
<p>The fact is that there&#8217;s quite a bit of new technology under the hood. Users who spend the bulk of their day in JavaScript-heavy web apps &#8212; which these days is most of us &#8212; will notice faster page loads thanks to improvements to the browser&#8217;s rendering engine. Much of the added speed is due to enhancements to <a href="https://wiki.mozilla.org/JavaScript:TraceMonkey">TraceMonkey</a>, Mozilla&#8217;s JavaScript-rendering engine.</p>
<p>Not only does the tweaked TraceMonkey speed up webpage rendering, it&#8217;s now available to speed up Firefox UI elements written in JavaScript. That change means the Firefox interface is snappier, and &#8212; when combined with the new version of Gecko, Firefox&#8217;s core rendering engine &#8212; there&#8217;s a noticeable improvement in Firefox 3.6&#8242;s overall performance.</p>
<p>In our testing of pre-release versions (the last of which were nearly identical to the final code), JavaScript-heavy sites like FriendFeed, Facebook and Gmail loaded faster, and the browser&#8217;s initial startup time was much better than with Firefox 3.5 &#8212; especially if you&#8217;re reopening a large number of tabs.</p>
<p>Also new under the hood is the new <code>about:support</code> page which offers a simple place to look up all the <a href="http://www.webmonkey.com/blog/Troubleshooting_Firefox_Gets_Easier_With_New__About:Support__Page">pertinent information about the current Firefox installation</a>, including a list of installed extensions, any user-modified preference settings, links to installed plug-ins, and other configuration details.</p>
<h3>Fullscreen HTML5 Video</h3>
<p>Firefox 3.6 now supports <a href="http://www.webmonkey.com/blog/Firefox_3DOT6_Aims_to_Bring_Fullscreen__Open_Source_Video_to_the_Web">fullscreen video playback</a> through native HTML5 video embeds. Just right-click a video embedded using the HTML5 video tag and you&#8217;ll see a new menu item for full-screen playback.</p>
<p>Currently video on the web is generally embedded using proprietary technologies like Adobe&#8217;s Flash Player or Microsoft&#8217;s Silverlight plugin.</p>
<p>Native HTML5 video will give users a way to watch movies online without the need of third-party plug-ins.</p>
<p>Firefox previously supported HTML5 native video but lacked the ability to play those videos in full-screen mode, an oversight that Firefox 3.6 corrects, putting open source video on largely equal footing with proprietary technologies like Flash or Silverlight.</p>
<p>Curiously, Firefox 3.6&#8242;s release comes only a day after YouTube announced it would begin supporting <a href="http://www.webmonkey.com/blog/YouTube_Embraces_HTML5__But_Stops_Short_of_Open_Web_Video">playback of embedded videos with HTML5</a>, albeit using the h.264 codec which Firefox does not support, as it&#8217;s proprietary. Mozilla prefers the open source Ogg Theora video format instead.</p>
<h3>More Web-Standards Support</h3>
<p>Web developers and open-web proponents alike will be happy to hear that quite a few new features in CSS 3 have made their way into Firefox 3.6. Firefox now supports the <code>background-size</code> property as well as some cool tricks for handling background images with CSS. Designers can <a href="https://developer.mozilla.org/en/CSS/-moz-background-size">specify the size of background images</a> on web pages, stretching them by dictating what percentage of the browser window&#8217;s width they take up.</p>
<p>There are also some new methods for <a href="https://developer.mozilla.org/en/CSS/Gradients">applying gradients to page backgrounds</a>, enabling designers to create more interesting, colorful backgrounds without using images at all, just by defining a few colors in their HTML.</p>
<p>Firefox 3.6 also supports the <a href="http://www.webmonkey.com/blog/Mozilla_Throws_Its_Weight_Behind_Improving_Web_Type__Adopts_WOFF_for_Firefox">Web Open Font Format (WOFF)</a>, which allows developers to use server-side fonts to build better typography into their designs.</p>
<h3>Personas</h3>
<p>Firefox 3.6 brings built-in support for lightweight themes, which Mozilla calls <a href="https://addons.mozilla.org/en-US/firefox/personas/">Personas</a>. Personas have been around for a while (you can even <a href="http://www.webmonkey.com/blog/Weave_Adds_Personas_to_its_Bag_of_Firefox_Syncing_Tricks">sync them across multiple browsers</a> if you&#8217;re running Weave, Mozilla&#8217;s syncing tool), but installing Personas previously required a separate extension to manage them.</p>
<p>Now Personas can be installed right out of the box, allowing you to tweak and theme Firefox as you&#8217;d like. Although Personas don&#8217;t offer quite the options of full-fledged themes, they&#8217;re much easier to create and install. If you&#8217;d like to try out some custom themes, head over to the <a href="https://addons.mozilla.org/en-US/firefox/personas/">Personas site</a>.</p>
<h3>Improved Tab-Switching Previews</h3>
<p>Also new on the tab front are the long-awaited preview thumbnails in Firefox&#8217;s built-in tab switcher, which have finally arrived, sort of. The tab previews have been in the works for quite some time, and &#8212; sadly &#8212; enabling the previews will still require a trip to <code>about:config</code> (set browser.ctrlTab.previews to true).</p>
<p>Unfortunately for Windows 7 users, much of the Windows 7 integration &#8212; like Aero tab previews and jump lists &#8212; did not make the final release. Not officially, anyway.</p>
<p>According to Mozilla Director of Firefox Mike Beltzner, support for Windows 7&#8242;s Aero Peek tab previews &#8212; the page and tab previews available in the Windows 7 task bar &#8212; can be enabled in the <code>about:config</code> page. But the feature wasn&#8217;t quite ready to be switched on by default.</p>
<p>If you&#8217;d like to turn it on now, just be aware that sometimes the previews don&#8217;t render properly. Look for this one to be officially turned on by an incremental update in the near future.</p>
<h3>Security Enhancements</h3>
<p>Firefox 3.6 includes the ability to check for out -of-date plug-ins and will point you to the offending plug-in&#8217;s website to download the latest version.</p>
<p>The primary target here is the Flash plug-in, which previously had no update mechanism in Firefox and could leave Firefox users vulnerable to attack even if the browser itself was up-to-date.</p>
<p>Mozilla has also changed the way third-party add-ons integrate with Firefox. The Firefox components directory is now off-limits to third-party tools like Firefox add-ons. The move is mainly designed to make Firefox more stable by preventing add-ons from accessing lower-level tools that could cause crashes.</p>
<p>According to Mozilla, there are no features to be gained from accessing the components directory, so your favorite add-ons should not be adversely affected by the change.</p>
<h3>Why the Long Wait?</h3>
<p>Although the turnaround time for Firefox 3.6 was faster than its predecessor, Mozilla was still plagued by delays, and it released an unprecedented five beta versions to testers before Thursday&#8217;s final release.</p>
<p>However, while there were more betas than previous releases, according to Mike Beltzner, Mozilla&#8217;s Director of Firefox, the overall development time was actually shorter.</p>
<p>&#8220;We did something very different with betas this time around, and this has been one of the shortest beta periods in terms of calendar time that a Firefox release has ever had,&#8221; Beltzner tells Webmonkey.</p>
<p>&#8220;Once people have agreed to test a beta, it&#8217;s our responsibility to give them updates as quickly as possible. Instead of spending three to four weeks making changes and releasing a beta, for Firefox 3.6 we decided to create a beta version that would be updated every one or two weeks with the latest changes.&#8221;</p>
<p>He says that cranking out more betas at a faster pace made development smoother and allowed for more feedback from Mozilla&#8217;s community of over 600,000 beta testers.</p>
<h3>Conclusion</h3>
<p>Firefox 3.6 is not the radical overhaul that Firefox 3.5 offered, but the latest version is a worthy upgrade nonetheless. The welcome speed improvements combined with the UI changes and expanded HTML5 support make Firefox 3.6 a must-have upgrade.</p>
<p>We&#8217;re already looking forward to the next version of Firefox, tentatively listed as Firefox 3.7, which, with any luck will bring isolated tabs for application crashes (a la Google Chrome), integration of the Ubiquity add-on into the Awesome bar and of course, even more enhancements for HTML 5.</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/YouTube_Embraces_HTML5__But_Stops_Short_of_Open_Web_Video">YouTube Embraces HTML5, But Stops Short of Open Web Video</a></li>
<li><a href="http://www.webmonkey.com/blog/Firefox_3DOT6_Beta_1_Arrives:_More_Speed__Better_Video__New_Tab_Tricks">Firefox 3.6 Beta 1 Arrives: More Speed, Better Video, New Tab Tricks</a></li>
<li><a href="http://www.webmonkey.com/blog/Mozilla_Throws_Its_Weight_Behind_Improving_Web_Type__Adopts_WOFF_for_Firefox">Mozilla Throws Its Weight Behind Improving Web Type, Adopts WOFF for Firefox</a></li>
<li><a href="http://www.webmonkey.com/blog/Firefox_3DOT6_Aims_to_Bring_Fullscreen__Open_Source_Video_to_the_Web">Firefox 3.6 Aims to Bring Fullscreen, Open Source Video to the Web</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/01/firefox_has_been_hitting_the_gym_-_version_3dot6_is_faster__more_capable/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>Latest Opera Update Hopes to ‘Unite’ the Web</title>
        <link>http://www.webmonkey.com/2009/11/opera_10dot10_hopes_to__unite__the_web/</link>
        <comments>http://www.webmonkey.com/2009/11/opera_10dot10_hopes_to__unite__the_web/#comments</comments>
        <pubDate>Mon, 23 Nov 2009 13:36:06 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/latestoperaupdatehopestounitetheweb</guid>
        		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Unite]]></category>
        <description><![CDATA[Opera software has released an update to its flagship desktop web browser. This update incorporates Opera&#8217;s lightweight web server Unite, previously only available as a separate beta download, into the browser. Opera 10.10 is an incremental update to Opera 10, released in September. If you&#8217;d like to take the new browser for a spin, head [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://www.wired.com/images_blogs/epicenter/2009/11/operalogo.jpg" />Opera software has released an update to its flagship desktop web browser. This update incorporates Opera&#8217;s lightweight web server Unite, previously only available as a separate beta download, into the browser.</p>
<p>Opera 10.10 is an <a href="http://www.opera.com/press/releases/2009/11/23/">incremental update to Opera 10</a>, released in September. If you&#8217;d like to take the new browser for a spin, head on over the to official site and <a href="http://www.opera.com/download/">download it</a>. Opera 10.10 is a free download for all major platforms.</p>
<p>The only new notable feature in this release is Opera Unite, which is essentially a webserver built in to the web browser. Opera Unite allows users to build and host not only web sites, but also custom web apps powered by JavaScript. Apps running on Unite could be used to power private social networks like mini-Facebooks or mini-Flickrs, as well as collaborative tools like Google Wave or even file-sharing darknets.</p>
<p>With Unite, Opera is making it possible for anyone to host their own server with the click of a button. Once Unite is up and running, anyone can connect to it from any browser. While your copy of Opera runs the server, your visitors can use any browser they&#8217;d like.</p>
<p>Opera Unite is probably the easiest way to self-host a web site that we&#8217;ve seen. However, it&#8217;s not without some significant drawbacks &#8212; namely the issues of bandwidth and uptime, which we covered in detail in <a href="http://www.webmonkey.com/blog/Host_Your_Own_Facebook_With_Opera_Unite">our initial review of Opera Unite</a>.</p>
<p>While upload speeds from most ISPs are reasonable, don&#8217;t expect your Opera Unite pages to perform like a server sitting at the end of fiber optic cable. Then there&#8217;s the uptime problem&#8230; put your laptop to sleep and your locally-hosted website disappears from the web.</p>
<p>Still, for casual purposes, like hosting some photos for friends and family or sharing some files, Opera Unite works admirably well.</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/Host_Your_Own_Facebook_With_Opera_Unite">Host Your Own Facebook With Opera Unite</a></li>
<li><a href="http://www.webmonkey.com/blog/Opera_10_Arrives:_Turbo__New_Tabs_and_a_Fresh_Coat_of_Paint">Opera 10 Arrives: Turbo, New Tabs and a Fresh Coat of Paint</a></li>
<li><a href="http://www.webmonkey.com/blog/Faster__Sleeker_Opera_10_Is_Built_for_Better_Web_Apps">Faster, Sleeker Opera 10 Is Built for Better Web Apps</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2009/11/opera_10dot10_hopes_to__unite__the_web/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Faster, Sleeker Opera 10 Is Built for Better Web Apps</title>
        <link>http://www.webmonkey.com/2009/06/opera_10_beta_1_offers_speed_and_a_new_interface/</link>
        <comments>http://www.webmonkey.com/2009/06/opera_10_beta_1_offers_speed_and_a_new_interface/#comments</comments>
        <pubDate>Wed, 03 Jun 2009 08:28:28 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/opera10beta1offersspeedandanewinterface</guid>
        		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[review]]></category>
        <description><![CDATA[Opera 10 Beta 1 on the desktop. Click the image for a larger view. Opera has released the first beta version of its upcoming Opera 10 web browser. The latest test release gives Opera fans a taste of what&#8217;s coming in the final release later this year, namely a faster, slicker browser with a whole [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><a href="http://www.wired.com/images_blogs/epicenter/2009/06/opera10.jpg" border="0"><img class="blogimg" src="http://www.wired.com/images_blogs/epicenter/2009/06/opera10.jpg" border="0" width="630" /></a><em>Opera 10 Beta 1 on the desktop. Click the image for a larger view.</em></p>
<p>Opera has released the first beta version of its upcoming Opera 10 web browser. The latest test release gives Opera fans a taste of what&#8217;s coming in the final release later this year, namely a faster, slicker browser with a whole new look and feel.</p>
<p>Opera 10, <a href="http://www.opera.com/next/">available for download now</a>, is chock-full of new features, but the most noticeable change is the slick new interface designed by the renowned Jon Hicks, who joined the Opera team in 2008. Mac users especially will notice the difference in the new look which is now much more &#8220;Mac-like.&#8221;</p>
<p>Under the chrome, much of Opera 10&#8242;s focus is on speed. Already no slouch when it comes to page rendering, an overhaul in the JavaScript engine means that intensive web apps like Gmail or Facebook load and respond considerably faster in Opera 10. In fact Opera, claims that the new beta has a 40 percent speed gain over its predecessors.</p>
<p>Like the coming Firefox 3.5 and the latest versions of Safari, Chrome and IE, Opera is a browser built for empowering web applications. As more of our daily tasks move into the web browser, developers are beefing up the rendering and scripting engines inside the latest browser releases to handle the sometimes heavy loads of web apps with more grace and raw speed. Another key component to making web apps feel closer to their desktop counterparts in the browser is support for emerging standards like HTML 5, which Opera has <a href="http://www.webmonkey.com/blog/Opera_Taunts_IE8_Over_Standards">long supported</a>.</p>
<p>Along with the faster engine and the new look and feel come a few new features and some welcome refinements to the features that have long set Opera apart from the pack.</p>
<p>The most noticeable new feature is what Opera calls &#8220;visual tabs.&#8221; Visual tabs refers to the expandable bar just below your tabs. Either pull down the tab bar or double-click the handle to reveal thumbnails of all your open tabs (see screenshot above). It&#8217;s a quick way to get to a specific tab, but it would be much nicer if the new feature had a keyboard shortcut or a tab switcher &#8212; as it stands in beta 1, the new visual tabs feature is not integrated with the control-tab tab switcher.</p>
<p>Opera&#8217;s speed dial, the feature which shows your <strike>most-visited</strike> favorite websites in thumbnails [<em>thanks for the correction, Meek!</em>], and which has proved popular enough that every major browser has since copied it, also gets some new features in Opera 10. It&#8217;s now possible to customize your speed-dial page, for example, those with large monitors can increase the number of thumbnails displayed by default.</p>
<p>As far as support for the emerging HTML 5 specification, Opera was the first browser to the party and remains one of the web&#8217;s primary proponents of the newest web-app technology. So, there isn&#8217;t much new to report on that front in Opera 10, but it&#8217;s worthy to note the beta does include support for the controversial @font-face rule. This CSS element will allow site designers to embed custom fonts on their servers and break free of the web&#8217;s long-standing limitation of rendering type with only a handful of usable fonts. So far few websites are using web-based fonts, but if companies like <a href="http://www.webmonkey.com/blog/Typekit_Hopes_to_Become_the_YouTube_of_Fonts">Typekit</a> catch on, Opera users will definitely have a head start.</p>
<p>As Opera users know, Opera isn&#8217;t just a web browser, it also includes an e-mail client, a newsfeed reader and even a BitTorrent client within the browser. But for those that don&#8217;t want to use Opera&#8217;s various auxiliary apps, Opera 10 makes it much easier to set your own defaults for handling e-mail, RSS subscriptions or torrent files.</p>
<p>Other new features in Opera 10 include an update for Dragonfly, Opera&#8217;s set of debugging tools for web developers, which now allows you to edit the DOM and inspect HTTP headers.</p>
<p>While today&#8217;s release of Opera 10 is still technically a beta, we didn&#8217;t encounter any bugs or strange behavior. Still, as always, you might want to hold off on using the release for mission-critical tasks. For those that would like to test out the latest version and enjoy the speed benefits and slick new look, head over to the <a href="http://www.opera.com/next/">Opera 10 download page</a> and grab a copy.</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/Happy_Birthday_Opera:_The_Innovative_Web_Browser_Turns_15">Happy Birthday Opera: The Innovative Web Browser Turns 15</a></li>
<li><a href="http://www.webmonkey.com/blog/Opera_Taunts_IE8_Over_Standards">Opera Taunts IE8 Over Standards</a></li>
<li><a href="http://www.webmonkey.com/blog/Opera_9DOT6_Delivers_Improved_Mail__Syncing_Tools">Opera 9.6 Delivers Improved Mail, Syncing Tools</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2009/06/opera_10_beta_1_offers_speed_and_a_new_interface/feed/</wfw:commentRss>
        <slash:comments>4</slash:comments>

        
    </item>
    </channel>
</rss>
