School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,355 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,947 people online right now. Registration is fast and FREE... Join Now!




Where do programmers go for information

 

Where do programmers go for information

jstephens

27 Apr, 2009 - 09:54 AM
Post #1

D.I.C Head
**

Joined: 7 Nov, 2005
Posts: 214



Thanked: 1 times
My Contributions
Hey guys, I am pretty much stuck and not sure about the keywords to use for searching in google. Also I find that I am constantly having this problem. When I go to create an application I get stuck on how to implement something. A good example is that I am trying to learn java again. I have picked my first big project as building an irc client. So since that is my first project how should I start. Where would I go for information? Also in this question I am looking for more than just the answer. I am looking for a this is how we normally do it with all applications that we have unknown parts. I hope that was clear. If not let me know and I will be happy to try and explain further.

I have asked around at other places and have not really gotten a straight answer. I tried looking at the RFC but that really made no sense as this is how you implement this part, Or this interacts with this like so. Course I know the problem is with me thus the reason I am asking for help.

This post has been edited by jstephens: 28 Apr, 2009 - 08:55 AM

User is offlineProfile CardPM
+Quote Post


SixOfEleven

RE: Where Do Programmers Go For Information

28 Apr, 2009 - 07:48 PM
Post #2

Code Guru
Group Icon

Joined: 18 Oct, 2008
Posts: 2,905



Thanked: 165 times
Dream Kudos: 725
Expert In: C, C#, XNA, Game Programming, Programming Concepts

My Contributions
QUOTE(jstephens @ 27 Apr, 2009 - 09:54 AM) *

Hey guys, I am pretty much stuck and not sure about the keywords to use for searching in google. Also I find that I am constantly having this problem. When I go to create an application I get stuck on how to implement something. A good example is that I am trying to learn java again. I have picked my first big project as building an irc client. So since that is my first project how should I start. Where would I go for information? Also in this question I am looking for more than just the answer. I am looking for a this is how we normally do it with all applications that we have unknown parts. I hope that was clear. If not let me know and I will be happy to try and explain further.

I have asked around at other places and have not really gotten a straight answer. I tried looking at the RFC but that really made no sense as this is how you implement this part, Or this interacts with this like so. Course I know the problem is with me thus the reason I am asking for help.


If you are interested in Java you could check out this link. It has everything in the Java libraries.

http://java.sun.com/javase/6/docs/api/index.html

You can also check out the resources pages on the languages in the forums for a specific language.
User is offlineProfile CardPM
+Quote Post

Core

RE: Where Do Programmers Go For Information

28 Apr, 2009 - 08:18 PM
Post #3

Den The Developer
Group Icon

Joined: 8 Dec, 2008
Posts: 2,944



Thanked: 214 times
Dream Kudos: 900
Expert In: C#, VB.NET, .NET Framework

My Contributions
My recommendation would be posting your specific questions here on </dream.in.code> in the specific programming forum - we have some members that probably worked ok similar tasks. Another great resource for information is the official Java web site (as already mentioned). Books can be great reference guides since many programming elements presented there can be reused in your applications.
User is offlineProfile CardPM
+Quote Post

jstephens

RE: Where Do Programmers Go For Information

29 Apr, 2009 - 04:59 AM
Post #4

D.I.C Head
**

Joined: 7 Nov, 2005
Posts: 214



Thanked: 1 times
My Contributions
Thanks guys. That helps. So I know I keep bringing up this word. But does anyone have any advice on how to decipher an RFC. Those things are not easy reads. I have downloaded one of them for implementation (RFC for IRC) and I am just glancing over that and thinkning to my self, this might as well be in a foreign language. smile.gif . Again I really appreciate the response guys.
User is offlineProfile CardPM
+Quote Post

jeff666

RE: Where Do Programmers Go For Information

4 May, 2009 - 11:51 PM
Post #5

D.I.C Head
**

Joined: 30 Dec, 2008
Posts: 161



Thanked: 6 times
My Contributions
Just read usenet archives (>20 years, absolutely everything has been answered)
User is offlineProfile CardPM
+Quote Post

bigtonyk

RE: Where Do Programmers Go For Information

20 May, 2009 - 11:12 AM
Post #6

D.I.C Head
**

Joined: 17 May, 2009
Posts: 61



Thanked: 6 times
My Contributions
QUOTE(jstephens @ 27 Apr, 2009 - 09:54 AM) *

Hey guys, I am pretty much stuck and not sure about the keywords to use for searching in google. Also I find that I am constantly having this problem. When I go to create an application I get stuck on how to implement something. A good example is that I am trying to learn java again. I have picked my first big project as building an irc client. So since that is my first project how should I start. Where would I go for information? Also in this question I am looking for more than just the answer. I am looking for a this is how we normally do it with all applications that we have unknown parts. I hope that was clear. If not let me know and I will be happy to try and explain further.

I have asked around at other places and have not really gotten a straight answer. I tried looking at the RFC but that really made no sense as this is how you implement this part, Or this interacts with this like so. Course I know the problem is with me thus the reason I am asking for help.


RFCs are notoriously... dense and exceedingly technical. When looking for examples of code I look on

www.codeproject.com
msdn.microsoft.com
sourceforge.net

just beware that codeproject and sourceforge contain GPL code and you have to follow the license guidelines.

As to how to start, make lists of features, lists of functions, draw diagrams of class interactions and data flow. review and revise until you have it all worked out, then start coding.

It is very difficult to just sit down and start coding a large project.
User is offlineProfile CardPM
+Quote Post

KYA

RE: Where Do Programmers Go For Information

20 May, 2009 - 11:18 AM
Post #7

#include <nerd.h>
Group Icon

Joined: 14 Sep, 2007
Posts: 11,190



Thanked: 489 times
Dream Kudos: 2825
Expert In: C, C++, Java

My Contributions
Java API
MSDN
cplusplus.com

so on and so forth

Perhaps a book if i have a copy of it.
User is online!Profile CardPM
+Quote Post

jstephens

RE: Where Do Programmers Go For Information

28 May, 2009 - 06:17 AM
Post #8

D.I.C Head
**

Joined: 7 Nov, 2005
Posts: 214



Thanked: 1 times
My Contributions
Thanks guys. Both of your replies are a big help. I think that has been my major problem. Is that I just start trying to code it with out putting much thought into what I am truly wanting.
User is offlineProfile CardPM
+Quote Post

erik.price

RE: Where Do Programmers Go For Information

28 May, 2009 - 03:01 PM
Post #9

Segfault Artist
Group Icon

Joined: 18 Dec, 2008
Posts: 693



Thanked: 23 times
Dream Kudos: 525
My Contributions
Yeah, I tend to do that as well. Which is why all of my projects are either small, one day things, or die instantly (I was planning on writing my own language at one point, I wrote a notecard with the name of it and quit there tongue.gif).
User is online!Profile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/7/09 07:28PM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month