How to display a list of text in a text file on a number of HTML pages?
-
There is a game which describes few famous people in paragraphs each at different level. Each of the descriptions were listed with an unique number in a text file. Guess how the creator did that? I want to create a group of HTML files taking text from single text file and each HTML page shall take text having unique id from that file. Is it possible? (Say, I write lyrics of multiple songs in a text file giving each song an id and clicking or touching of a link of a song on an HTML page produces a song lyric page taking related text from the text file. How to do this?) Please help.
-
There is a game which describes few famous people in paragraphs each at different level. Each of the descriptions were listed with an unique number in a text file. Guess how the creator did that? I want to create a group of HTML files taking text from single text file and each HTML page shall take text having unique id from that file. Is it possible? (Say, I write lyrics of multiple songs in a text file giving each song an id and clicking or touching of a link of a song on an HTML page produces a song lyric page taking related text from the text file. How to do this?) Please help.
This is what we all do every day. But it will require you to learn programming and since there are millions of ways to do it, we can't really give you a full answer here.
There are two kinds of people in the world: those who can extrapolate from incomplete data. There are only 10 types of people in the world, those who understand binary and those who don't.
-
This is what we all do every day. But it will require you to learn programming and since there are millions of ways to do it, we can't really give you a full answer here.
There are two kinds of people in the world: those who can extrapolate from incomplete data. There are only 10 types of people in the world, those who understand binary and those who don't.
-
Start with what language you want to write it in.
There are two kinds of people in the world: those who can extrapolate from incomplete data. There are only 10 types of people in the world, those who understand binary and those who don't.
-
I haven't used AngularJS so I can't give you specifics there. I'd suggest going through tutorials to learn. All you need to do is pull data from a db and put it on a page. Like I said, that is programming 101. Or even pull from the file system but then you need to worry about permissions on the files.
There are two kinds of people in the world: those who can extrapolate from incomplete data. There are only 10 types of people in the world, those who understand binary and those who don't.
-
I haven't used AngularJS so I can't give you specifics there. I'd suggest going through tutorials to learn. All you need to do is pull data from a db and put it on a page. Like I said, that is programming 101. Or even pull from the file system but then you need to worry about permissions on the files.
There are two kinds of people in the world: those who can extrapolate from incomplete data. There are only 10 types of people in the world, those who understand binary and those who don't.