Page 1 of 1

Learning Html/ASP/C

Posted: Fri Jun 18, 2010 6:20 pm
by cbkilla
so my dad told me today that he could give me little pieces off his projects so that i could earn a little cash. He told me i need to at least lean Html, ASP, and C to do these projects.
so i was wondering if you guys could give me some tips or some nice sites where i could learn how to code.

if im not mistaken i need to learn Html first then ASP and finally C.

he tried to explain to me how to make a table in Html today but i didnt understand much, only thing i really remember is how to add columns,rows and how to make a new line while adding text :P

Re: Learning Html/ASP/C

Posted: Fri Jun 18, 2010 7:06 pm
by NuclearSilo
http://www.w3schools.com/ for Web/HTML, they teach with many examples, easy to understand

Re: Learning Html/ASP/C

Posted: Fri Jun 18, 2010 8:10 pm
by Squirt
HTML you can learn in less than a month no problem
ASP and C will take you atleast a 6 months

Re: Learning Html/ASP/C

Posted: Fri Jun 18, 2010 8:37 pm
by NuclearSilo
learning the base knowledge is not a big deal, but learning how to resolve a problem with algorithm is a different story

Re: Learning Html/ASP/C

Posted: Fri Jun 18, 2010 9:09 pm
by cbkilla
Squirt wrote:HTML you can learn in less than a month no problem
ASP and C will take you atleast a 6 months

well im not in any rush, it will give me something to do in my spare time :dope:

Re: Learning Html/ASP/C

Posted: Fri Jun 18, 2010 9:20 pm
by Buddhist
You should start with Html if you want to learn something. I'd not say that it is easy. If it was so easy then there would be only valid sites out there. You have to learn how to make a proper valid website, with all the correct tags. w3school is excellent for this.
You should always check your work whether if it's valid or not. This will help you to do so.
I'd recommend to use only Notepad++ and that validator for your studies. WYSIWYG programs are bad and won't give you a valid site.

Re: Learning Html/ASP/C

Posted: Fri Jun 18, 2010 9:28 pm
by dom
Ask Fug Dup how he learned.

Re: Learning Html/ASP/C

Posted: Fri Jun 18, 2010 9:31 pm
by cbkilla
Buddhist wrote:You should start with Html if you want to learn something. I'd not say that it is easy. If it was so easy then there would be only valid sites out there. You have to learn how to make a proper valid website, with all the correct tags. w3school is excellent for this.
You should always check your work whether if it's valid or not. This will help you to do so.
I'd recommend to use only Notepad++ and that validator for your studies. WYSIWYG programs are bad and won't give you a valid site.


what do you mean by a valid site? as in all the code is correct?

Re: Learning Html/ASP/C

Posted: Fri Jun 18, 2010 9:35 pm
by Squirt
cbkilla wrote:
Buddhist wrote:You should start with Html if you want to learn something. I'd not say that it is easy. If it was so easy then there would be only valid sites out there. You have to learn how to make a proper valid website, with all the correct tags. w3school is excellent for this.
You should always check your work whether if it's valid or not. This will help you to do so.
I'd recommend to use only Notepad++ and that validator for your studies. WYSIWYG programs are bad and won't give you a valid site.


what do you mean by a valid site? as in all the code is correct?

and "legal"
just go to the link that silo posted, it explains the whole "legal" thing

Re: Learning Html/ASP/C

Posted: Sat Jun 19, 2010 1:20 am
by SM-Count
NuclearSilo wrote:learning the base knowledge is not a big deal, but learning how to resolve a problem with algorithm is a different story

I used to think that too, then I discovered how to search for documentation.

Re: Learning Html/ASP/C

Posted: Sat Jun 19, 2010 1:47 am
by NuclearSilo
Documentation only gives the definition for a function/variable/etc.. It's not enough

It's doesn't help you to resolve any problem as said. To do that you need a good forum, where people ask shitload of problems problems everyday.

If you got money, I recommend you the forum http://www.experts-exchange.com/ You can find many solutions for a problem, they also choose the best solution among these solutions.

Re: Learning Html/ASP/C

Posted: Sat Jun 19, 2010 1:50 am
by SM-Count
NuclearSilo wrote:Documentation only gives the definition for a function/variable/etc.. It's not enough

........

Re: Learning Html/ASP/C

Posted: Sat Jun 19, 2010 12:51 pm
by Stress
www.msdn.com is your first friend.

Then, for in-depth documentation, look for things like Windows Internals, etc.