Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

66
votes
15answers
26k views

Where do you include the jQuery library from? Google JSAPI? CDN?

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, ...
7
votes
6answers
9k 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: ...
3
votes
1answer
812 views

google.Load jQuery UI Specific CSS

I am loading jQuery UI as google.load("jqueryui", "1.8.6"); from the Google CDN And I want the theme UI Darkness to be associated with it. Any other methods other than <link type="text/css" ...
2
votes
2answers
38 views

Will Google throttle attempts to obtain user location using client-side jsapi calls?

I installed this JavaScript project which attempts to obtain the user's geolocation using client-side JavaScript. https://github.com/codejoust/session.js/ The default mechanism for the location ...
2
votes
1answer
228 views

Google jsapi failed to load in Jquery Dialog

I'm trying to show a Chart from google visualization api into a jQuery dialog that load the content from another page, but I receive a javascript error that said 'google is not defined' when try to ...
2
votes
5answers
257 views

JQuery - getScript opens in a new tab

i have a "imho" strange problem with the jquery getScript function. $.getScript('jquery_ui.js', function (){}); // this code works fine <script type="text/javascript" ...
2
votes
3answers
308 views

Is it essential to use a developer key in Google Jsapi calls?

I've been using Google Jsapi like so: <script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript"> google.load("jquery", "1.3"); ...
2
votes
1answer
104 views

Google custom search (or alternative) in XHML

Google's JavaScript API makes use of the function document.write, thus is not usable in XHTML. Do you know a workaround how to get the custom search working in XHTML? Or is there a working ...
2
votes
3answers
3k views

Freetts problem in Java

I am trying to run a program using freetts. I am able to compile the program however I am not able to use kevin or mbrola voices I get the follwing o/p msgs at the end System property ...
1
vote
0answers
55 views

can JSAPI work to get count the decibel from voices?

I am new here and also to Java.. I am currently working on a program to count the decibel value of a human voice. I have the idea to get the waveform then count the decibel. But I am now confused in ...
1
vote
4answers
2k views

google charts api and jquery problem

Hey guys. I've got really weird problem here I'm trying to use google charts API. I also use jquery. I've got several functions that instantiate various charts. So - when I simply call them without ...
1
vote
0answers
115 views

Silverlight JS API - loading a XAP on demand?

I have a hybrid javascript/Silverlight web app where I am using CreateFromXaml() to build a silverlight DOM from JS. Now I am trying to instantiate a new Control that lives in an external XAP file ...
1
vote
1answer
452 views

Troubleshooting “System property mbrola.base is undefined. Will not use MBROLA voices” when converting text to speech with JSAPI

I'm getting the following error: System property "mbrola.base" is undefined. Will not use MBROLA voices. import javax.speech.*; import javax.speech.synthesis.*; import java.util.Locale; public ...
1
vote
2answers
1k views

How to define mbrola.base property while we are using the Java speeach API?

import javax.speech.EngineList; import javax.speech.EngineCreate; import javax.speech.synthesis.SynthesizerModeDesc; import javax.speech.synthesis.Synthesizer; import ...
1
vote
0answers
352 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 ...
0
votes
0answers
13 views

Using freeTTS to convert spoken word to text

I have got the hello world version of free tts running. Now, I want to make a small application that allows me to say something to the application . The application should print whatever I say as text ...
0
votes
1answer
17 views

Using Google JSAPI breaks my infieldlabel javascript, why and how do I fix it?

I currently have a site that both needs JSAPI and infieldlabels javascript. I have the following code: <script type="text/javascript" ...
0
votes
1answer
67 views

recognizing all english words using sphinx4

I have a problem in recognizing all english words using sphinx4. I added all the english words starting with letter 'A' to my grammar file in java and tried to run it. First time it gave me the error ...
0
votes
0answers
12 views

Google feed - get data from offset

I am using google feed api to fetch the feed from the url. I need to give the paging to the user so that (due to low bandwidth) all entries should not come at first. Is there any way to get entry from ...
0
votes
1answer
49 views

Enumerate all properties in Mozilla JSAPI

I want to programmatically list all properties of JS object from C++ code (I am using Mozilla's JSAPI). I know I can go up the prototype chain with JS_GetPrototype, then enumerate each object's own ...
0
votes
0answers
58 views

How to implement JSAPI in android

Thanks for previous replies.... I want to convert my speech to text. I have searched for this particular issue in website they mentioned about JSAPI (java speech API). i am not sure how this api ...
0
votes
1answer
150 views

youtube video not loading by id

i get the code from code playground http://code.google.com/apis/ajax/playground/?exp=youtube#change_the_playing_video i dont know why it's not working in my pc '<head> <meta ...
0
votes
0answers
214 views

Including Google Visualizations API & libraries without JSAPI

I'm wondering if it is possible to download some of the necessary Google Visualization API code files and include them in my solution rather than rely on Google's CDN. I'm working in a .NET 3.5 ...
0
votes
0answers
31 views

Jquery - Feeds are loaded check

i have a problem with the jquery each and google.feeds function. How can i check -> if all feeds are ready? Example code $.each(rss_feeds, function(i, val) { $('#please wait').show(); var ...
0
votes
1answer
207 views

self hosting google's jsapi

Is it legal to download the jsapi and self host it in my server instead of requesting it directly from the google's infrastructure? I know that this is not recommended but is it legal? Thanks.
0
votes
3answers
643 views

Having Problems Getting FreeTTS and JSAPI Working

First off I'm on Ubuntu linux if that matters. I have a simple project idea based off of FreeTTS and the JSAPI (Java Speech API) I've downloaded and unpacked FreeTTS and run their build script. Then ...
-1
votes
1answer
17 views

Why is it impossible to grab jsapi and fonts from google services?

I'm just trying to know why we can't download fonts from google & jsapi from google Is that a legal issue ? Thanks