| View previous topic :: View next topic |
| Author |
Message |
SentimentalJohnny
Joined: 28 Jul 2006 Posts: 1
|
Posted: Fri Jul 28, 2006 5:26 am Post subject: What do I need to know? |
|
|
I am going out on a limb. I am a computer hardware guy and this is my first time diving into the coding part of a computer, but I have an idea that I just cannot pass up. I need as much information as anyone can spare on what I need to know if I were to make a website similar to MySpace, or eBay. A website that involves making profiles and such. I am in the midst of learning all there is to know about HTML (and being thankful I am a quick learner, already made a website with pretty colors and a bunch of text after just 10 minutes of HTML reading ....sorry I'm a dork). Any help is deeply appreciated, thank you very much. |
|
| Back to top |
|
 |
|
|
nighthawk 250+ Club

Joined: 11 Jun 2006 Posts: 415 Location: SFRJ
|
Posted: Sat Jul 29, 2006 9:29 pm Post subject: Re: What do I need to know? |
|
|
You need to know (x)html and CSS to make static web sites.
If you want to make it dynamic you need to learn PHP and MySQL (there are other options like ASP but these are the best). I'm learning php from a book "PHP and MySQL Web development" written by Luke Welling and Laura Thomson which I downloaded via torrent network. You also have a lot of web tutorials.
You are not a dork, html is very easy to learn  |
|
| Back to top |
|
 |
litebulb1
Joined: 28 Sep 2007 Posts: 21
|
Posted: Fri Sep 28, 2007 2:02 am Post subject: Re: What do I need to know? |
|
|
| Yes as nighthawl said you will have to know php and mqsql. I used 'php and mysql for dynamic websites'. They have a companion website that has a zip of all the scripts that are used in the book. The book covers the very basics up to how to make a site that has user accounts and profiles. |
|
| Back to top |
|
 |
|