All Questions
5 questions
2
votes
1
answer
268
views
Shipping calculator consisting of one field
A made a shipping calculator, which consists of one field that is validated.
jsFiddle
HTML:
...
4
votes
0
answers
93
views
Backbone learning piece, Movie Application using Views, Collection, Models, Routes and Localstorage
I have created a Backbone Movie app as part of a learning exercise, the app is hosted on codepen although I actually have it built on my local but thought this approach would be handier for code ...
6
votes
1
answer
1k
views
Simple JavaScript Backbone.Js tool to highlight multiple search terms
I wrote a simple JavaScript tool to highlight multiple keywords at the same time in some text. It uses different color for each keyword, and also shows the count of matches.
I'm using Backbone.js ...
8
votes
1
answer
292
views
Interactive API documentation page of a RESTful dictionary API using Backbone.js
I'm working on the interactive API documentation of a RESTful dictionary service.
The page should let testers try the different API calls,
by playing with the parameters using a simple web form.
...
2
votes
1
answer
335
views
Need review and best practice tips for a Backbone project
I made a simple app that fetches the favourite programming language of a Github user, by simply inserting their username. The full code is uploaded on Github, please feel free to fork it from https://...