Learn to code: Make thousands, possible millions.

scarhead

All Star
Joined
May 8, 2012
Messages
1,743
Reputation
370
Daps
6,670
Thanks for the links.

I don't know anything about coding. What should I learn first?
HTML then Java?
I need a starting point and it's just real confusing to me.
I'm interested in web and mobile apps.
 

Economics

There is always tradeoffs
Joined
Sep 6, 2012
Messages
0
Reputation
0
Daps
494
Thanks for the links.

I don't know anything about coding. What should I learn first?
HTML then Java?
I need a starting point and it's just real confusing to me.
I'm interested in web and mobile apps.

For a shortcut, use Adobe Dreamweaver for webbuilding (and that'll let you see your html code while building the webpages) but later on learn HTML5 since thats where web is going in alot of ways. Learn C++ and the rest will get more simple after. But you can go with Java first if you are concerned with mobile. Download the Java Development Kit (JDK) to compile your code. Also get notepad+ to put up for later up for html related stuff.
 

Tommy Fits

Superstar
Supporter
Joined
May 1, 2012
Messages
13,107
Reputation
2,414
Daps
45,283
Reppin
QUEENS NY
I've just started using code academy. I'm stuck on lesson 6.3 I think. It's confusing and I know it's just the basic's of java but its kinda of interesting. It's like doing a puzzle.
 

Silver Surfer

Veteran
Bushed
Joined
May 1, 2012
Messages
38,673
Reputation
-4,688
Daps
87,211
I've just started using code academy. I'm stuck on lesson 6.3 I think. It's confusing and I know it's just the basic's of java but its kinda of interesting. It's like doing a puzzle.

haha...what part is confusing?...I code in Java all day
 

KingDanz

Veteran
Joined
May 7, 2012
Messages
15,952
Reputation
5,263
Daps
77,827
Reppin
NULL
how do yall remember syntax etc.. i do php,jquery, javascript etc and i always forget how to do certain things. I always have to look back at notes to remember. Do you guys have any techniques to remember? Like yesterday i did a file upload script, the last file upload script i did was a couple months ago, so i forgot how to do it.
 
Top