OSCON Portland: Free Expo Plus Passes

The O'Reilly Open Source Convention is just a few weeks away and we have free expo plus passes available. OSCON is the best place to sharpen your skills and discover important new trends, making you better at what you do and rekindling your love of all things digital. The Expo Plus pass includes access to the expo hall, all evening events, sponsored sessions and tutorials, Birds of a Feather sessions, and much more.
Free Expo Plus Pass Code: PCEXPOPLUS
Use code PCEXPOPLUS
to get your free OSCON Expo Plus pass now (a $49 value). See everything included in this pass:
OSCON Conference 20% Discount: AFF20
If you don't want to chance winning or have friends that are wanting to go, use this link and discount code AFF20
. You'll save 20% on the ticket price and book your trip to an excellent open source conference!
![Detect DOM Node Insertions with JavaScript and CSS Animations]()
I work with an awesome cast of developers at Mozilla, and one of them in Daniel Buchner. Daniel's shared with me an awesome strategy for detecting when nodes have been injected into a parent node without using the deprecated DOM Events API.
![CSS Filters]()
CSS filter support recently landed within WebKit nightlies. CSS filters provide a method for modifying the rendering of a basic DOM element, image, or video. CSS filters allow for blurring, warping, and modifying the color intensity of elements. Let's have...
![MooTools Flashlight Effect]()
Another reason that I love Twitter so much is that I'm able to check out what fellow developers think is interesting. Chris Coyier posted about a flashlight effect he found built with jQuery. While I agree with Chris that it's a little corny, it...
![Parallax Sound Waves Animating on Scroll]()
Scrolling animations are fun. They are fun to create and fun to use. If you are tired of bootstrapping you might find playing with scrolling animations as a nice juicy refreshment in your dry front-end development career. Let's have a look how to create animating...