Slashdot Mirror


Firefox 4 Beta 1 Shines On HTML5

snydeq writes "InfoWorld's Peter Wayner takes a first look at Firefox 4 Beta 1 and sees several noteworthy HTML5 integrations that bring Firefox 4 'that much closer to taking over everything on the desktop.' Beyond the Chrome-like UI, Firefox 4 adds several new features that 'open up new opportunities for AJAX and JavaScript programmers to add more razzle-dazzle and catch up with Adobe Flash, Adobe AIR, Microsoft Silverlight, and other plug-ins,' Wayner writes. 'Firefox 4 also adds an implementation of the Websockets API, a tool for enabling the browser and the server to pass data back and forth as needed, making it unnecessary for the browser to keep asking the server if there's anything new to report.'"

11 of 256 comments (clear)

  1. Re:Does what to HTML 5? by beelsebob · · Score: 3, Insightful

    Yes, lets all live in 1999, so that you can continue to use your shitfest of a computer.

  2. Its too bad the UI got messed up by Burz · · Score: 5, Insightful

    Mozilla and Google have got this one WRONG:

    Merging the address and search fields is a big drawback. It further confuses people about what a URL is, and it encourages them and others (esp. advertisers) to give directions to web sites as if the keywords == addresses. (Hey, like AOL!)

    If this trend continues, we'll have shenanigans and lawsuits claiming that "squatters" are using keywords on their pages that "belong to us". It will open another "IP" can of worms.

    Encouraging people to rely on keywords also opens them up to phishing big time. It's like having them clean their teeth with their enema: Very semantically dirty!

    1. Re:Its too bad the UI got messed up by blair1q · · Score: 4, Insightful

      well, no, actually, that's a good thing.

      URIs have become cumbersome. Making the net content-addressable is a big efficiency measure.

      You can still give out a key that will only map to you, and return a URI that is clearly you. Or at least as clearly as happens now when someone does a Google search.

      But now you're not constrained to identifying yourself with some bogus fqdn with a limiting TLD stuck on it.

      As for Phishing, banks have moved to authentication systems that use graphics on the page to tell you that the password-entry box you're looking at is legit. If you don't see your predetermined secret glyph, you don't enter your password. And the glyph isn't sent until your browser and the server are connected by SSL, so it can't be sniffed and hacked into a phishing site. And it isn't sent unless your browser already has a cookie identifying it as having been validated previously, using a secret-question protocol. If you deleted the cookie, you go through the secret-question routine again.

      Short of adding more layers of such things, or using in-person pre-validated biometrics over secure links, you're not getting much more security than that on the internet. Using simple, recognizable URIs won't help you, and really, just invites social engineering based on URIs that look almost legit.

    2. Re:Its too bad the UI got messed up by sweatyboatman · · Score: 4, Insightful

      Your posts defines two distinct categories: URLs and Search Terms. Most people don't think about those things as separate ideas. They're just means of telling the internet to show a website.

      The key distinction between a URL and a search term is that URLs are hard to remember and prone to typos. Search terms are far easier (and tend to be helpful even if you spell them wrong). why would I want to type in "http://krugman.blogs.nytimes.com/" when I can just type in "krugman" (or "krugrman") and get my daily Keynesian economic analysis that way.

      For the browser, the URL and the search term are completely distinct. For an engineer or a software programmer, it's clear why they would have separate fields for entry of one or the other.

      But for a user (even a technically savvy user) semantic cleanliness doesn't make any sense and causes more problems than benefits.

      --
      It breaks my pluginses, my precious!
    3. Re:Its too bad the UI got messed up by Anonymous Coward · · Score: 3, Insightful

      All is good as long as I can disable search from the toolbar.

  3. Re:Does what to HTML 5? by Pojut · · Score: 4, Insightful

    I love this country as much as the next patriotic guy...and love means being able to view things honestly. Face it: as a country, we throw out a MASSIVE amount of stuff.

    Come on, mods: if you can't be honest about yourself, what can you be honest about? Shut off Olbermann and Beck, accept what our country is, and just deal with it. Seriously.

  4. Re:Peter Wayner by Hatta · · Score: 4, Insightful

    Because the hypertext transfer protocol was designed to transfer hypertext documents. It was not designed to be a remote application protocol.

    --
    Give me Classic Slashdot or give me death!
  5. Re:Firefox needs better support for security token by Anonymous Coward · · Score: 5, Insightful

    No, he doesn't. He means what he said, regardless of the fact that *nix firefox has a different menu layout.

  6. Re:desktop as a document? by jsebrech · · Score: 4, Insightful

    You do realize that flash internally manages a display object hierarchy not unlike the DOM? There isn't much difference between writing apps in flex/flash and writing apps in javascript with something like ExtJS toolkit. All rich app frameworks I know, on any platform, use the HTML-like approach of having an element hierarchy and a set of layout rules that are constantly re-calculated.

    HTML may be ill-suited to rich app development, but so is everything else. Win32 and X11 are both truly horrible API's, arguably much worse than HTML+JS+CSS, but combined they hold the majority share of native apps.

    And by the way, the browsers of today are designed for rich applications. They have been for a few years now. Cars were originally designed to make it up to a brisk walking pace at best. Things change.

  7. Re:Does what to HTML 5? by Nethead · · Score: 3, Insightful

    Ya know, 1999 wasn't all that bad for me. Dot com boom. making big bucks at an internet porn company, got married, had a nice car, nice house... yeah, I'll go back there.

    --
    -- I have a private email server in my basement.
  8. Re:Peter Wayner by holloway · · Score: 3, Insightful

    Because the hypertext transfer protocol was designed to transfer hypertext documents. It was not designed to be a remote application protocol.

    Irrelevant. If it can be evolved to work well enough for people then it is suitable. The Type-III Secretory Gland evolved into the Bacterium Flagellum without any design, but it happened to work well enough to survive and so it did.

    Design helps cause effects but it doesn't prevent useful side-effects.