2
votes
1answer
442 views

Weather Widget/API

I am developing a website and am looking for an easy piece of code that I can add to a webpage that will display the weather for today and also for the next 5 days for a given location (Wellington, ...
0
votes
0answers
80 views

Display a JSON-string as a table [closed]

I'm totally new to JSON, and have a json-string I need to display as a user-friendly table. I have this file, http://ish.tek.no/json_top_content.php?project_id=11&period=week, witch is showing ...
2
votes
1answer
652 views

Dictionary API for a website?

I would like to have a dictionary for my website where the user can easily fill in a word or better yet right click a word and get the definition right there on the page or something along those ...
3
votes
4answers
686 views

JavaScript to stream video files

Is there a JavaScript API for streaming WMV/AVI/MOV files?
4
votes
4answers
3k views

Free/cheap Whois Api

Is there a free API where I can pull whois data and server location data? (similar to who.is)
3
votes
1answer
257 views

Creating a “presentable”/filtered twitter profile widget

I would like to include a subset of tweets I make on my professional web development site. Now, twitter provides two applicable widgets: a profile widget and a search widget Unfortunately, the ...