12 參考資料
書籍
深入淺出HTML&CSS(第二版) http://www.books.com.tw/products/0010596057
深入淺出行動網站開發 http://www.books.com.tw/products/0010552906
深入淺出網站設計 http://www.books.com.tw/products/0010432289
如何設計好網站:Don't make me think http://www.books.com.tw/products/0010651534
CSS Secrets 中文版:解決網頁設計問題的有效秘訣 http://www.books.com.tw/products/0010702536
你所不知道的 JS | 導讀,型別與文法 (You Don't Know JS: Up & Going)
你所不知道的 JS|範疇與Closures,this與物件原型
HTML
所有標籤:https://www.w3schools.com/tags/
更多 Meta Data:https://www.w3schools.com/tags/tag_meta.asp
更多的 HTML Entities:https://www.w3schools.com/html/html_entities.asp
事件列表 https://www.w3schools.com/tags/ref_eventattributes.asp
htmlreference https://htmlreference.io/
CSS
Can I Use:https://caniuse.com/
JavaScript
w3schools JS https://www.w3schools.com/js/
jQuery 的 Ajax 完整官網資源 http://api.jquery.com/jQuery.ajax/
外掛
Lazy Loading:Lozad.js
所見即所得編輯器:CKEditor
Animate on scroll:AOS
圖表工具:Chart.js
輪播:slick
Sprite 效果:jQuery Sprite
視差滾動:Skrollr
預載圖片:jPreLoader
其它連結
JSON Parser http://json.parser.online.fr/
XML Viewer https://codebeautify.org/xmlviewer
課外讀物,命名方法論:OOCSS、SMACSS、SUITCSS、BEM、rscss(這個比較簡單)。
網站技術
作業系統:MacOS、CentOS
版本控管:Git (介面工具:Sourcetree)
使用容器技術佈署:Docker
雲端伺服器平台服務:AWS、DigitalOcean、Google Cloud
Last updated