Actualités

Web Page (Store) IE11's Enterprise Mode (basically IT-managed IE8-frame)

Enterprise Mode for Internet Explorer 11, [...] provides better compatibility for older versions of Internet Explorer and tools to manage which Web apps use it. Businesses can benefit from the modern web standards, better performance, and increased security of our latest browser, while extending existing investments in legacy web apps. [...] Businesses can benefit from the modern Web standards, better performance, and increased security of our latest browser, while extending existing investments in legacy Web apps. http://blogs.msdn.com/b/ie/archive/2014/04/02/stay-up-to-date-with-enterprise-mode-for-internet-explorer-11.aspx

Web Page (Store) jQuery CollagePlus - an image gallery plugin by Ed Lea

This plugin for jQuery will arrange your images to fit exactly within a container. You can define the padding between images, give the images css borders and define a target row height.

Web Page (Store) Form Label Design – David Bushell – Web Design & Front-end Development

It's impossible to tell if an input field is empty with CSS selectors (the :empty pseudo-class represents any element that has no children). My experiment abuses :valid and because the input field has a required attribute it becomes invalid when empty. For this reason the technique only works as expected on <input type="text">. With more complex validation requirements, like an email, the floating label won't appear immediately.

Web Page (Store) flexbox in 5 minutes

The Flexbox Layout module currently a W3C Candidate Recommandation aims at providing a more efficient way to lay out, align and distribute space among items in a container, even when their size is unknown and/or dynamic. The main idea behind the flex layout is to give the container the ability to alter its items’ width/height to best fill the available space. They work well for pages, they lack flexibility to support large or complex applications especially when it comes to orientation changing, resizing, stretching, shrinking, etc. Flexbox in 5 minutes is an interactive tour of all the major features of the new CSS property: flexbox. It’s built using Knockout.js. Read more at http://www.webappers.com/2014/04/07/learn-flexbox-in-5-minutes-with-interactive-tour/#mFkH3cEx42mDr0Pe.99