Lets share love

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

12

Tuesday, October 28, 2014

People to follow in Nepal for Motivation

      1.Ramesh Kharel: Currently the Senior Superintendent of Police in Nepal Police, this man is the rare clean cop. He cracks down on crime, loathes  criminal gang activities, puts the dons on strait-jackets and fires his corrupt subordinates. 2. Mahabir Pun: Born in Myagdi district and educated in the USA, he has been helping the villagers of western Nepal with his genuine idea of providing computers...

Wednesday, October 22, 2014

दिपावली किन मनाउने ?

तिहार तथा दिपावली हाम्रो एउटा धेरै नै महत्वपूर्ण चाड पर्व हो। त्यसो भए हामी किन दिपावली मनौचौ त ? यहाँ छन् की बुदा हरु। -> आज को दिन देवी लक्ष्मी को जन्मदिन हो।  ->विष्णु ले आज को दिन लक्ष्मी लाई छुटेका हुन्।  -> कृष्ण ले नरकसुर लै मारेका हुन।  ->पाण्डव हरु १२ वर्ष को गुप्त बास  बाट फर्केका हुन्।  ->आज कै दिन राम , सीता र लक्ष्मन रावण लाई       मारेर घर फर्केका...

Monday, October 20, 2014

How to put array in string like [1,2,3,4] to 1,2,3,4

here is a simple trick :) String listOfPhase =""         for (int i = 0; i < phaseIds.size(); i++) {             if (i == 0)                 listOfPhase += phaseIds[i].toString()             else                 listOfPhase += "," + phaseIds[i].toString()         } NOTE : phaseIds is your array&nbs...

Sunday, October 19, 2014

How to remove div content using html() in JQuery

How to remove div content using html() in JQuery $("#RemovingContent").children().remove(); $("#RemovingContent").html(""); RemovingContent is the div that you want to remove content of :) here is the complete example <html> <head> <title></title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#btnChangetext').click(function() { ...

How to keep same tab active in Twitter Bootstrap after page reload using localStorage

What is HTML Local Storage? With local storage, web applications can store data locally within the user's browser. Before HTML5, application data had to be stored in cookies, included in every server request. Local storage is more secure, and large amounts of data can be stored locally, without affecting website performance. Unlike cookies, the storage limit is far larger (at least 5MB) and information is never transferred to the server. Local storage is per domain. All pages, from one domain, can store and access the same data data. HTML...

Thursday, October 16, 2014

Do you know ? what to do with your life ?

i copied this article from this web page http://www.entrepreneur.com/article/238522 :) Writer: Eric M. Ruiz I was in San Luis Obispo, Calif., last weekend for a wedding. I took advantage of my time on the left coast to travel to Modesto to see my family. My brother and sister happened to be in town as well, so for the first time since May, all five members of the Ruiz family were gathered. I had the chance to spend some quality time with my sister Mary, who's the youngest in the family, and she filled me in on what...