Open Gardens

Wireless mobility - Innovation - Digital convergence - mobile web 2.0

 

About Open Gardens

Open Gardens is published by futuretext

Recently, the OpenGardens blog was rated amongst the top 10 mobile blogs as per technorati stats.


On W3C/Planet Mobile

Blog Directory - Blogged
Rated 8/10 on Blogged.com

Wikio - Top Blogs - Technology

RSS Feed

Subscribe By Email: Enter your email address:

Delivered by FeedBurner

About The Open Gardens Blog

I (Ajit) founded the blog on May 26, 2005 based on my vision and philosophy of OpenGardens i.e. the philosophical opposite of 'walled gardens' especially as applicable to the mobile data industry.

Today, the OpenGardens blog is one of the few blogs that span both the Web and the Mobile domains.

The blog covers wireless/mobile applications, open networks and mobile web 2.0. My vision behind the OpenGardens blog has been :

  • The blog is about the Mobile data industry and Digital convergence('Mobile web 2.0')
  • Analysis is more important than story/controversy. I don't believe that bloggers are true journalists. The blog is not about the latest 'story' but it's more about independent analysis/viewpoint
  • The OpenGardens blog is broadly about opening up the networks, growing digital usage and digital businesses i.e. we don't advocate closed networks, broadcast media etc
  • It is about disruptive digital technologies

Founder & Chief Blogger Ajit Jaokar

Ajit Jaokar is the founder of the London based publishing and research company futuretext (www.futuretext.com) focussed on emerging Web and Mobile technologies -including Web 2.0 and Mobile Web 2.0.

His thinking is widely followed in the industry and his blog, the OpenGardensBlog (www.opengardensblog.futuretext.com), which was recently rated a top 20 wireless blog worldwide

In 2009-2010, Ajit was nominated as part of the Global Agenda Council on the Future of the Internet by the world economic forum. He hopes to use this opportunity to further extend the pragmatic viewpoint of the evolution of Telecoms networks in an open ecosystem.

