Viva-ing Las Vegas

By  on  

If you live anywhere near Madison, Wisconsin, you know it's been one of the worst winters ever. Record snowfall, freezing rain, and 100+ car accidents are just a few of the highlights. For that reason, I'll be off to Sin City tomorrow in search of some form of heat.

Look forward to new articles next Tuesday!

Recent Features

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

  • By
    CSS Animations Between Media Queries

    CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...

Incredible Demos

  • By
    Checkbox Filtering Using MooTools ElementFilter

    When I first wrote MooTools ElementFilter, I didn't think much of it. Fast forward eight months later and I've realized I've used the plugin a billion times. Hell, even one of the "big 3" search engines is using it for their maps application.

  • By
    MooTools ASCII Art

    I didn't realize that I truly was a nerd until I could admit to myself that ASCII art was better than the pieces Picasso, Monet, or Van Gogh could create.  ASCII art is unmatched in its beauty, simplicity, and ... OK, well, I'm being ridiculous;  ASCII...

Discussion

  1. Nice! Have fun. You know prostitution is legal there right? Now might be a good time to bring up that “two chicks at the same time” thing to the girlfriend.

  2. Good point Chris. I actually went to Vegas with twenty guys for a bachelor’s party last year. You have no idea how glad I am that my girlfriend wasn’t on THAT trip.

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