目錄(114章)
倒序
- 封面
- 版權信息
- Credits
- About the Author
- Acknowledgments
- About the Reviewers
- www.PacktPub.com
- Preface
- Chapter 1. The World Wide Web
- World Wide Web
- The Internet
- HTTP and HTML
- Mosaic
- The explosion of the Web
- Web development
- Summary
- Chapter 2. HTML
- HTML versions
- Semantic and presentational HTML
- The structure and syntax of an HTML document
- Links
- Classic document elements
- Lists
- Images
- Input forms
- Textarea
- Drop-down lists
- Tables
- <p> the "uebertag"
- HTML entities
- HTML5-specific tags
- Summary
- Chapter 3. CSS
- Adding styles to our documents
- The Document Object Model (DOM)
- Selectors
- Specificity
- Block elements and inline elements
- Colors
- Fonts
- The box model
- Positioning
- Styling lists
- Styling anchors – pseudo-classes
- Summary
- Chapter 4. JavaScript
- Programming 101
- Our first JavaScript program
- DOM objects properties methods and events
- Summary
- Chapter 5. PHP
- Introduction to PHP
- PHP and web hosting
- PHP as a web development language
- Summary
- Chapter 6. PHP and MySQL
- Databases
- SQL
- MySQL
- phpMyAdmin
- MySQLi in PHP
- Adding data
- Summary
- Chapter 7. jQuery
- Obtaining the jQuery library
- Where to place the jQuery library on your page?
- jQuery UI and jQuery Mobile
- Using jQuery selectors and methods
- jQuery documentation
- Event handlers and jQuery
- Summary
- Chapter 8. Ajax
- XMLHttpRequest
- Ajax and jQuery
- Summary
- Chapter 9. The History API – Not Forgetting Where We Are
- The problem we are trying to solve
- The self-service restaurant
- HTML5 History API and the history object
- The History plugin
- Bookmarking
- Summary
- Chapter 10. XML and JSON
- XML
- JSON
- Summary
- Chapter 11. MongoDB
- Relational database management systems
- NoSQL databases
- MongoDB
- Summary
- Chapter 12. Mobile First Responsive Design with Progressive Enhancement
- Responsive design
- Progressive enhancement
- Summary
- Chapter 13. Foundation – A Responsive CSS/JavaScript Framework
- Our responsive toolkit – Foundation
- Foundation components
- The grid system
- Navigation
- Summary
- Chapter 14. Node.js
- Node.js
- Installing node.js
- Express
- Templating and handlebars.js
- Our last Hello World example
- Summary
- Appendix A. Bootstrap – An Alternative to Foundation
- Bootstrap components
- The Bootstrap grid system
- Navigation
- Summary
- Index 更新時間:2021-07-16 13:14:25
推薦閱讀
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Kibana Essentials
- SQL for Data Analytics
- Python爬蟲開發與項目實戰
- 深入理解Java7:核心技術與最佳實踐
- The DevOps 2.4 Toolkit
- Kotlin Programming By Example
- Xamarin Blueprints
- Python 3 Object:oriented Programming(Second Edition)
- Learning Grunt
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- After Effects CC技術大全
- Java高級程序設計
- Mastering PowerCLI
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- Unity 3D UI Essentials
- Swift Essentials(Second Edition)
- jMonkeyEngine 3.0 Beginner’s Guide
- 數據庫技術及應用教程上機指導與習題(第2版)
- 信息學競賽寶典:基礎算法
- Access 2010數據庫教程(微課版)
- Python網絡運維自動化
- Deep Learning with Theano
- Akka Cookbook
- 計算思維之程序設計
- Python基礎及應用
- Python機器學習原理與算法實現
- 點睛:ActionScript3.0游戲互動編程
- 多人在線游戲架構實戰:基于C++的分布式游戲編程
- PhoneGap By Example