Difference between revisions of "Design Strategy"

From perpendicular angel knowledgebase
Jump to navigation Jump to search
(Created page with "This page also covers *Design Thinking* which overlaps the same kinds of topics. == Design Thinking == * [https://www.invisionapp.com/blog/design-thinking-redesign/ 3 Design...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category: Design]]
This page also covers *Design Thinking* which overlaps the same kinds of topics.  
This page also covers *Design Thinking* which overlaps the same kinds of topics.  


== Design Thinking ==
== Design Thinking ==
* [https://www.invisionapp.com/blog/design-thinking-redesign/ 3 Design Thinking Techniques to Run Before a Redesign] by Oscar Oto on the Invision Blog]
* [https://www.invisionapp.com/blog/design-thinking-redesign/ 3 Design Thinking Techniques to Run Before a Redesign] by Oscar Oto on the Invision Blog]
==Progressive Enhancement==
* [https://en.wikipedia.org/wiki/Progressive_enhancement Progressive Enhancement] is a design and development strategy that emphasizes building core webpages with HTML first, then using CSS and Javascript to enhance the experience. This is in contrast to using a Javascript framework to deliver the HTML.

Latest revision as of 20:11, 27 October 2018

This page also covers *Design Thinking* which overlaps the same kinds of topics.

Design Thinking

Progressive Enhancement

  • Progressive Enhancement is a design and development strategy that emphasizes building core webpages with HTML first, then using CSS and Javascript to enhance the experience. This is in contrast to using a Javascript framework to deliver the HTML.