I’ve had a great desire to learn web programming/application programming but I’ve put it off ...
-
Where to start in programming ..
I’ve had a great desire to learn web programming/application programming but I’ve put it off now for years because I’m always the “idea guy” and just hire some programmers to pump out the ideas. I have a pretty good level of knowledge, like I’m sure most experienced marketers do, but I’d really like to get more hands on and really learn the hard core programming.
My question is, with a basic knowledge of web programming where should I start/go to really learn?
My best guess would be to pick up a few of those “Learn programming in 21 lessons” books but I wanted to get some advice from some experienced programmers on how they started and what they would recommend..
Also, if anyone has recommendations on books they've read that would be helpful!
-
-
-
Re: Where to start in programming ..
Write a hello world program. Make modifications to it to do the same thing in different ways and do different things with it. In a week, you'd have grasped the basics of that programming language.
-
-
Re: Where to start in programming ..
@boomer - What language would you recommend starting in ?
-
-
Re: Where to start in programming ..
1. HTML
2. CSS
3. J.Script
4. PHP
5. PERL
6.Ajax (optional)
tsp
-
-
Re: Where to start in programming ..
jmhmedia, the language you choose would depend on what you want to build.
btw, shouldn't this be in the programming section ..
-
-
Re: Where to start in programming ..
Learning PHP was pretty easy for me, but I was already familiar with the syntax, just search up on google what you are trying to do like "PHP 301 redirect" or "PHP generate image" and browse PHP.net for functions and how to use them.
-
-
Re: Where to start in programming ..
1. XHTML
2. CSS
3. PHP
4. Javascript
-
-
Re: Where to start in programming ..

Originally Posted by
jmhmedia
I’ve had a great desire to learn web programming/application programming but I’ve put it off now for years because I’m always the “idea guy” and just hire some programmers to pump out the ideas. I have a pretty good level of knowledge, like I’m sure most experienced marketers do, but I’d really like to get more hands on and really learn the hard core programming.
My question is, with a basic knowledge of web programming where should I start/go to really learn?
My best guess would be to pick up a few of those “Learn programming in 21 lessons” books but I wanted to get some advice from some experienced programmers on how they started and what they would recommend..
Also, if anyone has recommendations on books they've read that would be helpful!
PHP would be a good choice - at least to start with. It's easy to understand and really has a lot of uses. Rather than trying to learn from a book, here are some good online tutorials -
Code:
http://us3.php.net/manual/en/getting-started.php
http://www.tizag.com/phpT/
http://www.tizag.com/mysqlTutorial/
PHP is good for dynamically updating webpages, accessing mySQL databases and lots of other things.
-
-
Re: Where to start in programming ..
If you know basics of programming and If you know what you have to do in any web page then just start by searching the code on net about your idea and lay that in your page. Do some programs in this way, soon you will have good knowledge of programming just like me
. No need to learn it just do it by searching and at last you have good skills of coding.
20%-35% for Life->http://alliswell.99k.org
-
-
Re: Where to start in programming ..
Youcan also learn a lot by going to hxxp://3w.planetsourcecode.c0m
They have tutorials on most of the popular languages and they have a lot of source code you can download - and it's free.
-
-
Re: Where to start in programming ..
write a "Hello World" in php
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks