YOUR FEEDBACK
NGASI Releases AppServer Manager 8.1
Dave Jenkins wrote: The remote server management is a welcomed added feature...


2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
SYS-CON.TV
TODAY'S TOP SOA & WEBSERVICES LINKS


AJAX and Mobile Web 2.0: A Service Blueprint Combining del.icio.us and flickr
"So, is this a Mobile Web 2.0 service?"

Digg This!

Following my article about "Mobile Web 2.0," I wanted to find a blueprint/case study of a Mobile Web 2.0 service.

This follow-up article is a bit of a gedankenexperiment – but I have drawn on the excellent work being done by Dr Marc Davis and his team at the Garage cinema research at the University of California (Berkeley).

The service I am considering here is a ‘mobile’ version of a combination of del.icio.us and flickr

As you probably know, both del.icio.us and flickr are based on tags. However, note that in a mobile context, a ‘tag’ would have a different meaning to the term on the web. People do not like to enter a lot of information on a mobile device. Thus, a tag in a mobile sense, would be explicit information entered by the user (i.e. a ‘web’ tag) but more importantly information captured implicitly when the image was captured(for example the user’s location).

The service would enable you to
a) Search related images and get more information about a ‘camera phone image’ using historical analysis of metadata (including tags) from other users. This bit works like del.icio.us i.e. searching via tags BUT with a mobile element because the ‘tag’ could include many data elements that are unique to mobility(such as location)
b) ‘Share’ your images with others (either nominated friends or the general public similar to flickr but as a mobile service)

From a user perspective, the user would be able to
a) Capture an image using a camera phone alongwith metadata related to that image
b) Gain more information about that image from an analysis of historical data (either a missing element in the image or identifying the image itself)
c) Search related images based on tags
d) Share her image with others – either nominated friends or the general public

Let’s break down the components further. We need:
a) A mobile ‘tagging’ system at the point of image capture
b) A server side processing component which receives data elements from each user. It then adds insights based on historical analysis from data gleaned from other users.
c) An ability to deliver the results to the user(these could be a list of related images based on the tag or ‘missing’ information about the image)
d) A means to capture the user’s feedback to the results
e) A means to share images with others.

ussv.JPG

Tagging an Image
It’s not easy to ‘tag’ a mobile image at the point of capturing it. In fact, in a mobile context, implicit tagging is more important than explicit tagging(An explicit tag being a tag which the user enters themselves).

At the point the image is taken from a camera phone, there are three classes of data elements we could potentially capture

a) Temporal for example the time that the image was captured
b) Spatial – The GPS location or cell id
c) Personal/Social - Username (and other personal profile information which the user chooses to share), presence, any tags that the user has entered, other people in the vicinity(perhaps identified by Bluetooth), other places of interest recently visited etc

The client component captures all the data elements and sends them to the server. It also displays the results from the server. (The garage cinema research uses a system called Mobile Media Metadata (MMM) which performs this function.)

Server Side Processing
The server aggregates metadata from all users and applies some algorithms to the data. The data could also be ‘enriched’ by data sources such as land registry data, mapping data etc. It then sends the results back to the user who can browse the results.

Finding ‘Missing Elements’ of Your Image
In many cases, it’s not easy to identify elements of the image(or in some cases, the image itself).

Consider the three images of Big Ben shown below. The third image is not very clear. It also includes two neighbouring ‘points of interest’ i.e. the River Thames and the Houses of Parliament .

bigben.JPG

Based on Metadata from other users, the ‘River Thames’ and ‘Houses of Parliament’ could be identified to the person capturing the third image. This is because - potentially other users would have captured separate images of the three points of interest and tagged them.

Thus, if the third user wanted to know ‘the river in the image’ or the ‘building in the image’ - they would be presented with a likely set of related points of interest which could include the river Thames and the house of commons. (Laughably trivial – I know – but it illustrates the point!)

Sharing Your Images
This is the ‘flickr’ component. However, ‘sharing’ in a mobile context, also includes location. This is very similar to the ‘air graffiti’ system I described in my previous article.

To recap, from my previous article, the air graffiti system is the ability to ‘pin’ digital ‘post=it notes’ at any physical point. Suppose you were at a holiday destination and you took a picture or a video of that location. You then ‘posted’ that note digitally with your comments and made it accessible to your ‘friends’. Many years later, one of your friends happened to come to that same place and as she walked to the venue, a message would pop up on her device with your notes, picture and comments.
Like flickr, ‘friends’ may be members of the general public with similar interests (i.e. like flickr ) or a closed group.

