Google Chrome就跳出 無法連線至網際網路這一個錯誤頁,
原來Google Chrome還有個隱藏版小遊戲,感到驚喜,
我便開始玩起來了,讓討人厭的錯誤畫面有新的定義。
按下空白鍵,小恐龍跳起來,遊戲開始
要跳過障礙物,不然就Game over了
Game over
雖然是動動手指的小遊戲,但讓人感到用心,在生冷的網路世界多了一分趣味
沒有Google怎麼辦呀!!!!!!
[……]
按下空白鍵,小恐龍跳起來,遊戲開始
要跳過障礙物,不然就Game over了
Game over
雖然是動動手指的小遊戲,但讓人感到用心,在生冷的網路世界多了一分趣味
沒有Google怎麼辦呀!!!!!!
[……]
http://www.mydesy.com/2014-logo-design-guide-1
http://www.mydesy.com/2014-logo-design-guide-2
http://www.mydesy.com/2014-logo-design-guide-3
[……]
[……]
天呀!!我今天才發現,強大的Googe大神,居然也有提供字型的服務,
這對於做網站設計真的是增加非常多的彈性,Google倒了該怎麼辦呀呀呀呀!!!!
Google Fronts
https://www.google.com/fonts
可以一次加入多種字型
還可以選擇多種字體樣式
並且右方能告訴你載入的速度
還教你如何使用你選擇的字型,可說是非常大心,
提供三種使用的方式:
1.HTML LINK 標籤載入。
2.CSS @import 方式載入。
3.Javascript 方式載入。
[……]
以前一直有個觀念是網頁只能用系統字型,
}
相關網址
https://vector.cool/css-load-font/
http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
不過,
我想中文字型如果非必要,還是別了吧,因為中文字型檔通常很大,
雖然沒實際測過,但我相信一定會影響載入速度
[……]
http://sub.domain.com/page.htm
. use the following in page code to achive those results:window.location.host
: you’ll get sub.domain.com:8080
or sub.domain.com:80
window.location.hostname
: you’ll get sub.domain.com
window.location.protocol
: you’ll get http:
window.location.port
: you’ll get 8080
or 80
window.location.origin
: you’ll get http://sub.domain.com
*window.location.origin
is not clear. I’ve checked it in chrome and it returned http://sub.domain.com:port
.[……]