3
votes
5answers
719 views
Should I use Google’s JSAPI in production code?
Possible duplicate of:
should-i-link-to-google-apis-cloud-for-js-libraries
also many other discussions, including:
…
0
votes
0answers
64 views
FreeTTS Volume Control
Hello all,
I have a working speech solution that I'd been playing with over the years, part of which includes integration with FreeTTS. I'm using a client server model and trying to figure out how to …
19
votes
12answers
3k views
Where do you include the jQuery library from? Google JSAPI?
There are a few ways to include jQuery and jQuery UI and I'm wondering what people are using?
Google JSAPI
jQuery's site
your on site/server
another CDN
I have recently been using Google JSAPI, …
0
votes
0answers
105 views
How can I get the full backtrace in spidermonkey (JSAPI) from my reportError function
I'm embedding javascript in my app using spidermonkey and I have a function called reportError that receives a JSErrorReport.
It seems simple to grab the current line of the error, but is it possible …
