42 private links
In this tutorial, I'm targeting the third group I mentioned: people who know just enough jQuery to get by.
Specialising in customer experiences & brand development, we combine digital craftsmanship with innovative thinking to deliver disruptive digital solutions on a worldwide scale.
Highly adaptable, energetic and self-motivated investment analyst and financial engineer assisting both domestic and foreign institutions with asset research and financial modeling. Previously co-managed a $1.5bn fixed income portfolio and designed a real-time portfolio risk model for fellow analysts and portfolio managers. Covered Federal Reserve and central bank monetary policy for Capital Group Companies.
Whether you're a developer or designer, manager or assistant, PyroCMS helps you quickly design, build and manage your website.
Bolt is an open source Content Management Tool, which strives to be as simple and straightforward as possible. It is quick to set up, easy to configure, uses elegant templates, and above all: It’s a joy to use.
Я постараюсь показать, как с помощью информационного стиля создавать интересный и честный текст с хорошей структурой и синтаксисом.
Добрались руки до написания статьи о том, как делать дизайн непривычных вещей (например, проектировать навигацию станции метро).
from EDidaktikum
Presenting a faster, easier and more powerful way to build themes. Because WordPress is awesome, but the loop isn't.
Last month I noted my opinions on why we should stop using Grunt, Gulp et al. I suggested we should start using npm instead. npm's scripts directive can do everything that these build tools can, more succinctly, more elegantly, with less package dependencies and less maintainence overhead. The first draft of the original post was way over 6,000 words - because it went in depth into how npm could be used as an alternative, but I removed it for brevity - and because the point of that post was me expressing opinions, not a tutorial post. However, the response was pretty overwhelming - many people replied telling me that these build tools offers them features that npm cannot (or does not), some developers were brazen enough to present me with a Gruntfile and say "how could this be done in npm?!". I thought I'd pull out how-tos from the original draft and make a new post, just focussing on how to do these common tasks with npm.
npm is a fantastic tool that offers much more than meets the eye. It has become the backbone of the Node.js community - many, including me, use it pretty much every day. In fact, looking at my Bash History (well, Fish history) npm is second only to git as my most used command. Still, I find new features in npm every day (and of course, new ones are still being developed!). Most of these aim at making npm a great package manager, but npm has a great subset of functionality decidated to running tasks to facilitate in a packages lifecycle - in other words, it is a great tool for build scripts.
It will come to no surprise to anybody who has heard me speak that I am no friend to Bootstrap. One of my goals with the trainings that Four Kitchens does for Responsive Web Design at various Drupal events and for companies, is to give developers the tools they need to not using Bootstrap or other similar tools. I hope to clear up why I feel that Bootstrap is the wrong tool for most websites, and what you can use instead of it.
After more than a decade of Web usability research, we literally have thousands of guidelines for making better websites. But what are the most important ones that all designers need to know? That's whatPrioritizing Web Usability is about. A second goal of the book is to update the early Web usability guidelines we published in the 1990s. All the guidelines found since 2000 continue to hold, but what about findings from the studies we conducted 1994 to 1999? The book compares these old studies with more recent ones and explains which of the old guidelines should still be followed. 406 pages, heavily illustrated, in full color. (New Riders Press, Berkeley CA.)
На Хабре уже было немало материалов о том, как проводить качество вёрстки веб-проектов (вот отличная статья на эту тему) — как правило, речь в таких топиках идёт о коммерческих сайтах. В ходе развития образовательного проекта HTML Academy мы также столкнулись с необходимостью выработки критериев для оценки работ учеников.
When we examine the ethnographic interview as a speech event, we see that it shares many features with the friendly conversation. In fact, skilled ethnographers often gather most of their data through participant observation and many casual, friendly conversations. They may interview people without their awareness, merely carrying on a friendly conversation while introducing a few ethnographic questions.
What people say they believe and say that they do are often contradicted by their behavior. A large body of scientific literature documenting this disparity exists, and we can all likely summon examples from our own lives. Given the frequency of this very human inconsistency, observation can be a powerful check against what people report about themselves during interviews and focus groups.
Всем известно – “Сэкономил – значит заработал”. Интернет-портал Allahindlused.info (Skidki.ee) предлагает оперативную информацию о действующих в настоящий момент скидках и кампаниях в 72 крупнейших эстонских магазинах и торговых центрах. В разделе “Каталоги” можно “полистать” около 50-ти каталогов с льготными предложениями от крупнейших магазинов, а в разделе “Кампании” – ознакомиться с проходящими в данный момент акциями и льготными кампаниями. Мы поможем Вам сэкономить, а значит, и заработать. Удачных покупок!
The success of every business depends on how the business will meet their customers’ needs. To do that, it is important to optimize your offer, the website, and your selling methods so your customer is satisfied. The fields of online marketing, conversion rate optimization, and user experience design have a wide range of online tools that can guide you through this process smoothly. Many companies use only one or two tools that they are familiar with, but that might not be enough to gather important data necessary for improvement. To help you better understand when and which tool is valuable to use, I created a framework that can help in your assessment. Once you broaden your horizons, it will be easier to choose the set of tools aligned to your business’s needs. The tools can be roughly divided into three basic categories:
Symbolset makes icons meaningful, easy, and accessible.
Framer.js is an open source JavaScript framework for rapid prototyping. Framer.js allows you to define animations and interactions, complete with filters, spring physics, 3D effects and more. It's bundled with Framer Generator, an application that allows you to import layers directly out of Photoshop and Sketch.
For years, the Web standards community has talked about the separation of concerns. Separate your CSS from your JavaScript from your HTML. We all do that, right? CSS goes into its own file; JavaScript goes in another; HTML is left by itself, nice and clean.