Giter Site home page Giter Site logo

sad's Introduction

Sad

2016-09-24

Sad is a methodology to create reusable html modules with performances and accessibility in mind.

Sad stands for Structure Accessibility Design. Those 3 words actually represent the workflow used by sad:

  • first you start by building the html structure. At this stage, you think browser, seo, performances (load time), and accessibility. There is no design consideration at all in this stage. In fact, it's recommended that you disable styles while developing your html module at this stage. Html alone (without css) is ugly, but it's how the browser sees your page.

    You also might want to think about how you will target your elements in the other phases (accessibility and design). I personally use the shy system.

  • second, you add the accessibility layer. I recommend that you follow the wai-aria guidelines (what other choices do we have?). So, make sure to test your "html module" with accessibility tools like voice over, and or chrome vox, implement focus and keyboard behaviour, all that stuff.... Be sure to make smart use of js (reuse components if you can), because you want a performant module. Note: at this point, your module is still ugly, but it's now usable by anybody.

  • third, the design. I personally use Google's material, but at that phase you have the choice. However, you should always aim at silky smooth animations (if you have animations), because again, you want a fast page (performance again).

That's it. Happy coding.

sad's People

Contributors

lingtalfi avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.