EXEIdeas | April 12th, 2023 | 2 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesGoogle map is one of the most widely used APIs of Google as a majority of websites use Google maps for showing address location. For a static address, it’s pretty simple. All you need to do is input...
EXEIdeas | February 2nd, 2023 | 2 Comments | Guest Post / Mobile / Mobile DevelopmentWith recent development in the technologies used for mobile application development, Mobile app security has become a hot topic for discussion. As it is one of the major concerns for individuals and b...
EXEIdeas | December 5th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesSuppose you have a contact form with an input field called location or address. Now you want to show the user his or her location in google maps based on the address he or she typed. Or you need their...
EXEIdeas | September 7th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesHi! In this tutorial, let’s see how to get latitude and longitude from addresses using google maps geocoding API and PHP. Geocoding is the process of converting physical addresses into geographi...
EXEIdeas | September 5th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesHi! Today let’s see how to get addresses from latitude and longitude using PHP and Google Maps Geocoding API. The process of converting geometric coordinates such as latitude and longitude into ...
EXEIdeas | December 29th, 2021 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesIn this article, We will explain with an example, how to change the URL in the browser address bar without reloading or refreshing the page using HTML5 History API in JavaScript. HTML5 History API all...
EXEIdeas | October 18th, 2021 | 4 Comments | Internet / Internet InformationHaving a file, for example, an extraction from your mailbox, and you want to extract only the email addresses? Using Notepad++ and simple regular expression, that’s pretty simple. See below a full e...