Building a blog: what's standard?
- by Charlotte
I'm generally pretty new at web stuff. I wanted to build a blog from scratch to get some practice.
Few questions:
Do most people add new entries of a blog by directly editing the html or is there a more dynamic way of doing this that is used more frequently?
I'm assuming you can store the entries in some type of database and then display them via javascript or something similar? What are the most frequently used tools for what I'm describing? I know its about as simple as it gets, but like most things, I just need some tips to get started.
Thanks!