There's a fork of Google Wave that's alive and kicking http://rizzoma.com Here's a screenshot: https://plus.google.com/100419497458726670190/posts Though I like Ivory's goal and aspirations.
I feel I am building a new Google Wave
71–80 of 103 posts
Re: I feel I am building a new Google Wave
#72What's the revenue model here? How's it going to make money?
Re: I feel I am building a new Google Wave
#73I love this. I love the deliciously clean design, the immediate type-and-post functionality (reminiscent of IRC), the loose feel and structure of the forum that makes it a wonderful base for customisation in any aspect. I wish this were in Ruby/Rails; then I'd set it up on my site. It's precisely the sort of forum I've been looking to implement, especially the two-column format and the IRC-style text entry box. (I wo…
Otherwise, great minimalist interface!
Re: I feel I am building a new Google Wave
#74- There's no reason to have the scroll bar of the thread list on the left. Hiding it unless you hover directly over it is also not a good idea. It should appear when the mouse hovers anywhere over the entire thread list.
- I strongly hate non-browser-native scrolling (scroll by javascript in an effort to style the scroll bar using css and javascript). It never feels right, or fluid. There IS a way to hide the scrollbars until the mouse hovers over the element that requires scrolling. Example: http://www.repcmods.com (abandoned prototype) (hover over the horizontal galleries) It's all done using css :hover and no javascript. The element with the scrollbar is set to overflow:hidden and on :hover it's set to overflow-y:auto; It may or may not work for you. Fix everything else first before coming back to this one.
- It's missing some white space toward the bottom making it feel really cluttered down there. Give the #left_panel and #mid_panel elements a padding-top:12px; and give .xpadbox a margin of margin:0 24px 5px;
- Also give the element #mid a padding-top:9px; so its lined up correctly. You'll have to also move up the links on in the top right of the mid panel to match as well.
- When posting a reply, the "preview" and "post" links should really be buttons not just text and they should be on the left and the text "sign up to bump, Online: 1002 users, etc..." should be on the right.
- When I open up the setting tab in the threads list it needs to stay red so the user knows they need to click it again to close the settings.
- Get rid of the dashed border bottom between threads and posts. It's too visually intrusive. Change it from dashed to dotted, instead.
- Hiding controls under the whole "to top/toggle functions" bar is completely unnecessary. As a young designer I used to hide a lot of elements thinking it would look nice and minimal and clean. Later on I find out it's one of the worst things you can do to your users. Your design is already minimal, it's already clean, don't over do it. Just keep the elements there, don't hide them.
There's a lot of confusing UI here but that's the end of my free consultation.
Re: I feel I am building a new Google Wave
#75Re: I feel I am building a new Google Wave
#76Technical and design accolades aside, IMHO I would not call this an improvement on existing discussion forums. In Part 4 of his post "Building a Better Online Community", he implies that a major problem is the signal to noise ratio. This web app has not solved that problem.
The extremely low barrier to participation, while inline with privacy ethics and democratic ethics, unfortunately removes important incentives to creating quality content. It is however, successful at enhancing anonymity and removing the (burdensome?) requirement of identifying oneself.
Let's take a step back and re-assess what we're looking at. It's not an improved discussion forum, it's an improved chatroom app, plain and simple. And for that, I credit it with certain innovation.
Re: I feel I am building a new Google Wave
#77This is what I get when I try to visit the page:
Your browser does not have window.WebSocket object :-(
Try the lastest version of Chrome or Firefox or Safari.
I know that I have to update, but realize that not everyone has the latest/greatest stuff out there. Also, if I visit your page without JS it doesnt show anything (at all).
Re: I feel I am building a new Google Wave
#78There's a fork of Google Wave that's alive and kicking http://rizzoma.com Here's a screenshot: https://plus.google.com/100419497458726670190/posts Though I like Ivory's goal and aspirations.
Re: I feel I am building a new Google Wave
#79There's a fork of Google Wave that's alive and kicking http://rizzoma.com Here's a screenshot: https://plus.google.com/100419497458726670190/posts Though I like Ivory's goal and aspirations.
Re: I feel I am building a new Google Wave
#80Feedback This is what I get when I try to visit the page: Your browser does not have window.WebSocket object :-( Try the lastest version of Chrome or Firefox or Safari. I know that I have to update, but realize that not everyone has the latest/greatest stuff out there. Also, if I visit your page without JS it doesnt show anything (at all).
There is a simple solution: Step 1) Upgrade your browser. Step 2) Enable JavaScript.
You can't strip down your browsers functionality and expect the web to conform to it. Thats like saying this website won't load on my potato! EVIL EVIL potato haters!