Hi John,

lbjvg wrote:
> Hi -  I am Pathologist and a newbie to Exhibit and also to  html and
> JavaScript.  This is my first post to this group.

Welcome.

> I have built a database to help pathologists diagnose dermatopathology
> cases .  I built it using MS Access and paid someone to port it to a
> website.  The website is expensive to maintain because the database
> requires a lot of server side support.  I stumbled on Exhibit recently
> and I thought that I could reproduce at least some of the
> functionality of my website using Exhibit and for less money.
> 
> I have exported one of the basic tables to a *js file and have a
> limited portion hosted here: http://dermdudes.com/flip_garbage.html
> 
> Q1: Is there any way to secure proprietary  data?  It seems that
> anyone can download the *.js file.

You'll have to address this in some other fashion, it's better handled
at a different layer than Exhibit, which makes no considerations for
security.  You're looking for an authentication scheme (I am who I say I
am) and an authorization scheme (I have the right to see it).  This
could be as simple as HTTP Basic authentication or a more complex
content management system like Drupal, etc.  You need to address this on
the server side.

> Q2: Is there any way to control the behavior of the facets?  Currently
> multiple selections (ctrl-click) within the same facet act like an OR
> selection and selections between facets behave like AND selections.
> Is there a way to have multiple  selections within a facet behave like
> AND selections?

I don't believe anybody came to the point of publishing such a
mechanism.  There has been discussion about it in the past, but it's not
an easy user interface problem to solve.

Side note, you don't need to control click.  Just click normally on the
checkbox.

> Q3: I have lots of other questions, but this is enough for now -
> except for one more - Where is the best place to find Exhibit
> documentation for newbies?

http://www.simile-widgets.org/wiki/Exhibit

-- 
Ryan Lee                  [email protected]
http://simile.mit.edu/

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

Reply via email to