2020-05-11
Link: Podcast: What is a resilient website? (with Jeremy Keith)
The word progressive engagement makes people only think about JavaScript. So Jeremy rebrands the word into Resilient Website.
Tips and Tricks.
All #accessibility #cloud9 #codepen #concept #css #css-basic #css-flex #css-grid #data-url #html #html-form #inspirations #ios #javascript #lang-zh #layout #link #mobile #mobile-web #mysql #php #php-basic #podcast #progress-enhancement #python #resilient #resources #swift #ui-design #user-media #video #wordpress
2020-05-11
The word progressive engagement makes people only think about JavaScript. So Jeremy rebrands the word into Resilient Website.
2018-11-01
https://paulmillr.com/posts/using-dark-mode-in-css/
/* Text and background color for light mode */
body {
color: #333;
}
/* Text and background color for dark mode */
@media (prefers-color-scheme: dark) {
body {
color: #ddd;
background-color: #222;
}
}
Example code from Paul Miller.
2018-10-28
2018-10-27
2018-10-23
This CSS Diner game is a good starting point to learn selector.
2018-09-15
2018-02-23
2017-04-26
http://blog.createjs.com/stagegl-faster-better-stronger-webgl-update-easeljs/
StageGL is a drop-in replacement for the CreateJS Stage.
2017-04-25
2017-04-21