How did you learn Webdesign?

Which is the best way to learn web design?

  • Online Tutorials

    Votes: 37 48.1%
  • Software Turorials

    Votes: 1 1.3%
  • Books

    Votes: 9 11.7%
  • Other

    Votes: 30 39.0%

  • Total voters
    77

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
i refer my college library books to learn webdesign.Also go for online tutorial.
 

jason.claude

New Member
Messages
7
Reaction score
0
Points
0
downloaded templates from oswd.org and other places and then just viewed the source code and mucked around with the values and checked what happened. also use w3schools as well as dreamweavers built in reference guide.
 

port5900

New Member
Messages
150
Reaction score
0
Points
0
in 1998 my friend forgot his HTML book on my sofa. end of story.
 

sonicpld

New Member
Messages
33
Reaction score
0
Points
0
i learn ( if i can tell that i'm learned something ) from books and from editing other people sites ..
 

kkenny

Active Member
Messages
1,950
Reaction score
0
Points
36
I learned it all from w3schools.com
All my html, xhtml, css, php, sql and any other of the billion languages i know are self taught via resources on the internet and trial and error experiemntation.
 

coolv1994

Member
Messages
508
Reaction score
0
Points
16
I just played around with Dreamweaver for a while the I started to figure out what tags do what.
 

SEÑOR

The Guy Everyone Hates
Messages
4,638
Reaction score
0
Points
0
The best is to just look at other designs
and copy them just to elarn and get better. thats what i did, I tried to copy designs to my best extent, and it helped alot! Ofocurse I delete the designs right after. I never resell a design I had copied.

www.webcreme.com is a great way to start.
 

nunoabc

New Member
Messages
151
Reaction score
0
Points
0
KentonBomb's Avatar KentonBom said:
I self taught.

I began learning HTML at the age of 7. I use http://www.w3schools.com for learning every language I need to know.

The younger you learn it, the easier you will pick it up.

I learned from w3schools.com and by doing my website on FrontPage.
Now I use w3schools.com just to pick some JavaScript functions (those that I don't remember :D).
 

BorderLineSigs

New Member
Messages
232
Reaction score
0
Points
0
i dont really design my own...(dunno how to make it look GOOD) so i muuch of people who could ACTUAL do it (i kno its not nice xP) but i would go looking on forums for tutorials (thats how i learned how to do adobe flash and photoshop...pretty good and photoshop...not at flash). Forums are what make the wrld go round =-DDD.
P.S. AWESOME AVATAR TWINKIE!!! INVADER ZIM ROXXXSSS! =P
 

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
I learned by playing around with code that other people wrote. It is a very great way to learn HTML.
But I am currently reinforcing that with an HTML book and am currently learning PHP from a book also.
 

ThePaintGuru

New Member
Messages
208
Reaction score
0
Points
0
I should probably be in the other category even though I put down tutorials. I've always just played with things until I reached a goal, using parts of tutorials as a reference. I could never learn PHP until I found a use for it, and it was similar with HTML and Javascript.
 

thezone1

New Member
Messages
192
Reaction score
0
Points
0
Lol huys i gota tell you, i managed to learn html in a day lol i mean all html lol i could make a perfect html site the next day lol partly through a book mostly through striping templates down. I started web design 7 months ago (about the time i joined x10 ) and now i know PHP, CSS, HTML, Xhtml, and a bit of java.
My sites are
http://www.scousenetwork.com
http://vds.scousenetwork.com

Check them out one of them is open to new Admins, Mods, And power users
 

FalseHope

Active Member
Messages
1,639
Reaction score
0
Points
36
HTML is the most easiest thing to learn. I find PHP a little harder, because you have to find what function you want to use, if you don't have them all memorized. xhtml and CSS are both easy to learn too :)
 

kaotic1

New Member
Messages
7
Reaction score
0
Points
0
A bunch of people i knew were creating sites, so i picked it up simply by searching for different tutorials and scripts to learn from. After a while i picked up how to write html, php, asp, and a little bit in cgi..
 

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
I learned most of what I know from trial and error, looking up tutorials or fixes for what I couldn't figure out and read a book on PHP after I had used it for a few months, to see if I could get anything more out of it... But it helped a lot to try it a bunch and figure out how to do it on your own. Makes it more unique in the end.
 

xc rider

New Member
Messages
24
Reaction score
0
Points
0
ive been reading a Head First HTML book the last few days.. After this book ill progress through the different languages. Ive always known the basics but they were never programed into my head.
 

ethraax

New Member
Messages
56
Reaction score
0
Points
0
I'm pretty much self-tought. I never like tutorials though. I tried to learn JavaScript for years before I finally picked up the "Definitive Guide" (700 page) that described it as a programming language more than a scripting engine.

For PHP, I used an online book called Practical PHP Programming. It is very good and I used it for pretty much all my PHP/MySQL needs.

As far as HTML, I started learning a long time ago, back when I used <font> tags (eww). I didn't fully learn XHTML/CSS until I read a huge book on it. I guess I just need to read large descriptive books before I can understand anything >.>

Oh, the CSS book was titled "CSS: The Definitive Guide" if I remember correctly, in case you want to go to Borders or somewhere and try to find it lol.
 
Top