hube
Joined: 15 Mar 2005 Posts: 201
|
Posted: 06/12/07 - 05:42 Post subject: |
|
|
| Hello! I am a designer in photoshop, and I recently got interested in programming. I want to make programs like picture albums, games, and dynamic web sites. I dont have a formal education, but I am very familiar with the computers. Dreamweaver offers Php and JavaScript files, but I dont understand a thing. Can you recommend me some books to read? I was very good at math, so I guess that would help! |
|
averill
Joined: 11 Jul 2004 Posts: 207
|
Posted: 07/03/07 - 22:59 Post subject: |
|
|
| Hi! Firstly, there are several types of programming languages. There are html, php for internet programming, there are C and Java for building an applications, and there few assembler-level languages. I recommend you to learn basics of C++. Its very similar with C, dont get frightened. Then you can go to the Java, which is, again, similar to C++. Java is the most popular programming language today, because you can make so much cool things with it. You can make games, applications and you can integrate it with a mysql. On the other hand if you want to make dynamical web site, I recommend you to learn HTML first. Its very simple you can learn it in a week or so. There is also PHP, which is the King of internet programming. You need a lot of practice in order to learn it right. You could make several sites with simple forms, texts, pictures and tables. Then go to the PHP, and try to make simple shopping chart. Good Luck! |
|