<tutorialjinni.com/>

Change Color of Placeholder CSS

Posted Under: Programming on Feb 3, 2017
Change Color of Placeholder CSS
CSS styles can be applied to placeholder attribute as well but it is not straight forward because the syntax varies from browser to browser. It is not standardizes yet.

Open Browser From Command Line windows 10

Posted Under: Programming 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: Programming 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: Programming 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

Install Package in R With Dependencies

Posted Under: Programming on Jan 26, 2017
Install Package in R With Dependencies
R is a great language with a handsome amount of free packages but they are not bundle with R installer. R has around 10k packages freely available packages.