[Simile-Widgets] php and http://www.robertb.co.nz/timeline/

2013-10-25 Thread mario chiari
Hi I am looking at http://www.robertb.co.nz/timeline/Using%20the%20Simile% 20TimeLine%20with%20ASP.htm#_Toc307870221 (thanks to share) My question: is out there something similar to that but by php, mysql? thanks mario -- You received this message because you are subscribed to the Google

[Simile-Widgets] Re: Mouse dragging timeline issues

2013-10-25 Thread Jochem Brotz
Hi Matt, Yes, your implementation against cancellation of the drag does not work in my Firefox 24.0, but in IE 9 and Chrome 30. The selection of the timeline is disabled in each of these browsers, but in IE it seems to prevent to show the description bubbles when clicking on the entries.

[Simile-Widgets] Timeline Not Loading XML Unless File's On an HTTP Server

2013-10-25 Thread Devon Young
I'm trying to get a timeline working, using the code from http://simile-widgets.org/, and following the instructions/tutorial at http://simile-widgets.org/wiki/Timeline_GettingStarted It works perfectly when I serve it via HTTPhttp://zamphatta.com/something.htm, but when I use it as local

Re: [Simile-Widgets] Re: Timeline revisited - updated - streamlined

2013-10-25 Thread Matt Denman
My version of timeline on github is a branch of the main version from MIT. I added the jquery plugin style of dev and streamlined the codebase. On Fri, Oct 25, 2013 at 3:22 AM, mario chiari m...@mariochiari.net wrote: Hi I am a little confused now. Which is/where is the official timeline

Re: [Simile-Widgets] Timeline Not Loading XML Unless File's On an HTTP Server

2013-10-25 Thread David Karger
more likely than a content-type problem is that you are running into security restrictions. browsers are very picky about javascript loading content from other sites than the original page, and local files are always considered other sites even when your page is also a local file. On

Re: [Simile-Widgets] Timeline Not Loading XML Unless File's On an HTTP Server

2013-10-25 Thread Mark Baker
Yah, that sounds like a CORS issue. If the HTML and JSON are from different origins (scheme/host/port tuple), you get an error. IIRC, also loading the HTML from the filesystem should resolve that problem in Chrome, though implementations may vary. See; http://tools.ietf.org/html/rfc6454#section-4

RE: [Simile-Widgets] php and http://www.robertb.co.nz/timeline/

2013-10-25 Thread Robert Barnes
is out there something similar to that but by php, mysql? I don't know. Perhaps after you've figured it all out, you'll write it. MySQL should be no problem: the techniques that I've used for SQL Server should work in exactly the same way. I've never used MySql, but I understand that it supports

[Simile-Widgets] Re: php and http://www.robertb.co.nz/timeline/

2013-10-25 Thread paul chubb
Hi, I am in the beta stage of a php application using timeline with mysql. It is fairly straight forward. Have a look at: http://simile-widgets.org/wiki/Timeline_LoadEventsDynamically. This is using json as the translation. In a past life I use xml pumped with Notespump from a notes

[Simile-Widgets] simile timeline on android

2013-10-25 Thread paul chubb
Hi, I have a timeline application that works well on firefox on linux. When I open the same application in the webkit browser on my android phone, it draws the timelines correctly and allows tap on events to open them. However dragging with a finger doesn't make the timeline move. If I

[Simile-Widgets] Re: simile timeline on android

2013-10-25 Thread Contemplative
Try aiming your android browser at this linke - Herehttp://timeline.kusog.org. You will find that it works quite well on a android based device. There is a thread in this group called Timeline Revisited which sort of describes why this one works better on the android devices while still

[Simile-Widgets] Re: simile timeline on android

2013-10-25 Thread paul chubb
Thanks Contemplative. I was aware of Matt's rework of the script but not of that specific fix. I plan to port my code to using his codebase once it is clearer where it is going. Perhaps over christmas time. Cheers Paul On Saturday, 26 October 2013 09:36:50 UTC+11, Contemplative wrote: Try