Questions tagged [singlepage]

Single Page Applications are web applications that simulate the interaction behavior of desktop applications.

A single-page application (SPA), also known as single-page interface (SPI), is a web application or web site that fits on a single web page with the goal of providing a more fluid user experience akin to a desktop application.

More resources:

217 questions
0
votes
1 answer

MVC SPA w/o EF: You must write an attribute 'type'='object' after writing the attribute with local name '__type'

So I have a very normalized model, and I'm trying to create a single page application in MVC4 which wants to use an entity framework object. My problem is I can't manage to create an entity in EF with the kind of complex mapping that I need (I have…
Dio
  • 660
  • 1
  • 9
  • 19
-1
votes
2 answers

Custom page show blog posts on tag

Since I am not so great programming in PHP I wanted to ask my question here, hopefully you guys can help me out. I'm building a WordPress website, this website has a custom page template like custom-single.php. On that custom template I want to show…
dutchsociety
  • 575
  • 4
  • 22
-1
votes
3 answers

Single page web without absolute position

is there any way to make single page website without position absolute? Because when I want to variable height of containers, absolute position is little bit awkward. I mean when I insert more content to one container, the other above it should move…
H Sturma
  • 301
  • 4
  • 17
-1
votes
1 answer

jQuery for a single page site that scrolls automatically after hitting a play button

I've marked up a simple one-page site that has a absolute positioned nav-bar at the top of the page for scrolling to sections of the page using anchors. You can see my terrible code live here: http://codepen.io/anon/pen/nlcsK You'll also notice that…
-1
votes
2 answers

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). Is there a clean way to make it so that the colors…
user2001699
  • 31
  • 1
  • 1
  • 7
-1
votes
1 answer

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?
Karthik Chandraraj
  • 1,051
  • 2
  • 14
  • 27
-5
votes
1 answer

How to show all product reviews in one page in prestashop

I want to show all the product reviews in a single review page only. How to do this?
1 2 3
14
15