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'm fairly new to web design and I would really like to know how to create a dynamic map from scratch. Here is the idea. The website takes a poll from users (from let's say the US). I want to update a map of the US and darken the regions of the map as more people from that location participates (they enter their location). How would I do this? What are some resources to get started with?
I think you could do this with googlemap api Heatmaps.
Sample https://developers.google.com/maps/documentation/javascript/examples/layer-heatmap
Please refer https://developers.google.com/maps/documentation/javascript/layers for more details
Related
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 6 years ago.
Improve this question
Normal, I usually define like this to create multiple languages for my site.
Like this:
en-en.php
define("HOMEPAGE", "Home Page");
vi-vi.php
define("HOMEPAGE", "Trang chủ");
Current, I load this menu from my database.
Has anything to create multiple language sites when load data from the database?
Thank you very much.
I would use Google's website translator
It's a simple plugin that allows you to convert any page to 100+ different languages live.
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 7 years ago.
Improve this question
I want to fill up a database table concerning mobile phones and their models from a website like gsmarena, only the brand and the model. Am using microsoft sql server, but to fill it i think i can do that with a php crawler, is there any alternative or any tip to do that easily?
GSMArena doesn't seem to offer an API it seems, so there's no other chance for you than to scrape their website. However, that might be illegal. Ask them first.
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 have a list of 10,000+ keywords, specifically company names (ie: Best Buy, General Electric, etc.). I want to find relevant websites for all or most of these names, systematically.
How would I be able to go about this?
I'm thinking it'd be possible to copy from the list, paste to google, copy first website then paste on another list.
You should use Google's Web Search Results API.
Getting the basic hello world up.
PHP Access
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
So there are websites that use dynamic web pages and use PHP for this. Also websites need to use SQL to run information in their server databases.
How would an iOS app do this? Through the same type of programming (PHP&SQL)?
I'm a student only looking to learn. Thanks!
This should get you started - https://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Getting%20Started
And once you have had a look around in the above link, have a read of this https://developer.apple.com/technologies/ios/
Lastly if you want to really go creative and social check out the iOS SDK for Facebook and start making cool apps - https://developers.facebook.com/docs/ios/ios-sdk-tutorial/
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 12 months ago.
Improve this question
I have a classifieds website (with geoclassifieds basic) and would like to integrate amazon results into the search results. What's a simple way to to do this?
You'll need to apply for an account at http://aws.amazon.com and get an API key. Authenticating to the API is somewhat involved, so you might want to have a look at something like http://gulati.info/2009/08/amazon-php-api/. Documentation for the Amazon Product Advertising API can be found at http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/.