Post Made Community Wiki by Jeff Atwood
show/hide this revision's text 3 revert wording

I rolled my own blogging engine once, for a few reasons:

  • I wanted full control over the website design
  • I didn't want to use a database (just flat files)
  • I needed something very simple, easy to hack, and easy to back up
  • I was the only one making posts, and I prefer to use HTML over WYSIWYG
  • My server was very low-end, so the software had to have a low memory footprint
  • This kind of blogging engine is so easy to code, it was actually faster to implement it myself than get somebody else another one working to my specifications.
show/hide this revision's text 2 Expanded spec. Added link to WYSIWYG [Wikipedia]. Minor edit: grammar/spelling/case/punctation/etc.

I rolled my own blogging engine once, for a few reasons:

  • I wanted full control over the website design
  • I didn't want to use a database (just flat files)
  • I needed something very simple, easy to hack, and easy to back up
  • I was the only one making posts, and I prefer to use html HTML over wysiwygWYSIWYG
  • My server was very low-end, so the software had to have a low memory footprint
  • This kind of blogging engine is so easy to code, it was actually faster to implement it myself than get another one somebody else working to my specspecifications.
show/hide this revision's text 1