timeline

Getting data from SQL Server (serverside) to JavaScript (clientside)

I have been looking for good newbie-advice on how to efficiently read data from an SQL Server to use in a JavaScript based timeline. Please consider that I have never done anything like this before. I have basic oop knowledge and would like to use json, I have written small java apps, but never used javascript (although I suppose it won'...

Timeline Events by Category

Hi. I try to use Silverlight & WPF Timeline Control from http://timeline.codeplex.com/ Is any have some experience with this control? I have two questions. Howe to group events by category? For example: ------------------------------------------------------------------------------------------- Catgory A Event1 Event2 -----...

HTML / Javascript Selectable Timeline

Where can I find an off-the-shelf selectable HTML and Javacript timeline for choosing date ranges? ...

How do I access the Document Class' properties from the time line in AS3?

I am building your standard slideshow flash header for a web page. There are three main parts: The Slideshow class A controller class that is used as the projects Document Class Some linking timeline code. The slideshow class has all the functionality, so I used the Document class to create a new instance of the slideshow and ke...

How to create an timeline on iPhone

Hello, I am trying to create an inifite timeline in my iPhone app to scroll through time. I think I am going to use a UIScrollView to do that but I am not sure how to do that. Am I supposed to create a reusable queue of views from scratch with views containing the days/months/years and reuse them when they go out of the screen ? (I have...

Making A KML file for Timeline in Google earth that splits off Linear Path

We are trying to make a timeline in google earth that connects to different points around the globe. We made the KML file and it works just fine with a linear path with consecutive times/points, but would like to make the path branch off into different paths at certain times. How do we manipulate the KML to include the branching lines?...

is there a way to have 50 years for intervals in simlie timeline javascript?

When using the javascript timeline widget simile, i want to display the timeline each 50 year like (1850, 1900, 1950 ,2000, 2050, atc) how to achive this ...

Timeline graph - how to handle "time gaps"?

I've been working with Google chart API and annotated timeline. Drawing graphs is fine. I have no problem. However, I need to draw a timeline graph for share prices. And as you may know, share prices are meaningful only between certain times (e.g. from 10AM to 4PM, when the market opens and closes). How do I change the Google timeline ...

using a While loop to control the value of a keyframe in a timeline in Javafx

i want to create an animation where the ball will move in one of the 4 sectors of a circle randomly.this will happen 5 times.so,i create a while loop(i<5) and call the random function.i then create an if loop and attach some x and y values according to the random fn value.i then create an timeline object inside the while loop and in the ...

Create a SIMILE timeline from dom elements

Hi, I'm currently trying to create SIMILE Timeline from elements of my page, using some dom loading. So far, I'm able to have my elements (as prototype Element objects) in an array, linked with their apparition date as javascript Date objects. What I'm trying to do now is to load a timeline using these objects. The code shows no error,...

How can I modify objects inside frames with AS3 in a permanent way?

I have a MovieClip symbol created with flash in a fla file library. There is a textfield in frame one of this movieclip's timeline . There is another frame in the movieclip timeline. There is a custon class definition for this symbol. It is a flipping card in a memory game. I access the textfield by going to frame 2 (gotoAndStop(2)) and...

has anyone used simile timeline with large amounts of data

i am using this simile timeline with large amounts of data and i keep getting firefox popping up saying "a script has appeared to no longer be running, do you want to kill it"? is there a limit to the amount of json you can send back to it. I have about 1000 different timeline points with dates, descriptions, etc. ...

How do I make a timeline with jScrollHorizontalPane & jQuery?

I'm trying to make a timeline with jScrollHorizontalPane & jQuery. I've come this far: http://bewoog.nl/isabella/dev/history.html. This timeline starts in the past though and I want it to start in the present, so the scrollbar needs to start on the right side (see the timeline on the british council venice biennale website). I can imagi...

WPF: Real time timeline control needed

I need to reflect progress of execution of numerous tasks in real time. I wondering is it any WPF\Silverlight control which do this. Here what I found, but this controls don't meet my needs: http://blogs.msdn.com/llobo/archive/2010/04/30/sl-timeline-control-for-sharepoint.aspx http://timeline.codeplex.com/ http://timelinecontrol.co...

Timeline control in C#

Hi, I am implementing a packet analyzer in C#. I need a timeline control which would display the packets on a line, and they would be selectable. Something like this. Are there ready made controls like this in C#? Thanks. ...

Delay garbage collection?

I'm using chrome (the dev version for my mac). I was looking at the timeline for my page loading and I saw that there is a 150ms delay due to some garbage collection taking place while loading the page. http://cl.ly/cce10619c698a5b276e2 It's the yellow line. I was curious if there's any way to stop this, delay it, whatever so I get t...

ActionScript 3.0: placing code on stage/MC timelines a la AS2 instead of in classes

I'm aware that ActionScript 3.0 is designed from the ground up to be a largely object-oriented language and using it means less or even no timeline code in Flash documents. I'm quite experienced with OOP and am comfortable writing classes. However, since I mostly use Flash for animations, I hardly ever need to write ActionScript code ot...

Timeline based animations on the iPhone/iPad

Hi guys and gals How would you go about creating a timeline animation for an iPhone or iPad application? I'm looking for something like a timeline animation in Flash. I don't need a technical explanation on how to program it, though. So here are some general questions: - I read something about UIView for PNG sequences, but aren't these...

Changing the framerate of a tweened animation in Flash

As part of a project I am recycling old AS2 flash animations for use in a new context. The old framerate was 60fps, the new 30fps. The new project is also AS2. Several of these animations are fairly complex timeline animations, with multiple layers, tweens, and clips within clips with timeline tweens applied. Editing these to run at the ...

Simile Timeline - Floating Dates

We are trying to integrate the Simile Timeline (http://www.simile-widgets.org/timeline/) into a SalesForce.com powered page. The business is, apartment bookings. The calendar will display the bookings against the related apartments. The apartments appear on a separate div on the left hand side and is fixed. We may run into really long...