<tutorialjinni.com/>

Uppercase Only First Letter of String in Swift IOS

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

Full Page Screenshot Chrome Extension

Posted Under: Tutorials on Nov 8, 2017
Full Page Screenshot Chrome Extension
Taking screen shot is a great way to capture information and make it portable. Usual way of saving a webpage by pressing CTRL + S, create a folder and an html file that need to place together in order to work.

Bypass Remove Google Factory Reset Protection (FRP)

Posted Under: Tutorials on Sep 12, 2017
Bypass Remove Google Factory Reset Protection (FRP)
Google Factory Reset Protection is a security procedure that hinder anyone form cleaning all data on the Phone. This is viable solution in case of theft or in some cases pranks. But what if someone intentionally sell their cell phone and wants to completely remove its private data.

Free Domain Name Suggestion Tool Script

Posted Under: Tutorials on Jun 19, 2017
Free Domain Name Suggestion Tool Script
For a successful business or a cause the website name matters the most. But it so happen the name you have in your mind is already taken or parked by someone else. So you end up changing the name of the website or playing smart by using some suffixes or prefixes.

Check PHP Session Exists

Posted Under: Tutorials on Jun 19, 2017
Check PHP Session Exists
In PHP, to access session variable stored in $_SESSION array the page must have session_start() method invoked earlier, but when it is called multiple called, it throws PHP Notice "session already started".