QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Bitcoin BankingBuy, Sell, Store and Earn Interest
  • Home
  • QIdea
  • QTrack

Web Development 184

Header Compression in HTTP/2

This post is a part 4 of HTTP/2 Complete Tutorial post series. Headers in HTTP/2 provide information about the request or response. Header take around 800 bytes of bandwidth and sometimes few KB if it carries cookies. Therefore compressing headers can reduce the bandwidth latency. So HTTP/2 introduced header compression. Header compression is not like […]

5 years ago http://qnimate.com/header-compression-in-http2/
What is Server Push and Promises in HTTP/2?

This post is a part 3 of HTTP/2 Complete Tutorial post series. Server push is a method in HTTP/2 which allows server to send multiple responses for a single request. This feature decreases the latency in loading a webpage. To make an HTTP/2 request client first checks if a TCP connection is already open or […]

5 years ago http://qnimate.com/what-is-server-push-and-server-hint-in-http-2/
What is Multiplexing in HTTP/2?

This post is a part 2 of HTTP/2 Complete Tutorial post series. Multiplexing is a method in HTTP/2 by which multiple HTTP requests can be sent and responses can be received asynchronously via a single TCP connection. Multiplexing is the heart of HTTP/2 protocol. Frames and Streams HTTP/2 is a binary protocol. Every HTTP/2 request […]

5 years ago http://qnimate.com/what-is-multiplexing-in-http2/
HTTP/2 Compatibility with old Browsers and Servers

This post is a part 1 of HTTP/2 Complete Tutorial post series. One of the biggest question that comes in is how is old browsers going to deal with HTTP/2 web servers and vice-versa. HTTP/2 uses an Upgrade and Discovery method to find if a server supports HTTP/2 or not. An HTTP/2 client never makes […]

5 years ago http://qnimate.com/http2-compatibility-with-old-browsers-and-servers/
HTTP/2 Complete Tutorial

HTTP/1.1 was introduced in 1999 and since then the web has changed. More people are accessing websites in mobile and tablets which have relatively slow connection and the number of external resources per page is increasing with causing increase in page load size. Although many HTTP clients and server side hacks had been implemented to […]

5 years ago http://qnimate.com/post-series/http2-complete-tutorial/
How to Store Arrays in HTML5 localStorage

HTML5 localStorage lets you store key/value pairs of data. Both key and value needs to be a string. To store arrays as a key or value you need to encode the array into a JSON string. And while retrieving you need to decode it back to an array. Here is example code var array = […]

5 years ago http://qnimate.com/how-to-store-arrays-in-html5-localstorage/
How to Store Objects in HTML5 localStorage

HTML5 localStorage lets you store key/value pairs of data. Both key and value needs to be a string. To store objects as a key or value you need to encode the object into a JSON string. And while retrieving you need to decode it back to an object. Here is example code var object = […]

5 years ago http://qnimate.com/how-to-store-objects-in-html5-localstorage/
Get HTML5 Audio Duration Length

HTML5 Audio Element provides an duration property to retrieve the length of the video file. Here is example code on how to use the property

5 years ago http://qnimate.com/get-html5-audio-duration-length/
Exit-Intent using JavaScript

Exit-Intent technology has been one of the most successful Internet marketing techniques. Websites use this technology to increase subscribers, sell products, social media followers etc. In this tutorial I will tell you what it is and how exactly it works. And also how to integrate this technology in your own website. What is Exit-Intent Technology? […]

Image5 years ago http://qnimate.com/exit-intent-using-javascript/
Page 2 of 21« First«...23...8...»Last »
Categories
  • Algorithms (1)
  • API (5)
  • Cloud (1)
  • Cordova (68)
  • Databases (8)
  • Ethereum (2)
  • Hyperledger Fabric (1)
  • Marketing (3)
  • Node.js (3)
  • Operating System (2)
  • Other (1)
  • SEO (15)
  • Tips and Tricks (13)
  • Web Development (184)
  • Web Security (12)
  • WordPress (94)
Most Viewed
  • slider
    Image Slider Using HTML And CSS Only
    60 comments
    7 years ago

  • facebook-chat-popup
    Facebook Style Chat Box Popup using JavaScript and CSS
    73 comments
    6 years ago

  • html5-file-api
    An Introduction To JavaScript Blobs and File Interface
    13 comments
    7 years ago
Most Commented
push-notificaton
Push Notification in Intel XDK using Push Plugin
6 years ago
109 Comments
facebook-chat-popup
Facebook Style Chat Box Popup using JavaScript and CSS
6 years ago
73 Comments
What is Multiplexing in HTTP/2?
5 years ago
61 Comments
Currently Viewed
“do the harlem shake” effect on any website with JavaScript
6 years ago
advanced javascript
ES6 Reflect API Tutorial
5 years ago
image
WordPress “Buy me a Beer” Plugin
6 years ago
Our Sponsor
Freelance: I am available
@narayanprusty
Hi, I am a full-stack developer - focusing on JavaScript, WordPress, Blockchain, DevOps, Serverless and Cordova. You can outsource your app development to me.





Will get back to you soon!!!
WordPress
ReactJS
Meteor
Blockchain
Serverless
Kubernetes
DevOps
DB & Storage
Ejabberd
Let's get started
My Books

2014 - 2015 © QNimate
All tutorials MIT license