A Single-Page Application is a website that fits on a single page. All necessary code is retrieved with a single page load or dynamically loaded and added to the page as necessary. The page does not reload at any point in the process unless it is manually refreshed. This provides a more fluid user experience. SPA has been adopted by several javascript frameworks such as AngularJS, Ember.js, Meteor.js and ExtJS. But these frameworks are overkill in regards to what is needed for a SPA to function ...
I know there's an excellent YouTube Video Gallery on DD. But I wanted a gallery that - shows the videos inside the box containing the thumbnails for the videos, giving them the dimensions of the box; - allows the videos to also be shown at full window size (maximize and minimize buttons for the videos); - removes the Youtube ads; - makes it possible to put text at the top of the thumbnails and at the top of the videos themselves. So I made a gallery myself. ...