Working with the Limitations of the Mobile Web – Device Limitations

In addition to the network limitations that you will run into when working with Mobile Website, like we previously talked about, you will also need to worry about device limitations. These are a most commonly identified limitations that you will run into. Device Sizes The size of the device can cause obvious problems. Being smaller…

Working with the Limitations of the Mobile Web – Network and Connectivity

Did you know that today’s modern cell phones and tablets are more powerful than the computer used to land Apollo 11 on the moon? Yet despite that, surfing the web still seems to have problems. Let’s look at some of the problems that you will run into. There are two main categories of problems. First…

Controlling the Look of Elements Next to Floated Items

If you have ever worked with CSS you know the problem you can have when you float one element, and then have text next to it. Especially if that text is in a list, or a highlighted box (usually surrounded with a border and/or background color). Essentially the margin of the element next to the…