Archive for October, 2009

File Under: Multimedia, Social

Flickr Adds People-Tagging for Finding Friends in Photos

Popular photo sharing service Flickr added a new feature Wednesday that lets users tag each other in photos. In addition, Flickr has updated its privacy controls, so users can opt out of being personally identified in individual photos.

The new feature lets you tag particular people in pictures by drawing bounding boxes around their faces. Flickr then asks you to ID each person, and if the person is a Flickr member, the system suggests the member’s name to you as you type the tag.

Once people are tagged, it makes finding them in searches much easier. Instead of searching for somebody’s name and only seeing photos blindly tagged with your search term, Flickr now shows you where that person is located inside the photo — especially helpful if you’re looking at a group shot.

Flickr has over 40 million members according to Yahoo, which owns the service.

People-tagging features have long been available to users of other photo-sharing web services like Facebook and Google’s Picasa. And Flickr’s new feature doesn’t go as far as Picasa, which will actually find the person’s face in the picture and take a guess at who it is. Google debuted this technology in 2008 and enhanced its capabilities just last month.

But while Flickr’s new people tags are close to what you’ll find elsewhere, Flickr’s implementation offers more user controls for privacy by letting you opt out of being ID’d.

As Facebook users know, you often get tagged in a photo that you didn’t approve of, isn’t particular flattering or shows you in a, shall we say, “compromising position.” But once you’re tagged in a picture on Facebook, that photo with you in it gets tied to your profile. It shows up in image searches, whether you want it to appear or not.

Flickr’s new face-tagging system lets users opt out of being tagged in individual photos. So, you can pretend that’s not really you holding that bong or shotgunning that can of PBR. You can also set your preferences so you can never be tagged in a photo, or you can determine which users are allowed to tag you and which users aren’t. You can also opt out of the whole face-tagging system in general.

Non-Flickr members can be identified in photos as well, but they’ll need to approve the ID before it appears within the system.

That won’t stop users from adding your name as a tag on the photo. Users can also draw a box around your face and add your name as a note. But neither of those options physically connect the tag to your Flickr account the way the people-tagging feature does. Instead, it’s just another piece of metadata attached to the photo.

For those who want to play along, just watch your Recent Activity page. Every time you’re tagged in a picture, you’ll see a little notifier in your Recent Activity stream telling you who tagged you, and offering a link to the picture.

Once a photo is tagged up with people, the photo page displays a list of all the people identified within the picture, along with links to their Flickr profiles.

See Also:

File Under: CSS, Fonts

Typotheque’s Web Fonts Rock, But Old Machines Can’t Learn New Type Tricks

Font foundry Typotheque has introduced a new web font system that gives web authors a new set of font embedding options for their website designs. However, as cool as Typotheque’s new tools are, they can’t overcome some larger problems with the @font-face rule in CSS and the state of type on the web in general.

Typotheque, a Netherlands-based font foundry, recently unveiled a set of web licenses and an easy cut-and-paste solution for web developers looking to take advantage of the CSS3 @font-face support in modern web browsers. The solution is particular nice because it doesn’t require the overhead of loading JavaScript libraries like some other proposed solutions we’ve covered, such as TypeKit. Typotheque’s system requires only a CSS file and a simple @font-face stylesheet rule.

Also working in Typotheque’s favor is a web-only license, which is issued and controlled by the company, that’s considerably cheaper than licensing the actual font files.

Unfortunately, in the real world, @font-face’s results aren’t always what you expect. As BoingBoing recently discovered when it tried a redesign using @font-face to embed custom fonts, CSS3′s @font-face rule doesn’t always render correctly on older PCs.

While it’s nice to see font foundries like Typotheque embracing both web licenses and simple embedding tools, the results are decidedly mixed. So long as your site’s users are running a modern OS like Mac OS X, Windows Vista or most Linux distros; and they have modern browsers like Firefox or most of WebKit-based browsers, the @font-face and Typotheque’s new embedding system work wonderfully. The only minor issue is a quick flash of unstyled text appearing when the page loads in Firefox, but that can be addressed with a simple JavaScript workaround.

However, for those users still using Windows XP, embedded fonts are not, by default, anti-aliased and results in jagged, ugly fonts that aren’t going to make you or your visitors happy.

