PDA

View Full Version : I've got an idea of what I want but I need help...



moving
19 Apr 2006, 04:13 PM
I've got a project that I need to get done but I can only describe the results I want. I don't know how to piece it all together and what coding I need to have done.

Could you folks take a look at the bullets below and make some suggestions? I'd appreciate the help!

Data integration
--> Wirelessly upload xml output from a pda application to a web server
--> Have an application "read" that data and apply an xlst to format it
--> Have that formatted data placed on a dynamic webpage
--> Have that webpage automatically published on an eb@y like site

DanInManchester
05 Jul 2006, 06:51 AM
The easiest way would be to do it using asp.net as it is built for this kind of application.

It has built in mobile technolgy and extensive support for xml and web services.

you could of course put something together using asp/php but there would be more leg work in managing and paersing the documents.