Internet Trends 2017 Report
Internet Trends 2017 Report from Kleiner Perkins Caufield & Byers
will byers stan first human second

izzy's playlists!
Monterey Bay Aquarium
sheepfilms
No title available

JVL
we're not kids anymore.
$LAYYYTER
hello vonnie
cherry valley forever

ellievsbear
Acquired Stardust

JBB: An Artblog!

Origami Around

blake kathryn
Misplaced Lens Cap

pixel skylines
styofa doing anything

Kiana Khansmith
RMH

seen from Brazil
seen from United States
seen from Germany
seen from Romania
seen from South Korea
seen from Germany
seen from United Kingdom
seen from United States

seen from United States

seen from United States

seen from Finland
seen from United States
seen from Germany
seen from Türkiye
seen from United Kingdom
seen from South Korea
seen from United States
seen from United States

seen from Australia

seen from Germany
@limejam
Internet Trends 2017 Report
Internet Trends 2017 Report from Kleiner Perkins Caufield & Byers
There are hundreds of password generators online. So far, we didn't like any and decided to quickly build our own solution to help our friends with security issues http://password.limejam.com/
Aspirations will transcend single transactions
According to Charlie Brown, If You Want Your Brand To Succeed, Make It Aspirational, Not Inspirational. Companies that ditch tired celebrity personas and transform themselves into vehicles for realizing their customers' aspirations will transcend single transactions. After decades of marketers using this tactic, inspiration fatigue has set in. You’re never really going to "Be Like Mike."
Like Wheaties and Martha Stewart, companies that ditch tired personas and transform themselves into platforms for realizing their customers' aspirations will transcend single transactions. While aspirational identity by itself doesn’t spark a movement, companies that understand how to facilitate aspirations will have an edge.
Mapping the roles within your network, understanding where customers aspire to go next, and figuring out how your company can get them there is no small feat. But it will set you apart from competitors who are armed with nothing but the next shiny object.
Sometimes
Autumn
"Good budgeting"
Current misconceptions in everyday life
The Motivational Post.
All Navarre & Terry Lesniewicz, sport shoe advertising, If the shoe fits, / run it, 1978. Fartlek logo: a type of solo running; in Swedish = “speed play”). Via Cooper Hewitt
MC – Footwear Identity Design by Mark Brooks
Mark Brooks has created the brand identity for Magro Cardona, a Madrid based footwear brand.
Check out more information and images of the branding project on WE AND THE COLOR.
Follow WE AND THE COLOR on: Facebook I Twitter I Google+ I Pinterest I Flipboard I Instagram
Otl Aicher, visual identity for the Olympic Games in Munich 1969/1972. Pic 1/1969 Die Neue Sammlung, Munich. Via emuseum
Brandbook vs. Guideline
A Brand Book (brandbook) is a set of laws directing the clever use of everyday brand's opportunities through brand messaging, event activities and a corporate visual identity. Creating a brandbook is necessary to systematize and organize all the ideological foundations of the brand, contributing to a more holistic perception by consumers.
What is the difference between the brandbook and the guideline?
A brandbook is the description of how the brand values can find their ways for reaching brand users or customers. A brandbook prescribes mission and philosophy of the brand, its values, key identifiers (symbols and attributes), brand messages, indicating channels and methods. A brandbook is the official guide for the brand management.
In contrast to a brandbook, a guideline is solely a set of standards and rules for the use of the names, logos, characters, lettering and color performance, as well as proper placement in media. A guideline is just a technical part of the brandbook, sometimes issued as a stand-alone document.
A brandbook usually includes the following elements:
description of the brand's mission and its philosophy;
brand values and a long term vision;
corporate messaging language, its terminology and tone;
corporate colors, their description and table for a variety of media;
logo and a basic rules for its reproduction and use;
proprietary fonts for different types of media;
letterhead for letters, faxes, e-mails, envelopes and folders for documents, business cards of employees.
In addition, the brand book may include examples of promotional materials for printing, outdoor advertising and other media, mockups, as well as video and audio data, which are included in the corporate style.
Development of brand book provides the following features:
exactly reproduce the elements of corporate identity in different situations;
adhere to the development of promotional and informational materials corporate policy;
serve as a good example for employees on the use of corporate identity;
simplify communication with counter-parties (advertising agencies, printers) in the use of elements of corporate identity and philosophy of the company;
expand the scope of the scheme, or use the franchisee with the exact preservation of all features of the company's corporate identity.
One of the LimeJam's core activities is brandbook development. We have extensive experience in the development of both the individual elements of corporate identity and holistic brandbook for leading nation-wide and international brands.
D3: A step towards Data-Driven Design
What is Data-Driven Design? As more designers and writers look to analytics to inform their decisions, many still struggle to implement their findings in a sustainable, ongoing way. In most projects, there are two general types of data, and you’ll often see these discussed in articles about website optimization:
Quantitative data - Numerical data that shows the who, what, when and where.
Qualitative data - Non-numerical data that demonstrates the why or how.
Most analytics tools, such as Google Analytics, provide a lot of quantitative data, such as who has come to your website, how they got there and what actions they took. What these tools don’t tell you is why. Why does a certain group of visitors take one action, while a different group of visitors choose another? Why does one product feature keeps customer longer than another? That’s when we turn to qualitative data. Whereas quantitative data shows scale, qualitative data gives perspective. It helps us understand not just what happened, but why and how it happened. The very best data, be it qualitative (i.e. non-numerical) or quantitative (i.e. numerical), is always empirical. Empirical data is any type of information gathered through observation or experimentation. The best empirical data answers specific questions — because when data is specific, taking action on it becomes easier. When looking for general empirical data, such as “metrics for the website” or “how the product is performing,” you can end up with data that, while interesting, doesn’t lead directly to specific actions.
Everyone understands "the importance", therefore, we would like to open a door to a word of data and show that working with data is not always so difficult as it seems. Building a product or its series usually requires dashboards that could help distributed teams to overcome complexities and track project performance.
Generally, there are 4 ways Building Teams benefit from data-driven design
Enhance iterative design. Designers are able to capture and analyze key building performance metrics, such as energy use intensity, during conceptual design. That information can then be used to tweak and optimize early prototypes.
Use project data on future work. By collecting data on every project, design firms can eliminate rework and apply best practices on future projects.
Understand how people interect with spaces. Firms can test and evaluate design concepts against the real world, using feedback data from building occupants.
Automate the planning process. Some firms are applying algorithm-based approaches to improve the traditional project planning process.
And here is where technology can help: Have you heart about D3?
D3.js is a JavaScript library for manipulating documents based on data.
D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.
D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. For example, you can use D3 to generate an HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction.
D3 is not a monolithic framework that seeks to provide every conceivable feature. Instead, D3 solves the crux of the problem: efficient manipulation of documents based on data. This avoids proprietary representation and affords extraordinary flexibility, exposing the full capabilities of web standards such as CSS3, HTML5 and SVG. With minimal overhead, D3 is extremely fast, supporting large datasets and dynamic behaviors for interaction and animation. D3’s functional style allows code reuse through a diverse collection of components and plugins.
Reading List: Designer
Beautiful and sunny Margaret Kelsey, a Community Manager at InVision, asked some professional designers to recommend the book that inspired them the most this past year. Here we list the series
Inspired by Innovation
Inspired by Business
Inspired by People
Inspired by the Classics
Inspired by Product Design
Inspired by Method and Theory
Inspired by UI
Inspired by Typography
Inspired by the Future
Inspired by Icons and Logos
Inspired by Graphic Design
Inspired by Web/Print Publications
Digital Natives
Many members of Generation Z are highly connected, having had lifelong use of communication and media technology like the World Wide Web, instant messaging, text messaging, MP3 players, and mobile phones, earning them the nickname "digital natives".
According to marketing firm Frank Magid Associates, the name "Plurals" reflects that they are the most diverse of any generation in the U.S.; Magid estimates that 55% are Caucasian, 24% are Hispanic, 14% are African-American, 4% are Asian, and 4% are mixed race or other. A Magid whitepaper stated that Plurals exhibit positive feelings about the increasing ethnic diversity in the U.S., and they are more likely than older generations to have social circles that include people from different ethnic groups, races and religions. According to Magid, Plurals are "the least likely to believe that there is such a thing as the American Dream," while Boomers and their Millennial children are "more likely to believe it"
Coca-Cola campaign to reuse empty bottles
In LimeJam we believe that being environmentally conscious is not a trend but an obligation. Therefore, when we consult companies on adjusting their product lifecycle, we serve the purpose of businesses with recycling in mind. Here is the new technology that can be a potential battle field for creatives with recyclable polimers.
Another great example was shown by the Coca-Cola company campaign, proposing 16 Crazy Caps to Turn Empty Bottles Into Useful Objects Ogilvy's '2nd Lives' campaign By Gabriel Beltrone.
Changing the corporate rules
When your initiative to improve the processes gets the answer: "Why change anything? It is not broken, we do not need to fix it" - just show them this short video.