To see how things looked in various browsers, we loaded Typotheque’s Fedra Sans font up in a test page at 72 pixels and then looked at it in various browser/OS combos:

Fedra Sans in various browsers. Click the image for a larger view.

As the image above demonstrates, the results are just fine in Firefox on Mac OS X and Linux, acceptable in IE7 in Windows XP and downright ugly in IE6 on XP. Given the considerable percentage of web users still browsing with IE6 in Windows XP, @font-face clearly isn’t going to work for every site.

Still, for those that just want to experiment with @font-face, Typotheque’s new system is the simplest, cheapest system we’ve tested. There’s even a free month-long trial available for testing purposes. For more details, head over to the Typotheque website.

See Also:

File Under: Events, Programming

Video: Users Are People, Too

User input is critical to the success of any project, be it a piece of desktop software, a web-based app or a simple brochure-ware website. And I’m not just talking about usability testing, e-mail forms or demographic surveys, which most of us consider a necessary evil. The truth is that your project, and your creative skills, can gain significantly from involving the user in the process of building and improving your app.

Granted, user communities can be a burden to manage, but the happiness of that very community determines how its members are going to engage with your app. If you ignore them or cheese them off, they’ll leave and refuse to come back. If you do what you can to satisfy them even a little, they’ll not only stick around, but they’ll encourage their friends to participate as well. And once you do engage your users directly, you’ll probably end up stunned at how rewarding the results can be.

The video above is of a talk by Google’s Ben Collins-Sussman and Brian Fitzpatrick — who is also head of Google’s Data Liberation Front, and who we interviewed last week on Webmonkey — at the company’s I/O developer conference last May. Ben and Brian talk in-depth about the “lost art of customer service” and the complicated relationship between engineers, user communities and marketing priorities.

A must watch for engineers, designers and project managers alike. About an hour long.

See Also:

File Under: Browsers, Fonts, Web Standards

Mozilla Throws Its Weight Behind Improving Web Type, Adopts WOFF for Firefox

Firefox users will soon gain the ability to see an even greater diversity of fonts on web pages.

Mozilla announced Tuesday that version 3.6 of Firefox, due by the end of the year, will support the new Web Open Font Format, or WOFF. Web authors will be able to include WOFF fonts in their page designs by linking to the font files in their code the same way they link to images and other downloadable files.

WOFF becomes the third downloadable font format supported by Firefox — version 3.5 included support for TrueType and OpenType font downloads.

But WOFF has two key advantages over TrueType and OpenType: WOFF fonts are compressed, so they download faster, and they include support for tags and other unencrypted metadata.

This is a significant step forward not only for the emerging open format, but also for type on the web in general, which is still stuck in a state of mild turmoil.

For years, designers have been limited to using only a set of five or six common fonts on the web. But thanks to new font rendering tools within the emerging HTML5 and CSS3 standards, web designers now have the ability to use newer, more visually interesting typefaces — and make that type appear more consistently across browsers, operating systems and screen resolutions.

Even with these new abilities, intervening forces like DRM, licensing restrictions and varying levels of support from the browser makers have stalled progress, forcing the modern designer to resort to a variety of workarounds and hacks if they want to use these new fonts. Some possible solutions have shown up, including the OpenType standard and a “middleman” licensing model proposed by the startup Typekit, but haven’t yet gained traction. Earlier this month, popular website Boing Boing launched a redesign using CSS3′s @font-face rule, but ran into problems when things didn’t render correctly on older machines.

WOFF doesn’t promise to totally solve the problem of browser compatibility — it still uses the same paradigm within CSS3′s @font-face rule where users are served a preferred font choice first, but are then offered backup choices if their browser doesn’t support the first one. And there are still special considerations for IE 8 users, as Microsoft’s browser supports @font-face, but only if you use the .eot font format.

What it does do is improve workflows for those using downloadable fonts in their designs.

Mozilla contributor John Dagget outlines the compression and tagging advantages on the Mozilla Hacks blog:

First, compression is part of the WOFF format so web authors can optimize the size of fonts used on their pages. The compression format is lossless, the uncompressed font data will match that of the original OpenType or TrueType font, so the way the font renders will be the same as the original. Similar compression can be achieved using general HTTP compression but because compression is part of the WOFF format, it’s simpler for authors to use, especially in situations where access to server configuration is not possible.

