I\'m searching for a way to geocode venues with google maps. The Geocoder API only provides the ability to use addresses for geocoding. But what if don\'t know the address and only the city and the na
I am bit of a noob when it comes to this topic. I am trying to work around a site (userscript to improve the ui of some web app) and I need to grab links from a url. The site has a login and password
I have an app that (among other things) uses Yahoo Weather API to display weather conditions for a location selected by user.
I need to write a webapp, that will check if sit开发者_运维问答e contains an element (e.g div with id=\"iamhere\"). This site can be any site, it\'s not in the same domain that my script is. I thought
Need to know how to get YQL to return only data that\'s newer tha开发者_如何学Gon a date that I specify.
I am using YQL to parse multiple rss feeds.I have success getting YQL to return the XML for title,link,date but it also pulls in dc:title which makes for duplicate results.I have tried using dc:title
I have been killing myself over this for some time. I am looking to use the causes API to fetch some data from some of our causes we have active and display that via html.
I\'m working on a web application that takes its data from a web page using the Yahoo Query Language API to return a JSON array. I\'ve hit a block in that sometimes, when there is only one \"race\" on
I\'m creating a pipe that basically needs to follow the work flow as follows: Read an XML feed from a website (already does it by fetch data)
I am trying to display content from a YQL Query. Howe开发者_如何学Cver, the value I am entering into my text field is returning a value of undefined when I submit it, thus causing the YQL query to fai