- Mastering Bootstrap 4
- Benjamin Jakobus Jason Marah
- 400字
- 2021-07-08 11:45:35
What this book covers
Chapter 1, Revving Up Bootstrap, places the Bootstrap framework into context by highlighting the relevant features that come bundled with it. It briefly deals with various ways to include the framework and concludes by setting up the required files for the book’s demo project.
Chapter 2, Making a Style Statement, introduces the Bootstrap markup and style rules for the mobile-first grid system and HTML image elements. It also goes into the handy helper classes and responsive utilities that Bootstrap makes available to boost development speed.
Chapter 3, Building the Layout, focuses on starting to flesh out the demo project set up in Chapter 1, Revving Up Bootstrap, by adding a style guide for commonly used HTML elements and structuring the page layout.
Chapter 4, On Navigation, Footers, Alerts, and Content, shows you how to take advantage of Bootstrap to build footers and alerts, and how you can add and style various types of content using Bootstrap’s built-in classes.
Chapter 5, Speeding Up Development Using jQuery Plugins, focuses on how to use the handy third-party jQuery plugins to add interactivity and fun to a web page.
Chapter 6, Customizing Your Plugins, delves into the Bootstrap jQuery plugins’ code and customizes it to jazz up this book’s demo page. Plugins will be examined and extended throughout this chapter in an effort to not only make our page better, but to also improve our knowledge of how jQuery plugins are built and how they behave within Bootstrap’s ecosystem.
Chapter 7, Integrating Bootstrap with Third-Party Plugins, will identify new features or improvements that we want to make to our demo website. Consequently, the chapter will introduce libraries to help us achieve those goals, and figure out how these can be gracefully integrated with our existing architecture.
Chapter 8, Optimizing Your Website, shows how your website can be optimized for maximum performance and fast loading time on any device.
Chapter 9, Integrating with AngularJS and React, teaches the essentials of using Bootstrap within AngularJS and React. AngularJS is a Model-View-* JavaScript framework, while React is a JavaScript library that concentrates solely on the View part of the Model-View-Controller type stack. A vast amount of web pages are built with the frameworks or libraries such as AngularJS and React as they provide very useful abstractions on top of JavaScript and the DOM.
- Java范例大全
- Spring Boot開發與測試實戰
- 軟件項目管理(第2版)
- Internet of Things with the Arduino Yún
- Access 2010數據庫基礎與應用項目式教程(第3版)
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- 編譯系統透視:圖解編譯原理
- HTML5 and CSS3 Transition,Transformation,and Animation
- SQL Server數據庫管理與開發兵書
- Python語言實用教程
- 開源項目成功之道
- Java編程從入門到精通
- Django 5企業級Web應用開發實戰(視頻教學版)
- 物聯網系統架構設計與邊緣計算(原書第2版)
- 嵌入式C編程實戰