IntelliJ open source
[Logo] JavaRanch » Big Moose Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » This Site » Ranch Office
 
RSS feed
 
New topic
Author

WishList for Java ranch

salvin francis
Ranch Hand

Joined: Jan 12, 2009
Messages: 724

Hi,

This is just a suggestion list that I wish to share for a better code ranch experience:

1. Homepage
When a newbie types http://www.coderanch.com/, he is greeted with a rather ugly page that asks him to go to the javaranch or coderanch/forums page
for a better experience I would suggest redirecting http://www.coderanch.com/forums page.

2. Search before posting
It would be a lot better if, while creating a post, a user is dynamically shown the questions related to the one he is asking,
A good example of this is stackoverflow.com, when you type a question and go to the description section, it automatically shows you previously asked similar questions

3. Age old posts
Many times we do not see the dates of a post and start replying to it,
It would be a good experience to display just posts with a different color / Heading
eg: "This Post is 4 years old, and has no recent activity since Jan 1 2006"
this would avoid a lot of wake the zombies

4. Admin messages
A lot of times we come across messages by admins such as
"user XXX, please check your private messages for an important administrative message"
while it makes perfect sense to the poster, it makes no sense to rest others,
this is be a lot better:
"user XXX, please check your private messages for an important administrative message, Please do not use abbreviations such as 'coz' in your sentences"
Maybe provide admins a gui to specifically post such messages ?

5. Edits
It would be a lot better if it were possible to view previous edits made for a post [both by user as well as by admins]
however it makes perfect sense to disallow this in events such as deleting a ready made code by a user or foul language.

I came, I saw, I set a new standard.
[Salvin.in]- The way websites should now be.
Campbell Ritchie
Bartender

Joined: Oct 13, 2005
Messages: 14987

You should see posts in age order; it would require several pages to find a 4-year old thread.
fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Messages: 5741

Campbell Ritchie wrote:You should see posts in age order; it would require several pages to find a 4-year old thread.

unless one does a search like "how do i do X". I am not sure of the order of this hit-list, but it is easy for the top one there to be very old.
Andrew Monkhouse
author and jackaroo
Sheriff

Joined: Mar 28, 2003
Messages: 7709

There are a lot of great suggestions in here Salvin, thanks for the thoughts.

salvin francis wrote:1. Homepage

I agree that something should be done with this, however there is a good argument for this page to replicate/replace the JavaRanch home page. There is more to JavaRanch than just the forums, although the forums are the most active part.

salvin francis wrote:2. Search before posting

Interesting. Sounds like a great idea.

salvin francis wrote:3. Age old posts

