views:

654

answers:

2

Okay,

Now admittedly this sounds like a silly question;

But, I actually have a need for this. I use tiddlywiki alot, and it'd be really, really cool if I could save changes to a tiddlywiki in some mobile browser.

But it seems that with all the mobile browsers that I've tried, changes I make to my tiddlywiki cannot be saved to an SD Card;

However it seems that although some mobile browsers are quite capable of loading and saving changes that are hosted on a webserver (I've actually tried this on my blog on Tiddlyspot.com with opera-mini and successfully saved the changes.)

Now, if I could just host a webserver that runs on my Windows Mobile device, and that webserver could be capable of running a simple dynamic page generation language and some-how writing and reading from a txt file or database of some sort, I could access/modifiy my tiddlywiki's without having to pay to host them somewhere (even if I have to write the backend myself it'd be worth it!)

Here are a few mobile-webservers I've found:

  • Tiny Java Webserver and Container
    • Only problem with this one is that I don't think my WM6 device can run more than on JVM at the same time (thus that knocks out most of the browsers I'd use to access it since..ahem they're mostly written in Java...)
  • Mobile Web Server
    • Seems good, but there doesn't seem to be any way to run a backend (just seems to serve up pages).
+2  A: 

Windows Mobile has a built in basic web server (HTTPD) that I think can support ASP and has support for ISAPI filters (see here). If ASP ain't your thing you could probably get some light weight scripting languages to run under CE, still a daunting task and you will still need to write the wiki software.

Why not use one of the many free hosted wikis? (see a comparison here)

Nic Strong
@nic I wouldn't want to use a hosted wiki because usually its content from a copy written book that I'm transcribing/taking notes on in the wiki (hence I can't post the content of the wiki online).
leeand00
A: 

Windows Mobile 6.5 will have a lot of new apps, features and technologies that will be included and introduced. Just to name a few: internet explorer mobile, live mesh for mobile, silverlight 2 for mobile, windows media player mobile, windows mobile marketplace,.NET compact framework, .NET mobile, compact framework, and SQL server compact. The Windows Mobile contact list will get a huge visual boost and be more touch-friendly as well, with larger menu items and an updated look. Microsoft has officially confirmed a new web browser for Windows Mobile, Internet Explorer 6. The hottest new features and apps include: My Phone--a backup and recovery service for contacts, photos and other data stored on a mobile device. My Phone will also be available for phones running Windows Mobile 6.0 and 6.1. The new Windows Marketplace for Mobile is a centralized place to buy increasingly popular mobile applications. Windows Mobile 6.5 features a new user interface and "honeycomb". A customizable start screen with hexagonal tiles for each program that are designed to be easier to use on touch-screen phones. The Windows Mobile start menu can be customized with Internet applications like weather or stock reports, that are automatically updated. The new Windows Mobile 6.5 user interface is designed to be more "finger friendly," You can also move icons up or down in the new layout. In addition, the new Windows Mobile Home screen will support special widgets, which will give status information like missed calls, new messages, etc. Another new feature of Windows Mobile 6.5 allows people to go directly to waiting voice mail, text messages or other information when unlocking their phones. Microsoft Recite, came out of the company's research group. It allows people to record voice notes or other audio files on Windows Mobile phones and then search for keywords using their voice. LG is set to launch 50 new Windows Mobile devices over the next 4 years. And to boot you will get widgets in windows mobile 6.5. The widgets will appear to function just as full applications do, and will have their own icons in Windows Mobile menus and access to web content. The widgets will be powered, in part, by the new Mobile Internet Explorer 6, which will give them access to Flash and ActiveX controls. The widgets will also have control of the SK menu bar. According to Microsoft, the widgets can be written with standard web technologies, such as HTML, CSS, AJAX, and JavaScript.

But isn't IE6 the browser that gave all of us web developers all the problems for all these years? Why would they even think about installing that in the new version of WM?
leeand00