1
vote
2answers
224 views

HTML5 article tag application for the iPad/iPhone

I've used article tags on websites. My understanding and practice is to use the article tag for publication content. I always use HTML/HTML5 tags as their intended purposes and not at will. Recently, ...
5
votes
1answer
236 views

Pros and cons of replacing images with canvas drawings in template?

I am going to redevelop a beautiful but heavy theme. I try to make it as light-weight and performant as possible but still eye-catching. In order to minimize the http requests needed to get images and ...