Hi!
I’m working on a small dictionary containing Linux and BSD commands, and I want to build a site something like dictionary or thesaurus.com, but much more simplified. I want to write one site in pure HTML, one using Ajax, and another using MySQL database. I need to see some code for all three so I don’t continue to waste time with my scarred ideas of how-to. My knowledge don’t go beyond basic HTML/XHTML and a little PHP. Speed and security of the method on the server and its users are the most important factors to me. In addition, what would be the sure way these days to target a desktop, tablet and mobile?
There will be nothing on the webpage but a logo, an input box, send button and a placeholder for returned text. E.g., if one type cat, it will return a working example of when, where and how to use it, including most popular flags used and why.
I would greatly appreciate some examples, some ideas on which method is best to use, and/or pointers to what has already been done so I don’t have to reinvent the wheel until I figure out, how-to … such as running Ajax without the use of javascript, if not already.
BTW: this is the first forum I join since 2008