We’re going on a trip, soon. That’s why I have started looking at my mobile phone’s config again. I want to check on my website, every now and then!
Here’s how I’ve set up my homepage for mobile users.
The wrapper script is trivial. All it does is use a different config file.
#!/usr/bin/perl package OddMuse; $DataDir = '/org/org.emacswiki/htdocs/alex'; umask(006); $ConfigFile = $DataDir . '/config-mob'; do 'current.pl';
And the config file sets a few options at the end:
require $DataDir . '/config'; $StyleSheet = ''; $EmbedWiki = 1; $RcDefault = 2; $ScriptName = 'https://alexschroeder.ch/wiki-mob'; $FullUrl = 'http://www.emacswiki.org/cgi-bin/alex';
The net result:
Theoretically you could rewrite all requests by mobile phone user agents to this wrapper script. I’ve been too lazy to do that. Instead, I just bookmark the alex-mob location on my phone.
Aside: What’s really cool – once you discover it! – is that you can visit m.google.com with your phone’s browser, pick Gmail, and it’ll allow you to download the Gmail app for your phone. I wasn’t able to use Email or the Gmail app on my Nokia 6300, and not even the guy at the shop knew what to do. He did suggest a new SIM card, however, because mine was so old. I agreed. Surprisingly, this fixed my problems. Now that I spent some time in the config labyrinths of Nokia, I finally discovered that their user interface does suck in certain aspects. Finding the correct place for your configurations is a mess. It took me the longest time to figure out where to set my options and where to activate SSL. And since I got this phone via Claudia’s mother, I still get the occasional references to Sunrise instead of Orange. When I download Email, it says it uses the Internet settings for “Sunrise live” – and I can’t seem to find those anywhere on my phone. Oh well. As long as it works. I guess.
Tags: Oddmuse
Comments
musst du dann viel geld zahlen? Ich hatte ne sehr schlechte erfahrung in der zeit in reithe. Da kam ne rechnung von 350 euros
wegen internet benutzung. Die inofs auf dem site waren nicht eindeutig und kalr, so dass ich dachte ich könnte billiger über das handy surfen, als wenn ich dort fürs internet zahlen würde. Mail ist natürlich super, wenn es auch etwas mühsam ist, auf dem handy zu antworten. Obwohl ich zugeben muss, im vergelich zu meinem “alten”, 5 jahre alten qtek (smartphone) ist der nokia navigator ein weltwunder, spitze bis gut auf allen gebieten, auch foto und musik, auch mit dem gps bin ich sehr zufrieden. Wünsche euch eine wunder-volle zeit in euren ferien, alles liebe an euch beiden, mama
– mama 2008-10-19 19:09 UTC
Normalerweise verwende ich mein Telefon ja sowieso nur zum Telefonieren. Meistens interessiert mich die technische Spielerei mehr als schlussendlich meine Emails oder Webseiten im Ausland. Heutzutage gibt es ja vor allem fast überall Internet Cafés für Touristen oder Computer mit Netzanschluss in den Hotels; wenn es also darauf ankommt, kann man sich also immer anderweitig (und bequemer und wohl auch billiger) die nötige Information beschaffen.
– AlexSchroeder 2008-10-21 10:50 UTC