Robert DeNiro talking to Joe Pesci in the film Casino.
An accessible HTML/CSS/JavaScript FAQ page. See an example.
When a question is asked I want to be able to easily send a link to an answer located in a single HTML page. The answer should also be visible with JavaScript disabled.
Not-so-geeky:
- Download and copy the following files into a folder called such as /faq/ on your web server:
- Edit index.html to add new questions and save the file
- You now have your own f*!@#$% accessible FAQ at YourF*!@#$%Site.tld/faq/
Geekier through Github (need git installed on your webserver):
- Fork this project
- Edit index.html to add new questions and commit your changes
- ssh into the web server where YourF*!@#$%Site.tld is hosted and cd into the public directory
git clone git://github.com/YOURGITHUBUSERNAME/F-Accessible-FAQ.git faq
(note the Git Read-Only protocol)- You now have your own f*!@#$% accessible FAQ at YourF*!@#$%Site.tld/faq/