50个Web开发者文档和手册

标签: 综合信息 | 发表时间:2012-06-25 08:00 | 作者:Administrator
出处:http://www.scriptlover.com

后端手册

PHP Documentation – http://www.php.net/manual/en/
Python Documentation – http://www.python.org/doc/
Ruby Language Documentation – http://www.ruby-lang.org/en/documentation/
Ruby on Rails Documentation – http://rubyonrails.org/documentation
C# Programming Guide – http://msdn.microsoft.com/en-us/library/67ef8sbd(v=vs.80).aspx
Node.js Documentation – http://nodejs.org/docs/latest/

前端手册

CSS Reference – https://developer.mozilla.org/en/CSS/CSS_Reference
HTML Reference – https://developer.mozilla.org/en/HTML
HTML5 Reference – https://developer.mozilla.org/en/HTML/HTML5
Schema Reference – http://schema.org/
Javascript Guide – https://developer.mozilla.org/en/JavaScript/Guide
jQuery – http://docs.jquery.com/Main_Page
IMPROVED jQuery Documentation- http://jqapi.com/
LESS (CSS Preprocessor) – http://lesscss.org/
SASS (CSS Preprocessor) Documentation – http://sass-lang.com/docs.html

PHP 框架

YII Framework Documentation – http://www.yiiframework.com/doc/
CodeIgniter Framework User Guide – http://codeigniter.com/user_guide/
Zend Framework Documentation – http://framework.zend.com/docs/overview
CakePHP Framework 2.0 Documentation – http://book.cakephp.org/2.0/en/
Symfony Framework Documentation – http://www.symfony-project.org/doc/
WordPress Documentation – http://codex.wordpress.org/

数据库

MySQL Documentation Manuals – http://dev.mysql.com/doc/index.html
MariaDB – http://kb.askmonty.org/en/mariadb
MongoDB Manual – http://www.mongodb.org/display/DOCS/Manual
CouchDB – http://couchdb.apache.org/docs/index.html
Oracle Documentation – http://www.oracle.com/technetwork/indexes/documentation/index.html
SQLite Documentation – http://www.sqlite.org/docs.html

缓存

Redis Documentation – http://redis.io/documentation
Memcached Wiki – http://code.google.com/p/memcached/wiki/NewStart
APC (Alternative PHP Cache) – http://php.net/manual/en/book.apc.php

软件

AutoHotKey Documentation – http://www.autohotkey.com/docs/
SublimeText Documentation – http://sublimetext.info/docs/en/
TextMate Documentation – http://manual.macromates.com/en/
Adobe Photoshop Documentation – http://www.adobe.com/support/documentation/en/photoshop/

Web API’s

Facebook API/Graph Documentation – http://developers.facebook.com/docs/
Twitter API Documentation – https://dev.twitter.com/docs
Google+ API Docs – https://developers.google.com/+/api/
GitHub API Documentation – http://develop.github.com/
Foursquare API Docs – https://developer.foursquare.com/docs/
linkedin API Docs – https://developer.linkedin.com/

其他资源

DocHub | Instant Documentation Search for CSS, HTML, Javascript, jQuery, PHP, Python, and DOM – http://dochub.io
Phing Build Scripts User Guide (PHP) – http://www.phing.info/docs/guide/stable/
MediaWiki (Wikipedia) Formatting Guide – http://www.mediawiki.org/wiki/Help:Formatting
MarkDown Syntax Guide – http://daringfireball.net/projects/markdown/syntax
Smarty Templates Documentation – http://www.smarty.net/documentation

有用的 Q&A 资源

Programming Code Q&A – http://stackoverflow.com/
Programmers Q&A (Usually non-code specific questions) – http://webmasters.stackexchange.com/
Code Review Q&A – http://codereview.stackexchange.com/
Database Admin Q&A – http://dba.stackexchange.com/
Computer Q&A – http://superuser.com/
Server Q&A – http://serverfault.com/
Unix & Linux Q&A – http://unix.stackexchange.com/
Wordpress Q&A – http://wordpress.stackexchange.com/
Webmasters Q&A – http://webmasters.stackexchange.com/
Graphic Design Q&A – http://graphicdesign.stackexchange.com/

来自: 中国开源社区

相关 [web 开发 文档] 推荐:

50个Web开发者文档和手册

- - 脚本爱好者

Web前端开发规范文档你需要知道的事

