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
    How to Create a Twitter Card

    One of my favorite social APIs was the Open Graph API adopted by Facebook.  Adding just a few META tags to each page allowed links to my article to be styled and presented the way I wanted them to, giving me a bit of control...

Incredible Demos

  • By
    MooTools onLoad SmoothScrolling

    SmoothScroll is a fantastic MooTools plugin but smooth scrolling only occurs when the anchor is on the same page. Making SmoothScroll work across pages is as easy as a few extra line of MooTools and a querystring variable. The MooTools / PHP Of course, this is a...

  • By
    Printing MooTools Accordion Items

    Sometimes we're presented with unforeseen problems when it comes to our JavaScript effects. In this case, I'm talking about printing jQuery and MooTools accordions. Each "closed" accordion content element has its height set to 0 which means it will be hidden when the...

Discussion

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