singlepage Questions

2

Solved

Historically I've mainly written web apps in Django, but now I'm increasingly finding that I want to write single-page web apps using Backbone.js or a similar JavaScript framework, with a back-end ...

3

Solved

I am planning to use knockout.js and MVVM pattern on the client side for a Single Page application. So Models, ViewModels would be defined on the client side. I am confused about how we have to str...
Pikestaff asked 3/5, 2012 at 15:9

1

Solved

I am trying to create a SPA application, to take advantage of upshot and its capabilities. However, the services exposing the data (i.e. the Web API) is in a completely separate project, already ho...
Evaporate asked 12/3, 2012 at 14:42

2

Microsoft recently released MVC 4 Beta, which has these new very nice features like Web API and SPA. And as always Microsoft's demos do not demonstrate best practices from software design prospect...
Shaeffer asked 10/3, 2012 at 1:42

1

This article makes a pretty convincing argument that because URLs are long-lived (they get bookmarked and passed around), they should be meaningful, and that using the hash for real routing (determ...
Gilbert asked 11/10, 2011 at 16:49

7

With a single page app, where I change the hash and load and change only the content of the page, I'm trying to decide on how to manage the JavaScript that each "page" might need. I've already got...
Eastnortheast asked 6/5, 2010 at 16:40

© 2022 - 2024 — McMap. All rights reserved.