Blogs

CSS3

Animation

The CSS3 Animation Module goes beyond what one can do with CSS3 Transitions, allowing animations to be applied directly to elements with a syntax that is more flexible and permits more granular control. Animations and transitions have quite a lot of syntax in common, but the process of creating animations is very different. First, you define the properties and timings, and then you add the animation controls to the elements that will be animated.

Key Frames

Ok, so the very first step in creating animations is to define your key frames.

CSS3

Selectors

CSS3 provides three new attribute selectors and one new combinator - that is, a selector that joins other selectors together, such as the child or descendant combinators from CSS2. These selectors are defined in Selectors Level 3 Module, which currently has the status of Proposed Recommendation. This status means the module is widely accepted and is implemented by major browsers.

I recently started using a budget planner application call Mint. Its Awesome!. I personally found it very helpful in keeping track of my all expenses. It let me set the budget for different categories like gas, shopping, food etc on monthly basis. And whenever I reach near or cross the budget for any item - the application will send me an alert via email or push notification on IPhone. The Mint iPhone app is great too as it gives you a quick overview of your spending on the go.