mashup

Is there somewhere I can search for available webservices?

I'm wondering if there is a website that collects (and hopefully updates) information on available web services. Edit: Thanks for all the info; many good answers. I can only accept 1 as the "accepted answer" at this time, so I picked my favorite one. ...

How do craigslist mashups get data?

I'm doing some research work into content aggregators, and I'm curious how some of the current craigslist aggregators get data into their mashups. For example, www.housingmaps.com and the now closed www.chicagocrime.org If there is a URL that can be used for reference, that would be perfect! ...

What is the coolest mashup you've built?

What's the coolest mashup you've built? What APIs did you use? How was the mashup better than the sum of its parts? ...

Mashup - how to begin..

I have an application. I am looking to create a mashup script that can be shared to other sites to use my application. Had couple of queries.. API - What would be best.. using HTTP or some other webservice script - whats the best way to pass data to the api? which scripting would you recommend? Thanks.. ...

What website or product do you wish had an API?

What website or product do you wish had an API? ...

Get the Address details (like city, state etc.) of a prticular IP

Working on a mashup where I need an API which gives me details of Address if I pass IP of that parcular locton. Can anyone help me to get an API?? heard about iploc but its no longer available..:( ...

great/useful mashup web services

Which web services are useful, add user value and reduce development effort for a new web site? Here is what I can think of so far: uservoice: manage customer feedback OpenID (sites like AOL, google, MySpace...): OpenID allows your users to use your site together with other sites as if they were one: Login just once. gravatar.com...

twitter / maps mashup - general process sugestions?

I'm supposed to make a maps twitter mashup by monday. anybody have a smart thought as to how to make it go? My issue: you can get a feed of all tweets on a subject with the search API, but It doesn't seem like there is a way to get the search API to spit out user locations with the tweets. is the best way to do it really to: get the...

Integrating CRM with Google maps

Hi, Just started testing Zoho Crm as a CRM solution for our company. Someone asked for a Google map on the page showing our upcoming engagements.I know Zoho provides an API that allows accessing its data from the outside, but I actually need to integrate the map on the data-entry form.If anyone could provide a pointer to any mashup with ...

A script to convert text in a form to query ?

Hello, I'm a total newbie and want to start with php. I know some javascript already. I want to be able to type some text in a form and convert it to a query e.g. In my website there's this search box, I type in 'example' click submit and it gives me this= http://www.externalsite.com/search?s=example&x=0 and pastes it to the addre...

Mashup a logo on product image - which flex image component to use?

Hi there, We need to build a webtool which displays an uploaded logo on multiple product images after upload. Basicly we need a tool similar like this: http://www.technologo.com/tl/EODStdNew.html I want to build this in Flex, does any one know some good component for this? I prefer open source but commercial is also ok. Thx! Richa...

google maps, cellid to location

According to this sample: http://www.codeproject.com/KB/mobile/DeepCast.aspx It's possible to request a gps coordinate (longitude & latitude) including range when sending cellid information (MCC, MNC, towerid, etc) Can someone tell me the actual parameter to request/post to this address? http://www.google.com/glm/mmap It could be so...

Which (popular) websites support mashable APIs?

Which popular websites out there support an HTTP based API? I am looking for content of general public interest (hence, Amazon's RESTful API wouldn't qualify, for example). Some sites which I am aware of: Twitter Netflix Upcoming Google eBay Please note that Although not a direct programming question, it will help programmers fin...

Is it possible to create client-side only mashups with javascript?

Hi everyone I have been tinkering with javasript (jquery) all day. I want to create a personal little mashup that grabs the page contents of a few local music venues, reformats their data, and presents in a single webpage. I thought I could be clever and load them as iframes, hide the iframes, and access their contents through the DO...

Howto visually design a mashup query for programatic extraction

I'm into development of an application that fetches various inputs from internet pages whereas each information snippet comes from a different location (mashup). I would like to generate the mashup building block (snippets) through a visual tool. Do you know of anything similar that can be used for such a project? (Already made control...

LinkedIn Groups and Google Maps integration

Has anyone seen an implementation of Google Maps using LinkedIn group information? Specifically I would like to plot the location of members within a group as pins on a Google Map. Any help or guidance would be great. Thanks. ...

How to get a variable from another function

Hello, I am new to PHP and I am trying to create a web mashup with amazon and ebay. My problem is that I have a function called "printCategoryItems()" which sets a variable called $keyword. I want to use this variable elsewhere in the code but I can't get it to work. For Example, <?php function printCategoryItems(){ if(isset($_GE...

Suggestions for a mashup application

I have to write a mashup application for an university course and I have to use some APIs, but I need to choose by myself what to use and what the final application should do. Unfortunately I never made an application like this, so I'm not sure what to do... I don't want to code a stupid app which uses google maps' APIs since the web see...

Gwt-gdata authentication

Hi guys, I'm writing an application with GWT and I found on the internet that there's a library to use easily gdata features. In particular I need to use the integration with Google Calendar. I followed the official guide on gwt-gdata site to do the authentication ( http://code.google.com/p/gwt-gdata/wiki/GettingStarted ) but unfortunate...

Which framework should a beginner pick for a twitter mashup?

I have this idea about a twitter mashup and I've been doing some research over the last couple of days regarding which framework to build it with. SproutCore looks really nice (especially as it has a UI designer too), then someone suggested Capuccino (I am not to keen to go with Objective-J, don't know why though). What do you think, sta...