Saturday, September 4, 2010

Mashup Development

Reading the ProgrammableWeb and other sites, recently, was feeling behind on the technology of creating mashups.

Decided to at least start a very basic one, to remind myself of the steps, and start hooking into a more modern API. Started with... Programmable Web's 'How to make your own mashup' article, and browsed through the APIs. I had did maps years ago with Virtual Earth and Google Maps, and while my skills are completely up to the latest mapping, creating yet another mapping mashup didn't enthrall me, and I couldn't come up with any compelling ideas.

So, settled on using LinkedIn's API (which has a bad link as of this writing, but found the correct link to LinkedIn's API site) and started up using the Company Insider Widget.

Had to remind myself some of the basic layout of JavaScript, The Linked In api thus far has been simple to use and their documentation clear.

The View Source bookmarklet and/or IE 8 Developer Tools came in handy, for those unfamiliar, the 'View Source' in the web browser proper shows the source of the page upon load from a web server. When dynamic script modifies the page, another tool is needed to show the source of the page as 'currently' rendered.

So my work in progress project is the Real World IS Company Viewer allowing some ways to display various company information. Definitely just a starting point, kind of stumbled upon a feature in the API that adds information about a company each time a certain API is called, rather than replacing the existing information. With that, I'm envisioning expanding the interface to build up a list of companies to 'watch'

No comments: