api

Cannot implement meter in windows API

I am using the windows API (in C++) to create a windows application. Now, I have a progress bar which I want to show like a meter. A meter is blue and has no animation. I cannot figure out how to implement this, and if I have to, I will just settle for the usual green progress bar. Please help. EDIT: At least, is it possible to disabl...

ebay api buying item through iphone sdk

I want to give facility of buying items from ebay but I am not getting which ebay api i have to use for buying with iphone sdk? ...

Looking up Editions of a Book

Is there a way to look up the various editions of a book based on its ISBN using the Amazon Product Advertising API? And, more generally, what are the various choices for looking up edition metadata on a book? Only one I know of for sure is the xISBN api from worldcat On my site we have a "more editions" button for when people search ...

How would I find the height of the task bar?

In my windows application, I am trying to find the height of the task bar. While I can hard program this into my program, I would like to find it programmatically to support past, present (win7) and future windows versions. So, how would I do this? ...

Problem assigning to findItemByCategoryRequest.outputSelector[] using Ebay .NET API

I'm trying to assign a value with code like the following: findItemByCategoryRequest r = new findItemByCategoryRequest() r.outputSelector = outputSelectorType.SellerInfo ........etc However I am getting an error when I try to build: "Cannot implicitly convert type 'FinalEbayParser.com.ebay.developer.OutputSelectorType' to 'FinalEbay...

Using Django Pipes , Bing Image Search API and Template !

Hello , I am using Django-pipes to parse Bing Image Search API , everything is going very smooth thu i can't render Thumbnail data Json : http://api.search.live.net/json.aspx?Web.Count=10&query=linux&sources=image&Appid=APPID Model.py class BingImageSearch(pipes.Pipe): uri = "http://api.search.live.net/json.aspx" @st...

How to automate a text message?

I have a group that needs to send out announcements and current events via phone text message. I want to have a central phone number that when it receives a text message, it rebroadcasts that message to a growing list of subscribers. I'm hoping to use a Google Voice number to avoid buying an actual phone number. Any ideas? I've thought ...

Check if drive is writable windows API function

Hello is there any windows API function that would return if drive is writable. Sometimes drive is visible under drives but when trying to programaticly write to it, it gives you a msg box error wich freezes the application until user presses the ok button. Is there any built in function that would check if drive is writable without the...

System architecture, integrating two apps with an API.

I'm having an implementation challenge at the moment, it basically consists of two different rails apps. One rails app (app A) just provides a response in JSON, a record in this case for the nutrition data for one particular food ingredient. The other app (app B) also Rails provides a front-end for users to view ingredients and match t...

Any API to search a list of domain names?

Assume there is a list of domain names but you dont know whether they are taken by someone else. Assume that the list is too big that you dont want to manually type in each word and see if the domain name is available or not. How would you get around this issue? Is there a public API by a company that we can use in our program and see th...

What should a developer understand about the difference between an API and a framework in Java?

Possible Duplicate: Framework Vs. API What is the difference between an API and a framework in Java? I mean the things a developer must be clear about. Can you share some article or case-study document? ...

Facebook album pagination callback

Hello, I've tried to paginate an album that contains more than 25 images with Graph API. The returned JSON contains a "paging" property that leads me to two JSON strings, for example the "next page" is: FB.ApiServer._callbacks.f24adb366({... The problem is that I don't know what to do with this response. FB.ApiServer._callbacks.f24ad...

flex/air how to load a class that is on another module

I´m trying to build my flex modular app, and got the following scenario Portal (which includes, 2 modules:) -Mod1 (.swf) -Mod2 (.swf) Also, i have Mod1-API (.swc) The Mod1-API, defines interfaces which are implemented on the Mod1 (.swf). Both the Mod1 and Mod2 swfs import the Mod1-API swc. I´m trying to call the API method on ...

PHP - Twitter API, Creating and Using Cache File

Why would the following code request an RSS feed from the corresponding Twitter account more than 4 times per hour (because that's what Twitter says it's doing)? In handling this data, I'm using php's simpleXML and referencing $local_file_twitter. The handling script makes no direct requests to the Twitter feed itself. the Cache folder h...

Send and Receive SMS from PHP Application

I want to make a Facebook like SMS sending and receiving service. Are there any PHP API to do that? I want to use a specific number like Facebook. Note Sending SMS through E-mail is possible but how can I receive SMSs through my PHP application? I am searching for a free PHP API without any external hardware to do that. Is it possible? ...

Accessing the Basecamp API

I am currently using Sirprize's Basecamp API wrapper, as well as some of my own code, to access Basecamp. However, I am finding it really slow. Are there any methods for speeding this up? I am using PHP 5.3 and my own code is taking advantage of CURL. I am getting projects, todo lists and todos from Basecamp and writing comments on to ...

How to test a web API throttle limit in Python

I would like to test a web API throttle limit of a given site using Python. This API throttle limit allows X requests MAX over Y seconds per IP. I would like to be able to test the reliability of this throttle limit, in particular on border cases (X-1 requests, X+1 requests) Could you suggest a good way to do it? ...

YouTube JavaScript API: problems getting and setting PlaybackQuality

Hi, I have an embedded youtube API player (example code) which is controlled via javascript. Everything works fine, but I have problems getting and setting the video quality. Please have a look at the following piece of code: ytplayer.loadVideoById("MXRa0DkBc2I", "0"); ytplayer.playVideo(); //alert("foo"); ytpl...

Is it possible to use the Google Analytics API to provide stats for customer's page views?

Let's say I run a site where customers are willing to pay for a page that shows some sort of cool info about them. The whole site is tracked using Google Analytics. To provide stat tracking for the customers, would it be possible to mine the data from Google Analytics, using the AJAX API? Are there any show-stoppers I should look out ...

How to select an item in a TreeView using Win32 API

Hello, I am trying to automate a sequence of user inputs to a compiled application in C# using Win32 API. I do not have any source code for the application I am trying to control and it is running while I am trying to control it. In my code, I have a single button that, when clicked, needs to make a sequence of 3 inputs to the applicat...