Looking for a book* recommendations to guide me in enabling a B2B web site for mobile browsers.
This probably is not much of a
Java question, but I like this site; there are good folks here. So the "HTML and JavaScript" forum on JavaRanch is where I'll start. Hopefully this is the best place for this.
Just to set the stage.... there's this big site. Big, as in a lot of old jsp/servlet code with HTML and css that various folks have wrotten over a long span of time. That's my way of saying it's not a real tidy little setup. The users of the site are few, since it's for business to business. Nobody stumbles upon the site; it's invite only.
Then the business begins asking about making some of the site work on a bunch of different mobile devices. They don't want to spend too much (rules-out native apps so we're looking at making the site work on mobile browsers). So basically we've got to simplify the pages that will be mobile enabled, and limit the ability to get to other pages that will not be mobile enabled.
I figure I'm not the first one on this forum to have this kind of requirement. So, the question, has anyone found a book that guided them through the use of the usual tricks in style sheets, xhtml, etc to get this kind of effort done? I'm looking for something that can show various techniques and their advantages and disadvantages. I could just start putting a lot of "display: none" and see where that gets me, but I'm sure there are traps/gotchas that someone else has learned while "mobilizing" a web app like this. I'm less interested in a general xhtml book for mobile, and more interested in one that's got the perspective of not starting from scratch, but having an existing dynamic web site to get running.
--Dale--
(accidentally misspelled "written", above, and decided to leave the misspelling because it added to the substance of the sentence
)
* Or classroom training!