Archive | HTML 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 }

HTML 5 & CSS 3 + General Web Stuff Books I Want!

A few books I want! If anyone has any reviews about them (if they’re good, bad or terribad!) then let me know

Comments { 0 }

The Need for a Secure Input Field

It’s rather terrible that the web seemingly has no SECURE input field, by this I mean where the fields contents are not remembered by any browser. An idea: <input type=”secure”> And please, no retard browser specific calls. PayPal for example, I only have to put my card details in again whenever I clear my internet [...]

Comments { 0 }

Define a Viewport for Mobile Web Devices on your Website

&lt;meta name=”viewport” content=”width=320″ /&gt; &lt;meta name=”viewport” content=”initial-scale=1.0″ /&gt; &lt;meta name=”viewport” content=”user-scalable=false” /&gt; &lt;meta name=”viewport” content=”width=480, initial-scale=1.0″ /&gt; 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 }