Tag Archives: css

CSS Animation

Full on Timeline-animation is finally here with step() The W3C isn’t know for being quick about implementing new stuff but this is definitely something I’ve been waiting for. As the functionName() suggests this allows for aniStops between your from{} and … Continue reading

Site speed

-note to self- DON’T use text-shadow with 200px blur. Javascript animations don’t like that. Got me a grade A again with YSlow :D  but found that js minify don’t go well with canvas. Guess I’ll wait for the update…

Developing for mobile

Devving for mobile devices generally revolves around the idea that they have a slow connection to the web and a small screen. The official idea these days is to develop bottom up, so cater for small screens first then load … Continue reading

CSS media queries

handheld css; @media query Continue reading

35 tips for speed

35 tips on speeding up your site. Continue reading