> HI,Can anybody tell me what sort of jobs i should be looking for now
> as i've have been certified in the programming world...
[quoted text clipped - 11 lines]
> Last thing i've got to say is thank you comp.lang.java.programmer for
> helpping me a few times
One small thing you could do to help would be to review the difference
between "away" and "always" and use the right one at the right time.
No offense meant.
-- --
Grammar Cop
"Upholding the rules of English grammar since 2006"
Alex Hunsley - 01 May 2006 12:31 GMT
>> HI,Can anybody tell me what sort of jobs i should be looking for now
>> as i've have been certified in the programming world...
[quoted text clipped - 16 lines]
>
> No offense meant.
Hey there Mr Grammar Cop,
fix your signature delimeter. It should be "-- " (without quotes, and
note single space) and nothing else following.
Like so:

Signature
This is a sig. There is a space after the '--' above.
> HI,Can anybody tell me what sort of jobs i should be looking for now as
> i've have been certified in the programming world...
Congratulations!
> Maybe i could help some of the people out in here, just to get some more
> experience with my 1st love which will away be java.
I think helping out on the comp.lang.java.* newsgroups would be good
practice for you and would also help the newbies here. Working through
problems posted here is bound to help you learn more about Java and what
people do with it in the real world.
> Please if anyone can send me detils of how i could help in this newsgroup
> or another one...
Just dive in and answer questions when you know the answer. I don't mean
that you should necessarily write code; many questions can be answered by
pointing people to a resource at the Sun site or elsewhere online or
suggesting a Google Groups search of the archives for the comp.lang.java.*
newsgroups.
> When i was working hard trying to get my diploma, I used this newsgroup
> about 3 to 4 times, Even if i didn't away get the answer i was
> expecting...
That's the way life is sometimes; we don't always get answers and, even if
we do get an answer, it isn't always the one we expect. But both cases can
still be very educational.
If you get no answer at all, it frequently means that you didn't ask a good
question. Once you realize that, you can learn how to ask better questions;
eventually you will ask a question well enough that people can answer you.
The ability to ask a good question is a very useful skill; I wish more of
the people on Usenet had it. It would certainly reduce frustration among
both the questioners and the responders if everyone could ask a clear,
answerable question!
An unexpected answer can also be very very helpful. I remember once spending
hours and hours trying to write Java code that would round decimal numbers
to any precision I liked, such as to the nearest hundredth (.001) or
thousandth (.0001). I had the code mostly working but some cases gave me
trouble so I posted some code fragments asking for ideas on how to fix my
problems. Rather than suggesting a small fix that would solve my problem,
someone pointed out that my entire approach was wrong: I was manipulating
the numbers as Strings and should have been manipulating them as numbers.
They gave an example of the right approach; suddenly, I realized that hours
and hours of coding could be discarded and some simple arithmetic would do
what I wanted, easily and accurately. I ended up with much better code as a
result.
> Last thing i've got to say is thank you comp.lang.java.programmer for
> helpping me a few times
>
> Tony_P :-))

Signature
Rhino
<snip>
> Please if anyone can send me detils of how i could help in this newsgroup or
> another one...
Just dive right into it - 'participate' in the group by discussing
stuff in the forum - better to seek pardon than permission.... ;)
--
Arvind