Skip to content

Latest commit

 

History

History
376 lines (240 loc) · 18.4 KB

LINKS.md

File metadata and controls

376 lines (240 loc) · 18.4 KB

RESOURCES

I want to collect some interessting links to extract course materials from. As KHB (Berlin Academy of the Arts) really needs somebody teaching designers the basics of CSS / HTML.

GENERAL

HIDE URL BAR

Geht im Grunde nur auf iOS6 mit JS (dort orientationchange beachten) > Interessant für iPhone 4 User. Auf Android Chrome gibt es wohl keine Lösung. Windows Mobile? Kerstin meinte da gibts was. iOS7 mit minimal UI Tag.

DJANGO + ANGULAR

SASS RESOURCES

SASS “FRAMEWORKS”

SASS ARCHITECTURE

Johannes learning SASS (some notes)

  • @extend
  • @include
  • %placeholder
  • $variable
  • @mixin

UI FRAMEWORKS

MOBILE UI FRAMEWORKS

GUIDELINES

CSS

MOBILE FIXED ELEMENT PROBLEM

Um das Chat Input Feld am Seitenende zu halten brauchen wir wohl ein Element mit Position > Fixed und müssen dann inline scrollen? Dafür gibt es verschiedene JS Lösungen.

CSS LAYOUTS PRE FLEXBOX - PRE RESPONSIVE ABER IMMERNOCH NETT

JS

BOILERPLATES

FRAMEWORKS

GRIDS

FLEXBOX

STYLEGUIDES

STYLEGUIDE TOOLS

Note to myself. Make the Styleguide based on jekyll would improve the workflow as prototyping can happen based on the same workflow.

  • SASS Documentation
  • Reading

TYPOGRAPHY

Found this lately: http://typeplate.com/

Then following this articles from this [discussion] 1 :

I am still looking for a best practise

ON WEB TYPOGRAPHY

READING LIST

TOOLS

TOOLS

FRAMEWORKS

STATIC PAGE GENERATORS

RESPONSIVE IMAGES

FONTS I LIKE

RESPONSIVE SLIDER - JS

JS

SCROLLBAR STYLING

LEARNING RESOURCES (FOR COURSE AT KHB / HFG)

MOBILE FIRST

OFFLINE FIRST

LOGIN / PASSWORD

DJANGO

MISC