Results 1 to 12 of 12
- 01-08-2011, 04:01 PM #1
Senior Member
- Join Date
- Dec 2010
- Location
- Indiana
- Posts
- 202
- Rep Power
- 3
Read this SMALL post BEFORE you submit a question.
CODE TAGS must be used when submitting code.
What are code tags and what do they do?
This looks very nice doesn't it?
Java Code:public class MyProgram { static int questions = 2; public static void main(String[] args) { System.out.printf("I have %d questions.", questions); } }
How do I use code tags???
Good question. All you do, when you are ready to paste in your code, is click the number (or pound) sign in the editing icons provided above.
It looks like this (manually type it if you want)
[CODE] type your code here [/CODE]
Check out the Forum FAQ HERE
For more codes tags BB Code Tags Here
See. Very easy.
Happy coding :)Last edited by AcousticBruce; 01-08-2011 at 07:51 PM.
- 01-08-2011, 06:14 PM #2
Senior Member
- Join Date
- Mar 2009
- Posts
- 552
- Rep Power
- 5
FINALLY! Can this be stickied please?
If the above doesn't make sense to you, ignore it, but remember it - might be useful!
And if you just randomly taught yourself to program, well... you're just like me!
- 01-08-2011, 06:39 PM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,375
- Blog Entries
- 7
- Rep Power
- 17
Well, everything is in the FAQ list already but the trouble is: almost nobody reads it; the same will happen to this little thread. Reading is an (almost) lost art ;-)
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 01-08-2011, 06:41 PM #4
Senior Member
- Join Date
- Mar 2009
- Posts
- 552
- Rep Power
- 5
I found a forum once where you actually had to read a thread with all these requirements. I wonder if we can get that done here.
If the above doesn't make sense to you, ignore it, but remember it - might be useful!
And if you just randomly taught yourself to program, well... you're just like me!
- 01-08-2011, 06:43 PM #5
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,375
- Blog Entries
- 7
- Rep Power
- 17
- 01-08-2011, 07:34 PM #6
Senior Member
- Join Date
- Dec 2010
- Location
- Indiana
- Posts
- 202
- Rep Power
- 3
Actually while this is true, you cant change people. But this thread is MUCH easier to see. Im sure this would limit the amount of newbs posting code without tags.
I found this site by searching in Google and it linked me to "new to java". I have not visited ANY other part of this site. So I didn't read the FAQ first.
Truth is you have all different types of people who all learn different. If people do not know about the CODE and know how to use a forum, why would they know to even look for that knowledge if the good old CODE tag?. Why would you read an FAQ if all you want is an answer to a java code problem (this is most people).
Notice how direct and to-the-point my post was. It was easy read. AND notice the name of the post. I chose the words carefully to make it less intimidating to others. BB Code list looks pretty intimidating and if I saw that I wouldn't read it either. But if someone eased me into the idea with something like my simple post above, I would look at it occasionally when needed.
by the way I added the FAQ to the top post.Last edited by AcousticBruce; 01-09-2011 at 03:43 AM.
- 01-09-2011, 03:50 AM #7
Senior Member
- Join Date
- Dec 2010
- Location
- Indiana
- Posts
- 202
- Rep Power
- 3
Just like the old Java book question that KEEPS getting asked (im guilty of that)
That would almost stop completely if I made a post that had all the info on books and reviews. The community here Im sure can appreciate that. I want to contribute, I see areas that even I was guilty of and I want to illiminate them as much as possible. So Ill be designing a book review type post that is very easy to navigate and have links to specific needs.
I will have book reviews for all different styles of learning.
So I do ask that you sticky this. And A sticky on books is much needed, which I will do my best on.
- 01-09-2011, 05:52 AM #8
Nope. The Oracle forums have 'stickies' and most noobs don't read those.Actually while this is true, you cant change people. But this thread is MUCH easier to see. Im sure this would limit the amount of newbs posting code without tags.
db
- 01-09-2011, 06:11 AM #9
Senior Member
- Join Date
- Dec 2010
- Location
- Indiana
- Posts
- 202
- Rep Power
- 3
OTN Discussion Forums : Java Programming
That is Welcome post. You're right. No one reads those. I made a post that would catch the eye of a newb. Their post is much more bland and if someone clicked it they might not read it. I used more of a marketing approach. It is more direct and I believe it will have a better effect.
- 01-09-2011, 07:42 AM #10
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,375
- Blog Entries
- 7
- Rep Power
- 17
I find your initiative admirable but I'm afraid your post is still not going to be read; I did the same once for a small Forum; it had a FAQ list and I added a simple to read, friendly, excerpt as a sticky post to the forum list. I was almost constantly pointing to it because nobody had read it.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 01-09-2011, 06:57 PM #11
I talked to Fubarable and Eranga a while ago about having a sticky and they declined. I do think, though, that honestly a sticky is RIGHT THERE, as opposed to the FAQ which is a little hidden. Even having a sticky with a link to the FAQ would be nice.
Even just a tiny little paragraph on code tags, homework dumps, and how to ask questions would be nice.
Oh well!
- 01-10-2011, 11:22 AM #12
IMHO the only way to get new forum members to read instructions is to display the instruction page ahead of the edit/submit screen*, with a 'proceed' link that is initially inactive and is activated only by the member checking a checkbox against each point.
Yes, I agree that even that's not foolproof but at least a new member who clicks away without reading doesn't have any excuse ;)
db
* maybe for the first 10 posts or so, and disable the 'quick reply' too.
edit2 And maybe even put each point on a separate page with a 'Next' button that is active (say) 10 seconds after the page loadsLast edited by DarrylBurke; 01-10-2011 at 11:25 AM.
Similar Threads
-
small question about 'this'
By GPB in forum New To JavaReplies: 3Last Post: 02-28-2010, 05:46 PM -
DOnt know if 1st post if did, I am VERY sorry for duplicate post. I have error messg
By afisher300 in forum New To JavaReplies: 3Last Post: 05-04-2009, 03:15 AM -
quick pre/post increment question
By xtrmi in forum New To JavaReplies: 4Last Post: 02-01-2009, 05:47 PM -
A small Question
By Eku in forum JDBCReplies: 7Last Post: 09-01-2008, 06:10 AM -
The first post and first question
By m_kaleia in forum New To JavaReplies: 8Last Post: 07-19-2008, 06:27 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks