simile.mit.edu is no longer reliable. you should use http://service.simile-widgets.org/babel

On 02/16/2012 11:10 AM, Jakob Fix wrote:
I am no expert on this but: you seem to be using the Babel validator

1) I'm  not sure the URL you're using is still active
(simile-widgets.org maybe) right now it returns a 503 Service
temporarily unavailable.

2) the URL you're providing to Babel is localhost (127.0.0.1) and the
jsonconverter.aspx page won't exist on that site. it should be a
routable address or URL (I guess something like
http://www.girlz-night-out.com/brianjson/jsonconverter.aspx?table=sites).

Here is what your site seems to call:
http://simile.mit.edu/babel/validator?url=http://127.0.0.1/jsonconverter.aspx?table=sites

As I said, ymmv.

cheers,
Jakob.



On Thu, Feb 16, 2012 at 16:52, patrick forsythe
<patrickforsy...@gmail.com>  wrote:
This page http://www.girlz-night-out.com/brianjson/SLSiteList.html on
same server works, just uses google docs as the data source

On Thu, Feb 16, 2012 at 8:38 AM, Jakob Fix<jakob....@gmail.com>  wrote:
Hi Patrick,

looking at your site using firebug or chrome's/safari's webinspector,
you'll find 5 missing resources (404).  if you could correct the code
so that it can load these resources that might help already.

cheers,
Jakob.



On Thu, Feb 16, 2012 at 15:21, patrick forsythe
<patrickforsy...@gmail.com>  wrote:
http://girlz-night-out.com/brianjson/index.html

that is the path

On Thu, Feb 16, 2012 at 12:03 AM, David Karger<kar...@mit.edu>  wrote:
it's much easier to help with problems like this if you post the broken
exhibit where people can try it.


On 2/16/2012 12:08 AM, patrick wrote:
I have an aspx page that is creating a json string that I am trying to
use with exhibit.

the link is as follows:<link rel="exhibit/data" type="application/
json" href="JsonConverter.aspx" />

the page looks like this:

  <div ex:role="facet" ex:facetclass="TextSearch"
ex:facetlabel="Search">
                 </div>
                 <div ex:role="facet" ex:collapsible="true"
ex:collapsed="false" ex:height="4.7em"
                     ex:expression=".site_name" ex:facetlabel="site
name">
                 </div>

<div ex:role="exhibit-view" ex:viewclass="Exhibit.TabularView"
ex:columns=".site_name"
                                 ex:columnlabels="site name"
                                 ex:columnformats="list"
                                 ex:sortcolumn="4"
ex:sortascending="true" ex:rowstyler="zebraStyler" ex:tablestyler
                                 ex:sortascending="false">
                             </div>

The JSON looks like this:

{ items: [{"site_id":1,"site_name":"Storefront","site_url":"http://

www.storefront.net","site_enteredby":"pforsythe","site_entereddate":"\/Date(1295935200000-0600)\/","site_desc":"storefront.net","site_freq":1.0,"site_freq_unit":"hr"},{"site_id":2,"site_name":"DummySite","site_url":"http://www.dummysite.com/1.aspx","site_enteredby":"pforsythe","site_entereddate":"\/Date(1295935200000-0600)\/","site_desc":"crap
data","site_freq":1.0,"site_freq_unit":"hr"},{"site_id":
3,"site_name":"SFS","site_url":"http://sfs.smarttms.com/
default.aspx","site_enteredby":"pforsythe","site_entereddate":"\/
Date(1308718800000-0500)\/","site_desc":"Main SFS","site_freq":
1.0,"site_freq_unit":"hr"},{"site_id":
4,"site_name":"IRG","site_url":"http://www.inlandroutingguide.com/
default.asp","site_enteredby":"pforsythe","site_entereddate":"\/

Date(1308718800000-0500)\/","site_desc":"IRG","site_freq":null,"site_freq_unit":null}]}


The problem is I see no data on my page.
Help Please

--
You received this message because you are subscribed to the Google Groups "SIMILE 
Widgets" group.
To post to this group, send email to simile-widgets@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

--
You received this message because you are subscribed to the Google Groups "SIMILE 
Widgets" group.
To post to this group, send email to simile-widgets@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

--
You received this message because you are subscribed to the Google Groups "SIMILE 
Widgets" group.
To post to this group, send email to simile-widgets@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.


--
You received this message because you are subscribed to the Google Groups "SIMILE 
Widgets" group.
To post to this group, send email to simile-widgets@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to