Sometime, we need to count the number of words , character in any editor.I have write an article by which you can easily count these things here. 1: Count the number of character : with all white space. 2: Count the number of…
Oct
11
2015
Creating Calculator in javascript / jQuery
Here we are improving the logic through developing the calculator. It is very useful for the new programmer in javascript and jquery. Let’s try Online Demo here Your can download the code form here. Download In the zip file, it has simply HTML…
Sep
27
2015
How to display HTML CODE on web page
Sometime it becomes a challenge to show the HTML code on web page. Because by default every tag will run on the web page .Now here I ‘m explaining about, how to display HTML CODE on web page. .IF you can enter any…