Weekend Links – Yahoo! Sprite Generator, Dojo AIM Modules, Clientside MooTools 1.2 Plugins, Speed Photoshop

By  on  

Yahoo's Secret Text-Sprite Generator

Chris was snooping around Yahoo's source code and found a sprite generator. It's a really nice way to create headers. I helped Chris make his jQuery work with space, but don't tell him I told you!

http://css-tricks.com/yahoos-secret-text-sprite-generator/

Dojo Modules for AIM

The only thing AOL's ever done right is AIM...although I'd rather die than use their client. Anyways, Dojo now has AIM modules within the toolkit. Sweet! I've not tried Dojo but I may have to now.

http://dojotoolkit.org/2008/06/16/dojo-modules-aim

CNET Clientside MooTools Plugins 1.2 Released

Of course Clientside would need to update their plugins to version 1.2! They've got some really sweet plugins. If you're a MooFool like me, check it out!

http://clientside.cnet.com/cnet-js-standards/cnet-clientside-mootools-plugins-12-release/

Jack Sparrow - Pirate of Caribbean Speed Painting

This is nuts. I'd much rather be a designer than a developer, but I have no empty-canvas abilities.

http://www.5min.com/Video/Jack-Sparrow---Pirate-of-Caribbean-speed-painting-25317006

Recent Features

  • By
    fetch API

    One of the worst kept secrets about AJAX on the web is that the underlying API for it, XMLHttpRequest, wasn't really made for what we've been using it for.  We've done well to create elegant APIs around XHR but we know we can do better.  Our effort to...

  • By
    9 More Mind-Blowing WebGL Demos

    With Firefox OS, asm.js, and the push for browser performance improvements, canvas and WebGL technologies are opening a world of possibilities.  I featured 9 Mind-Blowing Canvas Demos and then took it up a level with 9 Mind-Blowing WebGL Demos, but I want to outdo...

Incredible Demos

  • By
    CSS Sprites

    The idea of CSS sprites is pretty genius. For those of you who don't know the idea of a sprite, a sprite is basically multiple graphics compiled into one image. The advantages of using sprites are: Fewer images for the browser to download, which means...

  • By
    Create Twitter-Style Dropdowns Using MooTools

    Twitter does some great stuff with JavaScript. What I really appreciate about what they do is that there aren't any epic JS functionalities -- they're all simple touches. One of those simple touches is the "Login" dropdown on their homepage. I've taken...

Discussion

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