Monthly Shaarli
December, 2014
In this talk from 2003, design critic Don Norman turns his incisive eye toward beauty, fun, pleasure and emotion, as he looks at design that makes people happy. He names the three emotional cues that a well-designed product must hit to succeed.
You can do this with a filter, but you have to do something you generally should not do-- echo content from a filter.
Allows searching, sorting and saving of cache files.
This is a custom upgrade for Firefox of the original CacheViewer add-on by benki.
New features have been added.
DefaultKeyBindings.dict file (~/Library/KeyBindings/DefaultKeyBindings.dict) for Mac OS X, created by Brett Terpstra and based heavily on work done by Lri. Please note that these bindings won’t work in all applications: TextWrangler and TextMate, for example, override these with their own settings. See Lri’s gists and website for more coding madness.
From business cards, letterheads and compliment slips to flyers, posters and roller banners, all prices include delivery and VAT*.
Up-to-date data on support for type and typographic features on the web.
Миссия бюро — передача дизайнерских знаний. Рубрика «Советы» — главный русскоязычный источник практических знаний о дизайне. Бюро проводит курсы о дизайне, отношениях с клиентами, навигации, редактуре текста и правовой стороне дизайна. Курсы объединены общей идеологией работоспособного дизайна и проповедуют философию пользы. Мы помогаем дизайнерам расти и открывать собственные студии.
The result was SaveSelection.jsx, which saves a selection in a document, and RestoreSelection.jsx, which selects the same objects again, in the same order. It’s very simple to use—select a set of objects (in order, if necessary), then double-click SaveSelection.jsx). The script will display a dialog box where you can name the selection (or choose an existing selection to replace). If you’re creating a new saved selection, enter a name and click the OK button. If you’re replacing an existing saved selection, select its name from the dropdown menu (and do not enter any text in the New Selection field), then click the OK button. Either way, the selection will be saved in the document.
jQuery plugin written by Jay Salvat. Full credits for the Face detection algorithm go to Liu Liu.
History and structure of human computer interaction
Я решил протестировать все батарейки АА и ААА, которые удастся найти в Москве. Я собрал 58 видов батареек АА и 35 видов ААА. Всего было протестировано 255 батареек — 170 АА и 85 ААА.
You can copy any URL on Mouse Over. Which helps you to copy the urls very quickly.
Codementor is your instant 1:1 expert mentor helping you in real time.
Whether creating an the newest app, an interactive kiosk or an entire Web presence, excellent, usable and understandable design is central to a communicator’s success. Usability and UX Design combines the basics of visual layout with several strategies for building and testing interfaces.
This course is about being a knowledgeable journalist, a media artist, an informed designer and an innovator. Passion for ethical communication and creativity are essential to your success. Understanding users and their behaviors will lead you to becoming an effective creator of digital products. This work opens many possibilities, some of which we are yet to discover. The goals of this class, therefore, are to familiarize you with usability and UX design concepts and allow you the opportunities to experiment, create and explore.
Alt_Cph 14 focuses on Danish and international hacker spaces, bioart labs and new media labs, whose art is a combination of art-based research and research-based art.
Всем привет! Желание сделать VPN сервер максимально простым в установке и удобным в использовании назревало уже давно. За основу я взял L2TP/IPsec, эта технология нативно поддерживается всеми устройствами и в отличии от PPTP не вызывает проблем при подключении через сотовых операторов.
Такие провайдеры как DigitalOcean или OVH предоставят вам вполне подходящую машинку за 5 долларов в месяц. Если поискать получше, можно сократить расходы до 2-3$. Имхо, чашка кофе в месяц — не такая уж и большая цена за защиту от меняющих SSL-сертификаты провайдеров, блокировок сайтов, прослушки в публичных точках доступа и прочих «радостей» Интернета.
Every website needs an audience. And every audience needs a goal. Advocating for end-user needs is the very foundation of the user experience disciplines. We make websites for real people. Those real people are able to do real things. Everyone is happy. But, it’s not really that easy, is it? via Pocket
Improving the User Experience
WP Image Resizer & a replacement for Timthumb. Extends and uses the default capabilities of WordPress' Image Editors to add some basic Timthumb capabilities.
We can use a very wide variety of selectors in our key bindings.
The clip-path property allows you to make complex shapes in CSS by clipping an element to a basic shape (circle, ellipse, polygon, or inset), or to an SVG source.
CSS Animations and transitions are possible with two or more clip-path shapes with the same number of points.
Unifying the world’s handwriting into a universal typeface. Explore existing contributions, or add your own writing to the experiment.
In a nutshell, Visualoop is a digital environment dedicated to all things data visualization related. We try to bring together experts from fields such as information design, cartography or visual journalism, with students and others interested in expanding their knowledge about data visualization.
Font design has a high barrier of entry. Professional font design programs are very complex, and/or quite expensive. Glyphr Studio is streamlined and made for font design hobbyists... and it's free!
Введение [PDF, 2.7 Мб]
Фирменный стиль [PDF, 2.57 Мб]
Основы дизайна [PDF, 2.5 Мб]
Лейаут. Основы юзабилити [PDF, 5.6 Мб]
Язык HTML. Верстка [PDF, 1.9 Мб]
Подготовка изображений для веб-страниц [PDF, 2.3 Мб]
What if you want to open a menu item by script? For example the Configure plug-ins window. The solution is not on the surface: neither the InDesign Scripting Reference nor the InDesign Scripting Guide say anything about it.
However it is possible to achieve by invoking a menu action by ID. In our particular case we would use:
app.menuActions.itemByID(45313).invoke();