Thanks David ! I will implement this.

Regards,
Thiru

On Sunday, 6 April 2014 20:12:28 UTC-4, David Karger wrote:
>
> I don't have access to IE7 or 8 or 9 so that's hard to debug.
>
> Your exhibit is very slow to load because youve set the "show all" 
> parameter in the view to be true, and it takes time to render all 355 items 
> in your exhibit.  If you leave the default "show all" false, or set a 
> smaller number than 355 of things to show, the exhibit will render much 
> faster.    It's unlikely your readers will want to scroll through 355 items 
> anyway; they'll almost certainly want to filter first.
>
> On 4/6/2014 4:24 PM, Thiru wrote:
>  
>  Hi David,
>
>  I changed the code to use the HEAD version now. But still a few problems.
> Have you come across any problems if the HTML page built using Exhibit is 
> embedded in an iframe? Because when I test the page as it is, it loads fine 
> on IE9 but when the page is embedded in an iframe, it does not load on IE9. 
> I am using IE 9 from IE tester. But the IE 9 from browserstack seems to 
> load fine and so do the other browsers.
>
>  And IE 7 and 8 seem to be showing some distortion in the HTML table 
> structure which I used for this page. The word wrap is not working on these 
> browsers when used with exhibit.
>
>  Here is just the page: 
> http://itms.rutgers.edu/bigchill13/NJClimateAdaptationDirectory3.html
> Here is the page in the iframe: 
> http://www.sas.rutgers.edu/cms/njadapt/resources/climate-adaptation-directory
>
>  Any inputs are appreciated.
>
>  Regards,
> Thiru
>
> On Saturday, 5 April 2014 22:29:51 UTC-4, David Karger wrote: 
>
> It looks like there are all sorts of weird illegal nonprinting characters 
> in your json file that are making firefox's json parser choke; perhaps 
> chrome's is more tolerant.
>
> On 4/4/2014 5:01 AM, Kris Meen wrote:
>  
> I'm working on an exhibit, here: 
>
>  http://archives.library.nuigalway.ie/memorial/memorial-atlas.html
>
>  I seem to be having browser compatibility issues, with Firefox not 
> loading the page, but it working fine in Chrome and Explorer.
>
>  I updated the html to the Exhibit 3.0 code as instructed in this thread 
> (I was working with 2.2), but with similar results.
>
>  Any ideas appreciated; I tried posting this a few days back, but don't 
> see the post here, sorry if I've missed something.
>
>  --Kris
>
> On Wednesday, March 26, 2014 5:23:42 PM UTC, David Karger wrote: 
>
>  OK, the updated version is now being served off 
> http://api.simile-widgets.org/exhibit/HEAD/exhibit-api.js
>
> I encourage anyone having problems to link to this version and check if 
> they're fixed.  After a few weeks of complaint-free usage, we'll promote 
> this version to STABLE --- so make sure to post if you experience any 
> problems!
>
>
> HEAD is where we place the initial releases of our code.  You can link to 
> it to get the most up to date versions of everything.  But you do run some 
> risk of being exposed to bugs that slip past our testing.   Please do your 
> development using the HEAD release, as development is exactly the time when 
> you'll want to detect bugs.   If you want to play it safe and are willing 
> to be a bit behind on bugfixes, STABLE is where we place releases after 
> they've been used without complaint on HEAD for a while.  
>
>
>
> On 3/24/2014 12:18 AM, David Karger wrote:
>  
> No, it will probably take a couple of days to push.
> On 3/24/2014 12:14 AM, Thiru wrote:
>  
> Hi David, 
>
>  Have you pushed the changes to STABLE branch? Because I tried using the 
> STABLE version, but it did not work with IE 7 and 8 again. If you have not 
> pushed it yet, I will try again after you push the changes. 
>
>  Regards,
> Thiru
>
> On Sunday, 23 March 2014 18:59:47 UTC-4, David Karger wrote: 
>
>  This was a very local change that makes the code a bit uglier but should 
> not break anything else.
> On 3/23/2014 4:27 PM, Thiru wrote:
>  
> Hi David, 
>
>  Yes it is now working on IE 7 and 8. Thank you! 
> Do you expect this change to break anything else on any other browsers or 
> is this code specific to IE 7 and 8?
> Thanks again for all your help David !
>
>  Regards,
> Thiru
>
> On Sunday, 23 March 2014 01:53:59 UTC-4, David Karger wrote: 
>
>  I've tracked one problem (a flaw in IE7/8 javascript support) and put in 
> a fix here:
> http://people.csail.mit.edu/karger/ExhibitK/api/
>
> let me know if it works in your IE7/8.  If it does, I'll push it to the 
> repository.
>
> On 3/22/2014 11:00 PM, Thiru wrote:
>  
> The page which uses Exhibit 3.0 is actually here (temporary location). 
> Sorry I did not mention it before. 
>
>  http://itms.rutgers.edu/bigchill13/NJClimateAdaptationDirectory3.html
>
>  The exhibit code:
> http://itms.rutgers.edu/bigchill13/NJClimateAdaptationDirectory3.txt
>  
>  I tested it using the online testing tools like browserstack. The page 
> did not seem to come up there using IE 7 and 8. The thing is I never had 
> any problem on my machine while developing, but people have complained once 
> it went into production. Hence,the extra precaution this time.
>
>  Really appreciate your help David !
>
>  Regards,
> Thiru
>
> On Saturday, 22 March 2014 20:34:36 UTC-4, David Karger wrote: 
>
>  The page seems to work fine for me when I run IE11 in IE7 and IE8 mode.  
> Have you made any changes since posting this?
>
> On 3/22/2014 3:30 AM, Thiru wrote:
>  
> Thanks David! I made the changes you suggested. I changed to STABLE 
> version of exhibit 3.0 and made ex to data-ex as per documentation.  
> I tested it using some browser compatibility tools online like 
> browserstack.  
> IE 7 and 8 seem to have a problem loading the page. Other browsers seem to 
> work fine. Your thoughts are appreciated.
>
>  Regards,
> Thiru
>
> On Thursday, 20 March 2014 01:30:45 UTC-4, David Karger wrote: 
>
>  Exhibit 2.2.0 is retired.  I suggest you update to exhibit 3:
> http://api.simile-widgets.org/exhibit/
> the STABLE branch is a good compromise between having the latest bugfixes 
> and avoiding bleeding-edge releases.
> It might just work as is (we have a backward compatibility module), but 
> you should make the following minor change to attribute syntax to be 
> compatible with the new version: replace e.g. ex:facetLabel with 
> data-ex-facet-label (and similarly for all other attributes).    You'll 
> also need to slightly change your data link:
>
> <link 
> href="https://spreadsheets.google.com/feeds/list/0AhAtAyourKeyUN0SFlfeVVfZU9qWkQtMUE/od6/public/basic?alt=json-in-script";
>           rel="exhibit-data" data-ex-converter="googleSpreadsheets"          
> type="application/jsonp"/> 
>
>   
>
> On 3/20/2014 1:20 AM, Thiru wrote:
>  
> Hi, 
>
>  I developed a web page using simile exhibit. The data comes from a 
> google spreadsheet. Everything worked great when I developed it. But now 
> when it has gone live, many people are complaining that it is not loading. 
> Only the static html and the "loading" animation come. The actual data 
> never loads
> Some of the complaints are on Mozilla firefox, some are on Chrome and some 
> are on IE.
>
>  Here is the link to the web page. Please scroll down to see the exhibit 
> content.
> http://njadapt.rutgers.edu/resources/climate-adaptation-directory
>
>  I am using Simile 2.2. 
> http://api.simile-widgets.org/exhibit/2.2.0/exhibit-api.js
> Has anyone faced this problem? What is the resolution to this? Please help 
> me out...
>
>  Regards,
> Thiru
>  -- 
> You received this message because you are subscribed to the Google Groups 
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to simile-widget...@googlegroups.com.
> To post to this group, send email to simile-...@googlegroups.com.
> Visit this group at http://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/d/optout.
>
>
>    -- 
> You received this message because you are subscribed to the Google Groups 
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to simile-widget...@googlegroups.com.
> To post to this group, send email to simile-...@googlegroups.com.
> Visit this group at http://groups.google.com/group/simile-widgets.
> For more options, visit <a moz-do-not-send="true" href="
> https://groups.google.com/d/optout"; target="_blank" 
> onmousedown="this.href='https://groups.google.com/d/optout';return true;" 
> onclick="this.href='https://groups.google.com/d/optout';return 
>
> ...

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.

Reply via email to