Second, the format includes optional metadata so that a font vendor can tag their fonts with information related to font usage. This metadata doesn’t affect how fonts are loaded but tools can use this information to identify the source of a given font, so that those interested in the design of a given page can track down the fonts used on that page.

Dagget also notes that WOFF fonts aren’t “secure,” so the format shouldn’t be used by foundries wanting to regulate the use of their work. However, over 30 major type foundries — including House Industries, Hoefler & Frere-Jones and ITC — are already endorsing the format, and Mozilla’s support should help foster its popularity.

You can read more about how WOFF is used, plus see examples on the Mozilla Hacks blog. You can also check out WOFF support yourself by downloading the latest nightly builds of Firefox and giving it a whirl.

See Also:

File Under: Web Apps

Zoho Integrates With Google Score One for Web App Interoperability

Browser-based office suite maker Zoho has released some new integration tools for Google Apps, allowing you to use Google Apps within Zoho Projects, the company’s project management webapp.

Zoho Projects for Google Apps integrates Google services like its various document editors, Google Calendar and Google Gadgets with Zoho’s project management software. The result is a painless round-trip way to use Zoho Projects without abandoning Google Apps. We’re fans of both Zoho and Google’s office products, and we’re even bigger fans of broad interoperability between web applications, so it’s pleasing to see Zoho improving its toolset in this way.

To get started, just sign into Zoho Projects, link your Zoho account to your Google Apps credentials and from then on you’ll be able to sign into both services using the same username and password. Once the accounts are linked, you can send documents directly from Google Docs to Zoho Projects.

The integration works the other way as well, feeding project milestones, tasks and meetings back to your Google Calendar. You can also embed the new Zoho Projects gadgets within Gmail, iGoogle or any OpenSocial-compatible site for quick and easy access to your Zoho projects.

While Zoho offers services that compete directly with Google Apps, it also recognizes that not every wants to use those services. As Zoho CEO Raju Vegesna says in an e-mail to Webmonkey, “sure we compete with Google… but we compete in only a subset of apps we offer.” Vegesna goes on to add that the new apps don’t compete directly with Google, rather, they complement what Google Apps already offers.

Indeed, Zoho Writer, Spreadsheets and other apps align closely with Google Apps equivalents, but when it comes to project management tools, Google has yet to offer anything on the level of Zoho projects.

In fact, what Zoho Projects does compete with are the likes of Basecamp, or even Microsoft Project. The new integration with Google Apps gives Zoho Projects a distinct advantage for those already using Google services.

Of course, like Basecamp and Microsoft Project (and unlike Google Apps), Zoho Projects is not completely free. There is free option for Zoho Projects, but it’s limited to just one project. For something more robust you’ll need to sign up for one of Zoho’s monthly options which range from $12-$80 per month depending on the number of projects and amount of storage space you need.

For more information in how the Google Docs-Zoho Projects integration works, check out Zoho’s intro video, embedded below.

See Also:

File Under: Identity, Web Apps

Pack Up Your Data and Leave Whenever You Want, It’s the New Rule of the Cloud

There’s a certain level of trust that goes along with using a cloud-based web application. You upload your photos and your documents so you can access them everywhere, but you also trust that you’ll be able to pull those photos and documents down any time you want.

It sounds like a perfectly reasonable assumption, but many web-based services make it difficult for you to export your data. Worse, they’ll charge you a fee for the privilege. Some offer APIs — a bonus if you’re technically astute, but a solution that leaves the average user short on options.

To prevent such headaches, Google recently launched the Data Liberation Front, an initiative within the company to ensure every one of its products has a clear, easy option for users to export their data in bulk and take their business elsewhere.

Leading this project is Brian Fitzpatrick, an engineering manager at Google. Brian and his team launched an educational website at dataliberation.org in September where you can track their progress and find instructions for exporting your Blogger blog, your Picasa photos, your Gmail inbox, or whatever service you want to bail on.

It may seem odd as business strategies go, but as a practice, data portability and the trust it engenders are key to fueling the growth of the open web. In the following interview, Brian explains why this concept is especially important now, as more of us are sharing our data not only with Google, but with Facebook, Yahoo, Microsoft and other major players. He also hints at some new export features coming to popular Google products — like the ability to export all of your Google Docs files in a single, downloadable Zip archive.

