0
votes
What’s the best way to write JavaScript/Ruby applications on Windows Mobile device?
This is n old port of Ruby to WinCE, but from what I've read it doesn't work all that well - who knows, give it a try, YMMV
h …
1
vote
Printing to a specific printer from a web app
if you created an application that hosted the web browser control (rather than using a web browser directly) you could control the printing process much more directly.
(assuming using Windo …
1
vote
Should I keep a copy in memory of the information being displayed?
whether you will run into memory troubles on client depends on how much data you will be holding at a time. Consider limiting the information returned to a certain number of records and paging thro …
