|
My site satisfies the basic concept of a single page application. There's no official definition, but I do think Wikipedia actually has the right idea on this one:
"A single-page application (SPA), 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. In a SPA, either all necessary code - HTML, JavaScript, and CSS - is retrieved with a single page load, or the appropriate resources are dynamically loaded and added to the page as necessary, usually in response to user actions."
That's exactly what my site does. Everything is downloaded on an initial load. The content of the page is then loaded dynamically in response to user actions (clicking on links).
I freely admit that people often have something more complex in mind (such as the Google's Gmail) when they think of single page apps. But I didn't say my site illustrated all of the capabilities and advantages of a single page app.:-)
Thanks,
Kelly
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.