Archive | Mobile Web RSS feed for this section

Website Design Chesterfield

As a fun little experiment I’ve decided to make a HTML 5 “landing” site for local search terms. So along comes the Web Design Chesterfield web site. This website will focus on SEO Chesterfield, Ecommerce Chesterfield and Graphic Design Chesterfield. The idea is to really see the difference between using HTML 5 and HTML 4 [...]

Comments { 0 }

Define a Viewport for Mobile Web Devices on your Website

<meta name=”viewport” content=”width=320″ /> <meta name=”viewport” content=”initial-scale=1.0″ /> <meta name=”viewport” content=”user-scalable=false” /> <meta name=”viewport” content=”width=480, initial-scale=1.0″ /> viewport is a formatting model for media in the css2.1 spec, where it’s a window or other form of viewing area on screen, through users view a document or website. The iPhone’s resolution is 320x480px or 480x320px in [...]

Comments { 1 }