Webmonkey: What led to the creation of this initiative within Google?

Brian Fitzpatrick: Even before I joined Google, I heard (CEO) Eric Schmidt speak. And one of the things I heard him say time and time again is, “we don’t lock our users in.” If they wish to leave, they are free to do so, and they can take their data with them. After I started, the one thing I kept hearing over and over again from the team was that we focus on our users first, and everything else follows that principle.

In talking to other engineers here, I realized that we don’t lock our users in. But while the door isn’t ever locked, in some cases, it could use a little bit of grease. It’s a little stuck.

We asked various product people if they’ve looked into doing an easy bulk-export type of thing where users can take out their data — and put it in — en masse. The typical response was, “Oh, it’s been on our roadmap for four or five years, it’s just de-prioritized because we have to work on these things our users are demanding.” So, it just wasn’t getting done.

We decided to start a small team of engineers to do just that — go around to our various products and help build those systems.

WM: So it wasn’t a question of evangelizing data liberation since the product managers were already sold on it, but more of a mission to go install the plumbing?

BF: Yeah, but we’re also trying to raise awareness in general. Most engineers don’t typically think about data liberation. They’re more involved in launching products. But I think it’s important because it’s a way for our users to trust us more.

WM: How much do you see the Data Liberation project as good policy for Google internally versus good policy for the web in general?

BF: I would love nothing more for other companies to copy-cat us on this. It’s good policy because we’re in a different world than we were in ten years ago.

If you wanted a piece of software ten years ago, you’d go to the store, buy a box and take it home. If you wanted to try another piece of software, you’d have to go back to the store, buy another floppy and do the whole process over again. There’s a huge barrier to trying different things out.

Today, if you want to try something else out, you just type another URL in your web browser. We want people to try our software, and if we’re going to encourage people to put data in the cloud and use more cloud-based apps, it’s important to show that it should be easy to get that data out as well. I want more people to think about this. It’s an important thing, and most people don’t think “I want to get my data out,” until it’s too late.

To be very clear: It’s not that Google is just an altruistic, lovable, huggable company. I think we’re a good company, but we get a benefit from this. We benefit from the work we do with open web standards, open-source and data liberation. But if you’re using a Google product now and you decide to go somewhere else, the easier we make it to leave and take your data with you, the more likely you are to come back and use something we come out with in the future.

There’s also the “rising tide floats all boats” analogy — the more we contribute to the success of the internet, the more we contribute to our own success since we’re such a big player.

WM: So, are you taking steps to future proof your products as well? Like in the case of Google Docs, or in the case of feed-based data, are you making sure what’s supported today will be supported in 10 years?

BF: We’re focusing on open formats wherever possible. So, you’ll see things coming out in open-documented Atom feeds, XML feeds.

In the case of Docs in particular, there’s something great we’re working on at the moment. Right now you can get your docs out one at a time. We’re working on a way for you to be able to select multiple docs at once, choose whatever format you’d like — ODF or MS Word or whatever — and our server will convert everything for you, create a Zip file and stream it down to you. (Brian says this feature will launch within the next couple of months).

WM: That’s great for backups.

This is interesting, too. Last winter, we launched Blogger liberation. When you log in to Blogger, there are options for “import blog” and “export blog.” It’s a nice, user-friendly experience, an easy download. We noticed some people were exporting their blog every other day — they were just creating a back up. We have several copies of their blog across several data centers, but these people felt more comfortable having their own copy on their own computers.

WM: There are other Google tools that run back ups automatically, like Picasa, where you can sync your photo library in the desktop app to your album on the web, right?

BF: Right, and we’ve been doing some additional work with Picasa because we’ve recognized we can do a better job with syncing things like your photos’ metadata.

WM: That’s interesting because data portability on the social web isn’t only about your data, it’s also largely about your metadata — your tags in Picasa and who they’re attached to, who you follow in Blogger and your ratings and comments for their posts. Are those bits of metadata being taken into account?

