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!
Your early CSS books were instrumental in pushing my love for front end technologies. What was it about CSS that you fell in love with and drove you to write about it?
At first blush, it was the simplicity of it as compared to the table-and-spacer...
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...
The responsibilities taken on by CSS seems to be increasingly blurring with JavaScript. Consider the -webkit-touch-callout
CSS property, which prevents iOS's link dialog menu when you tap and hold a clickable element. The pointer-events
property is even more JavaScript-like, preventing:
click actions from doing...
I've always been curious about the jQuery JavaScript library. jQuery has captured the hearts of web designers and developers everywhere and I've always wondered why. I've been told it's easy, which is probably why designers were so quick to adopt it NOT that designers...