api

Is there an API that can take a div from a webpage and turn it into an image?

Is there an API that can take the content from a div from a webpage and convert it into an image? ...

Future of GUI development in Java?

Considering that Sun/Oracle decided to not develop Swing any further after they "invented" JavaFX JavaFX doesn't really work and some consider it a failure already the not really platform-independent nature of SWT, the manual task to dispose GUI elements and the necessity to bundle platform-specific libraries is there another way ou...

uac elevate while using ifileoperation copyitem

Hi,I'm using below code to file copy operataion in windows seven,but it doesn't work and there is no any error while running or debugging,When the application goes to calling the CoGetObject it'll crash and can't returning any Hresult error,I just know the error occur in this line ->result := CoGetObject(pWideString(MonikerName), @BindOp...

Change Twitter stream filter keywords without re-opening stream

Is it possible to change the filter keywords on a Twitter stream while it's open? I'm looking to follow the second point of the http://dev.twitter.com/pages/streaming_api pre-launch checklist, "Creating the minimal number of connections", and avoid closing and re-opening the stream each time the keywords I wish to follow change. ...

StarTeam API Permission

Hello all, I'm developing a client app with C#.NET. I need to get all the Permissions in the StarTeam which are assignable to a Project, View, or Folder. StarTeam Cross Platform users know that there is a dialog named "Access Rights". Categories (Project, View, Folder) are listed at the left side and Permissions are listed at the right...

Shorten link before sending to Twitter

I have a PHP loop that displays different headlines and their links. I'd like to send those links to Twitter with an auto-generated short link via Bitly. This is how the link is structured: <a href="http://twitter.com/home?status=This is the headling {dynamic Permalink}">Share on Twitter</a> How can I create a shortened link after the...

Reading iphone carrier's signal strength.

Is this even possible? If not I'm really suprised this hasn't been open thru the API yet. ...

Is there anyway to use the Imageshack API without PHP?

If I use the ImageShack API just in a form like this: <form method="post" enctype="multipart/form-data" action="http://www.imageshack.us/upload_api.php"&gt; <p><input type="file" name="fileupload"></p> <p><input type="text" name="key" value="Your_Developer_Key"></p> <p><input type="submit" value="Go"></p> </form> the browser gets take...

Is there a cross platform barcode scanner application with an SDK available for mobile devices?

I would like to create a barcode scanning applciation for iPhone & Android . I have found for iPhone "Red Laser" http://www.redlaser.com/SDK.aspx. I would like to know of any software people know about that has a shared license for both Android and iPhone devices. Cheers. ...

Is there a World-Wide Stock Market real-time quotes Application Programming Interface (API)?

Hi there, I'm looking for an Application Programming Interface which will allow me to access quotes and other data about multiple company symbols for at least the following stock exchanges: American Stock Exchange (AMEX) Australian Stock Exchange (ASX) Bank of Canada Bombay Stock Exchange (BOM) Canadian Venture Exchange (CVE) Euronex...

Currency Conversion using PHP

I'm looking for a way to convert any amount from one currency to another on a website. The user would enter something like '100' and select USD as the currency, and then chooses Australian or Canadian dollars as the currency to convert to. When he clicks the 'Convert' button, I'd like to convert that amount automatically, through some AP...

order to warehouse api

is building an API for orders processing to fulfillment warehouse easy. My warehouse provides an API for us to match, but my current team seems to be struggling with this. thanks ...

API for tray icon in Java

Hello, I am looking for a api from which I can build tray icons in mostly every platform, especially vista. A clean interface is a good thing Thank you ...

Facebook's JS SDK vs. just using jQuery's getJSON for API calls

Why would I want to use Facebook's JS SDK for making API calls....meaning use the FB.api() method when I can simply send the HttpRequest and get back the JSON very easily using the jQuery getJSON for any api calls. I think of the benefits of using the FB.api is that it already already grabs and knows about the user's token from the coo...

can Google AJAX Feed API support geo-rss or geo-atom .

i want to load geo-rss using google ajax api , but can it load geo-rss ? thanks ...

securely pass api key from remote server to authentication page

This is my first time building an authenticated API and I'm running into a few roadblocks. How do I securely pass an API key from the remote client's page to my server (for the user to authenticate connecting his account to the client's page/app)? -dylan ...

is there an api for something like this?

i have seen this and i wanted to know if there is any open source web based thing, which has similar functionality. cool would be a JS api/library :-) thanks in advice UPDATE sorry for that, didn't know that German sites are so awful to you :-D it's about a tool where you can place peaces of furniture into a taken photo, as if it wou...

can we use JWNI to develop dictionary for android platform?

can we use JWNI API to develop dictionary for android platform using java? ...

Sending images to RoR app through an API + paperclip

how can I make my rails app to receive images from clients through an API using paperclip plugin. I know how to use paperclip using the ordinary form to upload the images, but i need to send images from a mac client. thanks in advance ...

How to get raw request in PHP?

I have a script called api.php on my server. I call it from other server using POST request. Is there any way to get in my api.php raw contents of POST request? ...