javascriptmvc Questions
3
Solved
I'm using window.history in JavascriptMVC application to enable back/forward/refresh functionality for each controller. Every time I load a new controller I'm using window.history.pushState to add ...
Eunuchize asked 26/6, 2014 at 8:33
7
We use an event driven JavaScript MVC framework in our application, but have performance problems with larger data sets. We've implemented many of the same techniques used in React to allevia...
Shea asked 1/1, 2014 at 0:35
1
I have a single page javascript application (done with JavascriptMvc) and a backend with REST services built on top of ASP.NET MVC3 (done with NServiceMVC).
The REST services have MiniProfiler in...
Boa asked 22/3, 2012 at 21:49
3
This is default for all js
getEditor: function(){
$( '#datatableEditor' ).remove();
var editor = $( '<div id="datatableEditor" class="popupEditor"/>' );
$( 'body' ).prepend( editor ...
Waterlog asked 17/2, 2014 at 7:43
1
Solved
So I've gotten very familiar with Javascript MVC's over the past few weeks. Now I'm looking to learn the how to program a backend(specifically using asp.net MVC's implementation). I'm learning abou...
Indevout asked 11/12, 2013 at 21:29
3
I have developed a single page app prototype that is using Backbone on the front end and going to consume from a thin RESTful API on the server for it's data.
Coming from heavy server side applica...
Malaya asked 19/9, 2012 at 19:13
3
Solved
I have asked this quesion few days before here and no one answered it.
I had asked it in forum.javascriptMVC.com too and now I have a answer, however I need a a bit more idea.
Question:
I read j...
Vulpine asked 2/4, 2013 at 2:29
4
Solved
I plan to write a rather large-scale web application using JavaScript. I believe I will be developing the webapp using CanJS to organize my client-side pieces.
I am strongly considering using Nod...
Negrillo asked 26/4, 2012 at 14:33
2
Solved
I'm trying to set up routing in Backbone 0.9.10. I'd like to match routes of the following kind:
/england/
/england/birmingham
/france
/france/paris
...
etc. This is what I have in my router at...
Charmainecharmane asked 18/1, 2013 at 11:44
1
Solved
I'm new to AngularJS, and - since it is quite complex and the approach is new for me, I'm a bit confused.
I'm from "classic" background (server-side template languages [like Yii, django, Smarty] ...
Tevere asked 3/6, 2013 at 7:47
1
Solved
JavaScript MVC frameworks like Backbone.js, Angular, Ember.js, etc. are all the rage these days. I understand that they are great for preventing spaghetti code and all, but I really don't und...
Percept asked 11/2, 2013 at 21:55
1
Solved
I'm working with Backbone.js for the first time, and trying to get my head around how it works. I have a search form that pulls in results via Ajax and writes them out to the page dynamically.
I'...
Lylalyle asked 8/1, 2013 at 0:7
2
Solved
I'm building a multi-page javascript application. I've read a lot into design patterns, and creating applications using a Core/Facade/Module approach w/ loose coupling (pub/sub scribing to events)....
Glean asked 31/10, 2012 at 2:2
1
Solved
I'm just starting to mess with angular js and I'm trying to load the data through a post action.
I'm using angularjs v.1.0.2
Here is my code:
HTML:
<!DOCTYPE html>
<html ng-app>
<...
Arresting asked 3/11, 2012 at 3:25
3
Solved
I'm currently developing a community (like a lightweight "social network") for a limited (local) target.
This is the first project where SEO doesn't matter and where I can happily exclude no-js use...
Ayana asked 16/10, 2011 at 13:41
4
Solved
I'm evaluating Backbone.js for keeping data and UI synchronized in my web app. However, much of Backbone's value seems to lie in its use of RESTful interfaces. Though I may add server-side backup i...
Crosstie asked 28/1, 2011 at 22:12
4
Solved
I have been reading through the documentation on the JavaScriptMVC framework and it looks interesting. I am wondering if anybody here has used the framework, and with what success.
So please share...
Isocline asked 22/6, 2009 at 20:15
1
Solved
I have a view called gallery that options. I want to listen and act on keydown events when the gallery is rendered (until it's closed).
How do I do this in backbone events? I've tried all variatio...
Wasson asked 18/8, 2011 at 9:43
2
Solved
I have a main app view, with a filter menu in the header. When it's clicked, I want to filter content in a seperate news-feed view. But I don't know how to bind events (and pass class data) from cl...
Bier asked 3/8, 2011 at 17:30
4
Solved
A few of my views need their textareas converted to rich text editors.
I'm using jwysiwyg as the editor. It requires that the element it is being attached to is in the page when the editor is init...
Slug asked 15/6, 2011 at 0:23
1
Solved
I'm interested in learning JavaScriptMVC. I've gone through Getting Started and a bunch of the official docs, but I learn best by looking at other people's code. I'm not finding much else in the wa...
Mizell asked 9/6, 2011 at 19:12
4
Solved
I want to use a javascript framework with MVC for a complex web application (which will be one of a set of related apps and pages) for an intranet in a digital archives. I have been looking at Spro...
Edgardoedge asked 27/5, 2010 at 8:14
2
I want to use a JavaScript framework for a complex web application. I have been looking at Backbone.js, knockout.js and JavaScriptMVC. Being pretty new to client side JavaScript heavy web app...
Elisavetpol asked 1/3, 2011 at 1:13
2
Does anyone know of a MVC framework in JavaScript that is free of other library dependencies?
I'm thinking along the lines of backbone.s or spine.js both of which CLAIM to have no dependancies but ...
Lawyer asked 4/5, 2011 at 23:39
10
When a developing a web app, versus a web site, what reasons are there to use multiple HTML pages, rather than using one html page and doing everything through Javascript?
I would expect that it d...
Routinize asked 28/12, 2010 at 21:55
1 Next >
© 2022 - 2024 — McMap. All rights reserved.