Soon, I just gotta … :P
Short tips and/or links to various resources.
Fabio Cannavaro – Europas bäste fotbollsspelare
Vad kan man säga … världsklass.
Mittbacken är uppe i 105 landskamper och trots sin ålder lär han hålla sig kvar på högsta nivå flera år till. – Äta rätt, mycket sömn och ha sex – de är alla viktiga ting, svarade han under fotbolls-VM på frågan hur han håller sig i fysiskt toppskick.
Källa: www.dn.se
I was browsing Swedish movies at IMDB and found Picassos Äventyr
It’s a really good movie, very funny, but the things that surprised me was that the comments on the film was from so many different countries. From Finland to the US.
It’s quite amazing that you can make a movie that appeals to people all over the world. Of course it helps that it has no real dialog.
Well worth watching.
Svensk piratkopiering av film sparar användarna 770 miljoner om året. Läs artikel?
I just browsed through the W3C CSS3 spec for selectors and realised something really cool, If you use negation you get a higher specivity.
a {border-bottom: 1px dotted blue;}
is overridden by a:not(b) {border-bottom: 1px dotted red;}
It’s bit useless but kinda cool.
mysql> help contents;
Nothing found
Please try to run ‘help contents’ for a list of all accessible topics
mysql>
Sent to me by a collegue
If you are making a XHTML page localy, name it .xhtml instead of .html so that when you open it in Firefox it is handled as application/xhtml+xml.
It’s as simple as that. If you type something wrong or forget to close a tag FF will show you it’s ugly XML-error page.
I was testing MathML in a xHTML document and found that you have to name your files .xhtml for it to work properly, Mozilla won’t expand the MathML if you send the file as text/html.