Skip to content

Commit 0af37ec

Browse files
committed
Further tweaks.
1 parent 358f0fb commit 0af37ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h3 id="setting-expectations"><a href="#TOC">Setting Expectations</a></h3>
415415
<p>The goal of this book is to create an authoritative and centralized repository of information that can help those developing real-world apps with Backbone. If you come across a section or topic which you think could be improved or expanded on, please feel free to submit a pull-request. It won’t take long and you’ll be helping other developers avoid problems you’ve run into before.</p>
416416
<p>Topics will include MVC theory and how to build applications using Backbone’s models, views, collections and routers. I’ll also be taking you through advanced topics like modular development with Backbone.js and AMD (via RequireJS), solutions to common problems like nested views, how to solve the routing problems with Backbone and jQuery Mobile and a lot more.</p>
417417
<h1 id="fundamentals"><a href="#TOC">Fundamentals</a></h1>
418-
<p>In this section, we’re going to explore how frameworks like Backbone.js fit in the world of JavaScript application architecture. Classically, developers creating desktop and server-class applications have had a wealth of design patterns available for them to lean on, but it’s only been in the past few years that such patterns have come to client-side development.</p>
418+
<p>In this first chapter, we’re going to explore how frameworks like Backbone.js fit in the world of JavaScript application architecture. Classically, developers creating desktop and server-class applications have had a wealth of design patterns available for them to lean on, but it’s only been in the past few years that such patterns have come to client-side development.</p>
419419
<p>Before exploring any JavaScript frameworks that assist in structuring applications, it can be useful to gain a basic understanding of architectural design patterns.</p>
420420
<h3 id="mvc-mvp-backbone.js"><a href="#TOC">MVC, MVP &amp; Backbone.js</a></h3>
421421
<p>Design patterns are proven solutions to common development problems and can suggest structural approaches to help guide developers in adding some organization to their applications.</p>

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Topics will include MVC theory and how to build applications using Backbone's mo
9898

9999
# Fundamentals
100100

101-
In this section, we're going to explore how frameworks like Backbone.js fit in the world of JavaScript application architecture. Classically, developers creating desktop and server-class applications have had a wealth of design patterns available for them to lean on, but it's only been in the past few years that such patterns have come to client-side development.
101+
In this first chapter, we're going to explore how frameworks like Backbone.js fit in the world of JavaScript application architecture. Classically, developers creating desktop and server-class applications have had a wealth of design patterns available for them to lean on, but it's only been in the past few years that such patterns have come to client-side development.
102102

103103
Before exploring any JavaScript frameworks that assist in structuring applications, it can be useful to gain a basic understanding of architectural design patterns.
104104

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ a img {
2727
border: none;
2828
}
2929
p {
30-
margin-bottom: 9px;
30+
margin-bottom: 20px;
3131
}
3232
h1,
3333
h2,

0 commit comments

Comments
 (0)