<tutorialjinni.com/>

Simple JavaScript Tabs (Horizontal) 1

Posted Under: Snippets 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.

Install Python LDAP on Linux

Posted Under: Snippets on Jun 17, 2019
Install Python LDAP on Linux
Linux snippet to install Python LDAP on various Linux distributions.

JavaScript Cut Array in Half

Posted Under: Snippets 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.

Installing Custom SSL Certificate on Apache

Posted Under: Snippets on Sep 4, 2018
Installing Custom SSL Certificate on Apache
This configuration snippet will install custom self signed certificate for Apache Web server on Ubuntu.

MySQL Select 1st Day of Month and Current Time

Posted Under: Snippets on Aug 29, 2018
MySQL Select 1st Day of Month and Current Time
MySQL snippet to select data between first day of the current month and current date.