api

WIPmania API - Get IP Geolocation

I'd like to use WIPmania's API to map IP address. http://www.wipmania.com/en/api/ Does anyone know how to grab the value returned in PHP? For example the url (http://api.wipmania.com/123.45.67.89?google.com) returns the country code KR. If it was returning an XML file I'd be alright, but this has confused me. Thanks in advance. ...

How can I provide an API stub for an MEF component?

The Visual Studio 2010 SDK ships with many assemblies like Microsoft.VisualStudio.Text.Data and Microsoft.VisualStudio.Text.UI that are just stubs. To write an extension for Visual Studio, you reference these assemblies, but set "Copy Local" and "Exact Version" properties of the references to false. When your extension is loaded in Visua...

Google Map API: How to center dynamicly markers in AS3?

I have several markers on my map and want to center dynamily each time I click on a selected point which show a bunch of markers group. Does anyone know how to do that in As3? ...

REST API / DATA MODEL DESIGN - User , Account or Both Models?

Hi there, I'm having some thoughts about proper building my app and provide a good and consistent API for it but now I'm having some doubts about the user/accounts model. It's funny but if you consider some apps you will see that they treat you like user but when editing your details your are redirect to account. One good example of th...

SLP API in .net

Does any one know any SLP API in .net? ...

Is there an API for time zones based on IP address?

i want an API of time zones which is based on IP address to be used in php. ...

Twitter API Lists (Delete) Bug

Anyone of you guys experiencing an issue when deleting a list from Twitter? It is not working...The list still remains in my Twitter account... Thanks ...

Book or Website on creating enterprise data model / API

I was recently listening to an interview with Joe Hewitt (Facebook iPhone app creator) and he mentioned that most important portion of an application these days is the core model. He goes onto say that the reason for this is that apps need to be built for every platform but stem from a single core (web, mobile, and 3rd party apps). I...

Variable item height in TreeView gives broken lines

Wee. So I finally figured out how the iIntegral member of TVITEMEX works. The MSDN docs didn't think to mention that setting it while inserting an item has no effect, but setting it after the item is inserted works. Yay! However, when using the TVS_HASLINES style with items of variable height, the lines are only drawn for the top part ...

This form of use of printf api makes it safer?

char str[] = "some text"; printf ( "%.*s", strlen(str), str ); ** Of course, their buffers, strings yet to be properly targeted ...

Can I use the Google AJAX Feed API REST interface from a native iPhone App?

Google states the following in the AJAX Feed API docs:"Applications MUST always include a valid and accurate http referer header in their requests." I am building a native iPhone application and would like to use the Google AJAX Feed API's REST interface from my app's native objective-c code. Is the API only for use on websites, or can ...

Calling wordpress API from Zend pages on same box

What is the best way to call the wordpress API from a Zend Powered page outside of the wordpress installation? I currently have this code on a php page outside of wordpress. define('WP_USE_THEMES', false); require('/wordpress/wp-blog-header.php'); I try and run the page and get this error: Fatal error: Call to undefined method stdCl...

How do I retrieve an attachment from a lotus notes email using vb.net and the notes api?

Is there something like a doc.GETITEMVALUE("Attachment")(0) ? Also, I can't find any documentation for the domino API. Does anyone have a good resource for this? ...

Detect my geographic location

hi. i noticed that some websites and some iPhone apps can detect my current geographic location.. i mean the exact latitude and longitude. how can i integrate these feature in my web application. are there any free open source library that can be used to accomplish this task? thank you. ...

Google Social Graph API, working as intended?

Hey, I'm experiencing some problems with Google's social graph API. It seems that for some parameters passed to 'otherme' nothing is returned. I'll use Robert Scoble's profiles as an example (as he's a guy sure to be everywhere on the web). If I query: http://socialgraph.apis.google.com/otherme?q=http://twitter.com/scobleizer&prett...

Where can I get future/average weather data based on a city and time of year

I am trying to build a weather module that doesn't only show the current weather in any given city but shows average weather data for a city given a time of year (e.g. first week of august). Currently I'm looking at scraping http://uk.weather.com/climate/climate but I'm hoping I can find a more convenient solution paid or free. ...

Path part gets overwritten when merging two Uri

I need to combine two url's that both contain .Path info. I would like to use Uri to give me possibility to .TryCreate() so i can catch malformed url's. The problem that im facing is that the base uri path seems to be ignored when i merge the absolute and the relative uri: Uri absoluteUri= new Uri("http://hostname/path/", UriKind.Abs...

Where can I find erlang programming reference?

Is there a programming reference in erlang like java api docs? I have searched in google but did not find anything. ...

Which site supply movie information with API for free?

I need: movie title director cast story I cannot use IMDB. ...

Delphi call a DLL

I have a DLL and wan't to call it from delphi extern "C" export_dll_function int RetScreen(int number, char** pbuffer, unsigned long* psize, IMAGE_RESOLUTION resolution, float zoom, int dx, int dy); [DllImport("API.DLL", EntryPoint = "_RetScreen")] public static extern int pRetScreen(int number, ref byte[] pdata, ref long size, int re...