Weekend Links – CSS Developer Confessions, CSS Link Techniques, OnMissingImage, Javscript Versions, MK vs. DC

By  on  

Confessions of a CSS Developer

I agree with most of Reinhold Weber's article. His confessions are very "real-world-trying-to-get-paid."

http://reinholdweber.com/?p=26

4 Uber Cool CSS Techniques For Links

CSSGlobe drops some linking knowledge. The article provides detailed CSS code for each technique.

http://cssglobe.com/post/1614/4-uber-cool-css-techniques-for-links

HTML OnMissingImage

I had no idea this attribute existed. That said, if you're in a position where you're using this attribute, you may have more problems. <obvious-fake-cough>stop hotlinking!</obvious-fake-cough>

http://www.robgonda.com/blog/index.cfm/2008/4/21/HTML-OnMissingImage

Versions of JavaScript

John Resig clarifies which version of JavaScript is implemented in each browser. Just reading this article makes me appreciate the JavaScript library creators.

http://ejohn.org/blog/versions-of-javascript/

Mortal Kombat vs. DC Universe Official Trailer

This isn't a video game blog, but I had to mention this. I've always been a HUGE fan of Mortal Kombat and MK was the subject of my first website back in high school. The idea of getting characters from each faction together is really cool and I look forward to playing this.

http://www.gamespot.com/video/943566/6189498/mortal-kombat-vs-dc-universe-official-trailer-1

Recent Features

  • By
    Serving Fonts from CDN

    For maximum performance, we all know we must put our assets on CDN (another domain).  Along with those assets are custom web fonts.  Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though...

  • By
    How to Create a Twitter Card

    One of my favorite social APIs was the Open Graph API adopted by Facebook.  Adding just a few META tags to each page allowed links to my article to be styled and presented the way I wanted them to, giving me a bit of control...

Incredible Demos

  • By
    Degradable SELECT onChange

    Whenever I go to Google Analytics I notice a slight flicker in the dropdown list area. I see a button appear for the shortest amount of time and the poof! Gone. What that tells me is that Google is making their site function...

  • By
    MooTools Gone Wild: Element Flashing

    If you're like me and lay awake in bed at night, you've flipped on the TV and seen the commercials: misguided, attention-starved college girls fueled by alcohol ruining their futures by flashing lame camera-men on Spring Break. Why do they do it? Attention...

Discussion

  1. Great list, David!

  2. Whoa, whoa. A post without mention of MooTools? Does my RSS reader deceive me? No? Gasp!

    Haha, but anyhow. Interesting missing images tag – I can’t see myself using it, but good to know it’s out there.

    As for MK vs. DC… I’m skeptical, but we’ll see how it goes.

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!