OSCON – May 8-11, 2017 – Austin, TX
Open Source has been a huge part of my career, from my blog to much of the work I've completed at SitePen and Mozilla. Even if you don't have much time to devote to open source projects, at the very least you've probably used dozens of open source apps, libraries, and frameworks. Open source has always been something to celebrate and on May 8-11 in Austin, Texas, O'Reilly is doing just that.
O'Reilly's OSCON is a massive convention focusing on bringing the software, the organizations, and the people together. Whether you want to network, find a pet project, or learn about the amazing projects you've not heard of yet, OSCON is a gem of an event you should have a look at.
Better yet O'Reilly is giving my readers a 20% off discount with the code PC20DWALSH. Go enjoy the code, the people, the organizations, and an exciting week in the middle of the open source world!
![Regular Expressions for the Rest of Us]()
Sooner or later you'll run across a regular expression. With their cryptic syntax, confusing documentation and massive learning curve, most developers settle for copying and pasting them from StackOverflow and hoping they work. But what if you could decode regular expressions and harness their power? In...
![Create a CSS Flipping Animation]()
CSS animations are a lot of fun; the beauty of them is that through many simple properties, you can create anything from an elegant fade in to a WTF-Pixar-would-be-proud effect. One CSS effect somewhere in between is the CSS flip effect, whereby there's...
![Form Element AJAX Spinner Attachment Using MooTools]()
Many times you'll see a form dynamically change available values based on the value of a form field. For example, a "State" field will change based on which Country a user selects. What annoys me about these forms is that they'll often do an...
![Create an Animated Sliding Button Using MooTools]()
Buttons (or links) are usually the elements on our sites that we want to draw a lot of attention to. Unfortunately many times they end up looking the most boring. You don't have to let that happen though! I recently found a...