Archive for Mashup

Report about social networks

If social networks and community pages don’t mean just fun for you and you are interested in understanding mechanics of business models for those services then you might be interested in a raport about social services published by FaberNovel. This report consist of three parts:

  • general rules of social networks
  • case studies of matchmaking services Meetic and Match.com
  • case studies of business networks Xing and LinkedIn

The authors of the report grouped all web 2.0 services into four groups:

  • online communities - which main focus is on “socializing”
  • business networks - with focus on career and business opportunities
  • online matchmaking - dating services
  • alumni networks - helping to stay in touch with friends from school or university

Even if it looks that there should be much more types of services this hierarchy seems to cover most of cases missing maybe only some specializations of those types.

Report in PDF to download here.

Popularity: 20% [?]

Comments

OpenSocial API

GoogleLooks like I am writing only about Google but it is just because they produce pretty interesting stuff. This time Google created a new API which will help you to create apps which can run on any social network which uses this API. Sounds like Facebook? The API will consist of three groups: People, Storage and Activities. So, watch tomorrow http://code.google.com/apis/opensocial (documentation) and http://sandbox.orkut.com (sandbox).

Popularity: 21% [?]

Comments (2)

Telephony Mashups

Programmable WebProgrammable Web announced today a new feature at their site: markets which give a vertical segmentation of web APIs and mashups with three initial markets: mapping, shopping and what is the most interesting for me: telephony. There is as well an article describing current state of Telephony & Mobile APIs and Mashups. The telephony mashup sector is very dynamic and I believe will keep progressing. Converging information about user location, presence with data from the Web plus communication capabilities (APIs for voice call, conference call, messaging) will result with very interesting mashups. Some of them will be cool. Some of them will be cool and very successful. What it might be? Hmmm… You tell me. I can just give you some examples. Have a look at the finalist list of the O’Reilly ETel 2007 Mashup Contest to get a feeling what is possible to build. I was working couple of months ago on Treehouse Mashups using Web21c SDK (BTW it was a mashup of the day at Programmable Web). It could be a good example as well. So… What would you build?

Popularity: 32% [?]

Comments

Google Mashup Editor

Google Mashup EditorI just got an invitation to try Google Mashup Editor (GME) which is a new AJAX development framework from Google with a web based IDE where you can edit, compile and test your mashups. In opposition to Yahoo Pipes the solution from Google doesn’t give you a slick visual editor where you can do any transformation of a RSS feed just by dragging and dropping. In this case you will have to type something. You don’t like it? I do. There is an example which displays an RSS feed:

<gm:page title="Mashup">

  <h1>Hello World!</h1>

  <gm:list id="diggFeed" data="http://www.digg.com/rss/index.xml" pagesize="10" template="diggTemplate"/>

  <gm:template id="diggTemplate">
    <table>
      <tr repeat="true">
        <td><gm:text ref="atom:title"/></td>
        <td><gm:text ref="digg:diggCount"/></td>
      </tr>
    </table>
  </gm:template>

</gm:page>

So, the editor accepts mixture of standard HTML, CSS, Javascript with Google Mashup tags. When you compile your application for testing and publishing, all the GME tags are transformed into JavaScript. An application can be tested in their sandbox. Ready application is hosted on Google servers and can be trivially transformed into iGoogle gadget. What is very interesting is an eventing model that allows you to emit events in one module that are handled in another module. It is fairly easy to create a map mashups and there is support for geo rss as well. To check what is possible to build using GME visit GME Mashup Gallery. There is also an official blog about GME. Niiiiiice!

Popularity: 29% [?]

Comments

Close
E-mail It