Posted by tech on
August 27, 2008
I came upon this great tool to create timelines in your web pages, called
Timeline by Simile. It is a
DHTML-based AJAX widget for visualizing time-based events. All you need to do is to supply data in an XML file, tweak a little configuration according to your preference (if you're typical about looks and presentation) and it does the rest for you. To use the Timeline project, you just need to load its Javascript source file with this.
<script src="http://simile.mit.edu/timeline/api/timeline-api.js" type="text/javascript"></script>
If you want to have full control of the scripts so that you can use your own images in place of bullets and others, make sure you have these 4 Javascript source files: bundle.js…
Continue reading