<?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; Scott Loganbill</title>
    <atom:link href="http://www.webmonkey.com/author/sancho/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Fri, 05 Apr 2013 20:20:46 +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>OAuth Security Exploit Tests Limits of Open Web Standards</title>
        <link>http://www.webmonkey.com/2009/04/oauth_security_exploit_tests_limits_of_open_web_standards/</link>
        <comments>http://www.webmonkey.com/2009/04/oauth_security_exploit_tests_limits_of_open_web_standards/#comments</comments>
        <pubDate>Fri, 24 Apr 2009 19:44:07 +0000</pubDate>

                <dc:creator>Scott Loganbill</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/oauthsecurityexploittestslimitsofopenwebstandards</guid>
        		<category><![CDATA[Software & Tools]]></category>
        <description><![CDATA[Heads turned Wednesday when Twitter turned off its popular new authentication service, which uses the emerging OAuth web standard. The real story soon broke that someone exposed an OAuth security exploit that would let unauthorized users access a victim&#8217;s account using a phishing scheme. The exploit was found on a bet during last week&#8217;s Foo [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://www.webmonkey.com/mediawiki/images/OAuthLogo.jpg" width="200" />Heads turned Wednesday when Twitter turned off its popular new authentication service, which uses the emerging OAuth web standard. The real story soon broke that someone exposed an OAuth security exploit that would let unauthorized users access a victim&#8217;s account using a phishing scheme.</p>
<p>The exploit was found on a bet during last week&#8217;s Foo Camp, a conference-like gathering for hackers put on by tech publisher O&#8217;Reilly at the company&#8217;s campus in California. One particular attendee decided he could find an exploit in OAuth.</p>
<p>&#8220;It&#8217;s just a new use case nobody thought of before,&#8221; said Eran Hammer-Lahav, OAuth&#8217;s designated community coordinator for this threat. &#8220;The initial response is: this is an authorization, not authentication. You shouldn&#8217;t use it for that, and I kept saying because I&#8217;m a big fan of the Twitter sign-in solution, &#8216;Well, show me an exploit.&#8217;&#8221;</p>
<p>Determined to find an exploit, the hacker (who prefers to remain unnamed due to the terms of his employment) targeted OAuth. The hacker found that if he started a request, then directed a victim to initiate the authorization form on his behalf from a bogus trap site, the victim would submit the login form and provide the hacker access to the victim&#8217;s data.</p>
<p>Hammer-Lahav wrote up a very <a href="http://www.hueniverse.com/hueniverse/2009/04/explaining-the-oauth-session-fixation-attack.html">detailed description of the exploit on his blog</a>.</p>
<p>The exploit only affects new users of an application. If you&#8217;ve already authorized an application yourself, this exploit will not jeopardize your account.</p>
<p>OAuth&#8217;s <a href="http://blog.oauth.net/2009/04/22/acknowledgement-of-the-oauth-security-issue/">official acknowledgement</a> was released Thursday.</p>
<p>The good news is the exploit was found before it was used on any other use case than Twitter. The bad news is that once the exploit was discovered, OAuth experts realized other OAuth partners weren&#8217;t safe either. Because around 75% of OAuth adopters were gathered at Foo Camp by luck, the primary shareholders all agreed on a course of action to take to minimize damage.</p>
<p>Minimizing damage, in this instance, means making it as hard as possible for hackers to take token authentications and send them to users. This means turning OAuth off entirely (a la Twitter), limiting the time it takes to authenticate the session dramatically, or put up a warning on authentication questioning the source of the link (if the link did not come from the application itself).</p>
<p>In response to the exploit, Hammer-Lahav acknowledges the OAuth protocol will need to be revised. The new specification will not be backwards-compatible. Hammer-Lahav says this is the direction OAuth must take immediately.</p>
<p>When asked whether this security exploit will hurt OAuth&#8217;s future, Hammer-Lahav thinks it will actually do the opposite.</p>
<p>&#8220;This has been a solution that has been reviewed for a year and a half now, and it has been reviewed by most well-known security experts and they just missed it. Nobody ever thought of this particular security exploit. There&#8217;s nothing to suggest that if you create your own proprietary platform, you&#8217;re not going to make the same mistake or a different one.&#8221;</p>
<p>&#8220;I think the way the community behaves around it and the way it was addressed will really show that, you know what, this is a mature community that can respond to this situation in a mature and effective way.&#8221;</p>
<p>There aren&#8217;t very many security methods that have escaped exploits. The lessons learned from this exploit actually provide a good indication of how OAuth can adapt to inescapable flaws. According to Hammer-Lahav, OAuth has taken away a lot from this situation.</p>
<p>&#8220;We need to look at how we handle this and do a post-mortem on this entire process. &#8212; not now but in a few weeks &#8212; and come up with a process on how to deal with this. One of the things that we did not have was a list of providers that have OAuth so when there is an exploit you will be notified.&#8221;</p>
<p>There&#8217;s a lesson here for all open-community specifications. There is a fair amount of organization that is inherent to proprietary communities that aren&#8217;t available to organizations without a governing body.</p>
<p>&#8220;Next time it happens to OAuth or OpenID or any community-driven specification, we actually have resources [to address the problem]. For us it was really hard to find those resources,&#8221; Hammer-Lahav says.</p>
<p>He also claims the usual security resources or organizations were not equipped to help OAuth. &#8220;They don&#8217;t really help you unless you&#8217;re a vendor or a software provider. But if you have a spec that&#8217;s broken, there isn&#8217;t really an infrastructure to deal with it.&#8221;</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/Go_Go_Gadget_OAuth_Support">Go Go Gadget OAuth Support</a></li>
<li><a href="http://www.webmonkey.com/blog/Thanks_to_OpenID_and_OAuth__the_Open_Social_Web_is_Beginning_to_Emerge">Thanks to OpenID and OAuth, the Open Social Web is Beginning to Emerge</a></li>
<li><a href="http://www.webmonkey.com/blog/OAuth_1DOT0_Released:_Logging_In_Gets_Safer_and_Easier">OAuth 1.0 Released: Logging in Gets Safer and Easier</a></li>
<li><a href="http://www.webmonkey.com/blog/New_Foundation_Wants_to_Bridge_the_Gaps_Between_Open_Web_Tools">New Foundation Wants to Bridge the Gaps Between Open Web Tools</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2009/04/oauth_security_exploit_tests_limits_of_open_web_standards/feed/</wfw:commentRss>
        <slash:comments>2</slash:comments>

        
    </item>
    
    <item>
        <title>Firefox 3.0.9 Fixes Bugs, Not Much Else</title>
        <link>http://www.webmonkey.com/2009/04/firefox_3dot0dot9_fixes_bugs__not_much_else/</link>
        <comments>http://www.webmonkey.com/2009/04/firefox_3dot0dot9_fixes_bugs__not_much_else/#comments</comments>
        <pubDate>Wed, 22 Apr 2009 06:57:57 +0000</pubDate>

                <dc:creator>Scott Loganbill</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/firefox309fixesbugsnotmuchelse</guid>
        		<category><![CDATA[Software & Tools]]></category>
        <description><![CDATA[An upgrade to Firefox 3 is available late Tuesday from the getfirefox.com website. Firefox 3.0.9 fixes some security and stability bugs. Not much else to report on Firefox 3. The next version of Firefox, version 3.5 (formerly 3.1), is a far more exciting release. It is currently in its third beta. A fourth beta is [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://howto.wired.com/mediawiki/images/Ff-logo200px.jpg" />An upgrade to Firefox 3 is available late Tuesday from the <a href="http://getfirefox.com">getfirefox.com</a> website. Firefox 3.0.9 fixes some <a href="http://www.mozilla.com/en-US/firefox/3.0.9/releasenotes/">security and stability bugs</a>.</p>
<p>Not much else to report on Firefox 3.</p>
<p>The next version of Firefox, version 3.5 (formerly 3.1), is a far more exciting release. It is currently in its third beta. A fourth beta is expected later this week or next, depending on the results of a wave of testing being held on April 24th. Firefox 3.5 contains speed upgrades to its JavaScript engine, nicknamed Tracemonkey, and some enhancements to tab management and private browsing. It is expected sometime this summer, after at least two upcoming release candidates.</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/What_s_Holding_Up_The_Next_Version_of_Firefox">What&#8217;s Holding Up The Next Version of Firefox</a></li>
<li><a href="http://www.webmonkey.com/blog/Why_You_Should_Download_Firefox_3_Right_Now">Why You Should Download Firefox 3 Right Now</a></li>
<li><a href="http://www.webmonkey.com/blog/Third_Firefox_3DOT1_Beta_Ready_for_Testing">Third Firefox 3.2 Beta Ready for Testing</a></li>
<li><a href="http://www.webmonkey.com/blog/Firefox_3_Wins_Guinness_Record_for_Most_Downloads">Firefox 3 Wins Guinness Record for Most Downloads</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2009/04/firefox_3dot0dot9_fixes_bugs__not_much_else/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>API Gives Developers Keys to Google Analytics</title>
        <link>http://www.webmonkey.com/2009/04/api_gives_developers_keys_to_google_analytics/</link>
        <comments>http://www.webmonkey.com/2009/04/api_gives_developers_keys_to_google_analytics/#comments</comments>
        <pubDate>Wed, 22 Apr 2009 06:38:38 +0000</pubDate>

                <dc:creator>Scott Loganbill</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/apigivesdeveloperskeystogoogleanalytics</guid>
        		<category><![CDATA[Software & Tools]]></category>
        <description><![CDATA[A long-awaited API to Google Analytics data is finally available to data-hungry developers Tuesday. The API enables developers access to their Analytics-enabled website traffic statistics. The API was one of Analytics&#8217; top requested feature. Clever developers will be able to download traffic data using home-built applications. SEO managers will be able to better track their [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://wiredblogs.typepad.com/monkeybites/intro_small.jpg" />A long-awaited API to Google Analytics data is finally available to data-hungry developers Tuesday. The API enables developers access to their Analytics-enabled website traffic statistics.</p>
<p>The API was one of Analytics&#8217; top requested feature. Clever developers will be able to download traffic data using home-built applications. SEO managers will be able to better track their website&#8217;s popularity. IT pros will be able to program monitors to track if traffic spikes or drops suddenly.</p>
<p>Bundled with the release were third-party software applications utilizing the new API. <a href="http://www.analyticsmarket.com/mobileapps/mobile-ga/android">Actual Metrics has developed an Android mobile application</a> for checking your website stats on the fly. <a href="http://www.desktop-reporting.com/products.html">Desktop-Reporting has released a desktop application and desktop widget</a>.</p>
<p>The API uses the Google Data API format. This is the same API protocol offered for Google Calendar, Finance and Webmaster Tools products. Documentation for utilizing the new API is available at <a href="http://code.google.com/apis/analytics/docs/">Analytics&#8217; code site</a>.</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/Running_Google_Analytics__Consider_Updating_Your_Scripts">Running Google Analytics? Consider Updating Your Scripts</a></li>
<li><a href="http://www.webmonkey.com/blog/Web_2DOT0_Expo%3A_ChartBeat_Rocks_the_Analytics_Boat_With_Realtime_Stats">Web 2.0 Expo: ChartBeat Rocks the Analytics Boat With Realtime Stats</a></li>
<li><a href="http://www.webmonkey.com/blog/Revamped_Google_Analytics_Improves_Traffic_Tracking">Revamped Google Analytics Improves Traffic Tracking</a></li>
<li><a href="http://www.webmonkey.com/blog/Google_Analytics">Google Analytics</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2009/04/api_gives_developers_keys_to_google_analytics/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>Google&#8217;s O3D Opens Rift to the Web&#8217;s Third Dimension</title>
        <link>http://www.webmonkey.com/2009/04/google_s_o3d_open_to_the_third_dimension/</link>
        <comments>http://www.webmonkey.com/2009/04/google_s_o3d_open_to_the_third_dimension/#comments</comments>
        <pubDate>Wed, 22 Apr 2009 05:49:52 +0000</pubDate>

                <dc:creator>Scott Loganbill</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/googleso3dopensrifttothewebsthirddimension</guid>
        		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software & Tools]]></category>
        <description><![CDATA[Tired of staring through the Browser window and only seeing content in two dimensions? Google wants to take you back to the future by open-sourcing a new 3D web standard called O3D. The technology automatically renders 3D environments through the browser. The result is a world that looks a lot like the beautifully drawn 3D [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/uofWfXOzX-g&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/uofWfXOzX-g&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Tired of staring through the Browser window and only seeing content in two dimensions? Google wants to take you back to the future by open-sourcing a new 3D web standard called <a href="http://code.google.com/apis/o3d/">O3D</a>.</p>
<p>The technology automatically renders 3D environments through the browser. The result is a world that looks a lot like the beautifully drawn <a href="http://upload.wikimedia.org/wikipedia/commons/a/af/Realmyst_screen.png">3D panels of the 1993 hit video game Myst</a>. The difference being you can fly around the the O3D environments much like a 2009 flight simulator. Check out the video above for an example &#8212; also on a beach/island.</p>
<p>The technology utilizes your computer&#8217;s graphic hardware via an API built into a cross-platform browser plug-in. The content itself is in COLLADA format, a format generated by CAD programs such as Google&#8217;s own Sketchup. The 3D environment can be embedded and tweaked with extended JavaScript code. Interestingly, Google&#8217;s V8 JavaScript engine is embedded into the technology itself (V8 is also found in Google&#8217;s Chrome browser).</p>
<p>This isn&#8217;t Google&#8217;s first foray into a 3-dimensional web. Lively provided Second Life-like 3D chatrooms through the browser. The ill-fated product was discontinued after only four months.</p>
<p>It isn&#8217;t the web&#8217;s first 3D foray either. Those developing back in 1995 may remember VRML. The web standard was the first to play with mostly clunky and slowly-rendered 3D images. Somewhere around 1997, the technology was superseded by X3D. At the risk of angering some passionate X3D developers, that web standard didn&#8217;t really meet its potential either.</p>
<p>But hey, maybe the web is finally ready to be browsed like the 90&#8242;s special effect visualizations in movies trying to make this new thing called the internet look more enticing than what it really looks like: a caffeine-laden teenage nerd typing away at a computer. Although <a href="http://o3d.blogspot.com/">Google&#8217;s announcement</a> proclaims Google Earth proves O3D&#8217;s relevance to the web, I think it&#8217;s a technology ripe for its inevitable destiny: <a href="http://www.youtube.com/watch?v=doAnB5_eDnw">making Lawnmower Man a (virtual) reality</a>.</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/Flash_Player_10_beta_2__Astro__Fixes_Bugs__Adds_3D">Flash Player 10 beta 2 &#8216;Astro&#8217; Fixes Bugs, Adds 3D</a></li>
<li><a href="http://www.webmonkey.com/blog/Reimagining_the_Future_of_Your_Desktop__in_3D">Reimagining the Future of Your Deskctop in 3D</a></li>
<li><a href="http://www.webmonkey.com/blog/Microsoft_Virtual_Earth_Enters_the_3rd_Dimension">Microsoft Virtual Earth Enters the 3rd Dimension</a></li>
<li><a href="http://www.webmonkey.com/blog/Google_Earth_and_SketchUp">Google Earth and Sketchup</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2009/04/google_s_o3d_open_to_the_third_dimension/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Firediff Extension Tracks Your Firebug Changes</title>
        <link>http://www.webmonkey.com/2009/04/firediff_extension_tracks_your_firebug_changes/</link>
        <comments>http://www.webmonkey.com/2009/04/firediff_extension_tracks_your_firebug_changes/#comments</comments>
        <pubDate>Fri, 17 Apr 2009 22:32:37 +0000</pubDate>

                <dc:creator>Scott Loganbill</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/firediffextensiontracksyourfirebugchanges</guid>
        		<category><![CDATA[Software & Tools]]></category>
        <description><![CDATA[Firediff is a new and useful extension to Firebug that monitors and displays any changes you make to a web page&#8217;s HTML and CSS. The output is color coded and highlights all insertions and deletions to the web page as made through the Firebug interface. The application is not unlike the popular &#8220;diff&#8221; application found [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://www.webmonkey.com/mediawiki/images/Firediff_small.jpg" width="300px" /><a href="http://www.incaseofstairs.com/firediff/">Firediff</a> is a new and useful extension to Firebug that monitors and displays any changes you make to a web page&#8217;s HTML and CSS.</p>
<p>The output is color coded and highlights all insertions and deletions to the web page as made through the Firebug interface. The application is not unlike the popular &#8220;diff&#8221; application found in Unix-based operating systems that allows you to see a side by side comparison of any and all differences between text files.</p>
<p>Firebug is the debugging add-on for Firefox that allows you inspect properties of the web page and make experimental changes on the fly. Firebug has taken on a life of its own, inspiring add-ons to the add-on like Yahoo&#8217;s YSlow or Firediff.</p>
<p>Firediff was released Friday and works with Firebug latest 1.4 release. Details and downloads are available at developer <a href="http://www.incaseofstairs.com/firediff/firediff011/">Kevin Decker&#8217;s blog</a>.</p>
<p>[Hat tip <a href="http://ajaxian.com/archives/firediff-firebug-extension-to-track-changes-to-dom-and-css">Ajaxian</a>]</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/The_Five_Best_Firebug_Extensions">The Five Best Firebug Extensions</a></li>
<li><a href="http://www.webmonkey.com/blog/How_to_Create_a_Firebug_Extension">How to Create a Firebug Extension</a></li>
<li><a href="http://www.webmonkey.com/blog/Firebug_Lite:_Debugging_Tools_That_Work_in_Any_Browser">Firebug Lite: Debugging Tools That Work in Any Browser</a></li>
<li><a href="/2010/02/Build_Better_Pages_With_Firebug">Tutorial: Build Better Pages With Firebug</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2009/04/firediff_extension_tracks_your_firebug_changes/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Internet Explorer 8 Auto-Update Coming</title>
        <link>http://www.webmonkey.com/2009/04/internet_explorer_8_auto-update_coming/</link>
        <comments>http://www.webmonkey.com/2009/04/internet_explorer_8_auto-update_coming/#comments</comments>
        <pubDate>Fri, 17 Apr 2009 21:24:23 +0000</pubDate>

                <dc:creator>Scott Loganbill</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/internetexplorer8autoupdatecoming</guid>
        		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[Software & Tools]]></category>
        <description><![CDATA[The internet explorer team is expected to give IE 6 and 7 users a very visual clue their browsers are woefully outdated: an automatic update prompt. The update will offer Windows XP, vista, Server 2003 or Server 2008 operating system users three choices: Ask later, install now or don&#8217;t install. The auto-update, if successful, should [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://www.webmonkey.com/mediawiki/images/Wuwelcomevista.jpg" class="full" width="500px" />The internet explorer team is expected to give IE 6 and 7 users a very visual clue their browsers are woefully outdated: an automatic update prompt.</p>
<p>The update will offer Windows XP, vista, Server 2003 or Server 2008 operating system users three choices: Ask later, install now or don&#8217;t install.</p>
<p>The auto-update, if successful, should boost the <a href="http://marketshare.hitslink.com/browser-market-share.aspx?qprid=2">somewhat flagging Internet Explorer 8 adoption numbers</a>. More importantly, it will also be a great relief to web developers all over the world still making concessions for old bugs and outdated standards still found in IE 6.</p>
<p>It will also allow users the ability to do several new things Internet Explorer 8 enables, as featured by <a href="http://www.webmonkey.com/blog/Ten_Things_to_do_on_the_Web_When_IE6_Is_Dead">Scott Gilbertson&#8217;s &#8220;Ten Things to do on the Web When IE 6 is Dead&#8221; post</a> earlier this week. Information on the auto-update can be found at the <a href="http://blogs.msdn.com/ie/archive/2009/04/10/prepare-for-automatic-update-distribution-of-ie8.aspx">Internet Explorer blog</a>.</p>
<ul>
<li><a href="http://www.webmonkey.com/blog/Internet_Explorer_8_Fails_to_Make_Headway_Amongst_Competition">Internet Explorer 8 Fails to Make Headway Amongst Competition</a></li>
<li><a href="http://www.webmonkey.com/blog/Saving_the_Web_From_Internet_Explorer_8">Saving the Web From Internet Explorer 8</a></li>
<li><a href="http://www.webmonkey.com/blog/Firefox_Could_Pass_IE_by_Next_Summer">Firefox Could Pass IE by Next Summer</a></li>
<li><a href="http://www.webmonkey.com/blog/Developer_Reverts_to_Flash_to_Correct_IE_Standards_Shortcoming">Developer Reverts to Flash to Correct IE Standards Shortcoming</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2009/04/internet_explorer_8_auto-update_coming/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>Secure Internet is Everywhere. Just Add an &#8216;S&#8217;</title>
        <link>http://www.webmonkey.com/2009/04/secure_internet_is_everywheredot_just_add_an_s/</link>
        <comments>http://www.webmonkey.com/2009/04/secure_internet_is_everywheredot_just_add_an_s/#comments</comments>
        <pubDate>Fri, 17 Apr 2009 21:05:18 +0000</pubDate>

                <dc:creator>Scott Loganbill</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/secureinternetiseverywherejustaddans</guid>
        		<category><![CDATA[Software & Tools]]></category>
        <description><![CDATA[Secure sites are out there, but you may have to manually alter the URL to find them. By adding a &#8220;s&#8221; to the URL after &#8220;http,&#8221; you can force the browser to connect using a secure, encrypted protocol. Some sites surprisingly don&#8217;t force secure socket layer connections when transferring login information or accessing potentially private [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://www.webmonkey.com/mediawiki/images/Secure_login.jpg" />Secure sites are out there, but you may have to manually alter the URL to find them. By adding a &#8220;s&#8221; to the URL after &#8220;http,&#8221; you can force the browser to connect using a secure, encrypted protocol.</p>
<p>Some sites surprisingly don&#8217;t force secure socket layer connections when transferring login information or accessing potentially private information. It leaves users vulnerable for security breaches, particularly over public internet or wireless connections.</p>
<p>If it is a trustworthy site, chances are it will support the protocol. Some examples of sites where you can force a secure login:</p>
<p><strong>GMail:</strong> <a href="https://mail.google.com">https://mail.google.com</a></p>
<p><strong>Google Docs:</strong> <a href="https://docs.google.com/">https://docs.google.com/</a></p>
<p><strong>Google Calendar:</strong> <a href="https://www.google.com/calendar">https://www.google.com/calendar</a></p>
<p><strong>Twitter:</strong> <a href="https://twitter.com/home">https://twitter.com/home</a></p>
<p><strong>FriendFeed:</strong> <a href="https://friendfeed.com/">https://friendfeed.com/</a></p>
<p><strong>Facebook:</strong> <a href="https://www.facebook.com/home.php">https://www.facebook.com/home.php</a></p>
<p><strong>LinkedIn:</strong> <a href="https://www.linkedin.com/home">https://www.linkedin.com/home</a></p>
<p><strong>Pandora:</strong> <a href="https://www.pandora.com">https://www.pandora.com</a></p>
<p>Connecting to these websites securely every time requires a simple update of your bookmarks.</p>
<p>The sites above are just a taste. Most Google sites can be forced to connect securely using https. Other sites will have your back for you. Yahoo and Microsoft, for example, will automatically force a secure connection to Yahoo Mail, Hotmail or Flickr logins.</p>
<p>Then, there are the sites that force you to log in without a secure connection, like Digg and MySpace. Best not to enter any password you care about into these services. There is no easy way to tell if someone is sniffing your traffic from the same access point. Truth is, <a href="http://www.youtube.com/watch?v=Z4rAA21NPCI">any dedicated hacker can do it easily</a>.</p>
<p>[Hat tip to security blogger <a href="http://www.jasonsylvester.com/2009/04/https-is-everywhere-but-hidden-add-s.html">Jason Sylvester</a>]</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/Why_You_Should_Turn_Gmail_s_SSL_Feature_On_Now">Why You Should Turn Gmail&#8217;s SSL Feature On Now</a></li>
<li><a href="http://www.webmonkey.com/blog/Firefox_3_Highlights_Websites__Security_Failings">Firefox 3 Highlights Websites Secuirty Failings</a></li>
<li><a href="http://www.webmonkey.com/blog/Firefox_3_Beefs_up_Page_Info">Firefox 3 Beefs up Page Info</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2009/04/secure_internet_is_everywheredot_just_add_an_s/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Android Developers Get Ready For Cupcake Release</title>
        <link>http://www.webmonkey.com/2009/04/android_developers_get_ready_for_cupcake_release/</link>
        <comments>http://www.webmonkey.com/2009/04/android_developers_get_ready_for_cupcake_release/#comments</comments>
        <pubDate>Tue, 14 Apr 2009 23:30:46 +0000</pubDate>

                <dc:creator>Scott Loganbill</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/androiddevelopersgetreadyforcupcakerelease</guid>
        		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[Software & Tools]]></category>
        <description><![CDATA[Google released a new software development kit (SDK) Monday for Android developers. The SDK itself allows developers time to prepare their applications for the upcoming Android 1.5 mobile operating system upgrade, codenamed &#8220;Cupcake.&#8221; Cupcake is said to include many significant bug fixes and developer APIs. Features to look forward to include: Hardware-accelerated video recording and [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://www.webmonkey.com/mediawiki/images/Cupcake.png" />Google released a new software development kit (SDK) Monday for Android developers. The SDK itself allows developers time to prepare their applications for the upcoming  Android 1.5 mobile operating system upgrade, codenamed &#8220;Cupcake.&#8221;</p>
<p>Cupcake is said to include many significant bug fixes and developer APIs. Features to look forward to include:</p>
<ul>
<li>Hardware-accelerated video recording and playback</li>
<li>On-screen keyboards and keypads</li>
<li>Save attachments from MMS messages</li>
<li>Music playback fades when receiving a call</li>
<li>An updated browser (using Webkit&#8217;s latest core and an optimized JavaScript engine nicknamed Squirrelfish)</li>
<li>Copy and paste from within the browser</li>
<li>Better search in the music and browser</li>
<li>Downloads can be paused</li>
<li>Support for third party application updates</li>
<li>Interface elements should be faster</li>
<li>Better third-party accessory APIs including stereo bluetooth (which means more and better accessories)</li>
<li>A slightly nicer looking user interface</li>
<li>A more intuitive dialer. No more lockouts when on a call</li>
</ul>
<p>If you&#8217;re anxious to check it out, the <a href="http://developer.android.com/sdk/preview/">SDK download</a> includes an Android 1.5 emulator. However, you should be pretty comfortable with SDKs before attempting to run it.</p>
<p>According to the <a href="http://source.android.com/roadmap">Android Open Source project</a>, Cupcake is expected to hit devices by Q4. Google points to the <a href="http://android-developers.blogspot.com/2009/04/getting-ready-for-android-15.html">Android developers blog</a> for highlights of its new APIs.</p>
<p>The features in the roadmap aren&#8217;t too jaw-dropping when compared with the <a href="http://blog.wired.com/gadgets/2009/03/liveblog-apples.html">iPhone 3.0 release coming out in June</a>, although still not bad for its second release. Also, there have been hints that Google may also be holding back a secret feature from the public eye. Netbook support, perhaps?</p>
<p>As for the codename? Someone at Google likes cupcakes perhaps a little too much (<a href="http://blog.wired.com/business/2008/02/marissa-mayer-r.html">we&#8217;re looking at you Marissa Mayer</a>).</p>
<ul>
<li><a href="http://www.webmonkey.com/blog/Google_Delivers_Android_Mobile_OS_to_Developers">Google Delivers Android Mobile OS to Developers</a></li>
<li><a href="http://www.webmonkey.com/blog/Meet_Android__the_Google_Phone_s_Robot_Brain">Meet Android, the Google Phone&#8217;s Robot Brain</a></li>
<li><a href="http://www.webmonkey.com/blog/Five_Reasons_Android_Might_Deliver_Where_iPhone_Won_t">Five Reasons Android Might Deliver Where iPhone Won&#8217;t</a></li>
<li><a href="http://www.webmonkey.com/blog/Android_SDK_Update_a_Little_Late_to_the_Party">Android SDK Update a Little Late to the Party</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2009/04/android_developers_get_ready_for_cupcake_release/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>List of the Week: 5 Ways to Keep Up With Standards</title>
        <link>http://www.webmonkey.com/2009/04/list_of_the_week_5_ways_to_keep_up_with_standards/</link>
        <comments>http://www.webmonkey.com/2009/04/list_of_the_week_5_ways_to_keep_up_with_standards/#comments</comments>
        <pubDate>Fri, 10 Apr 2009 20:36:44 +0000</pubDate>

                <dc:creator>Scott Loganbill</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/listoftheweek5waystokeepupwithstandards</guid>
        		<category><![CDATA[Software & Tools]]></category>
        <description><![CDATA[A question posed at a standards panel at O&#8217;Reilly&#8217;s Web 2.0 conference last Friday is the subject of this week&#8217;s list. The question: What&#8217;s the best place to go to for the latest information on web standards? While standards can be a rather broad definition, the following list includes some of Webmonkey&#8217;s favorite places to [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://www.webmonkey.com/mediawiki/images/List-angelamaphone-flickr.jpg" width="300" />A question posed at a standards panel at O&#8217;Reilly&#8217;s Web 2.0 conference last Friday is the subject of this week&#8217;s list. The question: What&#8217;s the best place to go to for the latest information on web standards?</p>
<p>While standards can be a rather broad definition, the following list includes some of Webmonkey&#8217;s favorite places to get schooled on standards:</p>
<ul>
<li><strong>OpenID, OAuth, Activity Streams Microformats and the Open Stack</strong>: The top evangelists on the subject are Chris Messina, Joseph Smarr, David Recordon and John McCrea. While they all update their Twitter feeds with regularity, you can find them talking about OpenID every week on their vlog at <a href="http://thesocialweb.tv">thesocialweb.tv</a>.</li>
<li><strong>HTML 5</strong>: There are two sources for the latest in HTML 5 development. The Web Hypertext Application Technology Working Group (WHATWG) represents a working group dedicated to creating new and cool technology for HTML 5. Often, the development gets incorporated into W3C&#8217;s HTML 5 standard. It&#8217;s an ongoing process that has worked for such things as Canvas, Scalable Vector Graphics and offline access. Mark Pilgrim writes the <a href="http://blog.whatwg.org/">WHATWG Blog</a>, and W3C hosts <a href="http://www.w3.org/html/planet/">Planet HTML 5</a>.</li>
<li><strong><blog>CSS 3.0</blog></strong>: <a href="http://www.css3.info/">CSS3.info</a> is much more adept, or at least readable, at reporting developments on the emerging web design standard than even the <a href="http://www.w3.org/Style/CSS/current-work">W3C working group</a>.</li>
<li><strong>XML-Based Standards</strong>: When you need information on XML-based standards, it&#8217;s best to go to the source. The Organization for the Advancement of Structured Information Standards (OASIS) is a democratically run global organization that oversees the development of many of the web&#8217;s open standards. <a href="http://www.oasis-open.org/home/index.php">OASIS&#8217; website</a> lists upcoming events, ballots, reviews and press announcements.</li>
<li><strong>Internet Protocols</strong>: Information on other internet protocols, including information on IPv6, might be found in the mailing lists of the <a href="http://www.ietf.org/">Internet Engineering Task Force (IETF)</a>.</li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2009/04/list_of_the_week_5_ways_to_keep_up_with_standards/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>5 Reasons You Should Get Over Hating Microsoft</title>
        <link>http://www.webmonkey.com/2009/04/5_reasons_you_should_get_over_hating_microsoft/</link>
        <comments>http://www.webmonkey.com/2009/04/5_reasons_you_should_get_over_hating_microsoft/#comments</comments>
        <pubDate>Fri, 10 Apr 2009 19:10:00 +0000</pubDate>

                <dc:creator>Scott Loganbill</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/5reasonsyoushouldgetoverhatingmicrosoft</guid>
        		<category><![CDATA[Software & Tools]]></category>
        <description><![CDATA[Microsoft has gotten a bad rap. It&#8217;s no secret. Employees are fully aware of their status as the &#8220;evil empire,&#8221; which explains why employees on the Redmond, WA campus started wearing self-mocking &#8220;I am the empire&#8221; t-shirts. Let&#8217;s get this straight. Microsoft is the company known for chewing up and spitting out their competitors by [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://www.webmonkey.com/mediawiki/images/Burning_mullica_flickr.jpg" />Microsoft has gotten a bad rap. It&#8217;s no secret. Employees are fully aware of their status as the &#8220;evil empire,&#8221; which explains why employees on the Redmond, WA campus started wearing <a href="http://www.microspotting.com/2008/11/you-are-the-empire">self-mocking &#8220;I am the empire&#8221; t-shirts</a>.</p>
<p>Let&#8217;s get this straight. Microsoft is the company known for chewing up and spitting out their competitors by unfairly leveraging its ubiquitous Windows operating system. Some of those tactics haven&#8217;t changed. However, thanks to various lawsuits and a pretty negative public perception, the Microsoft of ten years ago only vaguely looks like the Microsoft of today.</p>
<p>In fact, many of Microsoft&#8217;s consumer offerings, if by any other company, would be loved rather than loathed. While there are still plenty of reasons to get mad at Microsoft, the good in Microsoft should be celebrated.</p>
<p>Why should you get over hating Microsoft? Let me count the ways:</p>
<p>1. <strong>Windows Live ID has incorporated OpenID technology</strong>. It means you can log-in to many other OpenID-enabled sites with your Microsoft account. &#8220;Wait,&#8221; you say. &#8220;That&#8217;s an open standard!&#8221; Yes, apparently the new Microsoft isn&#8217;t immune to adopting other people&#8217;s good ideas after all. The thorn to OpenID&#8217;s rose is the fact the company doesn&#8217;t allow you to log in to Microsoft sites with outside OpenID accounts yet, but it&#8217;s coming.</p>
<p>2. <strong>You may not know it, but you can get 25 gigs for free on Windows Live</strong>. Microsoft&#8217;s SkyDrive gives you more than your free Gmail and Yahoo accounts combined. Even better, SkyDrive is built into the Windows 7 operating system, so it shows up in your shared drives just like if you had a hard drive on your local network. Users can upload and download files through their Windows Live accounts. However, with <a href="https://www.mesh.com/Welcome/default.aspx">Windows Live Mesh</a>, you can synchronize files on your Macs or Windows machines seamlessly. Soon enough, SkyDrive, Windows Live Mesh and another folder syncing service called Windows Sync will all combine, giving you 25 gigs to share across all platforms.</p>
<p>3. <strong>Much of Windows&#8217; Consumer Applications Are Free</strong>. Sure, its two flagship products, Windows and Office, will remain expensive forever. But many of its consumer offerings are online for free for the sole purpose of making its flagship more attractive. To the rest of us though, it&#8217;s just <a href="http://download.live.com/">free software</a> that allows us tools to send instant messages, write e-mail, blog, make movies, browse the internet and organize and host photos online. Of course, you can find competing products like Yahoo Messenger, Mozilla Thunderbird and Firefox and Google&#8217;s Picasa for free too.</p>
<p>4. <strong>Microsoft Participates in Standards Development More Than You Think</strong>. The company may not adopt standards as fast as others. For example, Internet Explorer hasn&#8217;t adopted many of the standards adopted by most other major browsers when it comes to HTML 5 and CSS 3. However, if there is a W3C, Open Stack, CSS 3, WHAT Working Group or other established standards meeting, you can bet a Microsoft employee will be there and actively participating. Such participation should be acknowledged and applauded, especially since they have a hand in molding the future of the industry. However, the standards take much too long to get integrated within Microsoft products compared with competitors. Microsoft&#8217;s spin is that they aren&#8217;t going to adopt a standard until it is fully baked. Meanwhile, they hold back the very standards they, and many others, are working to employ.</p>
<p>5. <strong>Microsoft has Given Up Trying to Buy or Compete With Everyone</strong>. In spite of their efforts, it looks like Microsoft will not be able to buy up or destroy every piece of technology that shows some success. Thanks in part to court orders and competitors like Google who have actually had the upper hand over Microsoft and held it, Microsoft either had to conform or die. In its attempt to give the perception that the company will play fair, we now see Twitter, Flickr, and Digg integration in Windows Live Writer. Windows Vista and Windows 7 will allow you to choose your preferred browser, search engine and music player. The products still won&#8217;t make it easy though. In every effort, you&#8217;ll have to jump through some hoops to remove Windows Live from your default settings.</p>
<p>There are still plenty of more reasons to hate Microsoft, especially if you are a Linux user. Microsoft does have a bit of a rough spell to get over. Thanks to plenty of international court actions, the behemoth no longer enjoys many of the same freedoms other, smaller companies do. Given Microsoft&#8217;s history, in many ways they deserve to have their feet held to the fire a little bit. But maybe it&#8217;s time to give Microsoft a little leeway. After all, Windows 7 actually looks promising, and chances are it will be pre-installed on your next Netbook.</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/Windows_7_Beta_Preview_for_the_Masses">Windows 7 Beta Preview for the Masses</a></li>
<li><a href="http://www.webmonkey.com/blog/Windows_7_Will_Be_Less_Annoying_Than_Vista">Windows 7 Will Be Less Annoying Than Vista</a></li>
<li><a href="http://www.webmonkey.com/blog/Windows_7_Will_Let_Microsoft_Track_Your_Every_Move">Windows 7 Will Let Microsoft Track Your Every Move</a></li>
<li><a href="http://www.webmonkey.com/blog/Windows_7_to_Dump_E-Mail__Photo_Editing_Software">Windows 7 to Dump E-Mail, Photo Editing Software</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2009/04/5_reasons_you_should_get_over_hating_microsoft/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

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