Hello. I am new to this forum and also to programming. I have always dreamt of becoming one and I am looking at programming as my future career. So, I am starting off right now. I would like to ask you guys a few questions. Where to start off? What is the easiest language out there? By the way, I have experience in HTML, XHTML, CSS. I want to improve my knowledge of these languages but I don't know how? What should I do? Read books? What books? Where to get them?
I am sorry for my English, trying my best here.
Thank you.
4 replies to this topic
#1
Posted 27 July 2011 - 06:45 AM
|
|
|
#2
Posted 27 July 2011 - 06:49 AM
Given your experience, PHP is the natural next step.
#3
Posted 27 July 2011 - 06:55 AM
WingedPanther said:
Given your experience, PHP is the natural next step.
#4
Posted 03 August 2011 - 08:23 AM
SkyFli3r said:
What about JavaScript? When do I have to start learning this language?
JavaScript is an additional language for websites that isn't required that often. Mainly you need HTML, CSS and PHP knowledge only but knowing JavaScript helps. There are some tasks that can only be done in certain languages.
#5
Posted 03 August 2011 - 04:52 PM
HTML + CSS gives you the ability to create content that displays in the browser.
PHP allows your web server to interact with databases, adjust the HTML/CSS that is sent to the browser based on information submitted by the user, send emails, etc. This is the CORE programming language for your web-app. You will probably need to learn SQL as well, but what you are generating is the HTML + CSS you should already know.
JavaScript gives you the ability to do validation in the browser, communicate with the server without submitting forum data, and doing some neat (advanced) effects. TiddlyWiki - a reusable non-linear personal web notebook is a great example of what JavaScript can do for you. With that said, it does not replace server-side form validation or processing. This is its OWN programming language, separate from PHP. There will be some cross-learning that happens with the programming concepts, but there will be a lot of differences.
PHP allows your web server to interact with databases, adjust the HTML/CSS that is sent to the browser based on information submitted by the user, send emails, etc. This is the CORE programming language for your web-app. You will probably need to learn SQL as well, but what you are generating is the HTML + CSS you should already know.
JavaScript gives you the ability to do validation in the browser, communicate with the server without submitting forum data, and doing some neat (advanced) effects. TiddlyWiki - a reusable non-linear personal web notebook is a great example of what JavaScript can do for you. With that said, it does not replace server-side form validation or processing. This is its OWN programming language, separate from PHP. There will be some cross-learning that happens with the programming concepts, but there will be a lot of differences.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









