Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

Google Blogger Leaves Beta

Posted by CmdrTaco on Fri Dec 22, 2006 10:34 AM
from the more-emo-please dept.
VE3OGG writes "It would seem that Google's famed, award-winning blogging software, Blogger, has just left beta, ABC reports, and entered a growing (but still short) list of Google products to move out of beta. Of course, with this change is status also came a few crucial new features for Google's blogging agent, specifically Google account integration, "Web 2.0" code free updates, and tagging."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Excellent news... (Score:5, Funny)

    by D-Cypell (446534) on Friday December 22 2006, @10:37AM (#17337320)
    ...Just a few years in Gamma, couple in Delta, a nice amount of Epsilon testing and we might have it nailed!
  • New name too? (Score:3, Funny)

    by homey of my owney (975234) on Friday December 22 2006, @10:39AM (#17337360)
    Does this mean it graduates to Clogger now?
  • First? (Score:2)

    by kjart (941720) on Friday December 22 2006, @10:42AM (#17337400)

    Is this the first Google product to actually make it out of Beta (aside from search, of course)? In a way it's kind of sad if it is.

    • Re:First? by Anonymous Coward (Score:1) Friday December 22 2006, @10:50AM
    • Re:First? by wiredlogic (Score:2) Friday December 22 2006, @12:01PM
    • Re:First? by owlnation (Score:2) Friday December 22 2006, @03:28PM
    • Re:First? by kjart (Score:2) Friday December 22 2006, @11:39AM
      • 1 reply beneath your current threshold.
    • 1 reply beneath your current threshold.
  • The "beta" crap (Score:5, Insightful)

    by danpsmith (922127) on Friday December 22 2006, @10:43AM (#17337426)
    Everyone complains about Google's products being permanently in beta, but at least in some cases, the term is largely justified. For instance: docs and spreadsheets is in beta. This is well deserved, the online word processor still can't handle enter presses adequately and screws up the formatting when trying to edit online. In my opinion, Google moves products out of beta when they are ready for general consumption. The only difference is that they aren't worried about having the whole of the audience for their products be beta testers, because, frankly, they only get money through ad traffic. In effect, it works well on both ends, because we can start to see which services Google will have finalized, used the products before they are really ready to be used and then have a final product eventually.
  • Why does Google sit on acquisitions? (Score:5, Insightful)

    by Salvance (1014001) * on Friday December 22 2006, @10:46AM (#17337458)
    (http://www.saynotocrack.com/ | Last Journal: Friday February 09 2007, @03:02AM)
    The new Blogger beta is, quite frankly, a disappointment. Blogger was pretty amazing when it came out years ago, but since Google bought them the brand has languished far behind competitors (Wordpress, Typepad, etc). Now Google adds a couple extra features, removes the Beta tag, and expects great fanfare. They just get ho-hum from me.
  • Gmail (Score:1)

    by stocke2 (600251) * on Friday December 22 2006, @10:47AM (#17337496)
    now if Gmail could just make it out of beta
    • 1 reply beneath your current threshold.
  • Google's Beta Strategy (Score:2, Troll)

    by tqbf (59350) on Friday December 22 2006, @10:53AM (#17337586)
    (http://www.pobox.com/~tqbf)

    The genius of Google's strategy of keeping applications "in beta" forever is that they get two press events for each product launch.

    What I don't get is, why do you people keep falling for it?

  • Google product? (Score:4, Insightful)

    by Otter (3800) on Friday December 22 2006, @10:55AM (#17337608)
    (Last Journal: Thursday November 08, @06:00PM)
    ...entered a growing (but still short) list of Google products to move out of beta...

    Anyway, didn't they buy Blogger? And was it "beta" when they bought it, or do they actually move acquired products backwards in their lifecycle?

  • I just tried this out yesterday. (Score:5, Interesting)

    by jZnat (793348) * on Friday December 22 2006, @10:58AM (#17337664)
    (http://del.icio.us/jvz | Last Journal: Sunday December 03 2006, @12:45PM)
    And of course, the Safari/Konqueror love was nonexistent. Works perfectly in Firefox, obviously, but you can't create new or edit existing blog posts in Safari/Konqueror with or without the WYSIWYG editor.
  • by RealGrouchy (943109) on Friday December 22 2006, @11:02AM (#17337714)
    Finally, posting to blogger works in the browser of *my* choice.

    A few months back, I noticed that it would take me up to the "preview post" stage, but when I tried to go any further (like, actually post it) I would get a blank page in my SeaMonkey browser.

    Google's FAQ simply said "get firefox". I did, and it still didn't work (probably some residual settings), so I removed FF. I would have to go to a public computer terminal with FF to post. PITA!

    Now, at least, I can post with SeaMonkey.

    - RG>
  • I thought I heard that the new blogger was going to allow you to earn back some of the ad revenue from your blog, so that you weren't just generating income for the parent company off of your traffic. Can anyone confirm?
  • Still a Few Bugs in the System (Score:5, Interesting)

    by Doc Ruby (173196) on Friday December 22 2006, @11:20AM (#17337964)
    (http://slashdot.org/~Doc%20Ruby/journal | Last Journal: Thursday March 31 2005, @01:48PM)
    It's still going to have bugs, like all SW (and everything else). Most of its users won't notice the difference with the qualitative version change, except maybe the usual new features magically appearing. So what's the difference between "Beta" and "release", when the Beta was a "public Beta release"?

    I bet it's just some way to start charging money for access. Might as well drop the "Beta" designation, and just call "releases" the "money release".

    FWIW (little, post-Netscape), "Alpha/Beta/Release" aren't subjective names. "Alpha" is a version tested (used) by people who also designed/implemented it. "Beta" is a version tested by people who didn't design/test it, unless perhaps the design/test team did get them to produce and/or review acceptance tests/criteria. And "Release" is the version that has been tested OK against release criteria.

    To be complete, correct version numbering isn't very subjective, either. The format is >major<.>minor<.>patch< . Bugfixes (not new features) increment the "patch" number. Format changes, in API, transmission (eg. network) or storage (eg. files) still backwards compatible increment the minor number. Feature changes still using the same UI increment the minor number. Format changes not backwards compatible, feature changes which change the UI, or transformational bugfixes which change either formats or UI to break backwards compatibility all increment the major number. Incremental builds can extend the numbers with a dash (eg. "2.13b4.77-154", for the 154th build of the 77th bugfix of the 4th beta of version 2.13), but only in Alpha and Beta versions, not actual releases. A good project's bug reporting will list bugs by their reported ID in lists of which bugfix release fixes them. "Release Candidate" numbers are just nicknames for the last in the series of Betas. Much as the the b1 version is identical to the last Alpha version.

    That's it. Each number change should have an Alpha/Beta/Release version, though Alphas can sometimes be skipped with tiny bugfixes. So there's no need for "odd/even" version numbering to reflect "development" versions. And numbers are sequential, except of course when a higher order number increments, resetting the smaller order number (eg. 2.13.77 -> 2.14.0 ->2.14.1). Version numbers have been hijacked by marketdroids, which just confuses the market they bamboozle, which is ultimately bad for sales, and even worse for costs of support. The version number should tell people whether to upgrade, and whether their old data, training and related activities will be noticeably impacted (with associated extra costs).

    Netscape broke everything with it's "public Beta" release that defined Web SW distribution. Microsoft has made the curse ubiquitous with SW versions 1, 2, 3 standing in for Alpha, Beta, Release, but mixing it up with new features to substitute for bugfixes. And Service Pack versions that form an entire new chain, and ongoing patches, and every other unmanageable version numbering "scheme" possible. And Linux distros continue the damage with the odd/even numbering and arbitrary versioning, with major releases measured in minor numbers, requiring various extra versions, and version numbering of each release for each distro.

    But the numbering schemes change monthly, quarterly. If developers just return to the simple discipline, we'll get back to numbers that actually mean something helpful to users and developers, not just marketdroids counting up to their next bonus.
  • by wiredlogic (135348) on Friday December 22 2006, @11:57AM (#17338532)
    What's going on with Blogspot. All of the blogs I occasionally checkup on have either disappeared or been hijacked by spammers. This all happend in the last couple months when Google was reorganizing things.
  • Feature complete? (Score:1)

    by lillevi (624279) on Friday December 22 2006, @12:05PM (#17338678)

    Of course, with this change is status also came a few crucial new features
    Seems kinda strange to add features when you are releasing software. Shouldn't new features be added to a new cycle? Isn't a beta meant to be feautre complete?
  • from a different perspective (Score:3, Interesting)

    by alphafoo (319930) <loren@boxbe.com> on Friday December 22 2006, @12:11PM (#17338756)
    (http://kunafa.maktoobblog.com/)
    Ironically, I just switched away from Blogger last week because the new templates, although great-looking, are not easily configured for right-to-left (RTL) languages. I'm not a CSS expert but I did give it a try over the weekend and eventually I gave up fighting it and reverted back to the old template which relied on my surrounding each entry and post title with a DIV DIR=RTL.

    I searched around to see what other people had done with the new Blogger and to see if I could just use someone else's template, but all of the ones I saw were a mess. Some parts RTL, some not, some of the layout broken. So, I moved to a site with excellent RTL support, but difficult to use because it seems to have been built and tested solely for Internet Explorer, so Firefox1.5 and Safari and Opera on the Mac all choke on various (but different) aspects of the posting process.

    If someone has had some success making a clean Blogger template using Arabic/Farsi/Hebrew/etc, please share.
  • Hopefully this means it works (Score:3, Informative)

    by Bryansix (761547) on Friday December 22 2006, @01:06PM (#17339732)
    (http://www.shezphoto.com/)
    Picasa2 is out of Beta and it is a horrible mess!
  • Finally (Score:1)

    by deusdiabolus (664790) on Friday December 22 2006, @03:53PM (#17342338)
    (http://www.deusdiabolus.com/)
    Maybe this means that now the third-party blogging client developers will be able to get their software working with Blogger accounts again.
  • by Master of Transhuman (597628) on Friday December 22 2006, @06:53PM (#17344258)
    The JavaScript just KILLS Firefox 2.0. Just scrolling up and down the page is a nightmare - and it's a short page!

    Opera scrolls the page much faster and more smoothly.

    Firefox 2.0 has a LOT of work to do on it. Every day it irritates me more with its erratic performance, broken download function (on Kubuntu Linux, anyway), and occasional crashes and lockups due to JavaScript issues.

    Note: I'm not complaining about Google Blogger - I haven't used it yet - - I'm just complaining about crap software in general.

  • by aricept (810752) on Saturday December 23 2006, @02:23AM (#17346690)
    There have been two versions of Blogger for a while now - "Blogger" and "Blogger in Beta". "Blogger in Beta" was the upgrade with new features, like the drag-and-drop element placement, the new template code, etc. "Blogger" is the original code. You had a choice between either of them, and each had a separate login area.

    Saying that Blogger is just leaving Beta is inaccurate. The new version is just leaving Beta.
  • 6 replies beneath your current threshold.