October 17, 2012
18:24
Published by Anders M. Andersen
I recently wrote about how we can prevent browser reflow when serving up flexible images by reserving space for the image so that the page will not reflow when the image is downloaded by the browser. This is done by…
October 10, 2012
22:04
Published by Anders M. Andersen
This is what we have been taught in the past: “To prevent reflows, specify the width and height of all images, either in the HTML <img> tag, or in CSS.” (Source). And in responsive web design we are taught to…
February 6, 2012
15:13
Published by Anders M. Andersen
I just finished another talk about “RESS – Responsive Web Design + Serverside Components” at #DDayConf in Helsinki. If you are on a flash enabled device, you can check it out at the Prezi site. If not, you can look…