38 private links
A good starting point for design that takes device resolution out of the equation
Font‑To‑Width (FTW!) is a script by Nick Sherman and Chris Lewis that takes advantage of large type families to fit pieces of text snugly within their containers. Unlike other text-fitting tools like FitText.js, Font‑To‑Width does not scale the font-size (at least not by default). Instead, it chooses a width or weight variant according to what fits best, and then allows for letter- and word-spacing adjustments as needed.
Пожалуй, самый увлекательный способ получить навыки создания сайтов. У нас можно получить level-up и открыть в себе способности веб-дизайнера, верстальщика или веб-программиста, наработать портфолио, пройти тестирование и найти работу
A collection of 850 free CSS and HTML5 site templates, designed & built by Cherry + AJ and released under the Creative Commons.
Learn how people use your app with the world's most advanced mobile & web analytics
Styling CSS without losing your sanity
Automatically switch to a darker or a lighter version of an element depending on the brightness of images behind it.
Smooth parallax effect on vertical page scrolling
Новости, интервью и обзоры о культурной жизни Петербурга на карте города
The fundamental idea I want to discuss is the definition of an application’s UI as a pure function of application state.
Данный сервис позволяет легко создавать CSS-спрайты для любого требуемого набора флагов. Выберите необходимые флаги из списка и получите изображение в формате PNG и соответствующий ему CSS код, уже готовый для использования на Вашем сайте.
Thimble is an online code editor (with nice viewer animations!) that makes it easy to create and publish your own web pages while learning HTML, CSS & JavaScript.
Combine theory and practice to tell powerful stories through film online. Unleash your potential in this free online course.
This website was developed by the University of Cambridge, Engineering Design Centre (www-edc.eng.cam.ac.uk) and sponsored by BT (www.bt.com).
The guidance and resources contained within reflect 12 years of inclusive design research, conducted by 3 successive i~design research consortia (www-edc.eng.cam.ac.uk/idesign3), funded by the Engineering and Physical Sciences Research Council (www.epsrc.ac.uk). The website itself was further by the KT-EQUAL initiative (www.kt-equal.org.uk).
Creating great typeface combinations is an art, not a science. Indeed, the beauty of typography has no borders. While there are no absolute rules to follow, it is crucial that you understand and apply some best practices when combining fonts in a design. When used with diligence and attention, these principles will always yield suitable results. Today we will take a close look at some the best practices for combining typefaces — as well as some blunders to avoid.
Every element on a web page exerts a visual force that attracts the eye of the viewer. The greater the force, the more the eye is attracted. These forces also appear to act on other elements, imparting a visual direction to their potential movement and suggesting where you should look next.
Меня зовут Дарья Калинина, и в Яндекс.Деньгах я отвечаю за развитие интерфейсов. via Pocket
Lumos Labs is a neuroscience research company and creator of Lumosity, the leading online brain training program boasting over 60 million users worldwide. When I joined Lumos Labs, Lumosity was undergoing a major brand and design overhaul. The old Lumosity brand was warm, friendly and communicated their core purpose well. Yet their products felt dated, lacked authority and were inconsistent in style and imagery. Lumosity needed a fresh update that felt more modern, sophisticated, and trustworthy.
Statamic is an amazingly simple piece of software. The major benefit to using Statamic is the lack of a database, which has huge positive implications for both security and speed. Since there's no database to query, theres no database to slow it down; and, since there's no database, there's also no database to hack. You can also throw the entire system into version control, which becomes a much more complex process when a database is involved.
Why Twig documentation recommends to use extending rather than including? Symfony 2 documentation says because "In Symfony2, we like to think about this problem differently: a template can be decorated by another one." but nothing more. It's just author's whim or something more? Thanks for help.