目前分類:網頁開發 (10)

瀏覽方式: 標題列表 簡短摘要

<< First emmet install >>
1. install sublime package

文章標籤

Robert 發表在 痞客邦 留言(0) 人氣()

MEAT items    
    <meta charset="UTF-8">

文章標籤

Robert 發表在 痞客邦 留言(0) 人氣()

FROM
==========================================

文章標籤

Robert 發表在 痞客邦 留言(0) 人氣()

Creating Table
CREATE TABLE books (id INTEGER PRIMARY KEY, name TEXT, rating INTEGER) ;

文章標籤

Robert 發表在 痞客邦 留言(0) 人氣()

check webpage load complete then run jQuery
    $(document).ready(function() {

文章標籤

Robert 發表在 痞客邦 留言(0) 人氣()

convert your variables into jQuery collections and HTML DOC nodes
     var headingFromD = document.getElementById("cuteness"); // DOM node

Robert 發表在 痞客邦 留言(0) 人氣()

var xhr = new XMLHttpRequest();
xhr.open('get', "http://www.tpml.edu.tw/") ;

文章標籤

Robert 發表在 痞客邦 留言(0) 人氣()

Web Server for Chrome(網頁伺服器)

安裝後執行Web Server for Chrome, 選擇web server 目錄

文章標籤

Robert 發表在 痞客邦 留言(0) 人氣()

chrome 實驗功能設定 : chrome://flags/

文章標籤

Robert 發表在 痞客邦 留言(0) 人氣()

:Chrome 有很多擴充功能,這裏記錄一些輔助網頁開發功能

Type Sample : 可察看網頁的字型及大小

文章標籤

Robert 發表在 痞客邦 留言(0) 人氣()