Quantcast
Channel: blog.oskarrough.com
Browsing latest articles
Browse All 23 View Live

Extend animations with jQuery

Two plugins to enhance jQuery’s animation abilities to take advantage of all the goodies CSS3 has given us the last years. - playground.benbarnett.net/jquery-animate-enhanced -...

View Article



Generating style guides

Sooner or later everyone wish they’d documented their code half a year ago. Generating automatic styleguides from your comments and code in your CSS is pretty magic and serves not only as documentation...

View Article

Progressive enhancement is still important

Basically, when an elevator fails, it’s useless. When an escalator fails, it becomes stairs. We should be building escalators, not elevators.

View Article

Element queries

Media queries aren’t as easy as they could be since they are relative to the viewport width instead of the parent container. Enter element queries: github.com/tysonmatanich/elementQuery...

View Article

Rough Links #3

- Optimal-settings-for-exporting-svgs-for-the-web-from-illustrator - Centering elements with flexbox - An introduction to CSS Regions - Scrollkit.com - modules in Sass by Chris Eppstein - purecss.io -...

View Article


Rough Links #4

Techniques - Pure CSS Responsive Nav (with :target) - Foundation Interchange plugin (a responsive image solution for Foundation 4) - A couple of use cases for CSS calc() Tools - froont.com (drag ‘n...

View Article

Scalable modules

First, let me very briefly clarify how px, em and rem work in terms of scaling. Pixels only scale with the browser zoom which leaves you zero control. EM scales relative to the parent element which...

View Article

CSS Books & CSS Figures

The WHATWG just added two new features to advance the process of creating digital books. Today were happy to add two more specs to the WHATWG stable, Books and Figures! These are specifications focused...

View Article


Use `trash` instead of `rm`

When you use rm in Terminal you delete without any way of getting it back. Friend of mine once accidently wrote rm -rf *. Instead, use trash-cli just like you would use rm. Trash moves your files to...

View Article


CSS3 Flexbox ressources

This will be an ongoing collection my ressources on the CSS3 flexbox specification. - CSS Flexbox Video Series: Introduction & Basics — 1/6 | Wes Bos. -...

View Article
Browsing latest articles
Browse All 23 View Live




Latest Images