一、Arcgis相关
Arcgis API for Javascript官网地址. 包含API介绍,示例等
https://developers.arcgis.com/en/javascript/jsapi/api_codeassist.html
Arcgis API for Javascript 库下载
ArcGIS API for JavaScript Sandbox(一个可以在线即时展现地图效果的代码编辑工具)
http://developers.arcgis.com/en/javascript/sandbox/sandbox.html?sample=map_create
二、JS相关
JS质量在线检查工具
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:efore.js>C:after.js
C:jsmin.exe 为jsmin.exe的位置;
C:efore.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格式优化
三、HTML相关
DIVE INTO HTML5
四、论坛或资源
InfoQ - 促进软件开发领域知识与创新的传播
Terrylee的个人博客 - 有各种.NET知识讲解.比如IOC,CASTLE,SILVERLIGHT,ASP.NET MVC等
http://www.cnblogs.com/Terrylee/archive/2006/04/21/380823.html