0
votes
1answer
4 views
Yahoo Weather API WOEID retrieval.
I'm creating an app (PHP) that takes yahoo weather data from the free RSS feed and correlates it with a colour hex based on data retrieved from the RSS feed. The issue I'm having is finding a way to …
2
votes
4answers
23 views
Web services API design: XML nodes vs attributes
I'm designing an API for a web service and I can't decide between using XML attributes, nodes or a mixed architecture.
Let me show you an example. Let's assume I have an object called Domain. This …
1
vote
0answers
24 views
Flickr api vs. Picasa api
I'm building an application where users can upload pictures. All I require is for the user to upload the initial photo, and manage the title, description, tags and spatial data for kml. The ability to …
0
votes
1answer
24 views
create an independent hidden process
I'm creating an application with its main window hidden by using the following code:
STARTUPINFO siStartupInfo;
PROCESS_INFORMATION piProcessInfo;
memset(&siStartupInfo, 0, …
0
votes
3answers
89 views
Which issue tracker do you recommend?
I am looking for an open source issue tracker with
Multiple projects
Wiki
Web API to integrate with CRM and other clients
Optionally Extendible via custom plugins or modules
Preferably written in …
0
votes
1answer
9 views
API for proxyfying specific application
I need to write an application that will proxify some other application (redirect all network traffic to other proxy server). Just like FreeCap, ProxyCap, etc. Can anyone here points me to API I …
0
votes
1answer
6 views
eBay Markdown Manager via API
Using PHP5, how can I use the eBay API to set all my 2000+ eBay Store items on sale except for a specific set of 45 items?
I can't find a way to do this on eBay's website, and would prefer an API …
0
votes
0answers
38 views
What do you prefer about MooTools or Prototype over the other?
Philosophically Prototype and MooTools seem closely aligned. Prototype is not modular (broken into separate files), but both extend native objects with additional features and encourage object …
0
votes
0answers
11 views
How to search Rapidshare database?
Hello,
I'm trying to search into Rapidshare files, but I don't know what syntax should I use. how can I send a word to search to Rapidshare API URL and get the result back??
…
1
vote
3answers
96 views
Yahoo Finance API
I want to implement the Yahoo Finance API into my web web-application but when I searched for the API, I didn't get the link to the API, rather I found the rss feeds that Yahoo provides for finance …
0
votes
1answer
30 views
Looking for Pricegrabber.com API
I saw many e-commerce sites using Pricegrabber for price comparison.
For example:
http://www.cheapstingybargains.com/184212/lg-gp08lu10-8x-dvd%C2%B1rw-dl-usb-20-slim-external-drive-w-lightscribe/
…
7
votes
8answers
187 views
Minimalistic tools for developer documentation
I am currently working on a large PHP CMS / Framework and documenting it extensively as I go along. In addition to phpdoc-style inline comments, I need to document XML structures, details on concepts …
0
votes
1answer
15 views
How to control encoding when POSTing through Net::HTTP?
I'm trying to create an API wrapper for Issuu using ruby and am running into errors when attempting to POST the data. When trying a simple GET through the browser with all the params in the …
0
votes
2answers
55 views
Using the Github Gist API from Haskell
First of all, I've never really used APIs before, and I've never used the HTTP library in Haskell. I'm not sure what I'm doing wrong here, so maybe somebody who knows can help.
I'm using what I can …
0
votes
1answer
18 views
Get process argument info in windows with python/pywin32?
In linux, I know with 'ps' you can get the arguments that a command was run with. I need the equivalent in windows
Right now in python I'm doing
Process[i] = subprocess.Popen(cmd + " --daemon …
