Custom Types in HiFi with JSON and jQuery
This page is currently under construction due to the relaunch of this site.
One of the cool features we're working on for HiFi are custom types. HiFi has a unique JSON based data store that makes adding custom types really easy. We wanted to put up an example of how this would work, so we built a custom "slide" type. As we've mentioned before, this site is running on a pre-alpha of HiFi. So the slideshow below is being driven by HiFi.
In effect, this is a "meta-slideshow". Flip through it to see how easy it is to add custom types to HiFi and to see some of the functionality you can get right out of the box.
If this seems a little technical, don't worry. This is an example of some of the extended features that HiFi will make available to developers. It should be a good example of both the power and user-friendliness that HiFi will provide.
Note that comments can be left on any of the slides individually. This is explained in the slideshow.

Comments
Thomas J Bradley
Will developers have access to the custom types to edit them without the web service? Like, say, opening a file to make modifications or will all modifications have to go through the service?
Joel Sutherland
We're still working on the mechanics of how the custom type editing will work. Likely it will come in two parts:
1. Defining the fields of the custom type. This will probably be done through a simple editor.
2. Building the admin interface. This will probably be done through a zip upload of files. Things like icons, or html/css/js for the editor.
Does that make sense?
Kris Jordan
Thomas J Bradley
Leave a Comment