按使用頻率排名:
1,IDE
個(gè)人首選aptana IDE,因?yàn)橛脩T了eclipse快捷鍵。
根據(jù)個(gè)人喜好,可選intelJ,gvim
2,debugger
熟記debugger的快捷鍵是高效coding的關(guān)鍵之一。
FF當(dāng)屬firebug,IE除了IE8的debugger沒(méi)有一個(gè)好鳥。
3,API doc
熟練翻閱各種API電子書,HTML 和 jscript的電子書是必備的,根據(jù)需要常備YUI,mootools,jquery等。要知道,許多api的function并不是可以那么容易google得到的。
e.g.string.replace(Regex, function)
4,小眾工具
YSlow, Google page speed, httpwatch ==> performance tuning
Jslint ==> coding convention
YUI Compressor, Jawr => compress
5,茶余飯后的消遣
先看看yui,mootools,jquery,Prototype & script.aculo.us,ext的source code,
然后回來(lái)refactor自己項(xiàng)目里成團(tuán)的FML的js
閑的蛋疼就去51js吹牛起哄
已有 0 人發(fā)表留言,猛擊->>這里<<-參與討論
JavaEye推薦
文章來(lái)源:http://sevenduan.javaeye.com/blog/504691
1,IDE
個(gè)人首選aptana IDE,因?yàn)橛脩T了eclipse快捷鍵。
根據(jù)個(gè)人喜好,可選intelJ,gvim
2,debugger
熟記debugger的快捷鍵是高效coding的關(guān)鍵之一。
FF當(dāng)屬firebug,IE除了IE8的debugger沒(méi)有一個(gè)好鳥。
3,API doc
熟練翻閱各種API電子書,HTML 和 jscript的電子書是必備的,根據(jù)需要常備YUI,mootools,jquery等。要知道,許多api的function并不是可以那么容易google得到的。
e.g.string.replace(Regex, function)
function f2c(s) {
var test = /(\d+(\.\d*)?)F\b/g; //Initialize pattern.
return(s.replace
(test,
function($0,$1,$2) {
return((($1-32) * 5/9) + "C");
}
)
);
}
4,小眾工具
YSlow, Google page speed, httpwatch ==> performance tuning
Jslint ==> coding convention
YUI Compressor, Jawr => compress
5,茶余飯后的消遣
先看看yui,mootools,jquery,Prototype & script.aculo.us,ext的source code,
然后回來(lái)refactor自己項(xiàng)目里成團(tuán)的FML的js
閑的蛋疼就去51js吹牛起哄
已有 0 人發(fā)表留言,猛擊->>這里<<-參與討論
JavaEye推薦
- 上海30-40萬(wàn)年薪招聘金融咨詢顧問(wèn)
- 參加贏在淘寶,獲取開放平臺(tái)高級(jí)權(quán)限
- 【杭州】高薪招聘java高級(jí)工程師,項(xiàng)目經(jīng)理,架構(gòu)師
- 【杭州】高薪招聘控件高級(jí)開發(fā)工程師(9w-18w年薪)
文章來(lái)源:http://sevenduan.javaeye.com/blog/504691