Your current filters are…
With lots of practical examples, Rachel Andrew demonstrates how the new CSS3 selectors are designed to be used and also how to plug the holes in support for older browsers using JavaScript, with jQuery examples and also an exploration of CSS3 "polyfills".
With the aim to give delegates an understanding of CSS3 selectors, attendees confident in using them in projects right now by instilling a robust knowledge of where problems may occur with regard to browser support so they are able to work around these.
The agenda of the session includes:
* Understanding the syntax of CSS3 selectors
* Practical examples of CSS3 selectors in use, for each selector we will cover:
working example, code and screenshots
browser support
plugging holes in older browsers where appropriate using jQuery/CSS3 polyfills
* When CSS3 in projects, with a good awareness of compatibility issues
by Lea Verou
With every browser adding support, and the simplicity of providing fallbacks for older versions, CSS3 gradients are something we can start to use right now.
They benefit our users with faster websites and ourselves with more time in our hands to spend in other things, since they are easy to create, edit and update. A very powerful feature that can also be utilized for a surprising number of design effects, even ones that don’t resemble gradients at all.
In this talk, Lea will explore CSS3 gradients in great depth and it’s almost guaranteed that no matter your expertise level, you will walk out having learned new things.
by Greg Rewis
Since the early days of the web, the only reliable way to get movement on your site was through Flash, or more recently, JavaScript.
But now, with WebKit and Mozilla leading the way--and Internet Explorer getting into the game--transformations and transitions can be done with pure CSS, even on mobile devices.
In this session, Greg takes a look at all of the possibilities and explore what works and where--from the simplest effects, to creative usability enhancements including the combination of CSS with Javascript frameworks.
As any good Boy Scout will tell you, being prepared for every situation is essential to survival, and as a web designer/developer, survival means knowing what tools to use and when.
With the evolution of CSS, not only do we have new tools to cut through previous challenges, but our tried and true tools have been honed and sharpened as well.
Join Stephanie Rewis as she explores some shiny enhancements to favorite old tools like backgrounds and borders, as well as some new tools like CSS masks and CSS Regions.