TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Backbone.js
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mudita Rathore (50)
Ramasagar Pulidindi (27)
Shridhar Sharma (7)
Swapnal Chonkar (2)
Devanand Laroiya (1)
Related resources for Backbone.js
No resource found
Routers in Backbone.JS: Part 7
10/3/2024 11:31:21 AM.
Backbone.Router enables URL routing and history management for web applications. It allows creating bookmarkable, shareable URLs and mapping them to application actions. This article covers the basics
Create Simple Application Using Backbone.js
9/10/2024 10:15:08 AM.
This article demonstrates a basic Backbone.js example by displaying "Hello World." It guides you through creating a simple Backbone.js application within an ASP.NET web project using Visual
Increment and Decrement of Numbers Using Event in Backbone.js
9/9/2024 11:53:16 AM.
In this article, we create a simple application using Backbone.js to increment and decrement numbers with event handling. By adding two buttons, users can click to increase or decrease a number.
Binding DOM Event With View Method in Backbone.JS
8/6/2024 11:31:58 AM.
In this article, learn how to bind DOM events to the View method using Backbone.js. By integrating jQuery, Underscore.js, and Backbone.js, you'll create a button that, when clicked, infinitely add
ASP.Net MVC Application Using Backbone.js
9/21/2023 6:24:42 AM.
This article shows the use of Backbone.js with ASP.NET MVC with a simple MVC application using backbone.js and cshtml.
Model Validation in Backbone.js With jQuery
7/20/2023 6:37:46 AM.
This article explains Model Validation in Backbone with jQuery.
Introduction to Backbone.js
4/20/2020 7:09:04 AM.
This article is an introduction to backbone.js. It is a JavaScript library.
Swap and Remove a List Items using Backbone.js
1/16/2015 11:55:44 PM.
This article explains two model actions, swap and remove, using Backbone.js. It explains how to handle these two actions in the view of the model with an example.
Introduction to Backbone.JS: Part 1
1/14/2015 11:50:09 PM.
This article attempts to provide some light on Backbone.js basics.
Working with Backbone.Collection : Part 6
1/14/2015 11:31:56 PM.
In this article we will be dealing with methods and attributes provided by the Backbone collection.
Working With Backbone.JS View : Part 5
1/10/2015 3:34:38 AM.
By going through this Backbone View tutorial, we will understand the view's behaviour and will be in a position to implement it.
Methods/Attributes in Backbone Model: Part 4
1/4/2015 8:12:11 PM.
In this article we will be dealing with the terms related to the Backbone Model.
Model in Backbone.JS : Part 2
1/1/2015 8:11:55 AM.
This tutorial gives you an overview of model in Backbone.JS.
Model Validation in Backbone.JS: Part 3
12/31/2014 12:52:06 AM.
This article is particularly based on how the validation is done and issues related to this is handle in Backbone model using some methods.
Use Backbone.js to Make a Structured Web Application
10/13/2014 11:39:19 AM.
Backbone.js is a JavaScript client-side (front-end) framework that helps to organize your code and makes it easier for you to develop single-page web applications.
Display Images Using Model Binder in Backbone.js
3/9/2014 5:12:14 PM.
In this tutorial we will display images on a button click using model binding.
Collection Binder Using Backbone.js
3/9/2014 4:52:28 PM.
This article describes the Collection binder using backbone.js. Backbone is a great platform for creating client-side applications.
Create Forms in a List Using Backbone.js
3/6/2014 7:11:25 PM.
In this article we will create a number of forms in a list.
Regex Routing Using Backbone.JS
3/6/2014 7:06:38 PM.
In this article we will learn about Regular Expression Routing. If you want to be more selective in your routing and the route URL that matches the specified criteria then we can use a regular expression.
Render HTML Using The Backbone.js View
3/2/2014 3:21:28 PM.
In this article we will learn about various ways to render HTML using Backbone.js View and use the underscore templates.
Learning About Multiple Views in Backbone.JS
3/2/2014 3:05:13 PM.
In this article we will learn about multiple views. We will understand how a view manages the updates or the events in another view. In this tutorial we will create a record list.
Model Binding Events in Backbone.js
2/27/2014 1:28:57 PM.
This article explains binding models with events.
Learning Backbone.js: Templates
2/27/2014 1:20:57 PM.
This article explains the backbone template. This tutorial explains the use of the template without using backbone.js scripts, the template is not a part of backbone.js.
Create Backbone.js App With Helper.js
2/23/2014 11:57:02 AM.
In this article I will create an application in which we can add an article type of description. We can also delete and edit this article.
Object Inheritance Using Backbone.js
2/22/2014 2:00:53 PM.
In this article I am going to use the object inheritance in backbone.js.
Create Registration Form Using Backbone.Js
2/20/2014 4:49:32 PM.
In this article I will create a registration form with validation fields.
Create Reactive Backbone Application
2/13/2014 7:55:21 PM.
This article describes how to create a Reactive backbone.js application.
Moving Object On Mouse Event Using Backbone
2/12/2014 1:59:27 PM.
In this article I will create an object that moves when the mouse moves. Here we use the "mousemove" event.
Nested View in Backbone.js
2/11/2014 2:34:59 PM.
This article explains the Nested View in backbone.js. Here we will create an application using a Nested View.
In-Depth Description of Backbone.js Model
2/9/2014 5:29:21 PM.
In this article we will learn about Backbone.js Models in depth.
Exploring Backbone.js
2/9/2014 5:12:48 PM.
In this article I will make an application in which we can filter records, such as where we first add some products to a list and then filter the data on the basis of the product cost.
Backbone.js View: Convert Astrophotography Field to Degrees
2/9/2014 4:59:01 PM.
In this article we will see to create an application for calculating an astrophotography field of a view calculator.
Change Background Color on Click Event Using Backbone.js
2/8/2014 8:05:27 PM.
In this article we will create an application in which we convert the background color on the button click event using Backbone.js View.
Create Contact List of People With Add, Edit, Delete Event
2/8/2014 7:54:11 PM.
In this article we will create a Contact List with edit, delete and add event features in backbone.js.
Create Application For Adding Book Record Using Backbone.js
2/6/2014 9:39:12 PM.
In this article we will create an application for adding book details.
Create Efficient Stateful View in Backbone.js
2/6/2014 9:26:28 PM.
This article explains the strategy for efficiently maintained stateful backbone.js views.
Using Backbone.js With Raphael.js
2/2/2014 5:10:54 PM.
In this article we will use backbone.js with raphael.js. Here we create a simple application using both scripts.
Exchange Position of Image in Table Using Backbine.js
2/1/2014 8:47:22 PM.
In this article we create an application in which we can exchange the position of images in a table using backbone.js.
Create a Basic Backbone.js Application
2/1/2014 8:42:05 PM.
In this article we will create a basic Backbone application.
Create Abstract View Using Backbone.js
2/1/2014 8:35:01 PM.
In this article I will create an abstract View with backbone.js. In this tutorial we will create two views working on the Mouse Hover and Mouse click events.
Implementation of Router and URL Hash in Backbone.js
1/27/2014 4:24:56 PM.
In this article you will learn about the router hashing techniques. In this tutorial we will create a table of, and generates numbers link. When we click on the link then the related number will be focus.
Using jQuery Mobile in Backbone.js
1/25/2014 5:12:46 PM.
In this article we will use jQuery Mobile in Backbone.js. Backbone.js is a JavaScript framework. We use Backbone to create well-structured web applications.
Create Various Shapes Using Backbone.js
1/24/2014 12:22:37 AM.
In this article we will create a Backbone application for creating various shapes. Here we create a rectangle and circle and we can change the color and drag these shapes around.
Listening To DOM Events in Backbone.js
1/22/2014 5:52:25 PM.
This article explains DOM events in backbone.js. How they work in Backbone and how to create an application that listens for DOM events in backbone.js.
Collections in Backbone.js
1/22/2014 5:44:33 PM.
This article explains collections in backbone.js. In this tutorial we will simply learn about the collections and their implementation in backbone.js.
Demonstrating Backbone.js: Create Students Directory Part 3
1/21/2014 2:49:02 PM.
In this article we will see how to use Backbone.js in a simple student directory app with sorting.
Demonstrating Backbone.js: Create Students Directory Part 2
1/19/2014 4:58:28 PM.
In this article we will see how to use Backbone.js in a simple student directory app with sorting.
Create a Simple List in Backbone.JS
1/18/2014 11:44:27 PM.
In this article we will create a simple list using a prompt box. When we click on the "Add" button then it displays a prompt box, thenwe type the name and click on "Ok", then the name will be added to the list.
Using Collection View in Backbone.js
1/18/2014 11:34:27 PM.
This article explains the use of a collection view in backbone.js. In this application we will create a model, router and view.
Render Collection Using View in Backbone.js
1/15/2014 6:14:15 PM.
In this article we will return a collection using a View in backbone.js. Backbone is used for client-side coding, it is a lightweight JavaScript library.
Create Application in Web API Using Backbone.JS
1/14/2014 5:48:14 PM.
In this article we will create a Web API application using backbone.js. We will create a single-page API application and Backbone.js.
Create Simple To Do Application Using Backbone.JS
1/12/2014 8:14:32 PM.
In this article we will create a to do application using backbone.js. This tutorial will create a list for adding and deleting items.
Filtering the Collection in Backbone.js
1/11/2014 5:17:58 PM.
This article explains the filtering of the collection in backbone.js.
Create Single Registered and Login Page Using Backbone.js
1/10/2014 5:34:01 PM.
This article explains how to create a simple registration and login page using backbone.js.
Demonstrating Backbone.js: Create Students Directory Part 1
1/9/2014 12:57:46 PM.
In this article we will see how to use Backbone.js in a simple student directory app with sorting.
Using Router in Backbone.js
1/4/2014 10:58:56 PM.
In this article I will explain Routers in Backbone.js.
Demonstrating Backbone.js: Sample Application
1/4/2014 1:37:25 PM.
In this article we will see how to use Backbone.js in applications.
View Event in Backbone.js
1/3/2014 5:32:30 PM.
This article explains the View events in backbone.js.
Models in Backbone.JS
1/2/2014 3:45:15 PM.
This article explains Models in Backbone.JS.
Demonstrating Backbone.js: Namespacing in Backbone.js
12/31/2013 7:04:17 PM.
In this article we will see how to use Namespaces.
Demonstrating Backbone.js: Implement Collections Part 5
12/30/2013 4:47:51 AM.
In this article we will understand how to use collections in Backbone.js.
Demonstrating Backbone.js: Implement Collections Part 4
12/30/2013 4:34:45 AM.
In this article we will understand how to provide validations in Backbone.js.
Demonstrating Backbone.js: Implement Collections Part 3
12/30/2013 4:22:17 AM.
In this article we will understand how to use collections in Backbone.js.
Demonstrating Backbone.js: Validations Part 4
12/28/2013 12:30:05 PM.
In this article we will understand how to provide validations in Backbone.js.
Demonstrating Backbone.js: Validations Part 3
12/28/2013 12:12:22 PM.
In this article we will understand how to use builtiin validators in Backbone.js.
Demonstrating Backbone.js: Validations Part 2
12/28/2013 11:52:33 AM.
In this article we will understand how to provide validations in Backbone.js.
Demonstrating Backbone.js Validations
12/28/2013 11:13:00 AM.
In this article we will understand how to use collections in Backbone.js.
Demonstrating Backbone.js: Implement Collections Part 2
12/27/2013 5:45:27 PM.
In this article we will understand how to use collections in Backbone.js.
Demonstrating Backbone.js: Implement Routers Part 1
12/27/2013 1:44:01 AM.
In this article we will understand the concept of Routers in Backbone.js.
View and Router in Backbone.JS
12/26/2013 3:38:45 PM.
This article explains the View and router in backbone. In this article we will create Route.js, view.js, Model.js and index.html files.
Add Items To A List Using Textbox in Backbone.JS
12/25/2013 11:57:01 PM.
This article explains how to add various items in a list in backbone.js. Here we have a TextBox in which we enter the desired items and click on the button then it wll add the item to the list.
Change Current Price on Selection of Courses in Backbone.JS
12/25/2013 10:06:20 PM.
This article shows how to select courses from a list. When we select the set of the courses from a list the current price of the courses is calculated.
Backbone.JS Model
12/25/2013 7:57:26 PM.
In this article we will discuss the Backbone Model.
Demonstrating Backbone.js: Implement View Part 5
12/24/2013 2:27:13 PM.
This article explains Underscore Templates and their implementation in Views.
Demonstrating Backbone.js: Implement View Part 4
12/24/2013 2:17:06 PM.
This article starts with the concept of Backbone.js and various components of it.
Demonstrating Backbone.js: Implement View Part 3
12/23/2013 3:30:17 PM.
In this article we will understand the concept of view in Backbone.js.
Demonstrating Backbone.js: Implement View Part 2
12/23/2013 3:10:19 PM.
In this article we will see how the views will listen to the events in backbone.js.
Demonstrating Backbone.js: Implement View Part 1
12/23/2013 3:08:52 PM.
In this article we will see the implementation of a View in backbone.js.
Demonstrating Backbone.js: Implement View
12/23/2013 2:31:25 PM.
The objective of this article is to focus on view functionality and how to use views with a JavaScript templating library.
Demonstrating Backbone.js: Implement Model Part 6
12/23/2013 1:20:28 AM.
In this part we will see more of Model implementation in Backbone.js.
Demonstrating Backbone.js: Implement Model Part 5
12/23/2013 1:18:28 AM.
In this article we will see Model implementation in Backbone.js.
Demonstrating Backbone.js: Implement Model Part 3
12/23/2013 1:17:55 AM.
In this article we will discuss Model in Backbone.js.
Demonstrating Backbone.js: Implement Model Part 4
12/23/2013 1:16:31 AM.
In this article we will see more about Model implementations in Backbone.js.
Demonstrating Backbone.js: Implement Model Part 2
12/23/2013 1:12:32 AM.
In this article we will see how to create and use a Model in Backbone.js.
Demonstrating Backbone.js: Implement Model Part 1
12/23/2013 1:01:27 AM.
This article starts with the concept of Backbone.js and various components of it.
Demonstrating Backbone.js: An Introduction
12/23/2013 12:57:40 AM.
In this article we will see various concepts of Backbone.js from the beginning.
Introduction To Backbone.js
12/19/2013 3:02:29 PM.
Backbone.js is MV* library support for Single page Applications. Backbone.js provides structure as well as stable code.