Lead Mozilla Developer Talks Windows CE
An anonymous reader writes "The Lead Developer of the Minimo (Mini Mozilla) project, Doug Turner, has ported Minimo over to the Windows CE platform. He discusses this new version of the lightweight edition of Mozilla in a newsgroup posting." From the post: "Currently, I am building against the Pocket PC 2003 SDK. We may want to
adjust this at some point, but I thought it would be acceptable place to
start. The binary is 3.8MB compressed not including security. To run
the build I have, you need about 5mb of memory to display www.google.com."
Doug Turner is the lead developer for the Minimo project at Mozilla. This project has a focus on small consumer devices and so this news of a WindowsCE port is very exciting.
--Asa
The entire user interface of Mozilla is defined by XUL, a markup language. But XUL only says "create a menu and add these menuitems". It does not implement any program logic, for, say, what to do when a menuitem is clicked. All actual behavior has to be implemented via Javascript. So it's not so much Gecko that needs Javascript but that the UI of Mozilla does. And that includes such things as pop-up menus when you right click.
You like splinters in your crotch? -Jon Caldara
5MB isn't much for a WinCE app to use while running- my GPS map browser uses about that much, as does Windows Media. HOWEVER- his EXE size seems a bit large to me (3.8 MB) as Pocket IE on Wince is only 18k for the exe- though I think it has lots of DLLs.
SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
You can disable Javascript in Gecko quite easily. The Mozilla interface itself requires it, but it can be disabled in the frame that shows the actual page.
It's hard to be religious when certain people are never incinerated by bolts of lightning.