How to Apply For Obtain a Marriage Certificate in Hungary

Apply For Obtain a Marriage Certificate in Hungary If all requirements are met, an office for registry can choose the date of marriage. Required Documents For Obtain a Marriage Certificate Similar to the mandatory information section. Same as in the required information. Office Locations and Contacts The local municipality’s registry office is located in the … Read more

How to Apply for Renew Identity Card in Nicaragua

Apply for Renew Identity Card in Nicaragua To renew your identity card, you must fill out an application form. Visit an CSE office and fill out the completed application form along with two passport-sized photographs and proof that proves that you’ve paid your fee for application. You’ll also be required to show your expired identity … Read more

How to Apply For Register to Vote in Niger

Apply For Register to Vote in Niger Visit the office of elections in your neighborhood. Complete an application form. Documents that are required to be present. Required Documents For Register to Vote National Identity Card Passport Driver’s license Card agent or military card for security forces Booklet of military or civil pensions Family book or … Read more

How to Apply International Driver License (IDL) in Niger

Apply International Driver License (IDL) in Niger You could also visit the following processing centers that will assist you to obtain an International Driver License : Driver License Processing Centers Office Locations and Contacts The following is a listing of processing centers that you can reach : Processing Offices Instructions The following link provides you with details … Read more

How to Apply Obtain Police Clearance Certificate (Criminal Record, Extrait du Casier Judiciaire) in Niger

Apply Obtain Police Clearance Certificate (Criminal Record, Extrait du Casier Judiciaire) in Niger by yourself Application process in Niger for non-citizens and citizens. The applicant must make an application in person at “Court Of Appeal”. Contacts detail link : link Address:Cour d’Appel, BP 231, NIAMEY, NIGER. The applicant should visit the appropriate office. Make sure to bring … Read more

How to Apply Renew Driver License in Niger

Apply Renew Driver License in Niger This is a link that will let you check renewal of your driver’s license License Renewal for Drivers: License Renewal You may also visit these processing centers that will assist you with renewal of your driver’s license The Driver Licensing Processing Centers Office Locations and Contacts The following is a listing … Read more

How To Change Python Version

how to change python version on linux #Check available versions ls /usr/bin/python* #Change the used version 3.5 or 3.7 etc alias python=’/usr/bin/python3.x’ #do this other thing . ~/.bashrc #Check version python –version upgrade python version conda update python Source:duckduckgo.com change default python version sudo update-alternatives –config python Source:unix.stackexchange.com how to change python version sudo update-alternatives … Read more

Html Background Image Fit To Screen

css background image size to fit screen html { height: 100% } body { background-image:url(“../images/myImage.jpg”); background-repeat: no-repeat; background-size: 100% 100%; } how to cover full image in css body { background-position: center; background-repeat: no-repeat; background-size: cover; } html background image fit to screen body { background-position: center; background-repeat: no-repeat; background-size: contain; } make background image … Read more

Window Load Jquery

