Weekend Links – Accordion 2.0, curl.js, How To Be Happy At Work, Deadlines Kill Inspiration, Facial Hair, CSS3 Failure

By  on  

You live, you link....

Accordion 2.0

Inspired by MooTools' "bloated accordion," Stickman Labs released version 2 of the PrototypeJS Accordion plugin. This accordion does both vertical and horizontal accordions.
http://www.stickmanlabs.com/accordion/

curl.js

curl.js is a JavaScript "allows you to add an page curl effect (inc. backside mask) to images on your webpages. It uses unobtrusive JavaScript to keep your code clean." Looks cool, don't know why someone would use it though.
http://www.netzgesta.de/curl/

How to Be Happy At Work

Great article about how to stay happy at work. I suggest all programmers and designers read this article -- could be a life-changer.
http://softwarecreation.org/2007/how-to-be-happy-at-work-short-tutorial/

Deadlines Kill Expiration

Veerle's gem discusses dealing with deadlines and being able to say "no" to a potential customer.
http://veerle.duoh.com/blog/comments/deadlines_kill_inspiration/

Facial Hair as a Measure of Code Progress

Ever get so into your project you forget to...uh...shave?
http://dougmccune.com/blog/2007/09/06/facial-hair-as-a-measure-of-coding-progress/

CSS3: A Giant Serving of Fail

Alex of Dojo fame talks about CSS' failures, including lack of variables and lack of referencing.

Recent Features

  • By
    CSS vs. JS Animation: Which is Faster?

    How is it possible that JavaScript-based animation has secretly always been as fast — or faster — than CSS transitions? And, how is it possible that Adobe and Google consistently release media-rich mobile sites that rival the performance of native apps? This article serves as a point-by-point...

  • By
    9 Mind-Blowing WebGL Demos

    As much as developers now loathe Flash, we're still playing a bit of catch up to natively duplicate the animation capabilities that Adobe's old technology provided us.  Of course we have canvas, an awesome technology, one which I highlighted 9 mind-blowing demos.  Another technology available...

Incredible Demos

  • By
    Chris Coyier’s Favorite CodePen Demos IV

    Did you know you can triple-heart things on CodePen? We’ve had that little not-so-hidden feature forever. You can click that little heart button on any Pen (or Project, Collection, or Post) on CodePen to show the creator a little love, but you can click it again...

  • By
    Create a Spinning, Zooming Effect with CSS3

    In case you weren't aware, CSS animations are awesome.  They're smooth, less taxing than JavaScript, and are the future of node animation within browsers.  Dojo's mobile solution, dojox.mobile, uses CSS animations instead of JavaScript to lighten the application's JavaScript footprint.  One of my favorite effects...

Discussion

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