- - 博客 - 伯乐在线
为提高团队协作效率, 便于后台人员添加功能及前端后期优化维护, 输出高质量的文档, 特制订此文档. 本规范文档一经确认, 前端开发人员必须按本文档规范进行前台页面开发. 本文档如有不对或者不合适的地方请及时提出, 经讨论决定后方可更改.. 符合web标准, 语义化html, 结构表现行为分离, 兼容性优良.

Web开发入门(转载)

- linchanx - Starming星光社最新更新
Web应用的竞争异常激烈,开发难度也是入门容易做好很难,所以第一次开发的应用不成功是很正常的事情. 不过这正是一个积累的过程,反正你需要的只是电脑和少量服务器经费,所以多磨练几次,水平自然会提高. 2, 习惯阅读及查阅英文资料. 前沿信息基本源自美国,翻译的东西不及时,不全,很多水平不高,再加之中文原创资料毕竟很有限,因此是否能熟练地查阅英文资料决定了你获取信息的 及时性和质量.

Spring MVC 与 web开发

- - 码蜂笔记
项目组用了 Spring MVC 进行开发,觉得对里面的使用方式不是很满意,就想,如果是我来搭建开发环境,我会怎么做. 下面就是我的想法,只关注于 MVC 的 View 层. 现在基本上都是用 ajax 来调用后台接口,拿到 json格式的数据再展示,有的人直接返回数据,却没有考虑异常的情况,我觉得返回的报文里必须包含表示可能的异常信息的数据和业务响应数据.

web开发利器之grunt

- - CSDN博客Web前端推荐文章
grunt不难,它主要依赖的是nodeJS的npm包管理器,和一个JSON及一个JS文件,先说说npm包管理器,玩过nodeJS的对它应该都很熟悉,在这里我们只需要安装nodeJS即可(新版的nodeJS基本都集成了npm),至于nodeJS的安装可以 点这里,这这篇文章就不做详细介绍,安装完后打开命令管理器(nodeJS安装完后的终端)输入:.

HTML5 web通信(跨文档通信/通道通信)简介

- - 张鑫旭-鑫空间-鑫生活
本文地址: http://www.zhangxinxu.com/wordpress/?p=2229. web通信(洋名:web messaging)是一种文档中独立的浏览上下文间的DOM不会被恶意的跨域脚本暴露数据分享方式. 得得得,术语啊什么的,比看到凤姐还头疼. web通信是一种数据分享方式(有屁话之嫌);.

Web开发者必备:Web应用检查清单

- - ITeye博客
想做一个高质量的Web应用,前前后后要做的事情非常多. 国外开发者 Ata Sasmaz 为 Web 开发者制作分享了一份检查清单,包括应用开发、性能、安全、分析、可用性、可靠性、转换策略、竞争策略这些方面需要注意的事项. 清单内容可能不全面,欢迎大家在评论中补充. JavaScript 允许捕获异常.

Web应用程序的开发步骤

- xxg - 月光博客
  如今已进入了web2.0高速发展的互联网时代,各种互联网的Web应用程序如雨后春笋般出现. 那么作为一名Web开发人员,怎样去开发一款优秀的Web应用程序呢. 这个问题没有一个简单的答案,甚至那些教育机构都未必能清楚的知道. 所以,像大多数在这个领域里的web开发人员一样,我们只是通过去做,去实验才学会了这些.

Web开发人员速查卡

- abcd - 酷壳 - CoolShell.cn
无论你是多牛的程序员,你都无法记住所有的东西. 而很多时候,查找某些知识又比较费事. 所以,网上有很多Cheat Sheets,翻译成小抄也好 ,速查卡也好,总之就是帮你节省 时间的. 之前给大家介绍过Web设计的速查卡、25个jQuery的编程小抄,还有程序员小抄大全,今天转一篇开发人员的速查卡,源文在这里.

平台是Web开发的未来吗?

- iyuan - 伯乐在线 -博客
  导读:本文是Arjun Khanna关于平台的出现以及它们如何简化Web开发的个人分析,也分析了平台的缺点和它们能够继续存在的因素.   即便现在大部分网站开发人员所构建的网站在结构上非常相似,或是至少在布局方面会有一些根本的共同之处,如果你问一下,他们大多会说他们还有一大堆的苦差使要头疼呢. 虽然客户几乎都要求顶上有横幅,导航条在左边,页面布局不超过三列,但是这并不使他们的工作更简单.