Drupal and the Mobile World
Wed, May 27, 2009 by Arnold
I am currently at the NetSquared Conference in San Jose where we are exploring how non profits can use mobile technologies for their causes. Some of these non profit mobile applications include:
1) Digital Democracy's Handheld Human Rights: a tool for allowing human rights activists to learn about human right abuses as they happen via SMS messaging.
2) The Extraordinaries: an IPhone based crowdsourcing tool for non profit initiatives. It allows people to help non profits with small tasks such as text translation when they are free using their IPhones.
3) SeeClickFix: a mobile application for users to report non emergency policy issues such as graffiti and use the power of the crowd to voice these issues to the appropriate government bodies.
I was looking at how Drupal can be used to power some of these applications. Even though Drupal is developed primarily as a web content management system, there has been a few recent changes that allow for Drupal to power mobile web sites.
Some information about implementing mobile Drupal web sites are:
1) Drupal Mobile Modules: allows for the creation of non styled version of node content.
2) Using Multi-Site to have mobile versions of a complete Drupal site: http://mobiforge.com/developing/story/creating-mobile-sites-drupal-using...
The challenge in creating mobile web sites is that there are a lot more browsers that need to be supported and that a lot of browsers do not follow the web standards. At the conference, we discussed how SMS technologies may be a better solution than Mobile web sites as SMS is used by more people in the world.
Since Drupal supports web services such as XML RPC and SOAP, it is not that challenging to have a Drupal application communicate with the SMS gateways. If you are looking for a free SMS gateway, Tatango is a great option.
Jake Strawn posted on May 27, 2009 6:16 pm
Thanks for the great info.
I recently tested out mobile_theme (http://drupal.org/project/mobile_theme) which basically allows the admin to select a new theme to use for mobile users.
I had initially used this on my site to create a slick mobile interface, then backed off the idea due to time constraints, but WILL be implementing this again on a new iteration of my site/theme.
Using a module like mobile_theme paired with a very simple or stripped down theme would work in most cases for a wide variety of current mobile browsers.
admin posted on May 27, 2009 5:46 pm
Thanks for the info! I am sure a lot of people are trying to find out more about mobile and Drupal.
Tom posted on May 27, 2009 5:44 pm
Hi Arnold,
Thanks for the overview of these interesting non-profit application. I'll surely check them out.
I am currently very actively developing a set of tools for Drupal developers going mobile. Also an integration with http://www.siruna.com, a mobile transcoding and authoring solution. And the best thing, is that everything is free for non profit.
Some links:
http://www.mobiledrupal.com/
http://www.mobiledrupal.com/content/mobile-strategies-drupal (will get an update soon)
http://www.mobiledrupal.com/content/overview-mobile-modules-drupal
Three mobile modules I maintain:
http://drupal.org/project/mobile_tools
http://drupal.org/project/wurfl
http://drupal.org/project/siruna
(btw: I hope that there will be a Mobile module category soon: http://drupal.org/node/416182)
Post new comment