Comments
Richard Davies wrote: The UK has a good crop of technology pioneers in cloud computing - for example ElasticHosts, FlexiScale, Flexiant, OnApp - and also some strong government initiatives such as G-Cloud. We will have to see whether this kind of technical leadership converts into swift mass-market adoption or not.
Cloud Expo on Google News


2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
SYS-CON.TV
Top Links You Must Click On


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

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.

In order to post a comment you need to be registered and logged in.

Register | Sign-in

Reader Feedback: Page 1 of 1

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

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.

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.

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.

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.

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.


Your Feedback
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
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.
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.
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.
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.
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.
Enterprise Open Source Magazine Latest Stories . . .
Apache Deltacloud, the Red Hat-contributed ReSTful API that abstracts differences between clouds so services on any cloud can be managed – provided of course there’s a driver – has graduated from the Apache Foundation’s incubator and is now a full-fledged Top-Level Project (TLP). The...
With Cloud Expo 2012 New York (10th Cloud Expo) just four months away, what better time to start introducing you in greater detail to the distinguished individuals in our incredible Speaker Faculty for the technical and strategy sessions at the conference... We have technical and st...
AMD said late Tuesday that its chief sales officer Emilio Ghilardi had left the company and that CEO and president Rory Read is going to do his job while a replacement is sought. AMD didn’t say why Ghilardi left but it’s assumed Read wants his own people. Read is relatively new to th...
During the lifespan of M3 (Monitis Monitor Manager) there has always been something lacking – timers. M3 execution procedure was outlined in this previous article. The execution mentioned in the latter was a one-time-execution, whereas server monitoring requires periodic invocati...
Red Hat is putting its bought-in Gluster scale-out NAS storage technology, acquired in October, on the Amazon cloud. It’s styled Red Hat Virtual Storage Appliance for Amazon Web Services and other clouds are supposed to follow in short order.
A new episode of the screencast series is now available at the OpenNebula YouTube Channel. This screencast demonstrates the new easily-customizable self-service portal for cloud consumers. Its aim is to offer a simplified access to shared infrastructure for non-IT end users. The scree...
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