For a project of mine, I will have several boxes on one webpage in which there's just text, about 2-3 sentences. Imagine you have a bunch of filecards lying in front of you on your desk and you want to create links between them and structure them (e.g. Card A relates to Card B, Card C to Card D and A but not B, ...) . Whether those links are created by physically moving the boxes around or graphically inserting lines between them is secondary for now. What is the best way to go about this in a browser? JS? HTML5? Also, the script language should be able to pass on the created links to the script running in the background so that it will automatically be passed on to the underlying database from which the boxes come that a link has been created. (Keep in mind, I am of course not asking for you to write that script for me. I simply want to know which road to pursue in my self-studying, since my webdesign skills are from the 2000s when there was only HTML, CSS and some basic JS.
↧