Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Where Can I Learn Advanced Html ?
Destiny
post Oct 9 2005, 08:07 PM
Post #1


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 5
Joined: 9-October 05
Member No.: 9,004



Well over a few years ive been picking up little bits of html and have slowly learnt quite a bit (to my own surprise)

But im still quite new and havnt found any sites that help much with advanced html! sad.gif

If anyone knows of sites that show mainly advanced html and maybe even a bit of java could they plaese post it im desperate

CHEERS!! biggrin.gif

This post has been edited by microscopic^earthling: Nov 5 2005, 02:05 PM
Go to the top of the page
 
+Quote Post
twitch
post Oct 10 2005, 05:38 AM
Post #2


Veteran Nut
Group Icon

Group: Members
Posts: 527
Joined: 4-October 05
From: UK
Member No.: 8,895



Java or javascript, while they may sound the same, they are completely different. One is a scripting language used mainly for the web, the other is a programming language to build applications.

HTML is really easy when you start to use CSS mostly. I have finally figure out how to use divisions <di> and let me tell you, it clear's up the whole page.

You can only get so far with HTML, then you have to start wondering into other areas, like javascript, and then more with PHP or ASP. Eventually, you can build anything (in time).

The source that has helped me through the way, is me really. I took apart loads of sites and saw how they worked. But for others, it might not work that way. So, your best bet is http://www.w3schools.com they have the most professional and clear way of describing the works.
Go to the top of the page
 
+Quote Post
Mernokh
post Oct 10 2005, 03:57 PM
Post #3


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 6
Joined: 10-October 05
Member No.: 9,008



Well, Destiny, I think you really don't know how well you are with HTML only because you just don't know exactly what are the boundaries of it. You see, HTML is not that big a language. I can safely bet you know at least 80% of it, since you say you learnt some of it. When it comes to HTML, some is usually much more than you think. smile.gif

With that out of the way, let's talk about how you can make sure you're leaving nothing out. I agree with guy that the W3CSchools is a great learning Website, but it's geared mainly and mostly toward newbies. That's not you, I think.

If you ask me, I think you should go to the source itself. If you don't know, HTML's development is moderated by the World Wide Web Consortium (W3C). They are the ones that virtually make HTML. The newest (and final) HTML specification is HTML 4.01. You can find it at the following URL:

HTML 4.01 Specification

I admit it's not the most fun read you'll ever see, but it's certainly the most comprehensive. And quite frankly, if you just give yourself enough time for the first 4 chapters and not rush through them, you'll get by just fine. smile.gif

Soon, I'm going to be talking some more about why HTML 4.01 is the final specification of HTML, and what is to follow. I trust you'll find some interesting info in that article, Destiny. But until then, I hope you'll do great in your HTML pursuit. smile.gif

All the best,
Mernokh
Go to the top of the page
 
+Quote Post
Uzumaki-Naruto
post Oct 17 2005, 07:33 PM
Post #4


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 27
Joined: 17-October 05
Member No.: 9,155



I think you mean JavaScript not java . Well if you want to learn some advanced html . go to www.htmlgoodies.com . It also has other things like PHP and JAVASCRIPT and MYSQL and ... . I am going to also make a html tutorial and i will post it in the tutorials forum . Check there and you might just learn some neat new things .

There is also : http://www.geocities.com/SiliconValley/Orchard/5212/ . It seems good and it looks good and it looks fast . Check this one aswell if you really wanna learn !
Go to the top of the page
 
+Quote Post
minnieadkins
post Oct 17 2005, 11:08 PM
Post #5


Premium Member
Group Icon

Group: Members
Posts: 292
Joined: 15-December 04
Member No.: 1,768



I agree with most. Basic HTML is all you really need to know in order to build a great website. You can do a lot with HTML, but most of the time there's no need. CSS, Javascript, and PHP often are what make up the most of your website. For a basic, understandable tutorial for most web languages I was refered to http://www.htmlgoodies.com. They have some advanced topics in HTML as well as tutorials in most scripting languages. I definately recommend that for tutorials. Almost always however, you'll need a reference in front of you when you go to code something up. Don't expect much with HTML alone. A lot of people use HTML and pure CSS and make really good websites. I suggest looking into that first. Then javascript to verify fields for your forms, and php/mysql if you need something more.
Go to the top of the page
 
+Quote Post
foolakadugie
post Oct 18 2005, 01:22 AM
Post #6


Premium Member
Group Icon

Group: Members
Posts: 241
Joined: 4-August 05
From: Los Angeles
Member No.: 7,624



