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

推荐订阅源

G
Google Developers Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
IT之家
IT之家
S
SegmentFault 最新的问题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Threatpost
Cyberwarzone
Cyberwarzone
AWS News Blog
AWS News Blog
博客园 - 司徒正美
C
Cyber Attacks, Cyber Crime and Cyber Security
Latest news
Latest news
S
Secure Thoughts
S
Schneier on Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
C
Cisco Blogs
Attack and Defense Labs
Attack and Defense Labs
S
Security Affairs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Hacker News: Ask HN
Hacker News: Ask HN
大猫的无限游戏
大猫的无限游戏
博客园_首页
S
Security @ Cisco Blogs
C
CXSECURITY Database RSS Feed - CXSecurity.com
A
Arctic Wolf
AI
AI
Last Week in AI
Last Week in AI
Hugging Face - Blog
Hugging Face - Blog
Project Zero
Project Zero
P
Proofpoint News Feed
T
Tor Project blog
P
Privacy International News Feed
阮一峰的网络日志
阮一峰的网络日志
博客园 - 聂微东
月光博客
月光博客
Forbes - Security
Forbes - Security
量子位
I
Intezer
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Y
Y Combinator Blog
P
Proofpoint News Feed
T
The Exploit Database - CXSecurity.com
腾讯CDC
N
Netflix TechBlog - Medium
www.infosecurity-magazine.com
www.infosecurity-magazine.com
L
Lohrmann on Cybersecurity
T
Tailwind CSS Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

博客园 - 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