Free maps api and geocoding [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have to develop an commercial application with mapping.
I can't use Google Maps because of the 10k$/year for the premier API...
I tried Mapstraction with OpenStreetMap, nice but with some limitations.
There is no geocoding available apparently.
Is there a good free(or affordable) service available anywhere with mapping & geocoding functionnalities ?
Thanks

If this question is still valid, I think you should check Open Data Map APIs, in Open Web Services section. No limits, no signup tricks to get the API keys, everything free for real!

There is a pull in github for the feature : https://github.com/mapstraction/mxn/pull/98

Related

I want to know main things to learn before starting module development in Prestashop? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to know main things to learn before starting module development in Prestashop ?
Some use full website url's and videos , tutorials which will cover up important points and also clear my concepts .
This is a broad question, but let me give you some advice.
1) Google for How to develop Prestashop Modules.
2) Search for youtube videos on youtube
3) Search for some books for Prestahsop
4) Read Prestashop documentation http://doc.prestashop.com/display/PS15/English+documentation
The place to start from is http://doc.prestashop.com/dashboard.action
Recently I found a good tutorial at http://www.technoreply.com/how-to-create-a-prestashop-1-5-module/
I hope it helps

Is there foursquare developer roadmap? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I just wanted to know if there is a developer roadmap for foursquare. We're developing an application using foursquare api and we dont want to break its functionality when there's changes within foursquare api.
To ensure that future Foursquare API changes won't break your application, be sure to supply a version parameter with all your API requests. This parameter is a date you give that basically says "use the version of the API that was running on this date." Now if the API does indeed change, your application will get results from the previous version of the API, and you have adequate time to transition to the newer version.
In general, you can stay most up-to-date by following the Foursquare Engineering Blog and #foursquareAPI. There's also a changelog on the developer site.

Looking for a free SaaS for Text-to-Speech (TTS) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a free web-based TTS engine, that I may use in a commercial project. I'm not saying there's one, but I hope somebody might know if there was.
Thanks!
The only freely available web-based TTS engine that I am aware of is Google TTS. There is a blog post on how to use it. The problem with using it commercially is that it is not an official Google API (most solutions to use it have been hacked) and therefore subject to change without notice. For a commercial application I would pay for a good TTS engine. Another option is to get a freely available TTS engine and create your own SaaS.

Which service to embed a videochat easily on a website? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm working on a new website and I'd like to add a videochat feature. So I'm looking for services giving an API to do that easily.
Here is the list of features I need:
1-to-1 chat (a user can chat with an other one)
video
voice
chat
be able to know if somebody is currently chatting
user-friendly
working on all standard configurations (for example ooVoo doesn't work on safari 64bit)
Thank you!
Not sure if you're still looking for an answer, but http://www.tokbox.com/ looks pretty awesome for this

Permissions system for a CMS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
does anyone know of a good tutorial for how to build a permissions and roles system for a CMS?
Permissions
Well, if you want a tutorial there are lots! However, if you want to implement something which will be easy to manage then I suggest you read up about Access control lists. ACL.
If your site implements an ACL you will be able to manage permissions for lots of different roles very easily. Heck, just reading about them will be a great tutorial start point.
You can read about the Zend Framework ACL library here:
http://framework.zend.com/manual/en/zend.acl.html