border-radius

I stumbled across this excellent talk by Lea Verou. I had already read up on some of the things she talks about but I hadn’t imagined what you could do with them. Go watch, it’s fan-bleeding-tastic. More from Lea

Fortsätt läsa

jQuery offset

A quick note to self, when using $().offset you get a different result than if you use Element.offsetTop. They should be the same but they are not. I just realized this and hadn’t thought about it before. My context? I wanted to scroll to an element inside another element that had a fixed height. Scroll […]

Fortsätt läsa

En fråga till SAAB

Lite sent kanske men jag måste fråga. Varför byggde ni så fantastiska konceptbilar när ni aldrig byggde nån av dom för konsumenterna? Kolla på dessa och försvara att ingen, förutom 9-4x, blev byggd. 9-4x byggdes för sent och inte för den svenska marknaden så den får vi aldrig se i Sverige.

Fortsätt läsa

SCSS

A quick tip that I just figured out. The scss documentation does not mention this but if you are using a @mixin and want to use `calc()´ with a variable inside it you have interpolate the variable. Like this `calc(100% – #{$var}) or it won’t get translated. Just thought I’d mention it, in part as […]

Fortsätt läsa

*:after

Is it just me or is there something missing in the DOM API’s when you cannot access things like ”:after” and ”:before” from javascript? /M

Fortsätt läsa

Promise

Everyone who has been working with jQuery knows what a promise is, right? It’s what you get when you run $.get for instance. If you didn’t know that you’re not a real pro. Go learn. Now, however, you can get a promise in native javascript and I love the fact that they’ve named one function […]

Fortsätt läsa

CSS4

CSS4 har varit på tapeten i ett tag nu, det har inte varit så mkt ”prat” om det men specen har funnits sen 2 år tillbaka. Eller förslaget till spec. Det finns lite bloggar om det men ingen större genomgång. Min favorit är standariseringen av Mozillas :moz-any som numera heter :matches. En pseudo klass som […]

Fortsätt läsa

Ny hemsida, ny domän

Jag fick precis inloggningen så jag har inte fixat nåt än och jag har ingen direkt plan för vad jag ska göra men det löser sig. Ni får hålla till godo med det som Internet.se har fyllt i. =) Då internet.se var för dyra, inte bjöd på några som helst features (inte ens en kontrollpanel) […]

Fortsätt läsa