1、Arcgis相關javascript
Arcgis API for Javascript官網地址. 包含API介紹,示例等php
https://developers.arcgis.com/en/javascript/jsapi/api_codeassist.html html
Arcgis API for Javascript 庫下載html5
ArcGIS API for JavaScript Sandbox(一個能夠在線即時展示地圖效果的代碼編輯工具)git
http://developers.arcgis.com/en/javascript/sandbox/sandbox.html?sample=map_creategithub
2、JS相關web
JS質量在線檢查工具json
JS質量說明文檔
http://www.jslint.com/lint.html
在線Json校驗格式化
http://www.ij2ee.com/bejson/bejson.html
Dojo框架的在線文檔
http://dojotoolkit.org/documentation/
Dojo中定義模塊
http://dojotoolkit.org/documentation/tutorials/1.7/modules/
Dojo中國
http://www.dojocn.org/forum.php
AMD介紹
https://github.com/amdjs/amdjs-api/wiki/AMD
YUI框架(YAHOO 的一套UI框架)
JSMin代碼壓縮工具(適用壓縮較小JS文件,只去掉了空白和註釋)
http://javascript.crockford.com/jsmin.html
使用方法:
命令提示符輸入:C:\jsmin.exe <C:\before.js>C:\after.js
C:\jsmin.exe 爲jsmin.exe的位置;
C:\before.js 爲須要壓縮的文件位置和文件名;
C:\after.js 爲壓縮後的文件位置和文件名
必須填寫絕對路徑,js文件的編碼最好爲utf-8。
使用JSMin壓縮js文件,文件必須符合JSLint的編寫風格,否則容易出現錯誤
Paker JS代碼壓縮工具(適用壓縮較大JS文件,以一種完全地削減代碼尺寸並在運行時從新擴展和執行的方式工做)
http://dean.edwards.name/packer/
http://download.csdn.net/detail/compasslab/903595
http://dean.edwards.name/packer/usage/
注:全部語句,包含function定義都必須以分號結尾(All statements, including function declarations, must be correctly terminated with semi-colons)
JS格式優化
3、HTML相關
DIVE INTO HTML5
4、論壇或資源
InfoQ - 促進軟件開發領域知識與創新的傳播
Terrylee的我的博客 - 有各類.NET知識講解.好比IOC,CASTLE,SILVERLIGHT,ASP.NET MVC等
http://www.cnblogs.com/Terrylee/archive/2006/04/21/380823.html