BF: It’s really hard to keep up with the features of individual services and the smaller bits, since they’re all so different. I don’t know if Blogger is exporting follow data. I know in Reader, you can get a list of the blogs you follow if you export your reading list to an OPML file, but you don’t get a list of the posts you’ve starred. There’s some education needed there, and some things that merit more attention. I don’t think we have the answer for all that yet.

WM: It also raises the question of interoperability among social sites. There are emerging standards that don’t yet have broad support but are gaining steam — things like Portable Contacts, OAuth, Activity Streams. How much attention is Google paying to making sure its import and export systems play well with smaller social sites who are adopting these new open standards? Versus, say, the attention being paid to bulk data export?

BF: I think that’s more relevant to the teams working on products that touch on those standards. Our team currently has a pretty sharp focus on data you create in our apps or that you’ve imported into our apps — making it so you can get that out. As far as interoperability, we’re obviously big supporters, and anything we can do to make it any easier to build on the open web, we’re doing.

For example, on OpenSocial we make it easy for developers to write apps that can be shared among different social networks. Google has also done work with OAuth. But the Data Liberation team is primarily concerned with helping you get your data in and out. It’s sort of step one of n steps.

WM: OK, so that’s your first order of business. Is there a list of tasks related to data liberation you’ve lined up to accomplish in your downtime?

BF: One thing we’re studying is the fact that your hard drive capacity is expanding way faster than your network capacity. Your hard drive capacity increases by an order of magnitude every four years. So that means by 2017, you’ll have a multi-terabyte iPod in your pocket.

Network capacity has only increased a little bit by comparison. Ten or so years ago, you had dial-up, or if you were super-advanced, you had DSL. The network speeds we have now are not a lot faster when paired with the growth of hard drive capacity. So, there are a lot of difficulties when dealing with larger data sets. How am I going to get 20 terabytes from Chicago to Mountain View quickly? I’m going to put it on hard drives and FedEx it.

We’re brainstorming about making it easier for people to move that size of data set around, or to gain access to that data.

See Also:

File Under: UI/UX, Visual Design

Debunking the Myth of the Page Fold in Web Design

Web standards give developers a way to build websites so that anyone can access them. Unfortunately web standards don’t cover more difficult problems, like how to make sure people can find what they want on your site.

For that developers need to turn to common design patterns, but unfortunately many design patterns are outdated. For example it was long held as a common belief that most users would not scroll down the page, so your content needed to be “above the fold” if it was to be noticed — a term leftover from newspapers where the primarily headlines are above the fold, so those walking by a newsstand would see the important stuff even though the paper was folded in half. The web equivalent of above the fold is the area you can see without scrolling.

However, that conventional wisdom is not nearly as true today as it was back when Jakob Nielsen encouraged developers to keep everything above the fold. Of course Nielsen’s own site has plenty of content below the fold — after all, the web isn’t a newspaper.

CXPartners, a U.K.-based design agency, recently posted the results of a study involving some 800 user testing sessions, and on only 3 occasions did the page fold stymie users.

Part of the reason for the shift can be seen in CXPartners’ hotspot study, which used eye tracking software to reveal that users nearly always spend some time glancing at the scrollbar to judge page size. Now, that doesn’t mean you bury your best content below the fold, but it does mean that you shouldn’t worry too much about things that simply don’t fit above the fold.

But one surprising thing thing comes out of the study is that having less above the fold actually encouraged exploration below the fold. According to CXPartners’s study, the judicious use of white space and visual clues that lead the eye down the page significantly increase the chances a user will scroll.

The key is to make sure there are no barriers that would make your users think there is no “below the fold” content. One example cited in the study had a large horizontal bar running across the page, which acted as a barrier — it looked like the bottom of the page even though it wasn’t. Eliminating the horizontal bar encourage users to scroll the page.

Although it might run against your aesthetics as a designer, clipped text and cut off images are also high on the list of things that encourage scrolling.

Here’s CXPartners’ suggestions based on their user testing research:

  1. Less is more — don’t be tempted to cram everything above the fold. Good use of whitespace and imagery encourages exploration.
  2. Stark, horizontal lines discourage scrolling — this doesn’t mean stop using horizontal full width elements. Have a small amount of content just visible, poking up above the fold to encourage scrolling.
  3. Avoid the use of in-page scroll bars — the browser scrollbar is an indicator of the amount of content on the page. iFrames and other elements with scroll bars in the page can break this convention and may lead to content not being seen.

