This is very simple.
1. put this code in head of html file.
<script src="nepali.js"></script>
Download nepali.js here.
2. Now put this code in body where you want to place box for unicode conversion.
<form name="unicode">
<textarea onkeyup="conversion();" name="nepbox" rows="15" cols="60"></textarea>
</form>
And its done.
If you need to download it whole. here is the link. Click Here to Downlo...
What is SSH keys
SSH keys serve as a means of identifying yourself to an SSH server using public-key cryptography and challenge-response authentication. One immediate advantage this method has over traditional password authentication is that you can be authenticated by the server without ever having to send your password over the network. Anyone eavesdropping on your connection will not be able to intercept and crack your password because it is never actually transmitted. Additionally, using SSH keys for authentication virtually...
Today morning i got this error after installing Skype in my windows. I do not use Skype so i had not installed it earlier. So after Skype installation i got this problem. This happens because Skype by default use same port that Apache uses.
error shows like this:
16:50:25 [Apache] Status change detected: running
16:50:26 [Apache] Status change detected: stopped
16:50:26 [Apache] Error: Apache shutdown unexpectedly.
16:50:26 [Apache] This...
Students go to another city to study and on phone they tell so many lies to their parents. Here are top ten lies they tell.
1. Ate Food
- Yeah mom , already.
2. Son , you went college today. How were classes.
- Yeah Dad, i went in the early morning. Subjects are too tough. Need to study whole night. :p
3. What is semester fee son.
- Its 65k dad. (its 55000 actually )
4. Girlfriend
- No Mom , I have no girlfriend.
5. Instruments and stationary
-...
Is there a way to automatically install a font on my visitor's computer when they visit my site?
Hopefully not.
I sincerely hope the browser makers have plugged all the security holes that made such drive-by installations possible. Imagine going to a website and having all manner of things automatically installed onto your computer. It used to be one of the methods used by spyware and adware sites to infect computers, forcing many people to install anti-spyware software to protect themselves.
Is there a way to embed a font in my...
I got "fatal parsing error associated with the designer.xml file" while working in Dreamweaver. Dreamweaver would not open with that.
And here is the simple trick that worked for me just rename the designer.xml file in
C:\Users\.....\AppData\Roaming\Adobe\Dreamweaver CS5\en_US\Configuration\Workspace
and u can open dreamweaver again :) ...
A few days ago Grails 3.0 was officially released. Grails is now based on Spring Boot, the build system changed from Gant to Gradle and significant parts of the framework have been rewritten. In this post we will have a look at all the major changes introduced by Grails 3.
Grails 3.0 uses the Gradle Build System for build related tasks such as compilation, runnings tests and producing binary distrubutions of your project....