(Note: The Network of Global Agenda Councils plays a significant role in shaping the global agenda by monitoring global issues and elaborating recommendations to address them. Each Council, comprised of 15-20 Members, serves as an advisory board to the Forum and other interested parties, such as governments and international organizations. The Global Agenda Councils also act as the intellectual drivers of the World Economic Forum's Global Redesign Initiative, an unprecedented international, multistakeholder and multimedia dialogue that aims to develop a 21st-century vision of global cooperation. Members of the G20, the UN and other International Organizations have pledged their support for this initiative. )

Ajit is best known for his books Mobile Web 2.0, Social Media Marketing. Two new books ('Open Mobile' and 'Implementing Mobile Web 2.0') are being released in 2009.

His consulting activities include working with companies to define value propositions across the device, network, Web and Social networking stack spanning both technology and strategy. He has worked with a range of commercial and government organizations globally including The European Union, Telecoms Operators, Device manufacturers, social networking companies and security companies in various strategic and visionary roles

His recent talks and forthcoming talks include: CEBIT 2009;MobileWorld Congress(2007, 2008, 2009); Keynote at O Reilly Web20 expo (April 2007);Keynote at Java One; European Parliament – Brussels – (Electronic Internet Foundation); Stanford University's Digital visions program;MIT Sloan;Fraunhofer FOKUS ; University of St. Gallen (Switzerland); Mobile Web Strategies (partner event of CTIA in San Francisco)

Media appearances include BBC – Newsnight – 3phone launch; CNN money; BBC digital planet

Ajit chairs Oxford University's Next generation mobile applications panel and conducts a course on Web 2.0, Social networking, Mobile Web 2.0 and LTE services at Oxford University.

Ajit lives in London, UK, but has three nationalities (British, Indian and New Zealander) and is proud of all three. He is currently doing a PhD on Privacy and Reputation systems at UCL in London. Ajit is a fan of animation especially Tom and Jerry, Tintin and Asterix and likes the music of ZZ Top and other rock bands

You can contact me at ajit.jaokar at futuretext.com

You can follow me on twitter at http://www.twitter.com/AjitJaokar

See a video of my talk at CEBIT in Hannover
(intro in german - presenttion in english)

MORE

  • Ajit Jaokar on Twitter

September 13, 2006

.mobi and Ajax : They don’t mix …

By Dr Paddy Byers

.mobi has been covered recently by C Enrique Ortiz and also Carlo at MobHappy.

Following on from their comments, this blog explores the idea of .mobi in a mobile Ajax world

First, it is assumed that there is a clear divide between mobile sites and non-mobile sites; there isn’t. I have a mobile web browser on my PDA that fully supports DOM-compatible scripting and XMLHttpRequest – but I only have a small screen and only key navigation. And I’d like to be able to navigate sites one-handed if possible. Full desktop sites don’t work well for the obvious reasons – they have large images, they don’t fit well on the screen, they rely on mouseovers, etc – but plain mobile XHTML sites that are AJAX-free also don’t get the best from the platform. Ironically they are less mobile-friendly because they require full page downloads for simple interaction rather than the kind of thing we can do with AJAX. So, ideally I’d like the site to figure out what browser features I have (some mobile-like, some desktop-like) and give me the best experience. I can’t do this now – perhaps the w3c device independence activity will give us what’s needed – but in any event it’s absolutely wrong for those characteristics to be embedded in the domain name.

Note: The UAProf doesn’t indicate what scripting capability the browser has, and whether or not the browser supports AJAX. The issue is that AJAX(and other new web technologies) are not formally standardised from a UAProf perspective and in practice site authors need to code to take account of the specific characteristics of each browser. If the phone has a browser that isn’t recognised, the UAProf doesn’t give sufficient information for the site author to know how to target it most effectively.

Second, the clear trend in AJAX app construction is to migrate to fully symbolic URIs that represent elements of the application’s state. As well as using symbolic URIs to represent some internal state (and then using REST to manipulate that state), these symbolic URIs become the top-level URL for the site at any given time. There’s a good example of how this works in Christian Gross’ book where he gives the example of an airline booking application. For a given booking there’s a URI that references that booking which is representation-independent (ie doesn’t encode any particular view of the booking), lifecycle-independent (ie is valid for that booking at all states of its lifecycle) and is session-independent (ie there is no state that the application relies on in a session cookie or any other browser state). What’s more, the reference is fully device-independent in that the same reference could be entered into a phone browser and it would then take you to the booking application in whatever markup system is relevant to that phone’s browser. In principle, it’s possible to manipulate the same booking from multiple browsers simultaneously, including from the mobile domain.

.mobi, by contrast, foresees islands where these domains do not mix; at least, they don’t mix a the level of the URI. That’s just not where AJAX and mobile web services are going. What’s more, the mobile web apps that are most likely to be successful and make money are precisely the ones that successfully achieve this data convergence.

So where does that leave .mobi?

Post to Twitter Tweet This Post

Filed under: mobile web 2.0 — ajit @ 10:16 pm

2 Comments »

  1. It’s conceivably possible that a fully DOM-compatible PDA supporting XMLHttpRequest is in the minority in the mobile world, and more possible still that anyone outside of a minority in the US does not have an all-you-can-eat data tariff to soak up the XML goodness of AJAX, so this may not be an entirely representational start to the article. User agents are also never representational of anything really, except the diversity, disrespect for standardisation and general incompatibility of devices in the mobile space, and UAProf is even less useful for anything in my experience despite wonderful intentions.
    And yet you’re absolutely right, the .mobi domain is a waste of space. Which idiot picked the domain – it takes forever to type on a nuemric keypad. The AJAX angle to the argument may be 5-10 years early, but the core point is right regardless…

    Comment by raddedas — September 14, 2006 @ 12:00 am

  2. I do not understand why you link Ajax and REST? Many non ajax application can be REST, while Ajax app does not necesseraly require to be REST based.
    I agree that these are just two cool Buzwoord these days, but that’s all.
    Anyway, I also agree that .mobi is confusing and not needed…

    Comment by Thomas Landspurg — September 14, 2006 @ 7:56 am

RSS feed for comments on this post. TrackBack URL

Leave a comment