摘要: . 阅读全文
posted @ 2015-10-07 19:34 beyond_Acm 阅读(275) 评论(0) 推荐(0) 编辑
摘要: . 阅读全文
posted @ 2015-09-29 21:33 beyond_Acm 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 花了一天时间实现了一个 简单的用户登录验证的小模型。基本实现了现在 用户登录模块的绝大多数功能, 也算是 熟悉了一下系统的逻辑。在这个小模型中, 实现了以下的基本功能 : Logging in and authenticating users . Managing passwords Recordi... 阅读全文
posted @ 2015-09-29 21:10 beyond_Acm 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 数据库 按照 一定规则保存 数据, 程序再发起 查询 取回所需的数据。Web 程序 最常用基于 关系模型的数据库,这种 数据库 也称为 SQL 数据库, 因为使用结构化查询语言。But in recent years document-oriented and key-value databases... 阅读全文
posted @ 2015-09-23 15:44 beyond_Acm 阅读(124) 评论(0) 推荐(0) 编辑
摘要: . 阅读全文
posted @ 2015-09-22 15:05 beyond_Acm 阅读(115) 评论(0) 推荐(0) 编辑
摘要: Ajax( Asynchronous JavaScript and XML)在 Ajax 中 Asynchronous 是指异步, 代表 客户端(Client 通常是指浏览器) 可以向服务器(Server) 发出请求 用户无须等待相应。 异步是 Ajax 技术的核心所在。Ajax 只是一个概念,用来... 阅读全文
posted @ 2015-09-21 13:51 beyond_Acm 阅读(110) 评论(0) 推荐(0) 编辑
摘要: What not to do :In theory , you could use JavaScript to add important content to a web page.However, that would be a very bad idea, because there woul... 阅读全文
posted @ 2015-09-14 15:18 beyond_Acm 阅读(443) 评论(0) 推荐(0) 编辑
摘要: Most of the DOM methods you've seen so far are useful for identifying elements.Both getElementById and getElementByTagName allow you to quickly and ea... 阅读全文
posted @ 2015-09-10 15:05 beyond_Acm 阅读(139) 评论(0) 推荐(0) 编辑
摘要: Lets apply the Best practices to the Image Gallery ./*** index.html ***/ Image Gallery Snapshiots Fire... 阅读全文
posted @ 2015-09-10 11:25 beyond_Acm 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Some items you should konw : Graceful degradation : ensuring that your web pages still work without JavaScript Unobtrusive JavaScript : separating s... 阅读全文
posted @ 2015-09-10 10:20 beyond_Acm 阅读(327) 评论(0) 推荐(0) 编辑