HTTP Live Streaming or HLS Player is a media streaming protocol that deliver content to the users according to their bandwidth availability. The basic building blocks of a HLS streams are M3U8 playlists.
Web browsers provide security to password input via HTML input tag's type attribute, password. It prevent against shoulder surfing attacks. But still if there is a requirement to view what is being typed in the password the type's attribute need to change to text to view..
Nemty Ransomware which was discovered in August 2019 get a new boost. It is spreading under a Love You malspam camping. Victims receive a email message with a just a wink.
Tabs are great to present different pieces of information in same space. Below code snippt create Tabs using pure HTML,CSS and javascript.
This tutorial explain how to cut a JavaScript array in half no matter what the size is. it will splice the array in equal halves.