So, Is This a Mobile Web 2.0 Service?
Let’s consider some of the principles here (for a detailed explanation, please read my article Mobile Web 2.0: Web 2.0 and its impact on the mobility and digital convergence (Part one of three)


• It’s a service and not packaged software.
• It’s scaleable.
• It utilizes the ‘long tail’ i.e. input from many users as opposed to a core few.
• The service is managing a data source (it’s not just software).
• The data source gets richer as more people use the service.
• Users are trusted as ‘co-developers’ i.e. users contribute significantly.
• The service clearly harnesses ‘collective intelligence’ and by definition is ‘above the level of a single device’.
• Implicit user defaults are captured.
• Data is ‘some rights reserved’ – people are sharing their images with others.

The two aspects not covered above are:
• A rich user experience and
• A lightweight programming model

These are implementation issues and could easily be included. So, IMHO - indeed this is an example of a mobile web 2.0 service!

Notes:
a) The example may sound trivial since Big Ben is a well-known location – but the same principle could apply to images of other lesser-known sites.
b) Of course, other types of data could be captured from the mobile phone for example video and sound.
c) There are no major technical bottlenecks as far as I can see(there are some commercial/privacy issues though).
d) From the above, you can see that Moblogging , in itself, is not an example of a Web 2.0 service
e) There are a whole raft of problems when it comes to the network effect and mobility. I have not discussed these here.

References:
Garage cinema research

  • "Mobile Media Metadata for Mobile Imaging"
    Marc Davis, University of California at Berkeley and Risto Sarvas, Helsinki Institute for Information Technology
  • "From Context to Content: Leveraging Context to Infer Media Metadata"
    Marc Davis, Simon King, Nathan Good, and Risto Sarvas
    University of California at Berkeley

    Photo Credits:
    Image One
    Image Two
    Image three

USS Voyager Blueprint image : and http://www.startrek.com


For a daily dose of Ajit Jaokar, readers might like to visit
www.futuretext.com.

 

About Ajit Jaokar
Ajit Jaokar is the author of the book 'Mobile Web 2.0' and is also a member of the Web2.0 workgroup. Currently, he plays an advisory role to a number of mobile start-ups in the UK and Scandinavia. He also works with the government and trade missions of a number of countries including South Korea and Ireland. He is a regular speaker at SYS-CON events including AJAXWorld Conference & Expo.

Dmitry wrote: Hi Ajit, Yesterday evening while being in concert I've noticed huge number of people filming it almost all the time. At that moment I've got an idea really close to what you described in this article - web service for sharing mobile content implicitly tagged with temporal and spatial information. I'm not really surprised I'm not the only one who got this idea. Thank you for your article. What feedback are getting on it? Were there any implementation trials? I would really like to know how the idea is developing. Best regards Dmitry
read & respond »
SYS-CON Belgium News Desk wrote: Introducing an intriguing mobile version of a combination of , Ajit Jaokar continues his insightful contributions to the fast-emerging new 'Mobile Web 2.0' category of ideas and applications.
read & respond »
SYS-CON Australia News Desk wrote: AJAX and Mobile Web 2.0: A Service Blueprint Combining del.icio.us and flickr Introducing an intriguing mobile version of a combination of , Ajit Jaokar continues his insightful contributions to the fast-emerging new 'Mobile Web 2.0' category of ideas and applications.
read & respond »
SYS-CON Italy News Desk wrote: Introducing an intriguing mobile version of a combination of , Ajit Jaokar continues his insightful contributions to the fast-emerging new 'Mobile Web 2.0' category of ideas and applications.
read & respond »
SYS-CON India News Desk wrote: Introducing an intriguing mobile version of a combination of , Ajit Jaokar continues his insightful contributions to the fast-emerging new 'Mobile Web 2.0' category of ideas and applications.
read & respond »
SYS-CON Italy News Desk wrote: Introducing an intriguing mobile version of a combination of , Ajit Jaokar continues his insightful contributions to the fast-emerging new 'Mobile Web 2.0' category of ideas and applications.
read & respond »
WEB 2.0 LATEST NEWS
ShoZu Adds Eight New Destinations to Mobile Social Media Service
ShoZu announced that it has expanded its mobile social media service to Photobucket, Dailymotion, Friendster, Twitter and four additional Web 2.0 and Mobile 2.0 communities. With these eight new integrations, ShoZu now enables mobile users to interact with their choice of 36 social net
Oracle Previews Fusion Middleware 11g
Building on its November 2007 preview, Oracle previewed additional planned feature enhancements of Oracle Fusion Middleware 11g. Based on feedback resulting from close cooperation with customers testing in real-world environments, the latest preview of Oracle Fusion Middleware 11g incl
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discussed in NYC June 23-24, 2008 by the world-class speaker faculty at the 3rd International Virtualization Conference & Expo being held by SYS-CON Events in The Roosevelt Hotel, in midtown
Infragistics Announces New AJAX Tool
Infragistics announced the availability of Infragistics NetAdvantage for JSF 2008 Volume 1 enabling web developers to leverage the power of JavaServer Faces to create compelling User Interfaces (UI). This new release provides a comprehensive package of AJAX-enabled JSF UI components fo
Gluecode Creator Thinks He Can Take Google's App Engine
A Philippines-based Web 2.0 start-up called Morph Labs thinks its cloud can rain on Google's newfangled App Engine. Morph Labs was founded by Winston Damarillo, the guy who did Gluecode, the only open source company IBM ever bought, a move made to protect its precious WebSphere franchi
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE