O Hammer O is my gamertag
Banned
I know very basic HTML, but I am going to make a website, so where can I learn more advanced stuff, and layout tips, etc.?
you shoulda used googleOriginally posted by: DnetMHZ
http://www.w3schools.com/
Originally posted by: Brazen
From what I've read - and used (gmail) - I suggest learning AJAX, or more specifically RubyOnRails. Although you still do need to have knowledge of basic html when working with RubyOnRails. But I would learn RubyOnRails before learning php or java/javascript. The only downside it almost every web host supports php, where-as very few support RubyOnRails, for now. But RubyOnRails looks like it will be the future. Google for it and you will find all sorts of beginner documentation and tutorials and info on why it completely blows away php or java/javascript (I'm a php coder now, though I know(well, knew) java/javascript (don't like it), but RubyOnRails is what I'm slowly learning).
edit: btw, gmail is coded in AJAX - not sure if it uses RubyOnRails but I think I read that it does.
Originally posted by: DnetMHZ
http://www.w3schools.com/
Well for a static website, yes, you can. But for dynamic or interactive content, you have to use one of the technologies I mentioned. Still no matter what you use, you must have html knowledge in order to do the layout. Right now php is the popular language for dynamic content, but RubyOnRails will be gaining popularity.Originally posted by: O Hammer O is my gamertag
Originally posted by: Brazen
From what I've read - and used (gmail) - I suggest learning AJAX, or more specifically RubyOnRails. Although you still do need to have knowledge of basic html when working with RubyOnRails. But I would learn RubyOnRails before learning php or java/javascript. The only downside it almost every web host supports php, where-as very few support RubyOnRails, for now. But RubyOnRails looks like it will be the future. Google for it and you will find all sorts of beginner documentation and tutorials and info on why it completely blows away php or java/javascript (I'm a php coder now, though I know(well, knew) java/javascript (don't like it), but RubyOnRails is what I'm slowly learning).
edit: btw, gmail is coded in AJAX - not sure if it uses RubyOnRails but I think I read that it does.
For just a normal website, not a forum, can't I just use HTML or XML?