Single Page Applications are web applications that simulate the interaction behavior of desktop applications.
0
votes
2answers
49 views
one php page with different contents and urls [closed]
I have an xml database where are stocked several blog posts.
xml example:
<element id="12" size="square" category="portfolio">
<tag tag="printer printing 3d apple iphone 5 bumper ...
0
votes
0answers
31 views
JQuery plugin scrollTo by the bottom
I'm working on a singlepage, and i'm using the scrollTo plugin made by Ariel Flesler ; but in a responsive perspective, I want to find a way to make the plug'in working by the bottom.
It means, ...
0
votes
0answers
35 views
Stop scroll on objects in parallax site
Noobie here, working on a simple parallax site for a psychotherapist that uses a single scrolling container. There's one scrolling background layer. The final thing I want to do is add in several ...
-1
votes
0answers
39 views
Scroll effect like yesstudio.co.uk
I have tried to figure out how the scroll effect on yesstudio.co.uk works?
It's like one large page but it jumps to the next image when you scroll..
I have tried to solve it here: ...
0
votes
1answer
28 views
Single page with menu over the content
I'm building a single page website and would like to put the fixed menu over the scroller content:
http://jsfiddle.net/VFQF8/
But using the fixed position, I can't keep the menu over the content. ...
0
votes
2answers
92 views
Magento Redirect https to http home page
Google has indexed the home page of my website with https. But I need to redirect https to http only this page. I'm using Magento and today I have a rule that removes the htaccess www of my domain. ...
0
votes
1answer
39 views
Persist form data values in single page application
I have 2 views in my SPA built up using durandal. I have a form (consider basic employee information form) in the first view. Also, I am having a button in the view called "upload" which routes to a ...
0
votes
1answer
337 views
View Model inheritance when using Durandal
I am building an application using Durandal and I have the need to share some functionality across view models.
I have 5 screens to build and they are all virtually the same screen except that in the ...
0
votes
1answer
115 views
phonegap singlepage jquery slide function to change html document?
i currently am developing a phonegap application. When i change to another menu i do it like this:
$('#newMenu').show('slide', {direction: 'right'}, 200);
The menu element that is shown is a ...
0
votes
1answer
26 views
Format dependent rails routes
How to realize the following routing in rails:
if the request is requiring html, than route to a specific action, let's say application#index
in case of a json format request, route to the resources ...
0
votes
0answers
132 views
Routing in backbone.js in visualforce salesforce
I am new to backbone.js and I'm trying to write a visualforce page. Here is the code:
<apex:page standardStylesheets="false" showHeader="false">
<head>
<meta ...
0
votes
0answers
34 views
How can request the page in single page website by address bar
I have a single page website (index.html) which loads any user request by AJAX and displays it inside the container page (index.html) and changes the browser URL. The problem happens when user gets ...
3
votes
1answer
864 views
Durandal / Require.JS - signalr/hubs reference not found
I'm using the "HotTowel" Single Page App Template, but I'm not being able to set up SignalR.
I always get: Failed to load resource: the server responded with a status of 404 (Not Found)
...
2
votes
1answer
285 views
Is there any JavaScript framework that supports offline scenario in MVC 4 SPA?
Steve Sanderson presented MVC 4 SPA "Delivery Trucker" for mobile devices with offline support using upshot.js JavaScript framework.
http://channel9.msdn.com/Events/TechDays/TechDays-2012-Belgium/199 ...
0
votes
0answers
54 views
Single template will not show sidebar/bottom-nav and footer
Im using the blankslate template theme and have a sidebar which i would like to use throughout the website.
On my sidebar on the homepage i have a widget called latest posts with the latest post ...
-1
votes
2answers
157 views
Single page website, Fixed position nav bar: How to change property of “current link” when on the corresponding div?
I'm creating a single-page portfolio website. My nav bar is fixed position. When a link is clicked, it will scroll up/down to the corresponding div that it is linked to (as nav bars are wont to do). ...
0
votes
1answer
121 views
why public websites does not use single page interface (SPA)?
Why is it not recommended to use single page interface for public websites?
Now-a-days search engines are capable to crawling SPI sites with proper web page design.
Is there any other reason?
2
votes
2answers
207 views
backbone.js Backbone.Events Prototype Router Event aggregation
What's the best way to make this eventAggregator (Backbone.View.prototype.eventAggregator = _.extend({}, Backbone.Events);) object available to my router in Backbone.js without passing it as a ...
7
votes
1answer
330 views
In a single-page app, what is the right way to deal with wrong URLs (404 errors)?
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 ...
0
votes
0answers
237 views
Images will not Lazy Load on my Horizontal Scrolling Single Page Site
I'm using a template that I want to mess around with and learn the coding involved in it. Some of it is still a mystery. I understand the majority of it though! Can you please tell me what I'm doing ...
1
vote
1answer
478 views
Single page website with SEO friendly ajax & history
I am busy building a single page website. The basic layout of the page is as follows - one section below the other:
Header & Navigation
Content Section 1 (example about us)
Content Section 2 ...
1
vote
0answers
72 views
location.replace() - is this cloaking? [closed]
I have a singlepage-site that loads all its contents using Ajax. Now I'm trying to fix the Google-Indexing problem.
I've read a lot about I must not do to trick search engines.
What I want to do now ...
2
votes
1answer
157 views
Knockout 'flickering' issue
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 ...
1
vote
2answers
185 views
Backbone.history: deep urls are not falling backing properly in IE
In my single-page backbone app, I'm having trouble getting my longer urls to route properly in IE. Any urls that are nested more than one level, don't receive the proper hash fallbak when loading them ...
0
votes
1answer
158 views
Keeping state when rendering page from the server side
I'm currently building a single page app using backbone.js
In order to keep all application pages accessible and crawl-able I made sure that the server side can also render the pages when accessing ...
1
vote
3answers
346 views
“single page app from scratch”
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., HTML ...
11
votes
1answer
2k views
JavaScript SPA-Frameworks (Single Page Application)
my goal is to migrate an existing web application to a RESTful SAP (single page application).
Currently I'm evaluating several javascript web application frameworks.
My requirements are as follow:
...
1
vote
1answer
76 views
How can I handle multiple activities in a Javascript single-page app?
For example, I might have a menu screen, an options screen, an editor screen, etc. Previously, I've wrapped each of these into a class an provided and activate and deactivate function for each one. ...
1
vote
3answers
1k views
AngularJs ReferenceError: angular is not defined
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 ...
0
votes
2answers
121 views
Can I host index.html (homepage) on the Rackspace CloudFiles CDN?
I want to make my web app fast, especially the first page load (index.html).
Can I do this by hosting myfastapp.com on Rackspace CloudFiles and then have a subdomain called nodeserver.myfastapp.com ...
0
votes
2answers
348 views
Hosting ASP.Net MVC 4 SPA web Application in IIS
I am having my application in ASP.NET MVC 4 SPA.
It was developed using the template in Visual Studio 2012 after installing Web-tools 2012.2.
But after my work when I tried to host it in IIS after ...
1
vote
1answer
1k views
AngularJS, ng-repeat with ng-include not rendering
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 ...
1
vote
2answers
523 views
Using breeze js not to interact directly with DBContext
I'm very new with breezejs and having a few questions.
I think that breezejs has very nice features so I can replace my own datacontext. However, I don't want breezejs to interact directly with the ...
0
votes
2answers
406 views
“Invalid Date” error on retrieving DateTime value from SQL Server Compact
I encountered the following problem in a simple project with Breeze + Knockout + WebAPI + SQL Server Compact:
when I add a Breeze entity (with a DateTime ko.observable) and do Manager.SaveChanges() ...
1
vote
1answer
407 views
Combining knockout with sammyjs/pathjs and jquery mobile
I'm trying to combine some of JS libraries to create a mobile SPA website. I'm working with knockoutJS that misses routing engine so i take it from SammyJS or PathJS (haven't decided yet). And I'd ...
5
votes
2answers
398 views
How to access router globally in backbone js?
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 ...
3
votes
1answer
281 views
Best way to handle Javascript rendering vs. Server side template [duplicate]
Possible Duplicate:
Reusing backbone views/routes on the server when using Backbone.js pushstate for seo/bookmarking
I am using Backbone.js and bunch of other modules to handle Single Page ...
0
votes
1answer
129 views
Dynamic html content depending on user's role
I am developing single page application style web application.
I want to create menu based on user's role, for example, for admin users I want show admin menu and html content, for general users I ...
3
votes
1answer
211 views
Packaging and deployment of Single Page Application with java backend
I'm doing an app that has jee6 backend (json-based api only) and a lot of client side code. It looks like Single Page Application (this cool buzzword these days).
I'm not sure how to structure my ...
2
votes
1answer
367 views
Are there best practices/patterns for synchronizing local and remote data in SPA (html5 single page applications)?
Hy everyone,
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)
...
2
votes
0answers
45 views
SinglePageApplication 404-Error
I am trying to programm a SPA using Upshot.js when i came to a problem.
upshot.metadata(@(Html.Metadata<...>()));
Error: 'System.Web.Mvc.HtmlHelper' does not contain a definition for ...
0
votes
1answer
155 views
Configuring nginx for single page website with HTML5 push state URL's
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 ...
1
vote
1answer
173 views
DISQUS and Pushstate AJAX or Hashbang
Has anyone gotten Disqus to work properly with something like PJAX or even regular #! AJAX.
Lets look at some examples of people who are doing this:
http://donejs.com/
...
1
vote
7answers
2k views
Very large single page application design problems
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 ...
1
vote
2answers
1k views
Backbone Marionette using Require.js, Regions and how to set up
I'm currently writing a Backbone Marionette app which ultimately amounts to about 6 different "screens" or pages which will often times share content and I am unsure of how to best structure and ...
0
votes
0answers
55 views
Wordpress - Next page is going to singles page 2, and not blog's?
First of all:
This image shows the lastest posts: (Sorry, I can't post images yet)
Blog feed
Then, when I click in "Mais posts" (That means "More posts"), it should go to the page two of the blog, ...
0
votes
1answer
228 views
Javascript string template slow vs knockoutjs templates
I'm trying to figure out why in my jsperf below, the javascript string templates are so much slower than the equivalent knockout.js templates. The goal of the test is to measure full page, and partial ...
0
votes
2answers
155 views
How to crawl jquery powered websites?
I am building a single page javascript powered website. I have all necessary data for all pages echoed using php as json objects on my home page. Then i initialize pages using custom plugins made for ...
1
vote
2answers
273 views
Dynamic single page Drupal site
I'm looking for some suggestions on how I could implement the following. I'm not at all married to any one solution (module(s)) at this point. That said, I will almost surely be using Views / Chaos ...
1
vote
1answer
71 views
html/js: is there a “page loaded” event in single page applications?
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 content ...




