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

94 questions
0
votes
1 answer

Music apps in html 5 on my website

I am making a website where I include all multimedia and social media services like Youtube, Facebook, Dailymotion etc. I am already done with the mentioned three.I want to include a free music servicewith a html 5 interface for the music player and…
kosta
  • 4,302
  • 10
  • 50
  • 104
0
votes
0 answers

Can I cache click event on any website that does not belong to me

I am trying to append a script to any web site, using for example Chrome extensions. When the extension is on, the JavaScript would listen to the mouseenter event but not click event (because it would usually make the page jump to an other page) My…
0
votes
1 answer

Yahoo Pipes legality

If a website states to not crawl their site, is it still legal to use a tool like Yahoo Pipes or YQL to create mash ups? I don't see how it is any different than direct web scraping except a third party is retrieving the data. Thanks.
0
votes
1 answer

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.…
Galco
  • 1
  • 1
0
votes
1 answer

WSO2 Mashup using external services with arguments

I'm trying to create a mashup in WSO2 AS 5.1.0. I have managed to succesfully create a simple HelloWorld service, however when I try to integrate other service into it, I get an error. This is my HelloWorld service: this.documentation = "This is a…
chechopeefe
  • 178
  • 9
0
votes
1 answer

Catching errors or exceptions

I built a mashup of google maps and weather.com and everytime one of these server is not responding my application hangs up too.What do you think I can do to prevent or minimize hanging up of my web apps?Hanging up like you can't navigate away from…
jamal
  • 217
  • 1
  • 6
  • 12
0
votes
2 answers

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

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…
D.C.
  • 15,340
  • 19
  • 71
  • 102
0
votes
1 answer

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…
0
votes
2 answers

Can I use C and ActionScript together?

I'm doing a project where I need to create some kind of GUI for the user as well as control some servo motors. I'm thinking of using ActionScript for the GUI and C for to control the hardware. Is this even possible? How do I make ActionScipt talk to…
user1191807
0
votes
1 answer

Visitors adding to a custom Google map

My friend and I have a project we're trying to accomplish with using Google Maps. We want to be able to have people visit our website and add/drag a marker to anywhere on a custom google map. I've looked around a lot for something I could possibly…
0
votes
1 answer

mashup for "shopping.com" and amazon APIs?

I am creating mashup website using amazon and shopping.com APIs. But I am not able to figure out how to get specific product, which is common on both the APIs? and how to display respective price? How to Get specific product using amazon APIs as…
-1
votes
1 answer

Suggestion box only displays , ,

I am making a mashup website that involves a map, and a search textbox in javascript. So as the title says, no matter what is inputted into the search box, only 2 commas appear in the suggestion box and when the suggestion is clicked on, it turn the…
-1
votes
1 answer

Web app idea directions

I have an idea for a web app project, however, due to not having any programming knowledge, I'm first asking here for directions. Essentially, I wonder if the idea is realistic and what the most effective way could be for me to tackle it. I want to…
-1
votes
1 answer

$.getJSON, google.maps.infowindow and content string

The code is supposed to add a click event where an infowindow opens on a marker with data from a PHP page and it "works" except the first infowindow opens blank (just says news in h1) and after that every other infowindow I open contains the stuff…
-1
votes
3 answers

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…
jamal
  • 217
  • 1
  • 6
  • 12