Microsoft SWIT conference is one of the most important events in the Ukrainian IT industry. Participation in the 2012 Microsoft SWIT stands up for intensive training in a wide range of issues and for establishment of important business contacts with the professionals of related industries.
www.msswit.in.ua
The document summarizes new features in ECMAScript 5 (ES5), the updated standard for JavaScript, including:
1. New array methods like forEach(), map(), filter() for iterations and searching.
2. JSON support with JSON.stringify() and JSON.parse() for serializing and deserializing JSON.
3. Strict mode for catching errors and deprecated features.
4. New object creation syntax and methods like Object.create(), defineProperty(), and preventExtensions().
The document discusses the new features and capabilities of CSS3, including modules, border radius, media queries, transforms and transitions, RGBA colors, gradients, pseudo-elements like :before and :after, text effects, and techniques for degradation and mobile support. It provides statistics on CSS3 adoption rates in Ukraine and for mobile websites, and highlights the CSS3-heavy design of Groupon.ru as an example. The presentation concludes by thanking the audience.
IE9 includes developer tools to help web developers debug, profile, and inspect websites. The tools include an updated debugger, profiler, DOM explorer, and CSS inspector. Developers can use these tools to test websites, find bugs, and improve performance across different browsers including IE9.