<tutorialjinni.com/>

Install PHP mcrypt Extension on Linux

Posted Under: Snippets on Aug 17, 2018
Install PHP mcrypt Extension on Linux
In order to use encryption and decryption in PHP, we need to inatall PHP extension mcrypt.

Find all occurrences of a String in a String in PHP

Posted Under: Snippets on Aug 16, 2018
Find all occurrences of a String in a String in PHP
This PHP snippet will list all indexes of a sub-string in parent string.

Uppercase Only First Letter of String in Swift IOS

Posted Under: Snippets on Nov 9, 2017
Uppercase Only First Letter of String in Swift IOS
To capitalize only first letter of a string in Swift iOS. Below is the code for both Swift 3 and Swift 4.                   

Free Simple HTML CSS Login Form Template 1

Posted Under: Snippets on Feb 24, 2017
Free Simple HTML CSS Login Form Template 1
Download Free HTML & CSS simple and clean login form template. This template is self contained. It contains no images and javascript and be used or modified as desired.

Change Text Selection Color CSS

Posted Under: Snippets on Feb 5, 2017
Change Text Selection Color CSS
With CSS3 every aspect of the Webpage can be can customized. This CSS code snippet will change the highlight color of the select text both its background and foreground color.