javascript - How Cant I Reference a Text File in Html / Make a way to post on my website -
i run website people work post things often, i'm 1 knows html , css, have format posts, , add them page/ create new page them, want know if there's way add way either have them make text file have reference in code, or different way allow them write posts on site , have posts automatically add site?
the problem you're facing common problem in developers life. when create site client regularly posts news updates or blog articles 1 has manually write code needed. normal people can't write necessary html, css , javascript, it's developer.
luckily, cms (content management systems) come in
this wikipedia page explains cms in detail: https://en.m.wikipedia.org/wiki/content_management
another friendly article on cms: http://searchsoa.techtarget.com/definition/content-management-system
basically, these systems is:
1. developer first sets cms client. developer writes necessary code cms work.
2. after getting cms ready, deployed in production , administrators have admin right of cms (e.g. creating new posts).
3. clients can log website , use cms interface create new posts. cms, creating new posts requires filling in forms , no coding.
4. finally, cms handles required html/css coding , appropriately creates new posts. way process goes smoother.
that being said, there quite few cms used right now, wordpress, drupal , joomla!
wordpress: https://wordpress.org/
drupal: https://www.drupal.org/
joomla!: http://www.joomla.org/
you can google more , learn how work these systems. i'm sure you'll find 1 fits needs.
hope answers question.
Comments
Post a Comment