Discourse: Next-Generation Discussion/Web Forum Software
An anonymous reader writes "Jeff Atwood has a post on his Coding Horror weblog about his latest project, Discourse, 'a next-generation, 100% open source discussion platform built for the next decade of the Internet.' Along with Coding Horror, Jeff is most well-known for his work on Stack Exchange and its family of related sites. In the same way that he tried to improve Q&A sites, he hopes to make forum/discussion software better with a team of folks he's pulled together for the task. They're using the 'Wordpress model' of offering both open source software and commercial offerings. The software interface is an in-browser app via Ember.js, with a Ruby on Rails and Postgres backend. I wonder if it will ever have an NNTP gateway."
No. just... no.
IO loaded the example forum with NoScript enabled. Absolutely no formatting present, the only way to differentiate individual posts was by the "#1" "#2" numbering each one individually, inlined with the body text of the comments.
We don't need more client side code, we need less. Formatting should be in CSS, the content should degrade sanely for text only and mobile browsers / screen readers. I shouldn't have to allow javascript through in order to format the page content.
Worse - when I did enable javascript to see what it actually is intended to look like, they've got one of those "fixed position" menus at the top of the page that doesn't scroll away, and I absolutely detest webpages that use those. I prefer being able to see more of the content, and can navigate my way to the top of the screen for a seldom used menu with one keystroke, or a short drag of a scrollbar handle. The site also has a maximum width for the content section, on a 16:9 1080p screen, 2/3 of the page is blank when my browser window is full screen. If this is the future of webforums, I don't want it.