• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Bartender wants to whine!

 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK, so a question is posted. First the post isn't formatted correctly and it has a couple of syntax errors to fix. You do that. Then to answer the question you need to refer to the API and maybe search through the JLS. 20 minutes later you have the answer and post it. And you never hear from the original poster again. Not a word of thanks. Grrrrr.... that gets me sooooo mad!!!
Thanks for letting me whine.
 
Leverager of our synergies
Posts: 10065
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And you never hear from the original poster again. Not a word of thanks.
Well, you are just a part of visual environment, something enclosed in HTML tags, so what did you expect?
Speaking seriously, I remember reading somewhere that there is "no thanks" policy on the Ranch. That may work for "can a static method be overriden" kind of questions - well-formulated and with well-known answer In this case "thank you" is assumed But less theoretical questions are often not so well-worded or depend on too many details not stated in the question. Sometimes real challenge is not to find an answer, but to understand a question. So I often wonder if my answer makes any sense or is it totally irrelevant In this case feedback is highly useful.
[This message has been edited by Mapraputa Is (edited August 03, 2001).]
 
Ranch Hand
Posts: 3244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I semi-sort of agree. It is nice to get thanks from people you've helped. On the other hand, perhaps it is nice to get thanked because it happens so rarely ??!!

Pet peeve is people posting more than 10 lines of code not within the code tags makes it very hard to try to figure out what the code is doing.
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK but when im using <CODE>Here is my code</CODE>
How do I intendent or what It's called in english. I meen how can you make spaces so the code is more readable? I've tried it a couple of times but the code just goes like this
<CODE>
public class tester{
public static void main( String args[] ){} // Using 2 spaces here
}
Please help me out with this
 
tumbleweed
Posts: 5089
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suggest you edit your posting above and select the "*UBB code is ON" on te right hand of your edit box.
And all UBB code will be revealed
Good luck
[This message has been edited by Johannes de Jong (edited August 12, 2001).]
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have ubb code is on. But why can't I use spaces? How do you other indent( make more readable code )?

<PRE>Public class test{
public static void main ( String args[] ){
System.out.println( "Testing" );
}
}</PRE>
The above text uses PRE. But if html is off I can indent it?

[This message has been edited by Mathias P.W Nilsson (edited August 12, 2001).]
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use [ code] and [ /code] (without the spaces) ubb tags.

To get an extra blank line, you need to put at least one space on that line.
example:


Also, you can click on the "edit this post" icon to see how someone else did something you are interested in. You just can't "Submit Reply". When you are done looking, you just hit the back button on your browser.



// The lines above each have two spaces in them.

// One more just for good measure.
[This message has been edited by Marilyn deQueiroz (edited August 12, 2001).]
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sorry all! If feel like a complete idiot! . I'm so use to Html so I've use the html formatting all the time?
Thanks again!

[This message has been edited by Mathias P.W Nilsson (edited August 12, 2001).]
 
Thomas Paul
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sure, turn my whine into a UBB lesson. Now I'm really depressed.
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry about that. But, you've actually accomplished something with you bad formatted code whine , even though It wasn't just about that. You have a new rancher .. namely me writing real code. And.. Thanks
// Mathias
 
Marilyn de Queiroz
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome, Mathias. I hope you like it here at the ranch.
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fine, to get back to minor spits, since I browse the ranch while at work I like to be able to pick out the interesting ones without having to read them all.
Therefore I hate the topic Help!!!
Then it annoys me further when the topic is simply Help! Urgent!!!
(not having a good day and trying not to tawe it out on anyone here...)
(sort of)
Oh, and for the record I don't like names that are all in capitals (don't shout at me) and entire-resume-signatures (I don't care what your score was).
Dave.
(see, that's a whine. Soon I'll be accused of being Jim)
 
Mapraputa Is
Leverager of our synergies
Posts: 10065
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by David O'Meara:
Soon I'll be accused of being Jim)


Did you mean "Soon I'll be accused of being mean?"
Ok, Thomas, I know what to do. I can browse through your posts and add "Thank you, Thomas!" to each thread. Will it work? See a prototype.
 
Ranch Hand
Posts: 356
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am also joining the club. Yeh, atleast they can say whether they understand the explanation or not. (thanks would be nice )
I haven't posted many like Tom, but still when I explain something, and don't get any followup makes me
Vanitha.
 
Thomas Paul
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Mapraputa Is:
Ok, Thomas, I know what to do. I can browse through your posts and add "Thank you, Thomas!" to each thread. Will it work?

Then what would I have to whine about?! That would just make it worse.
 
David O'Meara
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I haven't posted many like Tom, but still when I explain something, and don't get any followup makes me


OK, that's a nice point. Better if you answer someones question and they don't NEED to come back.
I also find it quite rewarding when you get into the one-on-one question-answer thing in a single thread. It doesn't even matter if someone else drops a suggection in there as well.
I suppose there can't be too many problems with the way the ranch works, it seems to be doing OK
Dave.
 
Mapraputa Is
Leverager of our synergies
Posts: 10065
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Thomas Paul:
Then what would I have to whine about?! That would just make it worse.


Now that was ! Thomas, thanks! Your post is really insightful. Now I understand some members of my um... household - used to be a mystery to me
 
Thomas Paul
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got a thank you!!!
http://www.javaranch.com/ubb/Forum35/HTML/000351.html
 
Mapraputa Is
Leverager of our synergies
Posts: 10065
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rats... Now you must be really depressed...
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

While thanks would be really nice, I don't
care for it much now-a-days!!!
However, things that piss me off are the improper
subject
. I literally HATE urgent (or any
variation of that word) posts.
Drives me
pssst....why can we not state what we want!!!
Ofcourse, we are asking some help, its implied.

- satya
 
reply
    Bookmark Topic Watch Topic
  • New Topic