api

Aol Contact API

aol contact api Hello can any body please tell me how to fetch complete contacts address book(including buddy name,phone number,emails etc.) i m getting this sort of information while using following query using curl: Query:- $aimStartUrl = "http://api.oscar.aol.com/presence/get?f=xml&bl=1&k=".$devId."&a=". urlencode($authT...

In a method that performs C in CRUD, what should it return ?

Imagine an interface with a method to create objects of type Address. The entities involved here are irrelevant. /** * @throws IllegalArgumentException if addy is null or invalid * @throws PersistenceException if db layer encounters a problem */ Object addAddress( Address addy ); addAddress inserts the domain object into the databa...

Anybody's knows about Digg Api ??

hi all any body's knows about Digg Api n how to implement in php or java ...

Is there a way to subscribe to IIs application pool events?

I'm in the need of monitoring IIs (v6) events. More specifically the application pool and Web Site events. Is there some API or WMI instrumentation to do this? This is not from an application perpective, but from an adminsitration perspective. I am not interested in starting, stopping or recycling programmatically. I'm interested in ...

How can I cycle a USB device from C#?

I'd like to cycle (simulate unplug and re-inserting) a USB device (modem) after a certain event has fired. I found a sample on codeproject: http://www.codeproject.com/KB/system/usbeject.aspx That allows me to identify+eject the device via its non-volatile serial, but I need it to recycle, not just eject. I have read this: http...

Integrating with Dentrix via API?

I'm looking for a rumored API/SDK for Dentrix. Does anybody have any experience or has anybody seen it? What are the capabilities, limitations, etc...? ...

Looking for a VoIP service provider

I am looking for a VoIP service my application can use to call landlines and mobile phones. What I need: I would generate an audio file and send it to the service. The service would then place the call and play the audio file. Other features that would be a plus: TTS (I send text and the service converts it to audio for me) Abili...

how to Get website Google position based on a keyword?

I searched Google search APIs and didn't find a way to get a website position rank based on a searched keyword and i thought its impossible. But i found by luck this website "http://www.tools4google.com/search-google-position/keyword_tracking.php" which is doing the same as i want to do, so i just want to know the idea behind that, or i...

Does anyone knows any Train-table-api service?

Hi guys, im wondering if there is any online service who provide API about the train timetables (arrivals, departure, etch..), at least for the european stations. I know www.bahn.de, who provide the accurated timetables for many european countries, but i didin't find any similar to a api service. My goal (well, just a future-project) i...

Google AJAX API loader returning null

Hi, We have been using google AJAX API loader (to get the location of a client based on her IP) as described here: code.google.com/apis/ajax/documentation/#ClientLocation Earlier when the API loader was included in any file then it used to populate the google.loader.ClientLocation property with data about the client but two days back ...

Ruby, Source Code of Splat?

Someone asked about the splat operator yesterday, and I wanted to see the source code... would that be written in C or in Ruby? Where would it be found? ...

Openstreetmap: embedding map in webpage (like Google Maps)

Is there a way to embed/mashup the OpenStreetMap in your page (like the way Google Maps API works)? I need to show a map inside my page with some markers and allow dragging/zooming around, maybe routing. I suspect there would be some Javascript API for this, but I can't seem to find it. Searching gets me an API for access to raw map da...

Is there a bing API?

Microsoft has just launched a new search engine, Bing, "Bing Is Not Google". Does this service have an API? ...

how to add xml namespces

Hi: This feed (snippit of it) needs to look exactly like this: <AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd"> what do I add to this C# code to add that extra xmlns, xsi junk: writer.WriteStartDocument(); writer.WriteStartElement("AmazonEnvelop...

CURL + iPhone + PhoneGap possible? Other suggestions?

Hi, I'm looking to build an app on the iPhone using PhoneGap. The app is an extension of another app which has a REST API. The easiest way I can think of getting data from the remote app is using CURL. Is this possible? Or is there some other recommended method for this? The app I am pulling from is using a standard REST model and requ...

Is it possiable send request to Google and Yahoo API at the same time?

In my project I used Google adwords API and also Yahoo API. I want to send request to two API at same time by using flex. Is it possible to send request to same time. If not how can I do ? ...

Should exception messages that are targeted to the developer be localized?

I am referring to exception messages that show the developer is incorrectly using an API. For example incorrectly passing a null to method. So the type of exception that the developer will get the first time they have run their incorrect code. The type of exception message that should never get to be displayed to the user of a system. ...

Sample code for Subversion

Hi, Can anyone point to me the starting point for Subversion using C# APIs thx Rocky ...

Delicious API - All bookmarks for a given website?

Is there a way for me to get at a list of the URLs on my website which people have bookmarked on the delicious.com website? Their documentation appears to make no reference to wildcard searches or anything other than individual URLs. Any suggestions? ...

Castle Windsor Fluent API: Define Array with Single item as Dependency

Given this XML configuration (which works) <component type="X.Y.Z.ActivityService, X.Y.Z.Services" id="X.Y.Z.ActivityService" lifestyle="transient"> <parameters> <Listeners> <array> <item>${DefaultActivityListener}</item> </array> </Listeners> </parameters> </component> <component type="X.Y.Z.DefaultActi...