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

Incredible Demos

  • By
    HTML5 Placeholder Styling with CSS

    Last week I showed you how you could style selected text with CSS. I've searched for more interesting CSS style properties and found another: INPUT placeholder styling. Let me show you how to style placeholder text within INPUTelements with some unique CSS code. The CSS Firefox...

  • By
    HTML5 Input Types Alternative

    As you may know, HTML5 has introduced several new input types: number, date, color, range, etc. The question is: should you start using these controls or not? As much as I want to say "Yes", I think they are not yet ready for any real life...

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!