Tagged Questions

1
vote
1answer
18 views

How to prevent $.getScript from loading the same file?

I am trying to load a file.js dynamically with $.getScript. I have several select options to load different script on each click. I just want to call it once and if possible remove it from the dom on …
1
vote
2answers
18 views

What is the benefit of using sqlite3_data_count() over sqlite3_column_count() in the SQLite C API?

After reading the docs, it seems the the function sqlite3_column_count does all the same, but doesn't have the restrictions that sqlite3_data_count has. Why would I ever want to use …
0
votes
1answer
11 views

Google maps v2 bounds change event

Hello all. I am using google maps v2 in my web application. I want to call database to fetch records when map bounds are changed due to zoom or drag. Until now I was using tilesloaded event handler to …
2
votes
1answer
12 views

Google Maps API not letting go of the mouse click

I'm using the Google maps API to place a map onto a web page, just like millions of other sites have done. However, once I click on the map (and let go), the map then acts if the mouse button is …
0
votes
0answers
24 views

Any Google API in perl working with OAuth

Hello, I've looked at Net::Google, and 90% of the modules use AuthSub with a mandatory login/password. The right way for a web application to interact with Google applications on behalf of a customer …
1
vote
3answers
43 views

Best tool for writing REST API documentation?

Hi all, I am in the process of writing up documentation for a REST API that I have developed. I am finding this to be tedious and the current way we are doing it just doesnt seem right. I am sure …
0
votes
2answers
31 views

sealevel pressure and temperature calculation

i want to know if there is any online api for getting pressure and temperature of a location, if not, then i have height above sealevel (in meters and feet), how can i calculate that to get pressure …
2
votes
2answers
61 views

How to I pass a table from lua into C++?

How would I pass a table of unknown length from lua into a bound C++ function? I want to be able to call the lua function like this: call_C_Func({1,1,2,3,5,8,13,21}) And copy the table contents …
2
votes
0answers
20 views

Embeddable forum software

I am in the planning stages of a specific subject matter community web site, and one feature I feel is required is that of member discussions. However, not in a typical forum style. For example, I …
1
vote
9answers
121 views

What is a REST API [closed]

Possible Duplicate: What exactly is RESTful programming? What is a REST API?
1
vote
1answer
51 views

Auto-Fetch All YouTube Videos From Account

Hi Everyone: I have been looking through the YouTube API for awhile now, but am not finding a simple way to auto-fetch all videos from a certain account and then display them on the screen. I am …
3
votes
8answers
82 views

Cross platform Networking API

I was wondering if there was an API to do networking that would work on Windows, Mac and Linux. I would like to make a card game that 2 people can play through a tcp connection. Thanks
0
votes
1answer
45 views

How do these guys make Flash access the clipboard and file IO?

Adobe Flash has some interesting and, at times, frustrating security rules that prevent lots of things from happening, like writing files to disk. Swf Studio and Flash Jester allow Flash to "break …
0
votes
2answers
19 views

is there an open id api?

is there an api for open id for using on your website?
5
votes
1answer
36 views

.NET API for Google Talk?

I am looking for a .NET API for Google-Talk (talk/voice/video/file). Any resources?

1 2 3 4 5 131
15 30 50 per page