About

mFabrik Blog is about mobile and web software development, open source and Linux. We tell exciting tales where business, technology, web and mobile convergence.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.

Testing localhost site in Opera Mini – SSH tunnel trick

Opera Mini has 100 million users around the world – in developing countries it’s a very important browser. Opera Mini is based on thin client model where the page is rendered on the server and then send as compressed to the mobile. Some Javascript / AJAX support is available, especially if it run during or before document ready handler.

Opera provides web based simulator which you can use to test your web pages in Opera Mini. Opera Mini is based on Java, on both mobile and in the simulator, so Java plug-in is needed.

If you don’t have an public IP address you are firewalled you need to do a port forward with SSH tunnel though a server having public IP:

ssh -gNR 8888:localhost:8888 yourserver.com

Then you just go to Opera Mini simulator and type your port forwarded address:

yourserver.com:8888

 

Get developers  Subscribe mFabrik blog in a reader Follow me on Twitter

Web and Mobile 1.0.3 released, Plone 4.1 compatible

I just released Web and Mobile 1.0.3. It has some minor compatibility fixes for Plone 4.1 (in fact there was nothing broken besides unit tests).

Please update your buildout pindowns for Dexterity 1.0:

extends =

http://dist.plone.org/release/4.1rc2/versions.cfg

http://good-py.appspot.com/release/dexterity/1.0?plone=4.1rc2

Please report all the issues in the issue tracker.

 

 

Get developers  Subscribe mFabrik blog in a reader Follow me on Twitter

Mobilize your Plone web site

Web and Mobile 1.0 for Plone has been out for a while now. Web and Mobile allows you create a mobile site out of your Plone web site very easily. There already exists some projects using this add-on and we are getting some traffic on the mailing list. Web and Mobile works on both old Plone 3 sites and new Plone 4 sites.

We here at mFabrik are interested to find organizations who are looking for

  • Mobilizing their existing web sites
  • Building mobile applications
  • Need training regarding mobile development

Web and Mobile comes with commercial support if you need to guarantee that there is a person available fixing mobile related bugs on your site.

We’d also like to hear  if you do not find Web and Mobile a suitable solution for your Plone site: what are the pain points there and where we could help.

You can contact our Plone team via email research at mfabrik dot com.

Get developers  Subscribe mFabrik blog in a reader Follow me on Twitter