Re: I want to join your group

2010-08-25 Thread Jeremy Geerdes
Double check that (a) you're providing the langpair parameter, (b) both sides of it are valid, and (c) the | is url encoded as %7C. If that doesn't help, post an example url that you're using and we'll see what we can do. Jeremy R. Geerdes Effective website design development Des Moines, IA

Re: What is the format of the XML or JSON Obatined

2010-08-25 Thread Jeremy Geerdes
If you're using the Javascript (AJAX) side of the API, try using the Firebug add-on for Firefox. It has a Net feature that allows you to track all requests that your browser is making to outside sources. Using that, you can find the search request(s) and examine them, the headers and parameters

Virtual Keyboard Positioning and dragging in IE6

2010-08-25 Thread Fastian
I am using the virtual keyboard on every textfields and textareas in page, and in IE 6 the draggable is not working. when i try to drag, keyboard just moves at the bottom of the page. if scroll down the page and again tries to drag, It just moves at the bottom of the page again. I can't drag it to

Re: Google Translate API enter

2010-08-25 Thread Jeremy Geerdes
You are correct. The translation API does not preserve newlines. What you could do is replace newlines with br/ and then send the string as HTML. When it comes back, replace the br/'s with newlines. Jeremy R. Geerdes Effective website design development Des Moines, IA For more information or

Re: implementing walk score API

2010-08-25 Thread Jeremy Geerdes
While I walkscore.com utilizes the Google Search API within their application to help calculate scores, their Public Transit API is proprietary. You should contact them for more information about utilizing their API. Jeremy R. Geerdes Effective website design development Des Moines, IA For