singlepage Questions
4
Solved
On my website, which is a one-page JS site using Sammy.js and jQuery, when I middle-click a link with a mouse, the link opens in a new tab. But when I command-click on a Mac, it doesn't. This happe...
Calcimine asked 18/5, 2012 at 22:11
5
Solved
We are using Webpack, React, Node.JS but I think this question is more generic that the specific technologies. I can use Webpack to configure the SPA when building for development mode or productio...
Heinrik asked 4/12, 2016 at 1:24
9
There are a lot of cool tools for making powerful "single-page" JavaScript websites nowadays. In my opinion, this is done right by letting the server act as an API (and nothing more) and letting th...
Fjeld asked 25/9, 2011 at 23:24
5
I've been starting work on a single page app. (think TiddlyWiki)
It's been a while since I've done serious web design. Last time I built a big site was pre-css, pre-javascript, pre-html5, i.e., HT...
Sorel asked 18/1, 2013 at 16:53
3
Solved
I'm trying to display a pdf on ios via apples PDFKit library, and rather than use PDFDisplayMode.singlePageContinuous mode, I want to stop at page breaks so I'm trying to use PDFDisplayMode.singleP...
Incomplete asked 12/3, 2019 at 4:16
2
I am currently writing a web application using angularjs, but I think this question applies to any client-side javascript framework that does routing on the client side (as angular does).
In a sin...
Urolith asked 8/2, 2013 at 18:39
8
Solved
I am currently writing whats going to be a very, very large single page web/javascript application.
Technologies I am using are ASP.NET MVC4, jquery, knockout.js and amplify.js.
The problem I am ...
Gwenore asked 5/12, 2012 at 18:18
4
Solved
I know there's been a lot of coverage on upload to AWS S3. However, I've been struggling with this for about 24 hours now and I have not found any answer that fits my situation.
What I'm trying to...
Penney asked 26/2, 2015 at 10:29
9
Solved
I trying to add a custom filter, but if I use the following code:
angular.module('myApp',[]).filter('startFrom', function() {
return function(input, start) {
start = +start; //parse to int
retu...
Tiebold asked 10/1, 2013 at 14:40
3
How can I configure nginx to redirect all URL's (not prepended with /api or some static resource eg. JS/images) to index.html? Reason is I am using HTML5 push state URL's with a single page applica...
Crossarm asked 11/12, 2012 at 2:11
1
Solved
What ist the best way to include and reference images for react-usage in a singlepage JavaScript app build and bundled with webpack?
So far i have
return (<img src={require('./pic.png'}</di...
Virelay asked 20/6, 2015 at 9:51
14
Solved
How should a complex single-page JS web application be structured on the client-side? Specifically I'm curious about how to cleanly structure the application in terms of its model objects, UI compo...
Acro asked 16/6, 2010 at 5:16
3
Has anyone seen an example or done the following in Java:
http://duganchen.ca/single-page-web-app-architecture-done-right/
That is a design a single page web app that will work with Google S...
Victoir asked 19/3, 2012 at 16:15
7
Solved
I have a situation involving KnockoutJS & CKEditor.
Basically we've got part of our site that is 'single page' app style, currently it just involves 2 pages but will likely expand over time, c...
Wolgast asked 23/5, 2012 at 3:44
2
Solved
I'm building a SPA (Single Page Application) using KO. the application looks like a book and the user can flip pages.
The problem is that every time a page loads, there is a short moment where the...
Defazio asked 29/1, 2013 at 12:34
1
Solved
I want go get the SKU in my product single pages in Woocommerce. I tried <?php get_sku(); ?> which is a featured function according to the Woocommerce docs (http://docs.woothemes.com/wc-apido...
Watchmaker asked 30/9, 2013 at 7:35
2
Solved
My goal is to migrate an existing web application to a RESTful single page application (SPA).
Currently, I'm evaluating several Javascript web application frameworks.
My requirements are ...
Lulu asked 15/1, 2013 at 11:10
2
Solved
I'm writing a simple "todo - helloworld" with jqueryMobile + knockout + breeze + WebAPI
to learn about SPAs (Single Page Application) in a mobile context (unreliable internet connection)
To enable...
Carmacarmack asked 12/12, 2012 at 18:43
3
Solved
When I installed MVC4 beta on a development PC, it had a template for SPA (Single Page Application). Today on a different PC with the same setup (VS2010 SP1, win7), I installed MVC4 RC but no longe...
Caricature asked 22/6, 2012 at 1:27
2
Solved
I'm doing some due diligence on backbone for a single page app and wonder if it is possible to re-use the same views/routes from the client on the server side, so that when google visits a pushstat...
Anthem asked 17/8, 2011 at 19:9
1
Solved
Hi I am starting to learn angular and I'm running into a problem when I use a combination of ng-repeat with ng-include. No matter what I do I cannot get the templates to render. I have a simple con...
Ljubljana asked 1/1, 2013 at 17:39
2
Solved
This is my app.js file. I need to access the router's navigate method from within the navigateToLogin method of the LandingView class. But since the appRouter is defined after the view it can't rec...
Eubanks asked 19/12, 2012 at 13:4
1
I'm building a single-page-application which (pre-)loads the content of different pages via ajax. when the user navigates, the app replaces the old content inside a specific tag with the new conten...
Oleoresin asked 20/11, 2012 at 11:46
3
Solved
I have a single page app that integrates with other services such as Dropbox and LinkedIn. Dropbox, for instance, has great API and I got the authentication working by opening Dropbox's authenticat...
Footstall asked 4/7, 2012 at 1:29
3
Solved
I try to make a single page app with Rails 3.2 and Backbone.js with pushState option but faced with something that I do not understand.
If I load the root URL of the app (/), everything goes right...
Prevaricator asked 22/8, 2012 at 23:13
1 Next >
© 2022 - 2024 — McMap. All rights reserved.