How Best Can I Create A Website With Lots Of Text Pages?
I have over 300 pages of text that I want to incorporate into an educational website. I want to break up the text into manageable chapters. And I want to further break these up into levels of learning (beginners, intermediate & advanced).
Can you give me examples of such websites.
My initial instinct was to create a link of several PDFs but I’m not sure if this is the best idea. Any suggestions or advice would be greatly received.

January 12th, 2010 at 4:18 pm
The best way to do this is to write your own HTML, the best website for learning HTML fast would be w3schools.com HTML is explained better there than I could.
January 12th, 2010 at 5:42 pm
Hopefully this link works!http://www.docudesk.com/deskUNPDF_Profes…
I found it using *another* search engine – dont know if its any good but the examples might give you some ideas
Chris
http://www.teech.org – uk based charity raising aid & carrying out projects in some of the poorest parts of Eastern Europe
January 12th, 2010 at 7:03 pm
Hi,
If you are looking for advice from a local developer you can hit most of them in your area at once & up to three can respond if they can help you. We’ve partnered with Thomson Local to enable you to send a request to multiple designers in one simple process.
Try using the service for free here: http://cmypitch.com/quickquotes/create/31
Its a new service from cmypitch.com – social network for entrepreneurs.
Kind Regards,
Will
January 13th, 2010 at 12:36 am
Okay, if you want information to displayed by difficulty then firstly you are going to need to learn HTML to make a basic website, but then you are going to have to go down the long road of learning PHP & Mysql. Mysql is a database software. Once you have learnt this, when for example you enter a new article, you can asign a difficulty level to it, then for example a user may press a button for hard, & then you can have each page just display articles that are set to hard dificulty. Like i said, PHP & Mysql is hard to get a grips with, but once you get it, it is a very powerful tool & can be used for all sorts of other things so that users can interact with your site. I have just started learning & I now have a really organised site, & I have put together a ranking system for all my products so that users can rank each product, & then the website displays the products by ranking!
January 13th, 2010 at 2:24 am
I would say create a Wordpress blog. You can assign categories & tags.
On http://smallcapvoice.com I have different news categories, audio interviews, client categories etc.
You can’t do this kind of thing with just HTML. Wordpress will do the PHP & database work for you.