GOOGLE MAPS API V3 is what i'm trying to use.
I have all the coordinates in mysql. I just, for example, need to take 5 listings and put them on a map but I'd like to be able to find the center point based on the multiple coordinates I'd like to display, and the zoom level as well. Yeah know?
I'm having the time of my life with somethin...
Hi,
I need help in setting up a new DataLine. I have load a sound file and set up a line. After loading the data into the line I separate the data into the left and right channel. Now I wanna set up a line for the left and right channel for controlling the gain for each channel.
How can I do this?
...
Most of the applications these days provide an API...be it twitter,gmail,fb and millions others.
I understand API Design can not be explained in just an answer but I would like some suggestions on how to get started with API design. Maybe some tutorial/book that makes an application and has some chapters on how to go about providing AP...
I need to process credit cards and integrate with backend payment services to credit them. The majority of solutions on the internet require an intermediary, eg. 2CO, GCO, Auth.net.
Do you have any experience with implementing a credit-card payment gateway in PHP? Any help in appreciated.
Thanks for your time.
...
Hello everyone,
I was just curious if anyone has heard of any sort of API for guitar tabs? The thought passed through my mind that it would be really neat if I could grab guitar tabs from the internet to bring into my C# app, but haven't been able to find anything.
Thanks,
Chris
...
I have started creating a custom button for Picasa to be able to upload some photos to a website. I followed the guidance found here. It works fine so far but now I have made a small change to the button and picasa will not refresh the button no matter what I try.
Adding a link like this:
<a href="picasa://importbutton/?url=http://www...
In that internship term, I have dealt with BLAS libraries from NSF and Intel Math Kernel Library. Continuing that internship term into a research thesis project, I have the chance of learning to use CuBLAS library from nVidia CUDA API. How would you describe about the APIs that you have used in a resume, given that it would be helpful to...
Hi
i am developing a desktop application using c#.net
where i need to get the list of all websites that are using google adsense for the given list of keywords
for that what Google api i need to use.
Thanks
Anil Veeraghattapu.
...
hey
i have a google map in my site
and attach to it event handler of moveend
GEvent.addListener(map, "moveend", function()
{
map.clearovrelays();
GetLayerDataFromServer(); //it set the markers again on the map acording the map position
});
and also i have event handler for click on marker
GEven...
I am using Google Maps, I have a lat-lon for the first point and a street name for the second point.
How can I get Google Maps to search for the street name in the same city as the latlon?
Also, specifying 1234 Some Street, City, State should work as well as 1234 Some Street
...
I'm building a small Stack Overflow application, but to collect information from Stack Overflow about a user I need to know their UserID. I would like the user to be able to enter their display name/username and for the application to find their UserID. However, I understand that usernames are not unique, but would it be possible to find...
In Drupal, if you want to insert something into the node table, 'nid' can be null, but 'vid' can't. The inverse is true for the node_revision table.
So my question is, in what order are inserts done to the Drupal db when a node is created?
i.e. I can't insert into the node table, because I don't have the VID, and I can't insert into th...
Hi, I am trying to have a fixed width size for the labels in my Google chars. The problem is that I am showing several charts, one below the other. Since the y axis is filled with the names of people, depending on the names' lengths, I get a wider or narrower lebel area. The final result is ugly because each chart has a different label w...
I get to see this word in almost every cross service application these days.
What exactly is an API key and what are its uses
Also please explain the difference between public and private API keys.
...
I am working with twitter's oauth, and ive run into a weird problem.
How do i get a user's profile information using just their token and secret?
Here is what im using now
function OauthGetProfile($consumerkey, $consumersecret, $oauthtoken, $oauthsecret){
$to = new TwitterOAuth($consumerkey, $consumersecret, $oauthtoken, $oauthse...
I'm trying to run this method which should work according to this:
ActiveSupport::TimeZone.new("whatever",3600)
but this initializer doesn't exist.
So I would like to look at the sources for my Rails version (2.3.4) to see if it's private or if I'm missing the point completely (the one-argument constructor works).
And suddenly I re...
I am looking for an OS level API to account for cycles consumed by a specific thread in OSX.
This is similar to this question (and answer) but in OSX.
...
On Songza you can pause / resume a song by pressing Spacebar.
How do they accomplish this? I guess these embedded players expose some kind of Javascript API? If they do, where is it documented?
...
I would like to gather as much information as possible regarding API versioning in .NET/CLR, and specifically how API changes do or do not break client applications. First, let's define some terms:
API change - a change in the publicly visible definition of a type, including any of its public members. This includes changing type and mem...
I am just beginning to learn how to write software that accesses an SQL server. It seems that each server implementation (Postgres, MySQL, etc.) offers API libraries for various languages (my code is in C and C++, though solutions for Java and Python would also interest me). I'm a little wary of depending on these libraries, however, b...