the <textarea> of the future

JVL
No title available
styofa doing anything
Aqua Utopia|海の底で記憶を紡ぐ
AnasAbdin

izzy's playlists!
h
almost home
let's talk about Bridgerton tea, my ask is open

❣ Chile in a Photography ❣

Andulka

PR's Tumblrdome
ojovivo
dirt enthusiast

titsay
Today's Document
i don't do bad sauce passes
YOU ARE THE REASON

if i look back, i am lost
RMH

seen from Türkiye

seen from United States
seen from France
seen from United States

seen from United States

seen from United States
seen from United States

seen from Bulgaria

seen from Lebanon

seen from Argentina
seen from Spain
seen from Belgium

seen from Germany

seen from Malaysia

seen from Japan

seen from United States
seen from Japan

seen from Spain
seen from Türkiye

seen from Mexico
@frontendnote
the <textarea> of the future
圖片來源:softuni Javascript 從1995演變至今,已經成為主要最流行的程式語言之一。其中,主要的革新關鍵在幾項特點: 非阻斷式(non-blocking)、事件驅動...
慕课网
加入text-overflow:ellipsis; \\讓文字超出範圍後可以呈現...
Here you can access, view, and share creative files saved in Adobe Creative Cloud from virtually any internet-connected device.
A set of small, responsive CSS modules that you can use in every web project.
Pure CSS framework
jQuery 偵測瀏覽器版本
fullPage.js - fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
Ref:
http://w3ci.com/plugin/655.html
http://download.w3ci.com/jquery/fullPage/77/index.html
Latest free PSDs & other resources for designers
CSS 背景位置 background-position 用法
background-position: 25% 50%; /* 水平 25% ,垂直 50% */
background-position: 50px 25px; /* 水平 50px ,垂直 25px */
background-position: center; /* 水平垂直都 50% */
background-position: bottom right; /* 水平 100% ,垂直 100% */
Ref:
http://www.w3school.com.cn/cssref/pr_background-position.asp
JQuery find() 用法
ex. $(this).find("img")
尋找當前元素下子元素
Ref:
http://raylee0616.blogspot.tw/2013/09/jquery-find-chidren-filter.html
http://www.w3school.com.cn/jquery/traversing_find.asp
Selenium IDE 網頁應用程式測試工具
http://www.seleniumhq.org/
Reference:
http://pulipuli.blogspot.tw/2011/07/selenium-ide.html#postcata1418279503814_anchor4
http://ithelp.ithome.com.tw/question/10108684
Grunt: 網站開發自動化執行工具
Grunt官網: http://gruntjs.com/
Grunt中文官網:http://www.gruntjs.net/
Available Grunt plugins http://gruntjs.com/plugins
◎ Development:
grunt-contrib-sass //sass編譯
grunt-contrib-coffee //coffee編譯
grunt-contrib-jshint //js語法檢查
grunt-contrib-watch //觀察檔案變更
◎ Release:
grunt-contrib-concat //JS合併
grunt-jsmin-sourcemap //JS壓縮、 最小化min
grunt-contrib-cssmin //CSS合併、 最小化min
grunt-contrib-htmlmin // html 壓縮
grunt-image // Image 壓縮
Test task
grunt.registerTask('test', ['jshint', 'qunit']);
Dev task
grunt.registerTask('dev', ['sass', 'coffee']);
Release task
grunt.registerTask('default', ['htmlmin', 'image', 'sass', 'cssmin', 'coffee', 'concat', 'jsmin-sourcemap']);
Reference:
http://www.gtwang.org/2013/12/grunt-javascript-task-runner.html
http://ithelp.ithome.com.tw/question/10120425
Less, Sass, Compass and CoffeeScript GUI編譯工具
Koala is a GUI application for Less, Sass, Compass and CoffeeScript compilation, to help web developers to use them more efficiently. Koala can run in windows, linux and mac.
http://koala-app.com/