Search results for single page applications with the page micro library Scripts fewliveasync.js

Single-Page Applications with the Page Micro Library

by Brian Rinaldi

…By Toby Ho Page is a small client-side routing library that can be used to build single page applications (SPAs). It has a simple API which is inspired by…

Building a Blog with Jekyll

by Donovan Hutchinson

…would usually start by setting up the containing HTML and styling the layout after. The first step is to create the general page layout, and for this you use the…

Creating Windows-8-like 3D animations with CSS3 and jQuery

by Brian Rinaldi

…dashboard is a bunch of “boxes”, of two sizes, big and small, floated inside 3 columns. Each box also has a corresponding “page”. The page is an overlay which opens…

Front-end Driven Applications – A New Approach to Applications

by Cody Lindley

…doing this, to some degree, for years and Flash applications did this long before the rise of AJAX and JavaScript. Sprinkling XHR or JSONP strategies into web pages and calling…

Building a Frontend WordPress theme

mm by Trevan Hetzel

Single page template this.pageView = new view({template: ‘#page‘}); // 404 template this.notFoundView = new view({template: ‘#notfound’}); }, // Define front-end routes routes: { ”: function () { this.setActiveEntry(‘#!beanie-baby’); this.getPageContent(11, this.pageView);…

CSS for Beginners with Dreamweaver

by Brian Rinaldi

…in a single location. However, back then much of the actual layout was still done within the HTML, while the CSS focused on things like the size, color or other…

Why you should limit JavaScript — and how to do it

mm by Table XI

…that allow developers to build any type of interaction imaginable with significantly less code. Not too bad for a library that’s smaller than jQuery. Unlike a singlepage app, Google’s bots…

Building a Parallax Scrolling Game with Pixi.js

by Brian Rinaldi

…region: it will appear grey on top of a black page and will sit in the horizontal center of the page. Including the Pixi.js JavaScript library Now that our canvas…

7 Deadly Web Design Sins You Should Be Aware Of

by Keval Padia

…a look at the 7 deadly designs that you should not use in your site. #1. Rotating sliders Rotating slider is a poor way of representing the home page of…

Building a JavaScript Library with Grunt.js

by Brian Rinaldi

…to solve most dependency conflicts. The Npm repository stores only Node.js server and command line projects. It does not contain libraries meant to be used in web or mobile applications….