MyBB Community Forums

Full Version: Best way to start learning HTML/designing web pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2011-03-08, 08:59 AM)euantor Wrote: [ -> ]Really? I use sublime text at the minute, but I used to always use an IDE because of how much it helped me. Each to their own I guess ^^

Thus you are learning how to use the IDE and not how to code in HTML. If you were stuck without the IDE you would find it much harder than if you were to just learn HTML.
(2011-03-08, 10:02 AM)Tom K. Wrote: [ -> ]
(2011-03-08, 08:59 AM)euantor Wrote: [ -> ]Really? I use sublime text at the minute, but I used to always use an IDE because of how much it helped me. Each to their own I guess ^^

Thus you are learning how to use the IDE and not how to code in HTML. If you were stuck without the IDE you would find it much harder than if you were to just learn HTML.

Not really. Notice the past tense - thus insinuating I stopped using an IDE at some point. I guess some people learn differently (well, it's been proven actually). I found having a tool to assist me greatly beneficial, you obviously did not. Let's just leave it at that, eh?
Understanding the tags of HTML is easy. Putting it all together with CSS and images is the hard part Toungue.

w3schools is good and look at code of templates and other sites. I wouldn't recommend a book for html personally because of easy it is.

I wouldn't recommend learning from a program like Dreamweaver as it's code isn't always the best. Especially if you let set class names and everything it will just make you life harder.
I learned it more or less the same way I learned C/C++: solely through copy/modify experimentation, and looking at references.

"Oh, that's cool. What happens if I change this? Cool! Now, can I make it do that? Sweet..."

It may not be the fastest way to learn, but it definitely helps it stick better.
(2011-03-08, 07:48 AM)Yaldaram Wrote: [ -> ]Best site to start from: http://www.w3schools.com/

No.

http://w3fools.com/
your tips were a lot helpful.. Smile
thanx
http://w3schools.com/

And I used Dreamweaver + their templates function to help design Big Grin. Got my functions and stuff from w3, the best site to learn from imo. It has detailed explanations and examples. JS, CSS, and much much more.
(2011-03-15, 10:05 PM)Lith Wrote: [ -> ]http://w3schools.com/

And I used Dreamweaver + their templates function to help design Big Grin. Got my functions and stuff from w3, the best site to learn from imo. It has detailed explanations and examples. JS, CSS, and much much more.

No.

http://w3fools.com/
(2011-03-08, 11:49 AM)Alex Smith Wrote: [ -> ]...Putting it all together with CSS and images is the hard part Toungue.

CSS is tricky for a while, especially when trying to 'un-learn' using tables for layouts.


#
Best way to start learning HTML/designing web pages

A) Modify Open Source projects (themes), and templates,
or
B) use tutorials.

I went with 'A', Trial and error*
*Lots and lots of error Toungue

(2011-03-08, 09:58 PM)Firestryke31 Wrote: [ -> ]..."Oh, that's cool. What happens if I change this? Cool! Now, can I make it do that? Sweet..."

It may not be the fastest way to learn, but it definitely helps it stick better.

Exactly Firestryke, What happens if I change this?
  • Now, can I make it do that!
~3 months later:
Where is that thing I was working on three months ago
Blush


what is IDE?
please explain me


Pages: 1 2 3