|
|
|
|
![]() ![]() |
Oct 9 2005, 08:07 PM
Post
#1
|
|
|
Newbie [ Level 1 ] 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! 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!! This post has been edited by microscopic^earthling: Nov 5 2005, 02:05 PM |
|
|
|
Oct 10 2005, 05:38 AM
Post
#2
|
|
|
Veteran Nut 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. |
|
|
|
Oct 10 2005, 03:57 PM
Post
#3
|
|
|
Newbie [ Level 1 ] 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.
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. 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. All the best, Mernokh |
|
|
|
Oct 17 2005, 07:33 PM
Post
#4
|
|
|
Newbie [ Level 2 ] 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 ! |
|
|
|
Oct 17 2005, 11:08 PM
Post
#5
|
|
|
Premium Member 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.
|
|
|
|
Oct 18 2005, 01:22 AM
Post
#6
|
|
|
Premium Member Group: Members Posts: 242 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. |
|
|
|
Oct 18 2005, 01:33 AM
Post
#7
|
|
|
Advanced Member 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 - But, please, continue with the posts. HTML_Guru |
|
|
|
Oct 18 2005, 08:34 PM
Post
#8
|
|
|
Newbie [ Level 1 ] 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.
|
|
|
|
Oct 19 2005, 04:35 PM
Post
#9
|
|
|
Premium Member 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. |
|
|
|
Nov 5 2005, 12:03 AM
Post
#10
|
|
|
Newbie [ Level 1 ] 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! 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!! 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 |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 22nd November 2008 - 09:11 AM |