Difference between revisions of "Design Strategy"

From perpendicular angel knowledgebase
Jump to navigation Jump to search
 
Line 4: Line 4:
== 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.