Skip to content

Commit

Permalink
Updates readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hegdeashwin committed Sep 26, 2015
1 parent de14947 commit 71aebe7
Showing 1 changed file with 17 additions and 32 deletions.
49 changes: 17 additions & 32 deletions codes/Ch6_Extended-Session/Application Examples/README.md
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.

0 comments on commit 71aebe7

Please sign in to comment.