惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
C
Check Point Blog
D
Docker
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
量子位
有赞技术团队
有赞技术团队
IT之家
IT之家
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
M
MIT News - Artificial intelligence
B
Blog
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
腾讯CDC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
月光博客
月光博客

博客园 - Adair

位运算 Dojo Style Guide Dojo Javascript 编程规范(转) dojo1.7 加载器 ArcGIS Server GP服务使用常见错误总结 JavaScript prototype原型链介绍 新一轮互联网创投潮再次掀起 学习一下别人的翻译 创意空间 富翁的西瓜 8个实用保健偏方 给你健康好身体 冬季巧食生姜可提高免疫力 How to set the DefaultButton in a Page Based on ASP.NET Master Page wz_tooltip使用备忘 如何通过饮食来提高免疫力 AjaxToolKit学习笔记 之 AjaxToolKit.dll For ASP.NET2.0 下载 AjaxToolKit学习笔记 之 Accordion AjaxToolKit学习笔记 之 TextBoxWatermark AjaxToolKit学习笔记 之 TabContainer
网址收藏
Adair · 2014-01-17 · via 博客园 - Adair

一、Arcgis相关

Arcgis API for Javascript官网地址. 包含API介绍,示例等

https://developers.arcgis.com/en/javascript/jsapi/api_codeassist.html 

Arcgis API for Javascript 库下载

http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.all#ArcGIS_API_for_JavaScript

ArcGIS API for JavaScript Sandbox(一个可以在线即时展现地图效果的代码编辑工具)

http://developers.arcgis.com/en/javascript/sandbox/sandbox.html?sample=map_create

二、JS相关

JS质量在线检查工具

http://www.jslint.com/

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框架)

http://yuilibrary.com/

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格式优化

http://jsbeautifier.org/

三、HTML相关

DIVE INTO HTML5

http://diveintohtml5.info/

四、论坛或资源

InfoQ - 促进软件开发领域知识与创新的传播

http://www.infoq.com/cn

Terrylee的个人博客 - 有各种.NET知识讲解.比如IOC,CASTLE,SILVERLIGHT,ASP.NET MVC等

http://www.cnblogs.com/Terrylee/archive/2006/04/21/380823.html