O’Reilly Fluent Conference – San Jose – Discount and Giveaway!

By  on  
O'Reilly Fluent Conference Discount

O'Reilly's amazing Fluent Conference is coming back to San Jose, CA this June 11th-14th.  Fluent is a special conference for web developers looking to harden their skills, learn about what's coming in the web world, and to hear from industry leading developers from Mozilla, Google, Etsy, Adobe, Microsoft and more.

Better yet, use code PC20DWALSH and you can get 20% off your registration!

Training Courses

O'Reilly is offering a host of popular training courses where you can get hands on and learn from an industry expert.  These courses include:

Whether you want to learn a popular framework or how to create an amazing progressive web app, these courses will get you a step ahead!

Giveaway

O'Reilly has given me one ticket to pass on to a lucky DWB reader.  Want a chance to win?  In the comment section below, share your favorite O'Reilly book cover.  I can't wait to see what you share!

Recent Features

  • By
    Create Namespaced Classes with MooTools

    MooTools has always gotten a bit of grief for not inherently using and standardizing namespaced-based JavaScript classes like the Dojo Toolkit does.  Many developers create their classes as globals which is generally frowned up.  I mostly disagree with that stance, but each to their own.  In any event...

  • By
    Vibration API

    Many of the new APIs provided to us by browser vendors are more targeted toward the mobile user than the desktop user.  One of those simple APIs the Vibration API.  The Vibration API allows developers to direct the device, using JavaScript, to vibrate in...

Incredible Demos

  • By
    CSS :target

    One interesting CSS pseudo selector is :target.  The target pseudo selector provides styling capabilities for an element whose ID matches the window location's hash.  Let's have a quick look at how the CSS target pseudo selector works! The HTML Assume there are any number of HTML elements with...

  • By
    Animated AJAX Record Deletion Using MooTools

    I'm a huge fan of WordPress' method of individual article deletion. You click the delete link, the menu item animates red, and the item disappears. Here's how to achieve that functionality with MooTools JavaScript. The PHP - Content & Header The following snippet goes at the...

Discussion

  1. Adam
  2. Naveen

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