Digital Family Help Center

I answer a lot of questions by email, but you may find an answer more quickly on this Web site.

Here are a few answers common questions:

I get a lot of email and I can't promise to answer them all, but I do try.

Sometimes I surprise people and answer a question right away, but sometimes messages get caught in my spam filter or I'm super busy...


Mobile Web Design Basics

Mobile Web SiteTo reach the broadest audience (an estimated 8,000+ devices), there are two main approaches to mobile web design:

1. Create one simplified design with HTML and CSS that displays even on older, feature-limited cellphones.

2. Invest in a complex system of device detection and content adaptation to send just the right version of your site to each cellphone or other device based on screen size and other features. (Note: most web apps also take this approach.)

If you want to reach the broadest audience using mobile devices, you either need to keep your designs simple and limit the interativity and multimedia.

Or you need to create multiple versions of your site, sending the rich media version only to high-end devices, such as the iPhone, iPad, and new Android devices.

All web sites require some connection to access them, but it's now possible to use offline caching to download pages from a web site and view them offline later on an iPhone/iPad and some other devices.

You can even create an icon for your web site so visitors can view your site as easily as they can launch a native app.

The best way to reach the broadest audience with the least effort and resources is to create a relatively simple web site that can be displayed on most of the devices that can access the Web.

Jellyfish Web Site Featured in iPhone & iPad Web Design For DummiesFor more complex web design and multimedia, consider using device detection and content adaptation.

Creating a simple web site is by far the most inexpensive option.

Anyone with a background in HTML and CSS can learn to create a simple mobile web site (especially if you buy our book Mobile Web Design For Dummies).

You'll also find many resources online for creating mobile sites. For example, you can add specialized themes to WordPress to make your blog mobile friendly at no additional cost.