QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack
How To Avoid Killing Of Terminal Attached Processes When SSH Connection Drops

SSH provides a secured emulation of server terminal on client computer. As we know if the terminal attached to processes is closed then the processes are killed. This could be problem when we are having a internet connection drops. In this article we will look at “screen” command which is actually a virtual terminal manager. […]

Image7 years ago http://qnimate.com/how-to-avoid-killing-of-terminal-attached-processes-when-ssh-connection-drops/
How to use Github Hosted CSS and JS Files in Your Website

RawGit serves raw files directly from GitHub with proper Content-Type headers. Can be used in production sites and demos. Very useful cloud service.

Link7 years ago http://qnimate.com/download-raw-github-files/
WordPress For Large Websites

Starting a new blog or any other kind of WordPress site is easy. But as your site content grows and also visitors increase the problems start rising. You site will start responding slower and will have bad user experience. In this article I will provide hosting places and plugins list using which you can make […]

Image7 years ago http://qnimate.com/wordpress-for-large-websites/
SEO For E-Commerce Websites

Whenever we search for a ecommerce product in a search engine we see a list of links with well optimized titles. But this information(page title, description etc) is very basic and it really doesn’t give any product details or configuration and also it doesn’t give any reason to the user to visit the link. Therefore […]

Image7 years ago http://qnimate.com/seo-for-e-commerce-websites/
Introduction to Subresource Integrity

Web technologies like TLS, HSTS and pinned public keys make sure that webpage resources are downloaded from the correct host. But these methods fail to verify if the downloaded resource is manipulated or not. For example, a attacker having access to the resource server can manipulate the resource(make it vulnerable to the app) and this […]

Image7 years ago http://qnimate.com/how-to-make-browsers-verify-fetched-resources-content/
Prioritising Downloading Of Webpage Resources

Webpages contain many resources which are not needed until a certain amount of time or else not needed until user actually wants to see it. Delaying the loading of these resources will decrease the page load time. In this post I will show you latest HTML and CSS specification to achieve this desired functionality. HTML5 […]

Image7 years ago http://qnimate.com/prioritising-downloading-of-webpage-resources/
Check if CSS property is supported using CSS and JavaScript

In this article I will show you different techniques to detect if a CSS property is supported by browser using CSS and JavaScript. Detecting using CSS3 CSS3 provides @supports condition rule to check if a CSS property is support or not. Let’s see some example of using it Detecting Using JavaScript There are basically two […]

Image7 years ago http://qnimate.com/detecting-if-css-property-is-supported-using-css-and-javascript/
Capturing Webcam Image Using JavaScript

This post is a part 12 of Capturing Webcam Image Using JavaScript post series. In getUserMedia article I explained how we can retrieve webcam video using JavaScript. Developers started applying different techniques to retrieve a single frame out of the stream which would result in a captured image. But non of these techniques to capture […]

7 years ago http://qnimate.com/capturing-webcam-image-using-javascript/
Capturing Webcam Video and Microphone Audio Using HTML5

In my article on getUserMedia function I explained how we can capture webcam video and microphone audio stream using JavaScript. Capturing it using JavaScript is useful if you wanted to manipulate the data, create a live chat or just upload a video or audio via AJAX. Now HTML5 provides a way to only capture the […]

Image7 years ago http://qnimate.com/capturing-webcam-video-and-microphone-audio-using-html5/
Page 30 of 43« First«...1020...2829303132...40...»Last »
Categories
  • Algorithms (1)
  • API (5)
  • Cloud (1)
  • Cordova (68)
  • Databases (8)
  • Ethereum (3)
  • 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
    8 years ago

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

  • html5-file-api
    An Introduction To JavaScript Blobs and File Interface
    13 comments
    8 years ago
Most Commented
push-notificaton
Push Notification in Intel XDK using Push Plugin
7 years ago
109 Comments
facebook-chat-popup
Facebook Style Chat Box Popup using JavaScript and CSS
7 years ago
73 Comments
What is Multiplexing in HTTP/2?
7 years ago
61 Comments
Currently Viewed
JSON.parse() throws “unexpected token” error for valid JSON
6 years ago
HTML5 Battery Status API with Code Example
7 years ago
Default Function Arguments Values in JavaScript
7 years ago
Our Sponsor
My Books

2014 - 2015 © QNimate
All tutorials MIT license