OSCON – May 8-11, 2017 – Austin, TX

By  on  

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!

Recent Features

  • By
    Send Text Messages with PHP

    Kids these days, I tell ya.  All they care about is the technology.  The video games.  The bottled water.  Oh, and the texting, always the texting.  Back in my day, all we had was...OK, I had all of these things too.  But I still don't get...

  • 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...

Incredible Demos

  • By
    Build a Slick and Simple MooTools Accordion

    Last week I covered a smooth, subtle MooTools effect called Kwicks. Another great MooTools creation is the Accordion, which acts like...wait for it...an accordion! Now I've never been a huge Weird Al fan so this is as close to playing an accordion as...

  • By
    Spatial Navigation

    Spatial navigation is the ability to navigate to focusable elements based on their position in a given space.  Spatial navigation is a must when your site or app must respond to arrow keys, a perfect example being a television with directional pad remote.  Firefox OS TV apps are simply...

Discussion

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