Questions tagged [mashup]

A mashup, in web development, is a web page, or web application, that uses and combines data, presentation or functionality from two or more sources to create new services. The term implies easy, fast integration, frequently using open application programming interfaces (API) and data sources to produce enriched results that were not necessarily the original reason for producing the raw source data

The main characteristics of a mashup are combination, visualization, and aggregation. It is important to make existing data more useful, for personal and professional use. To be able to permanently access the data of other services, mashups are generally client applications or hosted online. In the past years, more and more Web applications have published APIs that enable software developers to easily integrate data and functions instead of building them by themselves. Mashups can be considered to have an active role in the evolution of social software and Web 2.0. Mashup composition tools are usually simple enough to be used by end-users. They generally do not require programming skills and rather support visual wiring of GUI widgets, services and components together. Therefore, these tools contribute to a new vision of the Web, where users are able to contribute.

Source

95 questions
1
vote
3 answers

Schedule sending http requests to particular site

I want some way to be notified whenever a new result appears for search query in particular site. The site does not provide any feature(via RSS, alerts ..etc) for this. One way I think to accomplish this would be to send http request (for search)…
jeet
  • 11
  • 2
1
vote
0 answers

How to show loading message in mashup Qlik Sense

im trying to show a loading message when mashup app is obtaining data from Qlik server but i don't get good result with my approach. My approach is something like that: First i get de current selections from getLists method and when selections…
Figa17
  • 781
  • 6
  • 19
1
vote
1 answer

Google Map Infowindow Closure?

as part of my last.fm/google maps event mashup, I have to plot markers dynamically from last.fm API onto the google map. This is all well but when I click the marker, only the last infowindow (for one gig) is displayed. I know the reasoning for this…
cee
  • 39
  • 1
  • 4
1
vote
10 answers

How to make a foreach of an object in javascript?

I am currently building a mashup in Qlik Sense in JavaScript and jQuery. I have made some data selection and I have put them in a variable object : var CurrentSelec = app1.selectionState().selections; console.log(CurrentSelec);` console.log(typeof…
1
vote
2 answers

json output convert to php string

Below is my working api but result for "echo $data" is only "array" and for "echo $data["data"]["operatorid"]" is nothing screen goes blank. So how to convert json reponse to php string and also get particular values from same $opts =…
user3588059
  • 71
  • 1
  • 2
  • 9
1
vote
0 answers

TIBCO Spotfire - Mashup web player using different domains

I'm working on create a web site where I need to embed a spotfire dashboard. I've been researching and I found that I can use a web player but they are not hosted under the same domain name, so I'm getting cross site domain errors. SecurityError:…
1
vote
1 answer

How different is mashup from screenscraping and consuming webservices

From what I understand, Mashup is aggregating data from separate sources and providing a single view. How different is mashup when compared to screenscraping or using webservices to get data from external sources?
balalakshmi
  • 3,608
  • 6
  • 36
  • 47
1
vote
1 answer

How to configure, develop and running jaggery project using developer studio using eclipse for WSO2

I couldn't find the proper tutorial for, How to configure, develop and running jaggery project using developer studio using eclipse for WSO2. Any help is highly appreciated. Thanks!!
George Viju
  • 375
  • 1
  • 4
  • 21
1
vote
1 answer

How to accept data from a form into python without reloading a page

So I have been trying to use Bit.ly API to make a small section with link shortening, but I don't want the page to refresh to show me the short link. I am new to Python, and web dev, and this is what I have, I tried looking in google, and here as…
Yakuman
  • 153
  • 9
1
vote
0 answers

Read only data source filling up approach

General scenario for problem Suppose there is a data provider (source) with well-defined schema, API, etc… But it's read-only or cannot propagate pushed changes immediately or can filter changes. Well-known examples of such sources: wikipedia…
Pavel Manylov
  • 649
  • 1
  • 6
  • 17
1
vote
1 answer

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…
HRJ
  • 15,190
  • 10
  • 49
  • 75
1
vote
1 answer

Mashup Google maps & photos by Flickr

I've some problems with this little script which permits me to create a mashup with google maps and photos by flickr. It creates a simple map from Rome to Milan and after that, it requests ten images from flickr based on geotag. So at the end, it…
Francesco
  • 11
  • 2
1
vote
0 answers

Python packages or tools for mashup creation

I am trying to create a mashup for the purpose of network management. Is there any package or library in python which is helpful in creating mashups? Please help. Thanks.
Yedhu Sastri
  • 51
  • 1
  • 4
1
vote
2 answers

framework for mashup application

I need to create a mashup application (uses many APIs to integrate different services in one). Just to be clear the difference between mashup and an web application that uses many APIs is that the mashup will also integrate ready widgets (UI), not…
Zanni Sabev
  • 95
  • 1
  • 1
  • 4
1
vote
3 answers

Upload file to Alfresco in ProcessMaker

I am trying out a mashup of Alfresco and ProcessMaker. I intend to use Alfresco's document management capabilities over ProcessMaker. Here is the scenario: A user fills up a form in ProcessMaker and a file is uploaded in Alfresco. I followed the…
nmenego
  • 836
  • 2
  • 17
  • 34