Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 14 hours ago.
Improve this question
I can't move the result file to hasil.html and I can't make map directors so that the maps can be directed and I can't make someone who has entered my website redirect to tiktok
How do I make the results move to hasil.html and visitors will be redirected to YouTube and how can I make the results of the tracking maps able to make route navigation so I can go to the route from the resulting maps? (with API OpenStreetMap) code = https://katacode.app/kodex.txt
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 days ago.
Improve this question
How do I make the results move tohasil.html and visitors will be redirected to YouTube and how can I make the results of the tracking maps able to make route navigation so I can go to the route from the resulting maps?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I want to get correct search terms from the user even if the user gives incorrect spelling of the product and display products according to that. How can I do that and should I use AI for that?
You can make use of Bing spell check API.
Whenever someone types in the input field and event should be triggered which sends the request to the Bing API.
You can refer the documentation here
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I got a question about my project.What they want me to do is:
1)Our school has 3 login panel like one of them is for library, other one is for student info and more something like that.
2)So basically, my user information which are id and password is same for all of them.( All the login panel that school has)
3)And they want me to do is to code a script to create one login panel in order to log in all of them.
Is it possible to do? And i do not know where to start? Thank you!
What you want to do is SSO (Single sign-on), google this and you will obtain a lot of informations about it
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am trying to create Bing map clustering similar to what Google offers. However, the only docs I found from an "official" source (http://blogs.bing.com/maps/2011/03/01/bing-maps-v7-modular-design-and-client-side-clustering/) have a broken link to the actual code.
Does anyone know where to get the supported Bing clustering module?
Thanks
A quick search gives an open source available at codeplex:http://bingmapsv7modules.codeplex.com/wikipage?title=Client%20Side%20Clustering.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I need to be able to use Google Maps to calculate miles from what a user inputed using Dropdown addresses earlier in the form. The map/calculations need to be at bottom. Where can I find help on this. Thanks
The documentation for the Google Maps API would be a good place to start.