$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.
![Creating Scrolling Parallax Effects with CSS]()
Introduction
For quite a long time now websites with the so called "parallax" effect have been really popular.
In case you have not heard of this effect, it basically includes different layers of images that are moving in different directions or with different speed. This leads to a...
![Introducing MooTools Templated]()
One major problem with creating UI components with the MooTools JavaScript framework is that there isn't a great way of allowing customization of template and ease of node creation. As of today, there are two ways of creating:
new Element Madness
The first way to create UI-driven...
![Create a Simple Slideshow Using MooTools]()
One excellent way to add dynamism to any website is to implement a slideshow featuring images or sliding content. Of course there are numerous slideshow plugins available but many of them can be overkill if you want to do simple slideshow without controls or events.
![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...