|
I started learning HTML a few weeks ago but I'm confused on what is a good language to start with for web development. I would like to develop web applications and websites somewhat like Twitter. What's a good programming language to start with? Something very easy for beginners like myself. I've been doing Google searches but everyone is saying different things so I don't know what to do. Also, what is a good application for the recommended language? Dreamweaver? |
|
Well try learning JQuery you can do everything in JQuery than you can in JavaScript, plus their motto is "Do more, Less code" which is self explanatory, and also try learning PHP as well. If you're not familiar with HTML, and CSS I'd suggest learning thoughs first before getting into PHP, Ajax, JQuery, etc: As HTML (Hypertext Markup Language) is BASIC as hell, and CSS (Cascating Style Sheets) is mainly for positioning, and rollovers, but you can make a nice menubar with it too, but you gotta understand HTML before you can make a menubar like Kompozer, because it's easier to remember, and it'll keep your mind sharp, plus you won't be filling your HD with another program. |
|
PHP is popular with the beginners, but when you're ready to make some money on it, you'll want to pick up ASP.NET or Java. |

Yeah, I would start with DreamWeaver, it gives you a good graphical interface so that you can create your HTML website and embed PHP into it.
That introduction to PHP that you linked me to says I should have a basic understanding of HTML/XHTML. Since I've made a few basic sites in HTML should I be fine?
Related Question(You might find your answer): http://lockergnome.net/questions/102952/what-languages-do-a-web-developer-need
You should be fine, Tom. You only need to know the basics, for instance how to make a table to show your data from a mysql database, it's all about layout making when it comes to HTML.
Okay, Thanks!