mashups

Mashups and SharePoint

Can somebody in SO please provide me with a list of resources about Enterprise Mashups and technologies related to SharePoint platform? Update (as per suggestion of @Spoon16 in the comments):- The mashup application may typically retrieve a list of contacts from a SharePoint site and display the address of a selected contact person on a...

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! ...

IBM Mashup Center

Does anyone know good alternatives to IBM Mashup Center? ...

Tools for Assembly of Mashups

What are the tools for Assembly of Mashups? The one I know is IBM Mashup Center, but it is too expensive. ...

Script to publish my SO Q's and A's on my twitter?

I realized that I'd like to publish my StackOverflow questions and answers on my twitter feed, but I don't want to do it manually. Where would I begin for this? What techniques/technologies/etc are available that would enable this? Perhaps someone has done this, or something similar (posting to blogs, etc?) Ulf's suggestion about my ...

Consuming remote web services from client-side script

From what I understand, due to the "same origin policy" enforcement in current browsers, it's impossible to obtain data from an XmlHttpRequest sent to a different domain than the Javascript's original domain. I have close to zero experience regarding this matter, so I'm confused about web services being unusable from Javascript. Does it...

Is there a library that helps publish portlets to all the different portals? eg. Google Gadgets, Vista Sidebar, JSR 168, Facebook

These days there are so many different sites and environments where you can setup a portal and pull data from all over the place. Each of course expects the data in its own format. Do you know of any libraries that make it easy to publish to all these formats so that users can pull your data no matter which they choose to use? Of course...

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...

What algorithms do "the big ones" use to cluster news?

I want to cluster texts for a news website. At the moment I use this algorithm to find the related articles. But I found out that PHP's similar_text() gives very good results, too. What sort of algorithms do "the big ones", Google News, Topix, Techmeme, Wikio, Megite etc., use? Of course, you don't know exactly how the algorithms work....

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...

Loose coupling in Mashup API(s)

We are planning to integrate our JEE application to use certain API(s) of products exposed in ProgrammableWeb. Usually the mashup API(s) either expose a user code or an identifier against which all CRUD operations are done. How do you enable the mapping between the local user identifier and the user identifier exposed by those API(s). Wo...

Display Google Spreadsheet by Google Chart

Does anyone try to populate the data from Google Spreadsheet, and format them in Google Chart, and display it in somewhere of the blog? How to do it in a principled way? I know there are official API (e.g., Java) to retrieve data from Google Spreadsheet, but does it help? ...

Is there any computer-related price API available out there ?

My website lists some computer parts (like CPU, RAM, graphic card and so on) and I would like to display the current price for each of theses parts. So, I would like to know if you've heard about a public and free API which, given a computer-related product name (like "Intel core 2 duo E8400") will return a price. I would like to reque...

VB.NET 2008 and searching audio/video hosting sites like Wrzuta.pl

Like in the title. I have no idea what to start with in order to implement a search engine like the one in Wrzuta.pl to a VB.NET 2008 application. I reckon this must be possible since I have seen an application doing this at http://www.wdownloader.yoyo.pl/download.php?cmd=click&id=1 - and a lot of mashups online, too. If anyone by a...

Which Java Web-Framework is better suited to be used together with Scala?

Hi! I have a personal project - a web mashup which uses multiple REST-Apis and Webservices, which I would like to program using scala, mostly because I would like to use it as a pet project for learning this language. However, it is possible that the project grows and that other java programmers contribute to it. Furthermore, I would li...

Creating RSS Mashup Application

I am trying to create rss mashup application with php like this one.Application work like this user give one or more rss feeds to merge into one rss feed.Then my web application perform and output one rss feed for user given feeds(no user sign up will needed for site).I will do this application but i dont know where to start is database ...

Getting more than one twitter 's user tweets location and then mapping it onto Google Maps

Hello, I'm trying to create a mashup of a set list of tweets onto a Google Map. The code is in here. My problem is I don't know how to combine the user's location using the set.location function on their tweets (knowing that it's not going to be very fine grained, it just corresponds to what the user enters in their profile) onto a Goog...

Google maps mashup?

Does anybody know of a good mashup of google maps and weather.com? ...

cannot geocode in other browser

Hi I created a mashup where a user can enter a location.When using IE7 almost all the location can be geocoded but not with other browsers......what do you think is the issue here or is there a fix for this?I use javascript geocoding like: function addToMap(response) { var x="Fa, France"; // Retrieve the object i...

google map problem

I got a google map and I load it but I want to change the direction or center by changing the center,how can I do this? I got a code like this to load the map: function putmap(x) { if (GBrowserIsCompatible()) { map = new GMap2(document.getElementById("Map")); // Create new geocoding object ...