Dev.Opera articlesDev.Opera is a community resource site where developers can share tips, tricks, extensions and more.Opera Software ASA2013-10-18T12:15:10ZCreating game-style parallax scrolling: Zombie EditionElli BishopReady to enter the world of parallax scrolling websites? Yes, scrolling sites are absolutely everywhere. Sadly, sometimes they do little more than distract and disorient a user in an attempt to show off, but when done correctly, they can make the web a more exceptional place. At its best, parallax scrolling can help users explore content in an immersive and engaging way. http://dev.opera.com/articles/view/creating-game-style-parallax-scrolling-zombie-edition2013-10-18T12:15:10ZMedia Capture in mobile browsersFrancesco IovineMedia Capture is one of the most interesting features in web applications, especially for mobile devices. Surprisingly capturing media on the spot is quite a new thing for browsers in general, until recently always being delegated to browser plugins such as Flash or Silverlight. In this article we will explore how to use the Media Capture APIs, their compatibility across mobile browsers and the current state of the W3C specifications that define them.http://dev.opera.com/articles/view/media-capture-in-mobile-browsers2013-09-26T12:13:11ZGetting to know mutation observersTiffany BrownIn this article, Tiffany Brown has a look at mutation observers, how they are different from mutation events, and how you can use them in your web applications.http://dev.opera.com/articles/view/mutation-observers-tutorial2013-09-06T00:18:20ZCSS viewport units: vw, vh, vmin and vmaxChris MillsCSS viewport units allow us to size lengths on web pages relative to the viewport size, which has some interesting applications for responsive design. In this article we'll explore the fundamentals of this topic.http://dev.opera.com/articles/view/css-viewport-units2013-07-03T09:08:21ZAn introduction to CSS regionsChris MillsCSS regions is a nascent CSS feature that provides a way for us to completely decouple our content from our layout, flowing specified content containers into layout containers to give us a lot of flexible power. This article provides a basic introduction to using regions and serving fallbacks to non-supporting browsers.http://dev.opera.com/articles/view/an-introduction-to-css-regions2013-07-03T09:06:07ZUnderstanding 3D TransformsTiffany BrownIn this article we'll dig in to 3D transforms in detail, looking at the fundamental differences between 3D and 2D transforms, the 3D transforms available, and some demos that show how these work.http://dev.opera.com/articles/view/understanding-3d-transforms2013-06-12T06:55:33ZBetter performance with requestAnimationFrameLuz CaballeroThis article discusses how you can (and should) improve the performance of your animations, using the requestAnimationFrame API instead of the old setInterval/setTimeout methods, and how requestAnimationFrame is used.http://dev.opera.com/articles/view/better-performance-with-requestanimationframe2013-06-12T06:54:44ZAnimating flexboxes: the lowdownChris MillsIn this article, Chris Mills explores what can be achieved by using animations and transitions — along with a little JavaScript — in conjunction with Flexbox.http://dev.opera.com/articles/view/animating-flexboxes-the-lowdown2013-04-17T09:29:56ZAdvanced cross-browser flexboxChris MillsThe CSS Flexible box module level 3 brings with it a lot of power and some very exciting possibilities for web development, allowing us to put together complex site layouts easily and rapidly, and dispensing with some of the illogical hacks and kludges that we've traditionally used. In this article Chris Mills goes beyond the basics, showing some more interesting uses of flexbox, and how Modernizr can be employed to serve different styles to browsers with differing levels of flexbox support to provide the best level of cross browser support available.http://dev.opera.com/articles/view/advanced-cross-browser-flexbox2013-04-10T12:45:35ZAdding Geolocation metadata, with microformats, datasets, microdata and RDFa LitekarlcowIn September 2011, I needed to mark up location data in an HTML document and it became more complicated than I initially thought it would be. I started to think about this topic again recently and explored some possibilities. In this article I will share my findings, looking at how I used microformats, datasets, microdata and RDFa Lite to mark up this data, and discussing what the best option might be.http://dev.opera.com/articles/view/geolocation-html-api2013-01-16T10:12:15Z