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
    jQuery Countdown Plugin

    You've probably been to sites like RapidShare and MegaUpload that allow you to download files but make you wait a specified number of seconds before giving you the download link. I've created a similar script but my script allows you to animate the CSS font-size...

  • By
    Do / Undo Functionality with MooTools

    We all know that do/undo functionality is a God send for word processing apps. I've used those terms so often that I think of JavaScript actions in terms of "do" an "undo." I've put together a proof of concept Do/Undo class with MooTools. The MooTools...

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!