Remove index.html
article thumbnail

Creating An Interactive Gantt Chart Component With Vanilla JavaScript

Smashing Magazine

You can find the full code snippets of this article in the following files: index.html. You can use the tag <gantt-chart></gantt-chart> anywhere in the HTML files of your application (in my case in the file index.html ) under the following conditions: The script VanillaGanttChart.js VanillaGanttChart.js.

Code 139
article thumbnail

Exploring Differences Between HTTP Preload vs HTTP/2 Push

KeyCDN

For example, if we have a website with an index.html file and a style.css file, the browser would traditionally first request the index.html and once received/parsed, would then make another request for the style.css file. Consider the following example: a browser makes a request for index.html.

Speed 99
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

How to display a "new version available" for a Progressive Web App

Dean Hume

In this example, I am going to use a very basic web page that consists of three assets: index.html. We are going to be making the changes below to our index.html file. Woah - that code has grown a lot on our index.html page! This article is a bit of a lengthy beast, so strap in tight and get comfy! Getting started. The result.

article thumbnail

Cookieless Alternative To Embed HTML, CSS And JS Code Snippets

Smashing Magazine

index.html ??? In fact, we don’t set any cookies or tracking! Get Started. Indiepen can preview every website that follows a very simple convention. You need to provide a website with the following file structure: ??? main.js ??? styles.css. Deploy the code example with your favorite hosting provider (e.g.

Code 109
article thumbnail

A Faster Blog, Faster

Alex Russell

Writing build/page/128/index.html from./_posts/page.md. Writing build/page/128/index.html from./_posts/page.md. Trimmed build output from "before": slightlyoff@:~/projects/infrequently$ npm run build. Writing build/feed/feed.xml from./_posts/feed.njk. _posts/feed.njk. _posts/page.md. Copied 1189 files / Wrote 1175 files in 7.83

Cache 49
article thumbnail

ZFS Is Mysteriously Eating My CPU

Brendan Gregg

Kernel Recipes]: [link] [Kernel Recipes2]: [link] [talks]: /index.html#Videos [issue #6531]: [link] [source code]: [link] [Atlas]: [link] [Vector]: [link] I believe the first fix was to have the arc_reclaim_thread bail out earlier if ZFS wasn't in use, and not enter list selection.

Cache 145
article thumbnail

How to display a "new version available" for a Progressive Web App

Dean Hume

In this example, I am going to use a very basic web page that consists of three assets: index.html. We are going to be making the changes below to our index.html file. Woah - that code has grown a lot on our index.html page! This article is a bit of a lengthy beast, so strap in tight and get comfy! Getting started. The result.