Rplus

Results 100 comments of Rplus

http://freshinbox.com/resources/css.php Kinetic Email CSS Support email css support lookup list

http://oreillymedia.github.io/HTMLBook/ HTMLBook 要把 HTML 拿來當書的一些細節:semantic markup & tip

http://kpdecker.github.io/six-speed/ js / es6 / babel / es5 的速度 這個感覺要注意一下測試方式~ 瞭解一下哪種寫法比較好

https://github.com/legomushroom/mojs http://mojs.io/ > motion graphics library for the web 威猛的動畫 library 教學: Easing / Path Easing http://mojs.io/tutorials/easing/path-easing/

http://www.smashingmagazine.com/2015/12/reimagining-single-page-applications-progressive-enhancement/ Reimagining Single-Page Applications With Progressive Enhancement By Heydon Pickering December 21st, 2015 以更原始的方式來處理 SPA 的 route 先以 CSS 處理 `:target` 的狀態 再進一步使用 `hashchange` 的 event 來調整各個 routes 的狀態變化 底下的討論也蠻熱烈的...

Expressive CSS http://johnpolacek.github.io/expressive-css/ An approach to writing lightweight, scalable CSS using utility classes that are easy to write and understand. github: https://github.com/johnpolacek/expressive-css/ 這篇文主要在介紹如何創造一個輕量級且具擴充性的 css system 透過 utility class 來設定共用的基礎樣式 以簡化繁雜的...

Blending Modes Demystified http://alistapart.com/article/blending-modes-demystified 應用方向 - Transparency - Texturing - Colorization 數理: - multiply: `x = a × b` - screen: `x = 1 − (1 − a) × (1...

http://www.smashingmagazine.com/2015/12/getting-started-css-calc-techniques/ Getting Started With CSS calc() By Ana Tudor , December 2nd, 2015

CSS Feature Detection: Modernizr or Feature Queries? by George Martsoukos, 27 Feb 2015 http://webdesign.tutsplus.com/tutorials/css-feature-detection-modernizr-or-feature-queries--cms-23508 ### Modernizr - css selector with `html.classList` - js width `Modernizr.cssproperty` ### feature queries 1. by...

SVG icons are easy but the fallbacks aren't 14 December 2015 by @i_like_robots http://maketea.co.uk/2015/12/14/svg-icons-are-easy-but-the-fallbacks-arent.html 關於 SVG fallback 的血與淚 XDDD 不過這作者使用的方式是 css sprite + background-image (svg) 而且他用的方式很奇耙 XDD 是用 position absolute...