Learning Web App Development (Paperback)

Semmy Purewal

  • 出版商: O'Reilly
  • 出版日期: 2014-04-01
  • 售價: $1,650
  • 貴賓價: 9.5$1,568
  • 語言: 英文
  • 頁數: 306
  • 裝訂: Paperback
  • ISBN: 1449370195
  • ISBN-13: 9781449370190
  • 相關分類: CSSHTMLJavaScript
  • 立即出貨 (庫存=1)

買這商品的人也買了...

商品描述

Grasp the fundamentals of web application development by building a simple database-backed app from scratch, using HTML, JavaScript, and other open source tools. Through hands-on tutorials, this practical guide shows inexperienced web app developers how to create a user interface, write a server, build client-server communication, and use a cloud-based service to deploy the application.

Each chapter includes practice problems, full examples, and mental models of the development workflow. Ideal for a college-level course, this book helps you get started with web app development by providing you with a solid grounding in the process.

  • Set up a basic workflow with a text editor, version control system, and web browser
  • Structure a user interface with HTML, and include styles with CSS
  • Use JQuery and JavaScript to add interactivity to your application
  • Link the client to the server with AJAX, JavaScript objects, and JSON
  • Learn the basics of server-side programming with Node.js
  • Store data outside your application with Redis and MongoDB
  • Share your application by uploading it to the cloud with CloudFoundry
  • Get basic tips for writing maintainable code on both client and server

商品描述(中文翻譯)

掌握網頁應用程式開發的基礎,透過使用HTML、JavaScript和其他開源工具,從頭開始建立一個簡單的資料庫支援應用程式。這本實用指南透過實作教學,向沒有經驗的網頁應用程式開發者展示如何建立使用者介面、撰寫伺服器、建立客戶端與伺服器之間的通訊,以及使用雲端服務部署應用程式。

每個章節都包含練習問題、完整範例和開發工作流程的心智模型。這本書非常適合大學程度的課程,它能幫助你在網頁應用程式開發方面入門,並提供你在這個過程中的堅實基礎。

- 使用文字編輯器、版本控制系統和網頁瀏覽器建立基本工作流程
- 使用HTML結構化使用者介面,並使用CSS添加樣式
- 使用JQuery和JavaScript為應用程式添加互動功能
- 使用AJAX、JavaScript物件和JSON將客戶端與伺服器連結
- 學習使用Node.js進行伺服器端程式設計的基礎知識
- 使用Redis和MongoDB在應用程式之外儲存資料
- 使用CloudFoundry將應用程式上傳到雲端並分享
- 獲得在客戶端和伺服器端撰寫易於維護程式碼的基本提示