<tutorialjinni.com/>

Swift Display Screen for Few Seconds

Posted Under: Snippets on Aug 28, 2018
Swift Display Screen for Few Seconds
Swift iOS snippet to show screen for specified seconds and then move to another screen.

Redirect to another page using JavaScript

Posted Under: Snippets on Aug 19, 2018
Redirect to another page using JavaScript
JavaScript Snippet to redirect the user to another web page. There are two mechanism for redirecting a user.

Get Query String Values Using JavaScript

Posted Under: Snippets on Aug 19, 2018
Get Query String Values Using JavaScript
URL Query String was a difficult and time consuming thing before the introduction of URLSearchParams() API, which is supported on all major browsers i.e. Firefox 44+, Opera 36+, Edge 17+, Safari 10.3+ and Chrome 49+. As usual Internet Explorer or Edge still lags behind.

PHP Flatten Multidimensional Array with Keys

Posted Under: Snippets on Aug 19, 2018
PHP Flatten Multidimensional Array with Keys
This simple snippet can flatten a multi dimensional Array and keep the keys intact.

Determine Installed PowerShell Engine Version

Posted Under: Snippets on Aug 18, 2018
Determine Installed PowerShell Engine Version
In order to check the current installed version of PowerShell use PSVersionTable.PSVersion. If PSVersion variable does not exists them it is Version 1.0, as it was available at that time.