In the past 2 years the mobile browser and the tablet have become mainstream, in addition to netbooks and wide-screen monitors which did the same over the past ~5 years. A web developer today must consider ALL scenarios.
The term responsive design is thrown around, and many will argue that a fluid layout can work with all devices, while others will argue that a different design altogether is most appropriate for each size/type of device. Regardless of your choice, both sides of the argument must ultimately test their designs for compatibility with all common configurations.
What are all the common browser/device resolutions in 2011?
- 24" monitor
- 17" laptop
- 15" laptop = 1280 x 800
- 11" netbook
- iPad
- iPhone
- Android
- etc...
Perhaps this could be a community wiki?