<tutorialjinni.com/>

Responsive Sticky Top Navigation Menu - stickUp

Posted Under: jQuery, jQuery Plugins, Menu, Responsive, Template on Aug 19, 2018
Responsive Sticky Top Navigation Menu - stickUp
stickup is a responsive jQuery plugin that can pin the navigation menu on top of the page. It is specifically designed for single page websites, but it can be re purpose for any type of website.

PHP Flatten Multidimensional Array with Keys

Posted Under: PHP, 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: PowerShell, 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.

endsWith in PHP

Posted Under: PHP, Snippets, Tutorials on Aug 18, 2018
endsWith in PHP
PHP snippet function to check whether a string endsWith with a specified string or not. Function returns Boolean. This function can also handle case sensitivity.

startWith in PHP

Posted Under: PHP, Snippets, Tutorials on Aug 18, 2018
startWith in PHP
PHP snippet function to check whether a string startWith with a specified string or not. Function returns Boolean. This function can also handle case sensitivity.