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

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

Related

Non speech recognition ( Whistle, etc.. ) [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 8 years ago.
Improve this question
I want to build an app that recognizes sounds like whistle and other non speech sounds.
So when someone whistles, method is called or something happens.
Is there any API for that?
I searched a lot but I couldn't find anything.
Try the following guides:
http://mobileorchard.com/tutorial-detecting-when-a-user-blows-into-the-mic/ (a bit old, but should do the trick)
Detecting a clap in IOS
Essentially you can use the AVAudioRecorder class that does the job for you.

Looking for API (or solution) for generating PDF from online designer? [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
Working on building out a Web2Print product I need some kind of editor that will allow a user to manipulate graphics and ultimately generate a PDF. There are plenty of HTML 2 PDF APIs available but I was hoping someone might have experience with something a little more integrated and suited for dealing with graphics/fonts/text?
In PHP the best opensource option is TCPDF http://www.tcpdf.org/
I wanted to answer this and update everyone on the solutions that I found. Through the Magento extension store I was able to find several commercial (although still very reasonably priced) solutions:
http://www.zetaprints.com/ and http://layoutbuddy.com/ look like the most full featured and supported (as well as no up-front licensing.)
Thanks for all of the responses!

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.

Free maps api and geocoding [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 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

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