$100 SenchaCon Discount Code

By  on  

SenchaCon 2013

SenchaCon is fast approaching and it promises to be epic.  A few highlights attendees can expect:

  • Held at Walt Disney World Swan & Dolphin
  • Get insider and bleeding edge information on Sencha's technologies
  • Sponsored by mobile development and production leaders
  • Full Day hackathon
  • Meet other mobile / front-end developers who look to push the boundaries of performance and usability
  • A few days away from work to concentrate on hardcore client-side badassery
  • Mozilla legend, fan favorite, and world class ginger Christian Heilmann will speak

Sencha has given me a discount code to save developers $100 on registration costs!

$100 Discount Code:  TRA343

You can check out SenchaCon highlights or register with the discount code.

Recent Features

  • By
    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.

  • By
    Create a CSS Cube

    CSS cubes really showcase what CSS has become over the years, evolving from simple color and dimension directives to a language capable of creating deep, creative visuals.  Add animation and you've got something really neat.  Unfortunately each CSS cube tutorial I've read is a bit...

Incredible Demos

  • By
    JavaScript Speech Recognition

    Speech recognition software is becoming more and more important; it started (for me) with Siri on iOS, then Amazon's Echo, then my new Apple TV, and so on.  Speech recognition is so useful for not just us tech superstars but for people who either want to work "hands...

  • By
    Detect Vendor Prefix with JavaScript

    Regardless of our position on vendor prefixes, we have to live with them and occasionally use them to make things work.  These prefixes can be used in two formats:  the CSS format (-moz-, as in -moz-element) and the JS format (navigator.mozApps).  The awesome X-Tag project has...

Discussion

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