Since the original developer posted it almost 2 year back and there are many answers already I trust its not relevant for him any more, but adding my two cents.
For any newbie if s/he wants to learn programming should starts with C. Once you know C well its easier to pick any other language.
Then for web based language, first understand how website works and what are the protocols.
Then it would be handy to learn HTML, Javascript and CSS, get your hands dirty with creating few HTML only web pages with use of JS and CSS.
Then you pic a language of choice to program and a database to store your data.
Hope this helps
Thanks
Mark