There are times when it makes sense to DontWakeTheZombies (where by don't we really mean do) - take a look at the wording on the FAQ to see our current thinking.

salvin francis wrote:4. Admin messages

This is something that we have an alternate solution planned that will provide a better experience for everyone involved.

We would prefer not to publicly state what the administrative matter is, as experience has shown that talking to a person privately about an issue generally resolves it faster and with less stress than when it is done publicly.

salvin francis wrote:5. Edits

Most edits are fixing typos / correcting formatting. I'm not sure that there is a benefit in showing them. And - as you pointed out - there are times when a solution is provided to a homework question and so the post gets edited to remove the solution, and we would not want the edit to be viewable. I think there are fewer cases where someone edits to remove something nasty, but I am sure it does happen.

All of which is my way of saying that I personally am not seeing where viewing the edited information improves our site, especially considering the negatives. Care to expand on why you think this is a benefit?

Please keep the ideas coming. We are all volunteers here, so it may take a while for anything to get through to production, but it is still good to get the ideas and plan for them.

Regards, Andrew

[Edit: case in point with the edits: I edited this post to fix a URL that didn't come out properly. I don't really see how seeing my edit would help anyone, other than helping people to realize that I am a doofus! ]

This message was edited 1 time. Last update was at by Andrew Monkhouse


The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7
W. Joe Smith
Ranch Hand

Joined: Feb 10, 2009
Messages: 486

Re: edits:

I have seen a couple threads lately (don't have a link to either, unfortnuately) where the original poster either totally wiped out the first post or replaced it with something like "Problem solved.", rendering the rest of the topic somewhat disjointed. I know it isn't a common occurence, but when it does happen it can become a major detriment to anyone that has a similar question. Perhaps an option to view the previous version of the post? I know that wouldn't be a simple solution to implement, just spitballing ideas.

SCJA
When I die, I want people to look at me and say "Yeah, he might have been crazy, but that was one zarkin frood that knew where his towel was."
Ernest Friedman-Hill
author
Sheriff

Joined: Jul 08, 2003
Messages: 21099

W. Joe Smith wrote:Re: edits:

I have seen a couple threads lately (don't have a link to either, unfortnuately) where the original poster either totally wiped out the first post or replaced it with something like "Problem solved.", rendering the rest of the topic somewhat disjointed. I know it isn't a common occurence, but when it does happen it can become a major detriment to anyone that has a similar question. Perhaps an option to view the previous version of the post? I know that wouldn't be a simple solution to implement, just spitballing ideas.


We have already made some changes to deal with this; we hope this will no longer be a problem.

[Jess in Action][My Art][AskingGoodQuestions]
Henry Wong
author
Bartender

Joined: Sep 28, 2004
Messages: 10034

W. Joe Smith wrote:
I have seen a couple threads lately (don't have a link to either, unfortnuately) where the original poster either totally wiped out the first post or replaced it with something like "Problem solved.", rendering the rest of the topic somewhat disjointed. I know it isn't a common occurence, but when it does happen it can become a major detriment to anyone that has a similar question.


Interestingly, the change that probably stopped much of this is the cause of you seeing this. Prior to JForum, users were allowed to delete posts, and for the OP, the whole topic would be deleted. Now, that is not possible. So, what you are seeing are only the OPs who don't really care that people know that they delete their questions.

Ernest Friedman-Hill wrote:We have already made some changes to deal with this; we hope this will no longer be a problem.


Agreed... There is "hope".

Henry

Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
salvin francis
Ranch Hand

Joined: Jan 12, 2009
Messages: 724

hmm, ok, mabe my edit feature is controversial...

I came, I saw, I set a new standard.
[Salvin.in]- The way websites should now be.
Campbell Ritchie
Bartender

Joined: Oct 13, 2005
Messages: 14987

Ernest Friedman-Hill wrote:
W. Joe Smith wrote:Re: edits:
. . .


We have already made some changes to deal with this; we hope this will no longer be a problem.
I am afraid it is still a problem.
salvin francis
Ranch Hand

Joined: Jan 12, 2009
Messages: 724

Another idea whose implementation i do not have in mind....

6. Partial quote...
We we press the quote button, the entire text comes as a part of the quote, it would be amazing if there was a GUI to quote only partial text...
I do not have a solution for this, but maybe provide a textarea where user would select text to be quoted and then presses quote button,
if I am not mistaken it is possible to obtain selected text of a textarea... just a thought..



@ 1. Homepage
yes www.JavaRanch.com redirection too would be great.

@ 3. Age old posts
I am not against waking the zombies, I suggest just a different coloring scheme or a header mentioning it is an age old post.
This too may be controversial as some may think that highlighting may again deter people from answering, its just a suggestion

This message was edited 1 time. Last update was at by salvin francis


I came, I saw, I set a new standard.
[Salvin.in]- The way websites should now be.
Campbell Ritchie
Bartender

Joined: Oct 13, 2005
Messages: 14987

A warning that your post is 6 months old might be useful. I think we moderators have discussed that, but can't remember what the conclusion was.
Christophe Verré
Bartender

Joined: Nov 24, 2005
Messages: 11133

6. Partial quote...

I like that idea.

[SCWCD Wall of Fame] [SCBCD Wall of Fame]
All roads lead to JavaRanch
paul wheaton
trailboss
Sheriff

Joined: Dec 14, 1998
Messages: 14099

Campbell Ritchie wrote:A warning that your post is 6 months old might be useful. I think we moderators have discussed that, but can't remember what the conclusion was.


There was something running for a short while. I asked that it be removed.

Frankly, I think waking zombies is more often a good thing. So any kind of discouragement, IMOO, usually does more harm than good.

salvin francis
Ranch Hand

Joined: Jan 12, 2009
Messages: 724

Christophe Verré wrote:I like that idea.

thanks

I came, I saw, I set a new standard.
[Salvin.in]- The way websites should now be.
salvin francis
Ranch Hand

Joined: Jan 12, 2009
Messages: 724

eagerly waiting for advances towards the suggestions,

I do have more suggestions in mind,

keep up the good work guys

I came, I saw, I set a new standard.
[Salvin.in]- The way websites should now be.
salvin francis
Ranch Hand

Joined: Jan 12, 2009
Messages: 724

This is a minor one:

7. login field gets focus automatically when login page is opened
This saves user a click and he directly starts typing the username, this is a feature present in many sites.

I came, I saw, I set a new standard.
[Salvin.in]- The way websites should now be.
Vikas Kapoor
Ranch Hand

Joined: Aug 16, 2007
Messages: 1163

8. The List UBB tag can be improved. It would be great if we can select all the options (separated by new line) and list gets applied. Right now if I have ten options I have to do listing 10 times.

I would be more than happy if I can help.

This message was edited 1 time. Last update was at by Vikas Kapoor

Ulf Dittmer
Sheriff

Joined: Mar 22, 2005
Messages: 26792

Vikas Kapoor wrote:8. The List UBB tag can be improved. It would be great if we can select all the options (separated by new line) and list gets applied. Right now if I have ten options I have to do listing 10 times.

I would be more than happy if I can help.

You can :-) ... and it shouldn't even be particularly hard. What's needed is JavaScript code that grabs the selected text from a TEXTAREA, adds UBB list tags as needed (taking linebreaks into account), and finally replaces the original text by the changed text. If you can get that to us we'll find a way to add it to the Saloon.

Java web chartsImageJ PluginsSpecification URLsJava FAQs
Ulf Dittmer
Sheriff

Joined: Mar 22, 2005
Messages: 26792

salvin francis wrote:login field gets focus automatically when login page is opened

That's a good idea. It'll be in the next release.

Java web chartsImageJ PluginsSpecification URLsJava FAQs
Ulf Dittmer
Sheriff

Joined: Mar 22, 2005
Messages: 26792

Ulf Dittmer wrote:
salvin francis wrote:login field gets focus automatically when login page is opened

That's a good idea. It'll be in the next release.

This is now done.

Java web chartsImageJ PluginsSpecification URLsJava FAQs
salvin francis
Ranch Hand

Joined: Jan 12, 2009
Messages: 724

Hi Ulf,

A suggestion i had posted a long time ago:

1. Homepage
When a newbie types http://www.coderanch.com/, he is greeted with a rather ugly page that asks him to go to the javaranch or coderanch/forums page
for a better experience I would suggest redirecting http://www.coderanch.com/forums page

Check out Andrew Monkhouse's comment on that too...

Though some of my other suggestions are not that great (and one was controversal) i would still suggest to look out this one...

Thanks for listening to my other suggestions. I appreciate the efforts taken...

I came, I saw, I set a new standard.
[Salvin.in]- The way websites should now be.
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » This Site » Ranch Office
 
RSS feed
 
New topic
MyEclipse Enterprise Workbench