Thursday, 11 February 2016

you can use this code in the following cases: 1) if you want to save data on submitting form then, replace onchange=“getSummary2(‘order’)” with onclick=“getSummary2(‘order’)” 2) if you want to save on key up then, replace onchange=“getSummary2(‘order’)” with onKeyUp=“getSummary2(‘order’)” 3) if you want to save data on change then use the code as it is ---------------------------------------------html code------------------------------------------------- ...

Sunday, 7 February 2016

You can generate unlimited textboxes and unlimited their sub-texboxes by using the below code.. HTML CODE <input type='text' name=''></input> <input id='btnAdd' type='button' class='btn btn-primary' value='+' onclick='AddTextBox(".$duty_id[$x].")' /> <button onClick=\"toggle_visibility('watch');\">?</button> <div id='TextBoxContainer".$duty_id[$x]."'> <!--Textboxes will be added here --> </div>  JAVASCRIPT...

Saturday, 8 February 2014

Convert an address to its Long, Lat: First 23 lines of code will convert your address to its latitude and longitude. Convert Long, Lat to its according Address: Lines from 24 to 43 of below code will convert your  latitude and longitude its address. Calculate Distance /between two Long, Lat: Lines from 87 to onward of below code will calculate the distance between two given addressess. NOTE: In case of any error, feel free to ask in...

Thursday, 5 December 2013

1. Google:   Founded by: Larry Page & Sergey Brin 2. Facebook: Founded by : Mark Zuckerberg   3. Yahoo:   Founded by: David Filo & Jerry Yang   4. Twitter:   Founded by: Jack Dorsey & Dick Costolo   5. Internet:   Founded by: Tim Berners Lee 6. Linkdin:   Founded by: Reid Hoffman, Allen Blue & Koonstantin Guericke   7. Email:   Founded by: Shiva...

Friday, 15 November 2013

PhP 5.5.6 has been released yesterday.All the users of PhP 5.5.5 should upgrade to this latest stable versio...

By Default MySQL Server didn’t use a password to access it. And a default user name ‘root’ is used to access MySQL Server. Manually we can set a new user name and a password to access MySQL Server. ·        Open this URL : http://localhost/phpmyadmin/ ·        Click on the Privileges tab. ·        Here you may ‘Add a New User’ or edit...

Thursday, 7 November 2013

1)Purchasing of FB.com: 15 Nov 2010 facebook purchased fb.com in 8.5 million dollar 2)LAW of  Island is written with the Help of facebook: In 2011 LAW of Island was written with the help of facebook. 3)Mark Zuberg :: facebook Wall ID https://www.facebook.com/4 it will redirect you to his wall. 4) $500 USD Prize Find a bug in facebook and get prize of $500USD. ...