api

Apps using Google Wave

I just watched Google Wave Keynote video on Google I/O and I must say I was very impressed with pretty much everything mentioned in the video, the possibilities with Google Wave are enormous. I'd like to ask if there are any projects using Google Wave already in beta (usable stage) and I would also like to know when is Google Wave suppo...

Is there any Android XML documentation?

Is there any sort of xml reference? I found this which turned out to be invaluable for me http://groups.google.com/group/android-developers/msg/d334017d72909c79 but I can't figure out how I was supposed to know how to do that, had I not found that post. I know that the api reference has xml attributes listed for many of the classes......

What does it mean when AuthorizationExecuteWithPrivileges() returns -1?

I have an uninstaller that calls AuthorizationExecuteWithPrivileges to run some tools that perform cleanup. On OS X 10.6 everything is fine. On 10.5 I'm getting -1 as the return value. The documentation doesn't cover what this means. Can anyone shed some light? ...

WordPress Themes API

When studying the source of /wp-admin/theme-install.php?tab=search, I discovered the theme directory you get inside WordPress Admin -> Add New Themes is generated from an API call to http://api.wordpress.org/themes/info/1.0/ Unfortunately, there is no documentation for this yet. I tried picking apart /wp-admin/theme-install.php?tab=sea...

Has anyone tackled Signed Requests for Amazon Product Advertising API in PHP?

I am about to get stuck into fixing the Product Advertising API Signed Requests issue for PHP for a site I wrote a while ago. Is there a library out there already, or do I need to roll up my sleeves? https://affiliate-program.amazon.co.uk/gp/advertising/api/detail/faq.html ...

OpenOffice API - OptimalWidth option for table(all columns)

I am working on Java API which interacts with OpenOffice(swriter) through UNO. For TextTable, I am having hard time setting TableColumn's "OptimalWidth" property. I have tried the following code and it seems that getColumns() method cannot take me to TableColumn's property and let you only insert and remove columns. XTableColumns xCol...

rails currency gem or plugin...

I'm shopping for a gem or plugin to help me convert between currencies and handle day to day exchange rate fluctuation. I've found the gem currency: http://currency.rubyforge.org/ And a few other plugins... http://wiki.github.com/jasonfranklin-stokes/currencyexchange & http://jamesbrooks.net/2009/01/05/rails-cash-handler-plugin/ The...

Simplified .net API for beginners?

I'm in the middle of teaching myself C#, and I come from a C++ background. I think one of the hardest aspects of learning managed code is becoming familiar with the API. Is there a simplified version somewhere /w the basics that will allow someone to generate a WinForm or WPF app? Thanks. ...

How would you query Picasa from a Google App Engine app? Data API or Url Fetch?

How would you query Picasa from a Google App Engine app? Data API or Url Fetch? What are the pros and cons of using either method? [Edit] I would like to be able to query a specific album in Picasa and list all the photos in it. Code examples to do this in python are much appreciated. ...

Java Sound API noise after processing the byte array with a fraction number

Hi, I'm trying to process my byte array which I got from the sampled sourcedataline (Java Sound API). If I'm multiplying the byte array with a fraction number, I will get noise while playing the stream. Before I'm playing the sound I separate the stereo wav file into his left and right channel. This works fine. But if I want to proce...

How to get user info from Google Contact API?

How to get user's data from the user that I'm authenticating with using Google Contact API? ...

What is the consequence of not using a key with google ajax api load

I can call the google api this way with a key : <script src="http://www.google.com/jsapi?key=ABQIAAAA1XbMiDxx_BTCY2_FkPh06RRaGTYH6UMl8mADNa0YKuWNNa8VNxQEerTAUcfkyrr6OwBovxn7TDAH5Q"&gt;&lt;/script&gt; But i can also omit to specify a key like this: <script src="http://www.google.com/jsapi"&gt;&lt;/script&gt; and my code still work. ...

Is it possible to import locations from user-created maps to the google map API?

I'm building a simple appliacation using the Google Maps API and I'm trying to import locations from user-generated maps. You know the ones on maps.google.com where you can add locations and share it with others. I want to display these locations on an external page using the Google Maps API. Is this possible? As there was no obvious wa...

How do I process Proxy Digg JSON for use with jQuery?

I'm trying to deal with: "Requests made from Javascript running on your web pages must be proxied to avoid same-origin policy conflicts." I know how to work with the JSON once I've got it. But aside from copy-pasting the JSON results via my browser, I don't know how to localize it for use. ...

VBA to read hierarchical ini-like files/what are these files?

Hello, I am trying to find an efficient way to read through a report file generated by a machine where I work. I was reading this page about using the Windows API to read and write .ini files from VBA. I was hoping to use a similar approach on a different type of file, but I don't really know what this file is. It is a text report fil...

EventBrite API to add a attendee programmaticaly

EventBrite Api allows you to manipulate the EventBrite system pretty much completely. The only missing method is to Add an Attendee. Has anyone overcome this problem? ...

Outlook Replication API.

Hi All, The Outlook ReplicationAPI can used to sync with server other than MS Exchange Server? Because i try to use it to sync with my proprietary server. Thanks. ...

Maximize child window of other application (VB .Net)I'

I'v used findwindowex to find the child window. I used findwindow to find the big application, and I found that with spy++. I know that it is the right one because I'm able to sendkeys to it and they work. I'm trying to maximize it but it does not work. I tried to do the showwindow call and use the 3 costant to maximize it, with no luck....

why is my program not uploading file on remote ftp server?

i coded this program to upload a file on server using ftpput api it is not working it runs but file is not delevered! here's the code: unit ftp3; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,wininet; type TForm1 = class(TForm) Button1: TButton; procedure Bu...

Google search results API usage?

My question is regarding the google AJAX search api. I have been trying to figure this out by exploring their site with no luck. How can I use this API on my site but have the results only be the google results from within my site (i.e. only shows the site:mydomain.com results and NOT the results from a standard google.com search)? Is ...