Ben Combee

1,702
Reputation
302 views

Registered User

Name Ben Combee
Member for 1 year
Seen Dec 4 at 1:28
Website
Location Brooklyn, New York
Age 35
Developer with Mozilla, working on mobile web browser

Previously, I was a developer with Palm where I was a lead on the Foleo netbook project and spent a bit of time on the Pre smartphone and its webOS operating system.

In the past, I was a developer at Metrowerks working on the CodeWarrior compilers and tools for ARM, x86, and 68K processors. I've also done lots of developer support for Palm OS developers while at Metrowerks and PalmSource.

In my spare time, I work on electronics projects, especially ones involving the Arduino embedded environment.
Dec
2
answered Interrupt driven HD44780 library for an Arduino
Nov
20
comment How to use the -MG flag in cc 4.4.1?
The problem is that -MM is used in a first pass compilation for generating dependency... usually you then run gcc again to actually make the object file. Using -MM with -o is problematic, as you're writing that dependency info to the .o file and make thinks it's updated. But what you've got in the .o is invalid.
Nov
20
accepted Palm Database (PDB) files in Java?
Nov
20
answered How to use the -MG flag in cc 4.4.1?
Nov
20
revised How to use the -MG flag in cc 4.4.1?
edited tags
Nov
20
answered Palm Database (PDB) files in Java?
Nov
18
accepted Developing Console Like Apps For Palm OS
Nov
18
answered Developing Console Like Apps For Palm OS
Nov
18
answered Using classes with the Arduino
Nov
18
comment Any way to keep curl’s cookies in memory and not on disk
I read through the libcurl source code to verify this before posting.
Oct
16
accepted RAD and BlinkM, how to control a BlinkM, with an Arduino through RAD
Oct
16
answered RAD and BlinkM, how to control a BlinkM, with an Arduino through RAD
Oct
16
comment Need Palm Desktop datebook.dat file format
Right, the MFC format is used only on the desktop side. Since HotSync ran as a record-level wire protocol between the device and the desktop app, there was no need for the storage formats to be the same for the two applications.
Oct
4
accepted Any way to keep curl’s cookies in memory and not on disk
Sep
29
answered Any way to keep curl’s cookies in memory and not on disk
Sep
22
accepted Where is the WebOS Palm Host application found?
Sep
22
answered Palm Pre Dashboard notification…
Sep
22
answered Where is the WebOS Palm Host application found?
Aug
24
comment Standard or common arduino library for parsing HTTP requests?
I'm the developer of Webduino... hope it worked well for you!
Aug
15
awarded  Yearling
Aug
10
awarded  Popular Question
Aug
8
accepted How to read pdb format by javascript?
Aug
7
answered PALM Pre Emulator
Aug
7
answered How to read pdb format by javascript?
Aug
3
awarded  Enlightened
Jul
27
awarded  Nice Answer
Jul
21
accepted Will the Palm Pre Mojo SDK grant access to bluetooth apis?
Jul
14
comment Google Chrome - javascript version
Greg, your test isn't sufficient. Chrome/V8 will run the code in the javascript1.7 section, but it didn't actually test JS 1.7 language features. Those aren't supported in Chrome/V8.
Jul
14
answered Google Chrome - javascript version
Jul
14
answered How to resolve the ‘Near data segment is bigger than 64k’ problem on Palm using CodeWarrior9?
Jul
14
answered NSBasic/Palm 4.4 Tutorial
Jul
14
answered Will the Palm Pre Mojo SDK grant access to bluetooth apis?
Jun
11
comment Good tutorials for starting Palm WebOS development?
There won't really be any good material until the SDK is released and any developer NDAs in place have been lifted.