Whilst doing some research on mobile web design, I was looking for information on how to cater for the wide range of devices and screen sizes that are out there, and came across a useful article at mobiForge.com: Effective Design for Multiple Screen Sizes.
It provides some handy statistics on the most common screen sizes for mobile devices; I was amazed that 128 pixels is the most common width for a mobile (I would’ve imagined it to be a little bigger). It actually turns out that most devices share one of three widths: 128, 176, or 240 pixels. These values are generally getting bigger year-on-year – especially with the advent of the iPhone in 2007 (which has a 320 pixel wide screen).
The gist of the article is that by targeting your design at a medium screen size, and using good, clean, semantic markup, it’s fairly straightforward to make a site that degrades gracefully to smaller screen sizes, and can be progressively enhanced to provide extra functionality/styles to more capable devices.

