Downloading & “Installing” jQuery Mobile

Installing jQuery Mobile into a website is an easy task.As with jQuery UI, you can choose to install it locally, or you can run the JavaScript and CSS from jQuery’s website. Most people run it from their local site, as it reduces the DNS look-ups, which are slower in most mobile browsers/networks. To download jQuery…

HTML Coding for Fixed and Flexible Mobile Design

The process for designing for a mobile webpage isn’t that conceptually different from a desktop. It just requires you to use some extra steps. For example you will normally follow a basic formula of: Receive Project Requirements Sketch out/mock-up designs Build HTML Test in various browsers Modify as necessary Repeat testing The core difference is…

Mobile Design Problems Browser Pretending & Usability

Designing for Mobile brings in some interesting problems. Some of these problems are true regardless of if you are trying to develop via a fixed or a flexible size page. We’ll look at overcoming a couple of common problems, and then building a basic template to use. Auto Scaling of Web Pages For example, most…