A simple demo showing how to write your own runQuery() function that can run any query.This is the fundamental technique required to write your own AJAX mjt apps. (No page reloads required)
more
MJT task demo
top ↑
top ↑
We can also tell you MJT task demo is a
If you know more about MJT task demo, you can add more facts here »
Similar topics in Freebase
-
Map of Freebase Users
A nifty mashup with Google Maps created by Will Moffat. You can see what cities Freebase users hail from or search for a specific username. (To run this app, click the Web Link).For more, see Will's blog hamstersoup -
Show users in group
Shows the details of users in a Freebase group. Defaults to "Metaweb Staff"TODO: Make selectable list of groups. -
MapIt
This app is currently broken. A map-building query editor. (Generic version of Map of Freebase Users.)TODO:Fix app!Rewrite in jQueyrThis needs an intuitive user-interface Update with FF3, IE fixes from Map of Freebase usersSupport co-types. -
MJT Auto-suggest demo 2
Simple example of auto-complete in MJT. Notice how the thumbnail updates as you navigate the menu.Update: (For most cases, the Freebase Suggest library is now a better implementation of this functionality)TODO:make more generic (not just for films)try using the undocumented autocomplete service -
MJT Cursor demo
This example app demonstrates a number of concepts: Notes If you start to develop Freebase applications you then at some point you will inevitably see the error message “Query timeout” For example, if you wanted to get a list of Musical Artists in Freebase you might try this query { “query... -
MJT Error reporting demo
An example of how the MJT library could be extended to support 'phone-home' error reporting.If you click on one of the buttons the MJT application will break, an error message will appear which lets you sent an instrumented bug report back to the developer.Important: The error reporting API is a... -
MJT run(args) demo
-
Google Map demo
Minimal demo showing how to display Freebase data in Google Maps.This data for this app is loaded from a static .js file rather than dynamically from Freebase. Developing your query in the Query Editor and then copy/pasting the data is a good way to build a skeleton app.Exercise for the reader:Make... -
ListOfTvSpinoffs
Simple Wikipedia-style list showing TV shows that are spin-offs of other TV shows.Implemented in response to Alec's challenge. -
ListApps
Displays a list of Freebase Applications. Also exposes a ultra-light test framework that I'm working on.