$100 SenchaCon Discount Code
![SenchaCon 2013](https://davidwalsh.name/demo/senchacon.jpg)
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.
![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...
![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...
![9 Incredible CodePen Demos]()
CodePen is a treasure trove of incredible demos harnessing the power of client side languages. The client side is always limited by what browsers provide us but the creativity and cleverness of developers always pushes the boundaries of what we think the front end can do. Thanks to CSS...
![Introducing MooTools HeatMap]()
It's often interesting to think about where on a given element, whether it be the page, an image, or a static DIV, your users are clicking. With that curiosity in mind, I've created HeatMap: a MooTools class that allows you to detect, load, save, and...