-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de14947
commit 71aebe7
Showing
1 changed file
with
17 additions
and
32 deletions.
There are no files selected for viewing
49 changes: 17 additions & 32 deletions
49
codes/Ch6_Extended-Session/Application Examples/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,22 @@ | ||
Application Examples | ||
==================== | ||
# Ch6 - Backbone Application Examples | ||
|
||
This idea behind these application examples have been taken from "Net-Tutsplus". So the credit goes to Nettuts website | ||
which provided the backbone application example. | ||
This idea behind these application examples have been taken from "Net-Tutsplus". So the credit goes to Nettuts website which provided the backbone application example. | ||
|
||
You can have a look <a href="http://net.tutsplus.com/tutorials/javascript-ajax/build-a-contacts-manager-using-backbone-js-part-1/" target="_blank">here</a>. | ||
|
||
The goal of this directory is to provide the basic understanding of the working application of Backbone.JS Application. | ||
The goal of this directory is to provide the basic understanding of the working application of Backbone.js Application. | ||
|
||
<ol> | ||
<li>Example 1 | ||
<ol> | ||
<li>Perform Read operation (C<strong>R</strong>UD, R = Retrieve) on data.</li> | ||
</ol> | ||
</li> | ||
<li>Example 2 | ||
<ol> | ||
<li>Perform Create operation (<strong>C</strong>RUD, C = Create) on data.</li> | ||
</ol> | ||
</li> | ||
<li>Example 3 | ||
<ol> | ||
<li>Perform Delete operation (CRU<strong>D</strong>, D = Delete) on data.</li> | ||
</ol> | ||
</li> | ||
<li>Example 4 | ||
<ol> | ||
<li>Perform Edit/Save operation (CR<strong>U</strong>D, U = Update) on data.</li> | ||
</ol> | ||
</li> | ||
<li>Example 5 | ||
<ol> | ||
<li>Understanding the working of Backbone Router.</li> | ||
</ol> | ||
</li> | ||
</ol> | ||
## Example 1: | ||
* Perform Read operation (C<strong>R</strong>UD, R = Retrieve) on data. | ||
|
||
## Example 2: | ||
* Perform Create operation (<strong>C</strong>RUD, C = Create) on data. | ||
|
||
## Example 3: | ||
* Perform Delete operation (CRU<strong>D</strong>, D = Delete) on data. | ||
|
||
## Example 4: | ||
* Perform Edit/Save operation (CR<strong>U</strong>D, U = Update) on data. | ||
|
||
## Example 5: | ||
* Understanding the working of Backbone Router. |