<tutorialjinni.com/>

Open Browser From Command Line windows 10

Posted Under: Snippets on Feb 1, 2017
Open Browser From Command Line windows 10
All modern browsers support the option to launch itself from command line or shell. The browser can launch itself in both normal and incognito or private modes.

Disable Text Selection Highlighting using CSS3

Posted Under: Snippets on Jan 29, 2017
Disable Text Selection Highlighting using CSS3
To prevent user from copying any text from a webpage, CSS3 provide an elegant and cross browser property that eliminates the need to use JavaScript.

JAVA Evaluate Mathematical Expression String

Posted Under: Snippets on Jan 29, 2017
JAVA Evaluate Mathematical Expression String
Java do not have an eval() method. But with the introduction of ScriptEngine class in JDK 1.6 it is possible to evaluate a string as a piece of code in JAVA