$100 SenchaCon Discount Code

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.
![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...
![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...
![Assign Anchor IDs Using MooTools 1.2]()
One of my favorite uses of the MooTools JavaScript library is the SmoothScroll plugin. I use it on my website, my employer's website, and on many customer websites. The best part about the plugin is that it's so easy to implement.
I recently ran...
![Style Textarea Resizers]()
Modern browsers are nice in that they allow you to style some odd properties. Heck, one of the most popular posts on this blog is HTML5 Placeholder Styling with CSS, a tiny but useful task. Did you know you can also restyle the textarea resizer in WebKit...