1
2
Aug 2 2011, 9:54 am
In response to Albro1
|
|
You can always just check out http://www.w3schools.com/ for JavaScript, if not for other web designing skills.
|
In response to Forum_account
|
|
Forum_account wrote:
If you want to get better with DM, I suggest learning Java and/or Python. Java is similar to DM but you'll be able to write larger programs and keep code more organized. Python is also similar and will give you good practice with lists. Java helps out quite a bit. Heck having a knowledge of DM helped out quite a bit in Java. Programming languages have different command codes, methods, and parents. But essentially the programming knowledge is transferable. |
In response to Gizhy
|
|
Gizhy wrote:
Forum_account wrote: I can tell you from experience NetBeans download for Java is well worth it. Few projects to practice on. Making a Inventory program on Java, A blackjack game on java, Practice with GUI applications. Also don't forget to define your String,double,integers when your making a variable. Java is extremely case_sensitive and it will make your cry if you write string instead of String. |
1
2