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. […]
RawGit serves raw files directly from GitHub with proper Content-Type headers. Can be used in production sites and demos. Very useful cloud service.
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
Most Commented