So what would Jakob Nielsen think? Well, actually he seems to have weighed in in the comments, suggesting that what CXPartners discovered is old news. That may be true for Nielsen, but the CXPartners’ write up is much more readable than the technical, jargon-filled document Nielsen points to, and even if “below the fold” is a myth, it’s a well established one and there’s no harm in debunking it again.

Be sure to check out the comments on the CXPartners site for some helpful design tips and techniques from readers, as well as some thoughtful criticisms of the study.

Photo: Matthew Bradley/Flickr, CC

See Also:

File Under: Browsers

Mozilla Readies Windows 7 Support for Firefox 3.6

Mozilla has pushed back the release of the first Firefox 3.6 beta by another week, but when Firefox 3.6 beta 1 does arrive it will include support for several new Windows 7 features. Currently the schedule calls for the first beta of Firefox 3.6 to arrive on October 21, one day before Microsoft’s official release of Windows 7.

If you just can’t wait another week and would like to start testing now, there is a pre-beta build of Firefox 3.6 available with some of the new Windows 7 features included.

The big Windows 7 news in Firefox 3.6 is support for Aero Peek tab previews — the page and tab previews available in the Windows 7 task bar. As with other Win 7 apps, hovering your mouse over Firefox’s task bar icon will pop up previews of all your Firefox windows and tabs, making it quicker and easier to navigate between them.

Also due to arrive when the final version of 3.6 ships is support for Windows 7 jump lists. The jump lists can be accessed by right clicking on the Firefox task bar icon, which gives you access to a list of your most frequently visited websites, buttons to create a new window or tab and the option to “pin” Firefox to the task bar.

Firefox 3.6 will also offer a number of speed improvements for Windows 7 and other operating systems as well, along with support for fullscreen, open source video and more HTML5 and CSS 3 improvements. For more details on what’s coming in Firefox 3.6, check out our coverage of the alpha release.

Firefox 3.6 is expected to ship some time before the end of 2009.

See Also:

Search Engine Optimization Is Part of Good Web Design

One significant aspect of web design that we at Webmonkey often ignore is so-called “search engine optimization,” or the art of making sure Google and its brethren can find, crawl and index your websites.

Part of the reason we typically ignore SEO is that it’s an industry full of what Derek Powazek, who has worked at both Google’s Blogger and Technorati, and is a former Webmonkey contributor, recently called “scammers.” Indeed, black hat SEO outfits are responsible for creating billions of bad results for users — highly ranked sites that actually offer little more than advertisements and spam.

It’s too bad the SEO industry ended up this way, but with the rise of Google and the importance of PageRank, as Powazek puts it, “like the goat sacrificers and snake oil salesmen before them, a new breed of con man was born, the Search Engine Optimizer.”

Naturally Powazek’s rant against SEO raised the ire of folks like Danny Sullivan over at Search Engine Land — people that focus on optimizing sites for Google without resorting to black hat techniques.

Leaving the ranting aspects of Powazek’s post aside, you’ll find that he and Sullivan actually agree. They just use different terms to describe what they’re talking about. The real message of Powazek’s rant is not that SEO is wrong, but that you shouldn’t have to pay extra to get it.

SEO is actually just a subset of good web design. Powazek writes:

Good SEO techniques are just good web development techniques. They should be obvious to anyone who makes websites for a living. If they’re not obvious to you, and you make websites, you need to get informed. If you’re a client, make sure you hire an informed web develeper.

Powazek is actually echoing Google’s own advice, which says: “if you’re thinking about hiring an SEO, the earlier the better… that way, you and your SEO can ensure that your site is designed to be search engine-friendly from the bottom up.”

In other words, if you’re a web developer and SEO isn’t part of your toolset you’re doing your customers and yourself a disfavor.

So what if you aren’t familiar with the intricacies of optimising your site for search engine spiders? Well, perhaps the best place to start is with Google’s own recommendations for webmasters and there’s also the Webmaster Central Blog.

For the nostalgic, we also recommend checking out Powazek’s decade-plus missive on why he loves HTML tables right here on this site.

File Under: Software & Tools

Opera Unite Puts a Web Server in Your Web Browser

