Hi, I'm rather new to server side programming, so this question is more of an overview of where I should begin working on this project.
I am making a dynamic timeline that will have two filters, one by date (decades) and another by type (circles, squares, etc). When either filter is selected, the timeline (which is a tiled layout of images on the screen) will rearrange and only show what the filters allow.
The timeline will also allow for people to add/remove entries, therefore changing in size.
The first thing that comes to mind is using WP for the adding and removing of entries, and PHP for the filtering and accessing the information, primarily because I don't know any other route for completing this task. Nothing is set in stone, so if there is an easier way of doing this, I'm all ears.
Any advice is appreciated,
Thanks.