Java script

java script聚 12/18

有css sprites可以切割css小圖成一個圖 然後順便幫你把css寫好 如http://csssprites.com/

http://harthur.github.com/kittydar/
貓臉辨識 可以辨識貓咪的臉XD

http://shinydemos.com/photo-booth/
http://michalbe.blogspot.tw/2012/05/getusermedia-puzzle-game.html

http://michalbe.github.com/VideoPuzzle/
http://ongamestart.com/http://wesbos.com/demos/html5-face-detection/
http://www.easymustache.com/http://harthur.github.com/kittydar/
http://trackingjs.com/examples.html

——– 基本的node js 介紹 ———-
node js的api http://nodejs.org/api/ 就是一個官網的連結而已
可以把它存成node.js 然後cmd下node node.js

var fs =require("fs");
fs.readFile("nodejs.js".function(err,content){
console.log(1,arguments);
})
console.log(2);

這是一個簡單的nodejs 的檔案 就是把檔案抓出來然後輸出這樣而已

nodejs 可以在cmd下npm install jQuery來下載jQuery就類似aptget之類的 就可以安裝東西了
只是你在哪個目錄下指令 他檔案就會抓到那個目錄去 所以要找好目錄

Be the First to comment.

Leave a Comment

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

(若看不到驗證碼,請重新整理網頁。)