Opera Software announced a new beta of its flagship Opera 10 browser Wednesday that comes with Opera Unite built in. Opera Unite is essentially a web server that runs inside the browser — instead of just passively browsing the web, Opera Unite lets you share photos, chat and host a simple website directly on your own computer.

The goal of Opera Unite is to allow users to build and host not only websites, but also custom web apps powered by JavaScript, which could be used to power private social networks like mini-Facebooks or mini-Flickrs, collaborative tools like Google Wave or even file sharing darknets. To show off its abilities, Opera is also releasing several apps that run on Unite, including a simple photo gallery maker, a chat application and a streaming music player.

To get started with Opera Unite, you’ll need to download the latest beta version of Opera 10. Once installed, just click the Unite button in the lower left corner of the browser and set up an account. Once Unite is up and running, you can enable the default applications which covering sharing photos, posting messages on your friend’s “fridge,” chatting, listening to music, sharing files and, of course, hosting web pages.

When Unite was first announced, we noted it was heavy on hype and light on delivery. Now that Unite is actually part of Opera 10, we like where Opera seems to be aiming with Unite and look forward to seeing how it develops. As so often happens with Opera innovations, the ideas behind Unite may well percolate up into other browsers as well.

Getting started with Unite is marginally easier than turning on the web server that shipped with your OS, since in this case you never need to leave the browser. Unite also seamlessly handles all the complicated stuff associated with traditional web servers, like opening firewall ports or setting up DNS redirects. Unite takes care of all that behind the scenes.

But Unite also has the same drawbacks that stop most people from setting up home servers using the software provided by your OS — namely bandwidth and uptime.

The bandwidth available to Unite is limited to what your ISP provides. However, at this point in the broadband world, bandwidth isn’t the real issue. The real issue is uptime. Close your laptop and all the data you’re sharing through Unite vanishes. For some applications in Unite, like chatting or posting notes, this isn’t a big deal. For others, like hosting your own website or sharing files, it severely limits the usefulness of Unite.

However, while we wouldn’t suggest using Unite to host a client’s website or anything related to a business, for casual websites or tasks like sharing photos with friends, Unite works quite well. Should you turn off Unite, visitors will see a message informing them that you’re offline, but as soon as you sign in again, everything returns to normal.

The things you share through Opera Unite can be viewed by anyone using any web browser; there’s no need to turn your friends into Opera converts. That said, if you want your friends to also share things through Unite, then they’re going to need to download Opera, just like they would need to join Facebook if you want to share things through Facebook.

While there’s no doubt Opera would like to see Unite steal a bit of thunder from popular social networks like Facebook, it isn’t hard to see another great use for Unite — it makes the perfect darknet file sharing server.

Opera Unite lacks a BitTorrent client for sharing files among your friends — an odd oversight given that Opera 10 already has a BitTorrent client — but even if you’re limited to traditional server-style, incremental downloads, Unite makes a handy way to swap files totally outside the view of prying eyes.

Want to grab the latest episode of some TV drama from your friend? Just ask them to privately share that file, send you the password and you’re away. Opera claims it isn’t logging what you share and so long as you keep the file private, none should be the wiser.

Which brings us to privacy. Unite’s default setting for most apps keeps your files private. Even if someone has your Unite URL, in order to actually see your files they’ll need to know a password that you control.

Alternately, you can opt-in to sharing your data publicly. Be aware that, should you opt to make your photos or other files public, they will be exposed to the entire web, including search-engine spiders. That means changing your mind about the public setting is a bit more complex — just because you change something from public to private, doesn’t mean that content will be immediately expunged from Google’s index.

In short, when it comes to privacy, Opera Unite is much more a web server and much less a protected network like Facebook. That isn’t necessarily a bad thing, but it is a difference you need to be aware of.

Perhaps the most exciting part of Opera Unite is the ability to write your own applications. Unite apps are built using web standard tools like HTML and JavaScript. If you can build a website, you shouldn’t have any trouble building an application for Unite. At the moment there aren’t too many third-party apps available for Unite, but once the Opera community has a chance to play with Unite, look for the number of available apps to shoot through the roof.

Grab the free download from Opera, and remember that Opera Unite is beta software. The company hasn’t provided a timeline for a final release.

See Also: