api

Google AJAX Transliteration API: Is it possible to make all input fields in the page transliteratable?

Hello, I've used "Google AJAX Transliteration API" and it's going well with me. http://code.google.com/apis/ajaxlanguage/documentation/referenceTransliteration.html Currently I've a project that I need all input fields in every page (input & textarea tags) to be transliteratable, while these input fields differs from page to page (dyn...

How do I make a google charts larger by scale

I've just started using google charts and want to use it in a small project I'm workin on but I've bumped into a problem. The thing is I want the charts rather big at a static size and look good but I'm generating the charts dynamically with php. Now the problem is that I can't get it to scale properly in width but height is perfectly fi...

Music Api/Web service for streaming

I need to know if there is a Web Service whit API that permits to have a streaming (possibly random) music. Also free music or also a 30 sec demo of the music is sufficient. My service need to ask to a web service a random songs with artist, title, place... and it has to play it. Do you know any site that makes it possible? ...

scrape a user's entire tweets

I'd like to pull all of a user's tweets. I could do this the hard way (manually scraping twitter) or the easy way: using their api. The problem with the easy (api) way is that I seem to be limited to the 200 most recent tweets. What's a simple way to get all tweets? Thanks ...

HTML APIs for touch devices?

What HTML APIs are available for touch screen devices (e.g. tablet PCs)? I notice that GMail's iPad interface (and other mobile interfaces) doesn't scroll down in a normal web browser (pretending to be an iPad via a user-agent hack). How can one access this API on a PC? I have a school full of tablet PCs that aren't wonderful in tablet...

Google Maps Api search json results

What do I need to use to get a search listing using the google maps API? I can get one address or lat/long but I want to search for say "bars 84070" and get a list of addresses and lat/long. ...

Managing Many Variants of 3rd-Party API Keys in ASP.NET

I have a site that leverages both Google Analytics and Google Maps. Both of these services have API keys that need to be managed in our site's code. For Google Analytics, we have two accounts, a live account and staging account to test tracking prior to lunch. For Google Maps we actually need a unique API key for every single host name. ...

Pie, Bar, Line charts in java?

I want to use Pie, Bar, Line charts in java. What is the best API to use them? Is there any API by Sun to create these types of charts? ...

LDAP c++ API choice

I would like to write my own LDAP client under Linux, specific to our local environment. Most probably I will use QT4 to provide a shiny frontend without much hassle. I found that there seems to be no standard C++ library for this. OpenLDAP provides a C API and there should also be a C++ API (experimental?) somewhere.. Do I need to use...

Can I do the following with the Twitter API?

Hi, I'm looking to do the 2 following tasks automatically via the twitter API? Allow a user to provide their credentials and have their twitter account to subscribe to my website feed directly from a form on the site. Allow a user to integrate tweets from my websites twitter feed into their outgoing tweets. I'm finding it hard to fi...

In ADL_Display_ConnectedDisplays_Get() from ATI's ADL Library, the out parameter lpConnections is confusing me

The API defined in the ADL SDK manual reads: int ADL_Display_ConnectedDisplays_Get(int iAdapterIndex, int* lpConnections) They say that lpConnections is the pointer to the bit field indicating whether the output connectors on the specified adapter have devices physically attached to them. This information is exactly what I want but no...

iPhone example usage of the Disqus API

Does anyone have any sample code to share on using the Disqus API in Obj-C/Cocoa? ...

WPF / Silverlight - Mapping API

I am about to start on a project where I need to display maps with cross streets and possibly directions. I know there are a lot of API for the web, but I was wondering what the best solution is for a desktop application. I know of Bing Maps and I believe there are some Google Maps solutions out there as well. Any help or information...

How to get latest facebook status in python?

I need to be able to get the latest facebook status update of an user that has allowed consent. Is there a way to do this with pyfacebook without having to have the user login in facebook? ...

Constructor versus setter injection

Hi, I'm currently designing an API where I wish to allow configuration via a variety of methods. One method is via an XML configuration schema and another method is through an API that I wish to play nicely with Spring. My XML schema parsing code was previously hidden and therefore the only concern was for it to work but now I wish to ...

iPhone OS 4: New API

hi all, Apple announces the iPhone OS 4 with 1500 new API and some greater improvement I want to know the details the APIs. Features which are not being highlighted in press releases but might be very useful for Developer like Calendar, SMS, Photo library, Quick look etc Please provide a helpful link which provide the List of APIs ...

How to change size of CKEditor from javascript

Hi, I'm using CKEditor 3.2, trying to change the width and height of the ckeditor from javascript, i have used several methods, all unsuccesful: // doesnt work 1: CKEDITOR.instances.myinstance.width = 500; // doesnt work 2: CKEDITOR.instances.myinstance.width = 500; CKEDITOR.instances.myinstance.updateElement(); // doesnt work 3: CKE...

How can I get email address of Yahoo Answer users ?

I am using Yahoo Answers API to build a c# desktop application which goes to Yahoo Answers and search for any keyword you enter and it brings the list of questions and their users. I need to get Email Address of those users so that I can send message to them. Anyone tried it ? It is possible ? ...

How to force my method to accept objects from external software?

I have a method which needs to take a callback object as an argument and then (at the moment when it's needed) my method will call a specific method of the callback object. I wrote a class called Manager which has a method called addListener. As the argument for this method I need to use a callback object which is defined by the externa...

How to get latest facebook status update in python?

I need to be able to get the latest facebook status update of an user that has allowed consent. Is there a way to do this with pyfacebook without having to have the user login in facebook? ...