Search results for a slight obsession over page speed 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…

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

by Brian Rinaldi

…a slight delay between them. When a page is closed, a class name is added to each column (again via JavaScript), and each of these classes calls the animation with…

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…

Building a Frontend WordPress theme

mm by Trevan Hetzel

…things like image cropping. The full structure of my theme looks like so: js/ vendor/ backbone.min.js jquery.min.js underscore.min.js app.js templates/ 404.php page.php footer.php functions.php header.php index.php style.css PHP templates Starting…

CSS for Beginners with Dreamweaver

by Brian Rinaldi

…you simply cannot create a web page that looks good without understanding CSS. In this guide I hope to cover all the CSS knowledge you’ll need to get your web…

A Slight Obsession Over Page Speed

by Todd Anderson

…By Todd Anderson Lately, several projects (both personal and work-related) have ignited an increasing obsession over page load speed and performance. I wanted to highlight a few tools and…

Building a Parallax Scrolling Game with Pixi.js – Part 4

by Brian Rinaldi

…Increasing the Scroll Speed We’ll make changes to our Main class to allow the viewport’s speed to increase over time. Open Main.js and add the following constants to it: Main.SCROLL_SPEED

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…

7 Mistakes That You Should Avoid In Mobile Friendly Web Design

by Keval Padia

…Here are some tools that can help you improve the loading time of the pages. Page Speed Online is a web-based tool that can help you get an overview of…

Create Your First Mobile App with PhoneGap Build – Using the Notification API

by Brian Rinaldi

…an additional page. Also add this code to index.js. function txSuccessLoadFaves(tx,results) { console.log(“Read success”); if (results.rows.length) { var len = results.rows.length; var repo; for (var i=0; i < len; i…