Lets share love

How ? copy url of this blog and share in your social network :) simple

12

Monday, November 23, 2015

office word word to pdf converter

https://www.microsoft.com/en-us/download/details.aspx?id=99...

Sunday, September 20, 2015

How to Add Nepali Unicode Tool to Your Website

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...

Thursday, September 17, 2015

How to use SSH keys with Putty in Digital Ocean

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...

Friday, September 11, 2015

XAMPP, Apache - Error: Apache shutdown unexpectedly

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...

Wednesday, July 15, 2015

sending params in

params="['page':'feedback']" and for data : params="['page': person.id]" instead of params="['page':${person.id}...

Monday, July 13, 2015

Playing with Images

here is a great tutorial for images animations http://designshack.net/articles/css/joshuajohnson-...

Friday, June 12, 2015

Top 10 lies people tell their parent as students.

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 -...

Monday, May 11, 2015

Tips on Choosing Fonts for Your Website

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...

Wednesday, May 6, 2015

Chart and graphs for grails application

http://www.intelligrape.com/blog/generating-dyanmic-charts-in-grail...

Designer.xml Fatal Parsing Error in Dreamweaver CS5

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 :) ...

Tuesday, April 21, 2015

What is new in Grails 3.0.0

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....