O’Reilly OSCON Amsterdam

By  on  

OSCON Portland

OSCON Portland

O'Reilly puts on the best web industry conferences in the world.  These conferences include Fluent Conference, Velocity Conference, and the upcoming OSCON in Amsterdam from October 26-28.  Open Source Convention (OSCON) is a conference that focuses specifically on open source developers and the tools and possibilities they create!

O'Reilly OSCON, happening October 26-28 in Amsterdam, gathers the software engineering and developer community to explore what's new in open source languages, tools, and techniques. 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 agenda has a problem/solution approach, giving you a window into how your peers are solving problems and equipping you to apply them in the workplace. Save 20% with discount code 20DWALSH. Check out the impressive agenda and speaker lineup.

OSCON Conference Discount: 20DWALSH

If you don't want to chance winning or have friends that are wanting to go, use THIS LINK and discount code 20DWALSH.  You'll save 20% on the ticket price and book your trip to an excellent open source conference!

Recent Features

  • By
    CSS @supports

    Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS.  What we end up doing is repeating the same properties multiple times with each browser prefix.  Yuck.  Another thing we...

  • By
    CSS Animations Between Media Queries

    CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...

Incredible Demos

  • By
    Pure CSS Slide Up and Slide Down

    If I can avoid using JavaScript for element animations, I'm incredibly happy and driven to do so.  They're more efficient, don't require a JavaScript framework to manage steps, and they're more elegant.  One effect that is difficult to nail down with pure CSS is sliding up...

  • By
    Introducing MooTools ScrollSidebar

    How many times are you putting together a HTML navigation block or utility block of elements that you wish could be seen everywhere on a page? I've created a solution that will seamlessly allow you to do so: ScrollSidebar. ScrollSidebar allows you...

Discussion

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