登入帳戶  | 訂單查詢  | 購物車/收銀台(0) | 在線留言板  | 付款方式  | 運費計算  | 聯絡我們  | 幫助中心 |  加入書簽
會員登入 新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2023年度TOP分類瀏覽雜誌 臺灣用戶
品種:超過100萬種各類書籍/音像和精品,正品正價,放心網購,悭钱省心 服務:香港台灣澳門海外 送貨:速遞郵局服務站

新書上架簡體書 繁體書
暢銷書架簡體書 繁體書
好書推介簡體書 繁體書

十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書
七月出版:大陸書 台灣書
六月出版:大陸書 台灣書
五月出版:大陸書 台灣書
四月出版:大陸書 台灣書
三月出版:大陸書 台灣書
二月出版:大陸書 台灣書
一月出版:大陸書 台灣書
12月出版:大陸書 台灣書
11月出版:大陸書 台灣書
十月出版:大陸書 台灣書
九月出版:大陸書 台灣書
八月出版:大陸書 台灣書

『簡體書』企业级Web开发(影印版)

書城自編碼: 2667789
分類:簡體書→大陸圖書→計算機/網絡企业软件开发与实施
作者: [美]费恩 等著
國際書號(ISBN): 9787564159160
出版社: 东南大学出版社
出版日期: 2015-08-01

頁數/字數: 608页
書度/開本: 16开 釘裝: 平装

售價:HK$ 181.3

我要買

 

** 我創建的書架 **
未登入.


新書推薦:
人世事,几完缺 —— 啊,晚明
《 人世事,几完缺 —— 啊,晚明 》

售價:HK$ 115.6
樊树志作品:重写明晚史系列(全6册 崇祯传+江南市镇的早期城市化+明史十二讲+图文中国史+万历传+国史十六讲修订版)
《 樊树志作品:重写明晚史系列(全6册 崇祯传+江南市镇的早期城市化+明史十二讲+图文中国史+万历传+国史十六讲修订版) 》

售價:HK$ 498.0
真谛全集(共6册)
《 真谛全集(共6册) 》

售價:HK$ 1156.4
敦煌通史:魏晋北朝卷
《 敦煌通史:魏晋北朝卷 》

售價:HK$ 162.3
唯美手编16:知性优雅的编织
《 唯美手编16:知性优雅的编织 》

售價:HK$ 54.9
情绪的惊人力量:跟随内心的指引,掌控情绪,做心想事成的自己
《 情绪的惊人力量:跟随内心的指引,掌控情绪,做心想事成的自己 》

售價:HK$ 50.4
棉的全球史(历史·文化经典译丛)
《 棉的全球史(历史·文化经典译丛) 》

售價:HK$ 109.8
超越百岁看这本就够了
《 超越百岁看这本就够了 》

售價:HK$ 55.8

 

建議一齊購買:

+

HK$ 97.5
《Effective Python:编写高质量Python代码》
+

HK$ 103.6
《Spark高级数据分析(影印版)》
+

HK$ 181.3
《高效awk编程 第4版(影印版)》
+

HK$ 96.2
《学习Scala(影印版)》
+

HK$ 162.8
《Scala编程 第2版(影印版)》
內容簡介:
如果你想利用HTML5语言构建你的企业的下一代 Web应用,费恩编*的《企业级Web开发影印版英文版》可以帮助你利用不同的框架、库和开发选项达到目的。在这本书中,你将会通过亲手编写一个Web应用程序的多个版本学习到不同的方法,这样你将可以为你的企业制定正确的策略。
*好的接触移动和桌面用户的方式是什么?模块化、安全和测试驱动开发是什么?通过大量可行的代码实例,这本书将会帮助WeD应用开发者和软件架构师掌握日益流行的HTML5和JavaScript。
目錄
Preface
Introduction
Part Ⅰ. BuildingYourApplication
1. Mocking Up the Save The Child Application
Considering Mobile First
Introducing Balsamiq Mockups
The Project Owner Talks to a Web Designer
Creating First Mockups
Turning Mockups into a Prototype
Single-Page Applications
Running Code Examples from WebStorm
Our First Prototype
Our Main Page JavaScript
The Footer Section
The Donate Section
Adding Video
Adding the HTML5 Video Element
Embedding YouTube Videos
Adding Geolocation Support
Geolocation Basics
Integration with Google Maps
Browser Feature Detection with Modernizr
Search and Multimarkers with Google Maps
Summary
2. Using Ajax and JSON
Understanding Ajax
Understanding JSON
Working with Ajax
Retrieving Data from the Server
Ajax: Good and Bad
Populating States and Countries from HTML Files
Using JSON
Populating States and Countries from JSON Files
Using Arrays in JSON
Loading Charity Events by Using Ajax and JSON
Using JSON in CMS
Handling JSON in Java
Compressing JSON
Adding Charts to Save The Child
Adding a Chart with the Canvas Element
Adding a Chart by Using SVG
Loading Data from Other Servers by Using JSONP
Beer and JSONP
Summary
3. Introducing the jQuety Library
Getting Started with jQuery
Hello World
Using Selectors and Filters
Testing jQuery Code with JSFiddle
Filtering Elements
Handling Events
Attaching Event Handlers and Elements by Using the Method on
Delegating Events
Using Ajax with jQuery
Handy Shorthand Methods
Programming Save The Child by Using jQuery
Login and Donate
Loading HTML States and Countries by Using jQuery Ajax
Loading JSON States and Countries by Using jQuery Ajax
Submitting the Donate Form
Using jQuery Plug-ins
Validating the Donate Form by Using a Plug-in
Adding an Image Slider
Summary
Part Ⅱ. Enterprise Considerations
4. Developing Web Applications in the Ext JS Framework
5. Selected Productivity Tools for Enterprise Developers
6. Modularizing Large-Scale JavaScript Projects
7. Test-Driven Development with JavaScript
8. Upgrading HTTP to WebSocket
9. Introduction to Web Application Security
Part Ⅲ. Responsive Web Design and Mobile Devices
10. Responsive Design: One Site Fits All
11. jQuery Mobile
12. SenchaTouch
13. Hybrid Mobile Applications
14. Epilogue
A. Selected HTML5 APIs
B. Running Code Samples and IDE
Index

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 香港用户  | 台灣用户 | 大陸用户 | 海外用户
megBook.com.hk
Copyright © 2013 - 2024 (香港)大書城有限公司  All Rights Reserved.