How to create an embeddable timeline chart

The other day, web developer friend asked me how to create and insert a timeline into WordPress. He actually wanted to put an interactive timeline with links, images and video on the homepage of a news site. I checked out several options out there and settled on TimelineJS. You can create timeline charts directly on… Continue reading How to create an embeddable timeline chart

amCharts, a charting library for creating interactive web charts

amCharts is a new JavaScript library for creating charts on the web. It handles many types of charts and it’s somewhat reminiscent of D3.js. Its most exciting feature is a live editor, which removes the grunt work related to your typical JavaScript charting library and enables you to design, change and export your chart to… Continue reading amCharts, a charting library for creating interactive web charts