<< First emmet install >>
1. install sublime package
- Feb 28 Wed 2018 14:48
sublime 3 remind
- Feb 21 Wed 2018 21:07
Brackets 插件 remind
Brackets 插件
Beautify : 排列HTML, CSS, and JavaScript整齊
- Feb 15 Thu 2018 14:50
bootstrap 3 remind
MEAT items
<meta charset="UTF-8">
- Feb 13 Tue 2018 15:12
HTML CSS remind
FROM
==========================================
- Feb 08 Thu 2018 09:52
SQL remind
Creating Table
CREATE TABLE books (id INTEGER PRIMARY KEY, name TEXT, rating INTEGER) ;
- Feb 06 Tue 2018 17:20
jQuery remind
check webpage load complete then run jQuery
$(document).ready(function() {
- Feb 06 Tue 2018 10:27
HTML DOC vs jQuery remind
convert your variables into jQuery collections and HTML DOC nodes
var headingFromD = document.getElementById("cuteness"); // DOM node
- Feb 05 Mon 2018 22:40
AJAX XHR 問題
var xhr = new XMLHttpRequest();
xhr.open('get', "http://www.tpml.edu.tw/") ;
- Feb 05 Mon 2018 10:37
Chrome 擴充功能 –Web Server for Chrome(網頁伺服器)
- Feb 03 Sat 2018 22:52
Chrome 設定 - developer tools theme
chrome 實驗功能設定 : chrome://flags/