dotMobi published a Mobile Web Guide in HTML. This guide provides its readers with best practices, methods and other material on how to publish for mobile devices.
Now web designers and developers can join the iPhone app party without having to learn Cocoa's Objective-C programming language. It's true: You can write iPhone apps quickly and efficiently using your existing skills with HTML, CSS, and JavaScript. This book shows you how with lots of detailed examples, step-by-step instructions, and hands-on exercises.Learn how to build iPhone apps with standard web tools.Refactor a traditional website into an iPhone web appHook into advanced iPhone features (e.g. accelerometer, geolocation, vibration, and sound) with JavaScript.Do most of your development with the operating system of your choice
The modern web is viewed on many different devices, so it is getting increasingly important for us to think about how to create our web sites so that they will serve the right content to users, no matter what device they are using. We have many technologies at our disposal, including media types, media queries, and browser sniffing, but what's the best way to handle this?