O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by odewahn1 : Aug 17 2011 05:03 PM
Hi. I might be missing something, but just based on the structure of the JSON, I think you need to put the array index first since everything inside the "[...]" is an array, and then the ha... full answer >
Sometimes you need to visualize the data that you collect from Facebook. The following excerpt from the recent O'Reilly publication Mining the Social Web offers some insight into doing so with thi...
The following excerpt from Javascript Patterns shows you how to use remote scripting to communicate with the server from Javascript.Today’s web applications often use remote scri...
Introduction
In this week's companion article on the Radar blog, I discuss how principles of common-sense information architecture govern whether public events posted to Facebook will or won't be...
Introduction
In this week's companion article on the Radar blog, I discuss a feature of the elmcity service that enables curators to find web pages that mention recurring events. The elmcity serv...
The following excerpt is from Javascript Patterns. The author explains the use of JSON, gives a few words of advice, and provides a handful of examples.Let’s take a look at JSON, which sta...
Answered by dampier : Dec 10 2010 09:41 PM
MongoLab is doing an elegant job of putting a RESTful facade on top of MongoDB.
The API is clean and lightweight, and of course with MongoDB interactive / ad-hoc queries are not a problem.
MongoLab ... full answer >
You want to query for data using a web service API, such as the Netflix API or Twitter’s API. However, the Ajax same-origin policy prevents cross-domain communication. Here is a way to resolve the i...
Querying CouchDB can be confusing to someone familiar with querying a relational database. This excerpt from Anderson, Lehnardt, & Slater's CouchDB: The Definitive Guide introduces you to using ...
In this excerpt from CouchDB: The Definitive Guide the authors urge developers to kick back and get to know this document-oriented database and its RESTful interface.
Apache CouchDB is one of a new...