window load jquery $(window).on(‘load’, function() { console.log(‘All assets are loaded’) }) Source: stackoverflow.com call a function on load jquery $(document).ready(function () { // Function code here. }); Source: stackoverflow.com  

Prop Disabled

prop disabled //jQuery 1.6+ use: $(“#inputID”).prop(‘disabled’, true); //disable $(“#inputID”).prop(‘disabled’, false); //enable //jQuery 1.5 and below use: $(“#inputID”).attr(‘disabled’,’disabled’); //disable $(“#inputID”).removeAttr(‘disabled’); //enable disable input field with jquery // Disable #x $( “#x” ).prop( “disabled”, true ); // Enable #x $( “#x” ).prop( “disabled”, false ); enable input jquery $(‘input’).prop(‘disabled’, false); Source: stackoverflow.com  

Javascript Sleep For 1 Second

javascript sleep for 1 second function delay(time) { return new Promise(resolve => setTimeout(resolve, time)); } delay(1000).then(() => console.log(‘ran after 1 second1 passed’)); Source: masteringjs.io js sleep 1 second await new Promise(resolve => setTimeout(resolve, milliseconds)) Source: www.codegrepper.com javascript sleep 1 second async function test() { console.log(‘start timer’); await new Promise(resolve => setTimeout(resolve, 1000)); console.log(‘after 1 second’); } test(); … Read more

No Allow Copy Html

no allow copy html -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; Source:stackoverflow.com

Rotate An Image On Hover CSS

Rotate an image on hover CSS <input class = “spin” type=”image” src=”(IMAGE URL)” width=”42″ height=”42″ alt=”a” title”Transform 360 deg. image!”> <style> .spin:hover { height: 60px; width: 60px; transition: .5s; transform: rotate(360deg); } </style> <!– You can remove the height and width elements in the CSS style tag if you wish. –>    

Html Bootstrap Textarea

html bootstrap textarea <div class=”form-group”> <label for=”exampleFormControlTextarea3″>Rounded corners</label> <textarea class=”form-control” id=”exampleFormControlTextarea3″ rows=”7″></textarea> </div> Source:mdbootstrap.com Bootstrap textarea from <div class=”mb-3″> <label for=”exampleFormControlInput1″ class=”form-label”>Email address</label> <input type=”email” class=”form-control” id=”exampleFormControlInput1″ placeholder=”name@example.com”> </div> <div class=”mb-3″> <label for=”exampleFormControlTextarea1″ class=”form-label”>Example textarea</label> <textarea class=”form-control” id=”exampleFormControlTextarea1″ rows=”3″></textarea> </div> Source: getbootstrap.com

How To Make a Whatsapp Hyperlink Html

how to make a whatsapp hyperlink html <!– Try this link “formula” out 🙂 –> <a href=”https://wa.me/<number>” target=”_blank”>Link Text Here</a> <!– where the <number> is a full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format. –> Source: faq.whatsapp.com  

How to Apply for Employer Closure Advice under National Insurance Scheme in Jamaica

 Apply for Employer Closure Advice under National Insurance Scheme in Jamaica By Yourself In order to apply for the Employer ClosureAdvice program under the National Insurance Scheme (NIS) it is necessary to apply at the NIS office within the Ministry of Labour and Social Security (MLSS). Check out the NIS contact information under the “Office Contacts … Read more

How to Apply for Employment Injury Benefit Death under National Insurance Scheme in Jamaica

Apply for Employment Injury Benefit Death under National Insurance Scheme in Jamaica By Yourself To apply for Employment Injury Benefit Death under the National Insurance Scheme (NIS), you have to submit your application to the NIS office under the Ministry of Labour and Social Security (MLSS). please view the NIS contact details in the “Offices … Read more

ootstrap Cdn

bootstrap cdn <link rel=”stylesheet” href=”https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css”> bootstrap cdn <link href=”https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css” rel=”stylesheet” integrity=”sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC” crossorigin=”anonymous”> <script src=”https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js” integrity=”sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM” crossorigin=”anonymous”></script> bootstrap cdn CSS <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css”> JS <script src=”https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js”></script> JQuery <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js”></script> bootstrap cdn <link href=”https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css” rel=”stylesheet” integrity=”sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3″ crossorigin=”anonymous”> <script src=”https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js” integrity=”sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p” crossorigin=”anonymous”></script> bootstrap cdn <link rel=”stylesheet” href=”https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css” integrity=”sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3″ crossorigin=”anonymous”> <script src=”https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js” integrity=”sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13″ crossorigin=”anonymous”></script> bootstrap cdn <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css”> … Read more

How to Apply for Funeral Grant in Jamaica

Apply for Funeral Grant in Jamaica By Yourself In order to apply for the Funeral Grant To apply for the Funeral Grant, you must send your application in full to the department of the National Insurance Scheme (NIS) under the Ministry of Social Security and Labour’s (MLSS) parish offices at the area you reside in. Check … Read more