• Firefox 5.0 Final is Available for Download


    Three weeks ago, Mozilla hit the beta of Firefox 5, and managed to release Firefox 5 final on June 21. But today, the final version of firefox is unexpectedly Available for download. You can get your hands on the links below:

    What’s New:

    • Added support for CSS animations
    • The Do-Not-Track header preference has been moved to increase discoverability
    • Improved canvas, JavaScript, memory, and networking performance
    • Improved standards support for HTML5, XHR, MathML, SMIL, and canvas
    • Improved spell checking for some locales
    • Improved desktop environment integration for Linux users
    • The channel switcher which let users switch to the aurora channel and back to the beta channel has been moved.

    Download Link:

    • Mac version: here.
    • Windows version: here.
    • Linux version: here.
  • Play Angry Birds in Your Favorite Browser and Unlock All Levels


    Are you want to get the whole Angry Birds goodness with your favorite browser? Then we have just what you need and there is a quick hack to unlock all of the levels for extreme entertaining.

    For Chromium-based browsers. Access the links here:

    If you want to play Angry Birds in Firefox, Opera, or another browser? access the link directly:

    If you want to unlock/relock all the levels:

    Unlock the Levels:

    javascript: var i = 0; while (i<=69) { localStorage.setItem(‘level_star_’+i,’3′); i++; } window.location.reload();

    Lock the Levels:

    javascript: var i = 0; while (i<=69) { localStorage.setItem(‘level_star_’+i,’-1′); i++; } window.location.reload();

  • Adobe Releases Flash-to-HTML5 Conversion Tool to reach iOS Safari & Other Devices


    Adobe has finally released a pre-release version of their ‘Wallaby’ Flash-to-HTML5 file conversion software. The software is easy for developers to use and allows developers to drag and drop their Flash content into an Adobe Air application that will then convert it to HTML5 code.

    The new code can then be completely edited in programs like Adobe Dreamweaver or manually by hand in text editing software. This new application from Adobe is a huge deal and developers can now easily convert their Flash websites and web applications for use on non-Flash devices like the iPhone, iPod touch, and iPad.

    “Wallaby” is the codename for an experimental technology that converts the artwork and animation contained in Adobe® Flash® Professional (FLA) files into HTML. Wallaby is not a final product and is still in the testing and validation phase. We are not yet able to commit to a roadmap for this experimental technology.

    Here’s a video of the software:

  • Apple goes HTML5


    Apple has relaunched its entire website with a new design using HTML5, adding a darker, glossy navigation bar and speedy new animated page layouts for Mac and iPod pages.

    The redesign officially upgrades the site from “HTML 4.01 Transitional” to the latest HTML5, enabling such elements as a dynamically resized search field in the navigation bar that enlarges to accommodate search terms, as well as adding richer support for mobile features.

    The new Mac section debuts a new “product slider” interface, which animates a series of icons depicting the families of Mac products, Apple’s desktop applications, accessories, and server related products.

    A similarly animated iPod section presents iPod models and accessories, as well as a panel of “iTunes and more,” which includes links to download iTunes, purchase gift cards, and special sections for Nike+iPod, (Product)RED, MobileMe, and headphones.

    Apple goes HTML5

    Apple has been a big proponent of HTML5, with the company’s supported WebKit open source project not only working to follow the specification but actively contributing toward it as well.

    Last week, the World Wide Web Consortium (W3C) introduced a new HTML5 logo (depicted above) intended to promote visibility of the next generation of web technologies now being rolled out in modern browsers, using the “HTML5” brand to refer both to the HTML5 specification itself as well as serving as a “general-purpose visual identity for a broad set of open web technologies, including CSS, SVG, WOFF and others.”

    This announcement was received with scorn by many web purists who were upset that the public might be further confused by the semantic and technical blurring of simplified branding, rather than knowing the actual role played by each different web technology. This prompted the W3C to restate that the new logo “represents HTML5, the cornerstone for modern Web applications.”

    HTML5?

    Within the same news cycle, the Web Hypertext Application Technology Working Group (WHATWG), a team designated by the W3C to maintain the emerging HTML5 specification, announced that it would now be referring to HTML5 as simply HTML, because the specification would now be regarded as a “living specification” that constantly evolves, rather than being a designated version number going through a much more formal process of drafts and recommendations.

    This change erupted in more controversy from those who saw it as either a feud between the two groups or a simply a confusing miscommunication on overall strategy. However, the HTML5 brand actually has little to do with the way HTML is presented as a specification.

    Additionally, those complaining about the lack of an ongoing version number seem to assume that the WHATWG is compiling a specification that browser makers follow. In reality, such an effort would fail just as many other attempts by standards bodies to tell the industry how to work have, including the ISO’s Open Systems Interconnection (OSI) protocol suite (rejected in favor of the industry lead and more practical TCP/IP) or the W3C’s own XHTML 2.0, an intellectual exercise maintained between 2002 and 2009 and virtually ignored by browser makers.

    When the W3C started over to create a more practical, precise and functional new version of HTML, it began working closely with Apple, Mozilla, Opera, Google, Microsoft and the parties to make sure the standard reflected what vendors wanted to and were willing to do, rather than trying to mandate impractical ideas that would never be supported by the browsers people actually used.

    It’s Already Been Broughten!

    The result, HTML5, was originally scheduled to publish a “candidate recommendation” by 2012, with at least two “100% complete and fully interoperable implementations.” Ian Hickson, editor of the HTML5 specification, once said HTML5 was likely to be finished around 2022. These dates were frequently used by opponents of portions of HTML5, including Flash maker Adobe, to create fear, uncertainty and doubt about whether HTML5 would ever be completed, with the suggestion that everyone should just remain content with using Flash to build dynamic content.

    The new shift in viewing HTML5 as simply the latest iteration of HTML means there’s no reason to wait around for perfect compliance from every browser, something that still has yet to happen for even the decade old HTML 4.01. Instead, it motivates browser makers and web developers to use the specification that now exists to build real products, constantly evolving both along with the specification to deliver the best technologies as they become available.

    [via: appleinsider]