QUOTE(minnieadkins @ Oct 17 2005, 03:08 PM)
I agree with most.  Basic HTML is all you really need to know in order to build a great website.  You can do a lot with HTML, but most of the time there's no need.  CSS, Javascript, and PHP often are what make up the most of your website.  For a basic, understandable tutorial for most web languages I was refered to http://www.htmlgoodies.com.  They have some advanced topics in HTML as well as tutorials in most scripting languages.  I definately recommend that for tutorials.  Almost always however, you'll need a reference in front of you when you go to code something up.  Don't expect much with HTML alone.  A lot of people use HTML and pure CSS and make really good websites.  I suggest looking into that first.  Then javascript to verify fields for your forms, and php/mysql if you need something more.
*


http://www.w3schools.com/

this is an excelent site that has quite a bit of information about most of the languages realated to webdesign/web-programming. It has tutorials, examles, generators etc.
Go to the top of the page
 
+Quote Post
HTML_Guru
post Oct 18 2005, 01:33 AM
Post #7


Advanced Member
Group Icon

Group: Members
Posts: 134
Joined: 5-September 05
From: Palm Harbor, FL -- Columbus, OH
Member No.: 8,335



LOL, everyone's giving the guy the same suggestions... HTMLGoodies.com, W3CSchools.com, W3.org, etcetera, etcetera.

Let's give some new ideas here, shall we? LOL, this is gonna turn into an accidental spam soon - laugh.gif!

But, please, continue with the posts.
HTML_Guru
Go to the top of the page
 
+Quote Post
systm4down
post Oct 18 2005, 08:34 PM
Post #8


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 18-October 05
Member No.: 9,181



Well I would suggest www.htmlgoodies.com but that's not advanced... It's nice though, try it anyway.
Go to the top of the page
 
+Quote Post
minnieadkins
post Oct 19 2005, 04:35 PM
Post #9


Premium Member
Group Icon

Group: Members
Posts: 292
Joined: 15-December 04
Member No.: 1,768



A few websites
http://www.pageresource.com/html/index6.htm
http://www-cgi.cs.purdue.edu/cgi-bin/bxd/advhtmlguide.html
http://wdvl.internet.com/Authoring/HTML/

Just google a few sites about advanced HTML topics. What do you mean by advanced anyways? Frames, meta tags, and tables? Or are you talking about adding css/javascript/php etc? Perhaps if you stated what you wanted to accomplish with html, that would help some.
Go to the top of the page
 
+Quote Post
Yatashah
post Nov 5 2005, 12:03 AM
Post #10


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 4-November 05
Member No.: 9,446



QUOTE(Destiny @ Oct 9 2005, 03:07 PM)
Well over a few years ive been picking up little bits of html and have slowly learnt quite a bit (to my own surprise)

But im still quite new and havnt found any sites that help much with advanced html! sad.gif

If anyone knows of sites that show mainly advanced html and maybe even a bit of java could they plaese post it im desperate

CHEERS!! biggrin.gif
*



To be quite honest I would highly suggest
http://www.dynamicdrive.com/ it is so cool.

If you want just basics I would suggest
http://www.htmlgoodies.com/


They go through lot of different types and kinds of HTML
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Basic Tips and Tricks in HTML(15)
  2. Embedding XML into HTML(2)
  3. Force Object To Load Last(2)
  4. Free Shoutbox? HTML, Flash or PHP Code(24)
  5. Html Background Tutorial(2)
  6. Where Can I Learn Html Codes ?(8)
  7. Here Are Some Html Tutorial Sites(1)
  8. Get Input From Html/txt File?(2)
  9. How Can You Spice Up Your Basic HTML Site ? Beginner Needs Help(9)
  10. HTML Editor(23)
  11. Need Help With The HTML HR Tag(5)
  12. HTML: Seems Like A Simple Problem, But I'm Baffled!(4)
  13. Where To Find A WML To HTML Converter ?(2)
  14. Advanced Form Question(0)
  15. A First Peep Into Html(5)
  1. Home Videos(4)
  2. Bulletproof HTML: 37 Steps To Perfect Markup(4)
  3. Quick Tips On Html And Css(11)
  4. Firefox Inventing Its Own Html?(9)
  5. Scripts And Html(13)
  6. Stretching My Site Vertically(6)
  7. Html Stats(3)
  8. About Html(15)
  9. Html Table Issue.(18)
  10. Html Emails How?(12)
  11. Sitepoint's Css And Html Reference Sites(2)
  12. Yaml - (x)html/css Framework(2)
  13. Style P And H? Html Tags(1)


 



- Lo-Fi Version Time is now: 4th July 2008 - 03:12 AM