$100 Off W3Conf Discount Code!
W3Conf is quickly approaching and if you haven't considered going, you're crazy you really should. The speaker line-up is full of legends: Lea Verou, Eric Meyer, my favorite Mozillian, Janet Swisher, and more. You may also bump into well-known developers Chris Coyier, Jacob Thornton, Nicole Sullivan, and many more. If you haven't registered yet, there's now a better reason to go: a cheaper ticket!
Coupon Code: WALSH
Use the coupon code WALSH and you can save $100! Use that money to buy one of your favorite devs a drink! ;) The conference is February 21-22 in San Fransisco, California. Sign up and have fun!
Side note: I was invited to attend W3Conf but couldn't due to Walsh Kid ™ being due to enter the world around that time. Please do go though -- you'll have loads of fun and learn a lot!
![LightFace: Facebook Lightbox for MooTools]()
One of the web components I've always loved has been Facebook's modal dialog. This "lightbox" isn't like others: no dark overlay, no obnoxious animating to size, and it doesn't try to do "too much." With Facebook's dialog in mind, I've created LightFace: a Facebook lightbox...
![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...
![Creating Spacers with Flexbox]()
I was one of the biggest fans of flexbox before it hit but, due to being shuffled around at Mozilla, I never had the chance to use it in any practice project; thus, flexbox still seems like a bit of a mystery to me. This greatly...
![Use Custom Missing Image Graphics Using Dojo]()
A few months back I posted an article about how you can use your own "missing image" graphics when an image fails to load using MooTools and jQuery. Here's how to do the same using Dojo.
The HTML
We'll delegate the image to display by class...