<tutorialjinni.com/>

Free HLS Player HTML5

Posted Under: JavaScript on Sep 8, 2022
Free HLS Player HTML5
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.

HTML Password Input With Eye

Posted Under: JavaScript on Jan 23, 2022
HTML Password Input With Eye
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 Love Letter Ransomware Sample Download

Posted Under: JavaScript on Feb 29, 2020
Nemty Love Letter Ransomware Sample Download
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.

Simple JavaScript Tabs (Horizontal) 1

Posted Under: JavaScript on Feb 22, 2020
Simple JavaScript Tabs (Horizontal) 1
Tabs are great to present different pieces of information in same space. Below code snippt create Tabs using pure HTML,CSS and javascript.

JavaScript Cut Array in Half

Posted Under: JavaScript on Jun 15, 2019
JavaScript Cut Array in Half
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.