Destiny
Oct 9 2005, 08: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!!  |
Reply
twitch
Oct 10 2005, 05:38 AM
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.
Reply
Mernokh
Oct 10 2005, 03:57 PM
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 SpecificationI 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
Reply
Uzumaki-Naruto
Oct 17 2005, 07:33 PM
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 !
Reply
minnieadkins
Oct 17 2005, 11: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.
Reply
foolakadugie
Oct 18 2005, 01:22 AM
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.
Reply
HTML_Guru
Oct 18 2005, 01:33 AM
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
Reply
systm4down
Oct 18 2005, 08:34 PM
Well I would suggest www.htmlgoodies.com but that's not advanced... It's nice though, try it anyway.
Reply
minnieadkins
Oct 19 2005, 04:35 PM
A few websites http://www.pageresource.com/html/index6.htmhttp://www-cgi.cs.purdue.edu/cgi-bin/bxd/advhtmlguide.htmlhttp://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.
Reply
Yatashah
Nov 5 2005, 12:03 AM
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
Reply
Latest Entries
cyborgxxi
Nov 5 2005, 03:34 PM
Recently, I have been taking the HTML tutorials to teach myself some HTML!! Yes, I was messing around with HTML in FrontPage (without even reading anything about HTML) and I just didn't get anything!! For example, I was wondering why there was <html> and what a tag even was. When I finally got a cheatsheet of HTML tags, I understood what the "tag" really meant. It was just a <something> like that. I don't think I understood "tag" until the last two months or so. Hahaha, boy, and I a NOOB!! But still, I think the primers there are a good bit of help to newbies. Of course, I am a newbie and I need lots of help. I will try the w3schools.com link sometime, but only when I have some freetime. These weeks... so much homework and tests!! We're slaves to work and money
Reply
Similar Topics
Keywords : learn, advanced, html
- Good Books For Html And Css Beginners
(1)
Basic Html Tutorial
Made it myself, hope you like it. (1) HTML stands for hyper text markup language. It is a basic coding language used on almost every
website. There are some tags in HTML which must be used, whilst others are enhancing, but not
essential. Below I shall list the essential tags and there uses: This tells the browser that
the language between the tags is going to be HTML so it knows how to read it. Inbetween those tags
come These tags tell the browser that all the content that you wish to be displayed is in there.
They are the only essential tags for HTML! The list is short but if you only use them y....
What You Need Before You Can Create A Text-based Game..
Using PHP, HTML and MySQL (7) Please comment and rate, after you finished reading! /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
################################################################# Change log: Aug 22 2008: The
Tutorial Was Created. V1.0.0 Aug 30 2008: Added XHTML and a small CSS part. Also corrected some
small things and added this change log. V2.0.0
################################################################# OK.. Many people here want to
create text based games. Many of you ask us here on the forums: "how to create a text-based ....
Joomla Template Kit Extension For Nvu/composer
help in understanding how to change html template to joomla (3) Hi Everyone, I am becoming quite (a lot) interested in designing with joomla, and need an
understanding of how to use the template kit extension in Nvu/Composer. There doesn't appear to
be any tutorials available on how to use a HTML template to insert and design with joomla modules.
Is there anyone who could shed some light on this subject. It would be MUCH appreciated.....
Indentation In Html
(4) Whenever I start a new project one of the first things I do is put in a base index.php page. Yes,
it's a .php file, but I won't be looking at the PHP just yet. Normally, it looks a little
something like this: CODE <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html
xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> <title>Title</title> <meta http-equiv="c....
Web Editor
great application for your html and javascript development (0) Aptana IDE is a free Integrate Development Environment great for HTML/CSS editing and Javascript
development The best feature in my opinion is the autocomplete feature , both in html and css mode
it not only give you the suggestion but informs you about compatibility in different browsers and
vresions same in javascript mode It is based on Eclipse IDE, it's free and can be extended
help you with your php editing need to it's free and defenitely worth a try LINK ....
How To: Display A Members/user List.
With PHP, Mysql, and HTML. (3) Alright, some of you might want to display your User's or Members on your site. Notes: 1.This
is to fit in with Feelay's register and Log-in scripts you can find in the tutorial section. 2.I
made this to show the members of my site who is a member and what their ID is. First off, we must
set up a connection to our MySQL Database. CODE <?php $con =
mysql_connect("localhost","database_username","database_username_password
4;); if (!$con) { die('Could not connect: ' .
mysql_error(....
Choosing Your Computer Before Bying
Learn how to choose the best computer (4) I decided to make this topic because i know there are a lot of people out there that don't know
what kind of computer they should buy. If you are ready for a new computer either get someone that
knows more about computers than you, OR read this topic /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> 1. Choosing your
motherboard The motherboard is the basic thing a computer should have. It is connecting all the
other parts to each other. When you are choosing a motherboard you first need to know what graphics
port does it have....
Style P And H? Html Tags
(2) Well, I have found that css was very hard to predict and precise control their apperance. When mix
and use the p and h? tags. Their apperaence were not identity. Place the h? tags within the p tag
causes style error on both firefox and IE. So, anyone should do it reserved, instead, place the p
tag with any h? tags will do the jobs on both browsers. Still learning it coz it much varies when
doing styles. Tested it on XHTML 1.0 Strict....
I Need Help Finding The Best Way To Learn Php
(4) hi my name is dipesh, i resentally signed up to the site and would like the know the best way to
learn php programming, my end goal is to create an mmorpg which is turn based like astroempires and
ogame....
Yaml - (x)html/css Framework
(2) The YAML (Yet Another Multicolumn Layout) Framework is an excellent open source project that helps
you to create two or three columns (X)HTML/CSS floated layouts. This framework is very easy to use
and allows you to modifiy it to your own needs, this framework offers some tools for rapid
development of modern and accessible CSS layouts. QUOTE Yet Another Multicolumn Layout (YAML)
is an (X)HTML/CSS framework for creating modern and flexible floated layouts. The structure is
extremely versatile in its programming and absolutely accessible for end users. Based on w....
Javascript Tutorial For Beginner
Using Javascript in HTML page (0) In this tutorial I will show you how you can put JavaScript in a HTML page. It is very easy to add
JavaScript in a HTML page. We will use <script> tag for this purpose. Inside the <script>
tag, we will use "type=" attribute and will define the scripting language. We will define the script
language as “text/javascript”. After define the script language we will add our
JavaScript codes and at last we will close the tag using . So the complete code will be- CODE
<html> <body> <script type="text/javascript"> (Pla....
Increase Your Knowledge Of Html Language
(11) For Creating good website you have to be master in HTML Language. It is a scryptic Language. If you
want to Learn this language than visit the link http://zwqa.page.tl/Increase-you-HTML-Knowledge.htm
....
Sitepoint's Css And Html Reference Sites
(2) Recently the folks at SitePoint.com launched two excelent online reference sites for web designers
and developers, the first one is the SitePoint CSS Reference and the second one is the SitePoint
HTML Reference (Beta) . Both of them are free and available to anyone and everyone who needs to
lookup any information related to CSS and HTML in an easy and fast way. The SitePoint HTML
Reference (Beta) is still in progress. Also, both of them are very detailed and up-to-date on each
subject and are focused not only to beginners because they covers from general to advance....
Html Basic Tutorial
<!-- For beginners only --> (9) Knowledge HTML stands for H yper T ext M arkup L anguage. You cannot create an HTML file
using a rich-text editor, such as Microsoft Word or Wordpad. HTML To write a basic HTML, you will
need to start with this: CODE <html> The html > tag tells the browser that this is
an HTML page. To close any tag, the same tag will be repeted but with the "/" sign. For example,
CODE <html> <head> <title>Page title</title>
</head> </html> Did you notice the /title >, /head > & /html > tags? Th....
A Beginner Wanting To Learn How To Make A Web Game
(4) I'm pretty new to html and stuf cuz i dont know it ut i want to make a game like Combatgrounds
which is located at http://www.combatgrounds.com . But i don't know where 2 start so can any1
give me any pointer. Your help will be appreacitaed Spelling and grammar are important, as stated
in our forum rules, but also part of your membership with AstaHost. Refrain from using slangs. "U"
"R" smarter than "2" does not mean TO... Topic title must be specific. Modified. Last verbal
warning. ....
Tutorial: Dreamweaver, 3ds Max, Flash, Html, Css
Dreamweaver, 3DS MaX, Flash, HTML, CSS (8) Hi all, This is a continuation thread from my previous topic: Photoshop Tutorials, A large list of
tutorials links! here: www.astahost.com/photoshop-tutorials-t14351.html I'm posting some
Dreamweaver, 3DS MaX, Flash, HTML, CSS Tutorial links here! I got these links from various
places! Please reply to this, If you find them as an useful one! CSS Tutorials
http://www.westciv.com/style_master/academy/css_tutorial/ http://maxdesign.com.au/
http://www.htmlgoodies.com/beyond/css/index.php http://www.echoecho.com/css.htm
http://www.htmldog....
Converting PSD To HTML
(9) Hi I m new to this site. I have designed a layout in PSD. What i want is to know how can I slice
the PSD to build a Cross-Browser Compatible HTML file. Thank U.....
HTM vs HTML: Whats The Difference ?
(22) hi friends, Does anybody know the difference between .htm and .html files. I am wondering why there
are two extensions for the same type of files!! Even some hosts make the index.htm as the
home page and some do the other way. Isn't there any standard for making the home page. Some
even use default.htm as home page. When the page with different extension is present then it gives a
404 (Page Not Found) Error. Any light in that direction will be of much help. Regards.....
What Shall I Learn First In Programming ?
How to begin programming ? (11) Hey guys i'm posting here because i've a doubt, about 1 year ago i started to develop a
certain taste for programming, at first i tryed code Websites using Html ,then with php, then Mysql,
and at last all together. Now i alreday finished my hardware Reparation course, but that old taste
for programming is calling me to do other thing else besides repair hardware. Meanwhile i've
develop taste for other several kinds of languages and i'm a bit confused because i dont know
whitch programming language bring me future. So i wonder what programming language sha....
Best Way To Learn Javascript
I would very much like to know. (9) Well, I know HTML, I know CSS, so the next step is learning Javascript. I have heard that it is sort
of an easier way to do things than PHP, though I would very much like to learn PHP as well. So, I
thought that if I learnt Javascript, I might find it easier to learn PHP when I get to that point.
The problem though is actually finding out the best way to learn Javascript. I have been to
websites and things, but every time I read through the tutorials and articles and things, I
didn't learn anything. It when in one ear and out the other, you could say. So, that is wh....
Free Shoutbox? HTML, Flash or PHP Code
(24) does anyone know where i can find a free shoubox thats customisable? it can be in html, php or flash
format. thanks in advance paul....
More Advanced C++
Polymorphic / Abstract / Virtual example (4) This example assumes you already know basic c++ functions and classes. it is by no means a complete
c++ tutorial, but should give you a good idea of the power of c++. In this tutorial, i will be
using virtualisation, abstraction, and polymorphism to draw a simple picture. the code is not
complete, because i dont want to tie it into any specific operating system. i will use onlt standard
template library finctions, and graphics requires the use of OS specific API's/ We are going to
write a program, which holds an array or different shapes. and (if complete) would dr....
Online Multiplayer Game
What language to learn in order make it? (16) If you look at e.g. THIS LINK What language would you use to make something like that?
/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif' /> ....
How Long To Learn Dreamweaver?
(29) Well the title is the questions really. I want to redo my site more pro, and would like to do it
myself. What would a typical building timescale be from start to completion using this? And does
anyone know any useful sites that may help? Has anyone used dreamweaver and not like it / had any
problems? thanks chris ....
Cron Jobs Tutorial
So you wanna learn Cron jobs huh ? (3) How to setup Basic Cron Jobs. Ok. Many people are yelling that they cannot configure the
crons properly. Here is a short tutorial which will help you set them. I have tried my best to
explain the concept but there can be more advanced configurations. Basically you will want to run a
PHP script file in specific intervals. Suppose you want to execute a php file called maintanence.php
every one hour. This is what you do :- The CRON Command is in the Following Format CODE
[ Minute - Hour - Day - Month - Weekday ] - Command The COMMAND, can be bro....
Enhanced Audio Cd's
Learn to Make Your Own Enhanced Audio CD (2) Some may be familiar with the concept of Enhanced Audio CD's. For those that aren't, an
Enhanced CD is much like a traditional Red-Book audio CD (the normal format for audio cd's -
what you would purchase in a store). The only difference is that, in addition to being able to put
your CD into a CD player and listen to music, you can also put the disc in a computer and access
more features such as graphics files, more songs, or even create custom navigatable menu's and
programs. All this enhances a consumers experience of your media. There is much to be....
Converting HTML over to XHTML
Crossing over to the darkside (13) Allow for alterations Well, I've just had to convert another HTML 4.01 Transitional website
over to XHTML (eXtensible HyperText Markup Language) 1.0 Transitional, I will later on convert over
to XHTML 1.0 Strict as soon as I write the CSS (cascading stylesheet) file for it but it had to be a
quick update and removing all presentational elements and placing them in a CSS file is not quicker
than just altering some tags. So this is where I got the idea to write a How to Convert HTML over
to XHTML . Let's begin I'm having trouble knowing where to start ....
Basic Tips and Tricks in HTML
(15) Here is some quick links for basic html coding... A quick and easy way to create your first web
page! -> The easiest HTML guide for beginners You'll learn how to create tables from real
examples. -> How to create TABLE? You will learn how to create frames from a real example.
You'll see how to create a borderless frame, how to specify the target frame, etc. -> How to
build FRAMES? Follow a few easy steps to add sound to your web pages. -> How to add sound to a
web page? This page tells you how to automatically load a visitor to another web p....
Learn how to surf anonymous on the net! [Part - 1]
Anonymous surfing on the net.-[Part - 1] (34) Hi guys! This is my first topic here, anyway. So much people are using Microsoft Internet
Explorer to surf on the web. If you are using on the net with Microsoft Internet Explorer you can
hide yourself. Anonymous surfing helps you to hide your active-x and java options so protects you
from some problems on the net like hacker attacks. If you want to be anonymous you should do this.
FOR DIAL-UP USERS (IE 6 AND UP)... 1-) Go to TOOLS=>INTERNET PREFERENCES=>CONNECTIONS 2-)
Sellect your connection at the panel you are wieing 3-) Click "Propeties" like y....
Looking for learn, advanced, html
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for learn, advanced, html
| Similar | | Good Books For Html And Css Beginners |
| Basic Html Tutorial - Made it myself, hope you like it. |
| What You Need Before You Can Create A Text-based Game.. - Using PHP, HTML and MySQL |
| Joomla Template Kit Extension For Nvu/composer - help in understanding how to change html template to joomla |
| Indentation In Html |
| Web Editor - great application for your html and javascript development |
| How To: Display A Members/user List. - With PHP, Mysql, and HTML. |
| Choosing Your Computer Before Bying - Learn how to choose the best computer |
| Style P And H? Html Tags |
| I Need Help Finding The Best Way To Learn Php |
| Yaml - (x)html/css Framework |
| Javascript Tutorial For Beginner - Using Javascript in HTML page |
| Increase Your Knowledge Of Html Language |
| Sitepoint's Css And Html Reference Sites |
| Html Basic Tutorial - <!-- For beginners only --> |
| A Beginner Wanting To Learn How To Make A Web Game |
| Tutorial: Dreamweaver, 3ds Max, Flash, Html, Css - Dreamweaver, 3DS MaX, Flash, HTML, CSS |
| Converting PSD To HTML |
| HTM vs HTML: Whats The Difference ? |
| What Shall I Learn First In Programming ? - How to begin programming ? |
| Best Way To Learn Javascript - I would very much like to know. |
| Free Shoutbox? HTML, Flash or PHP Code |
| More Advanced C++ - Polymorphic / Abstract / Virtual example |
| Online Multiplayer Game - What language to learn in order make it? |
| How Long To Learn Dreamweaver? |
| Cron Jobs Tutorial - So you wanna learn Cron jobs huh ? |
| Enhanced Audio Cd's - Learn to Make Your Own Enhanced Audio CD |
| Converting HTML over to XHTML - Crossing over to the darkside |
| Basic Tips and Tricks in HTML |
| Learn how to surf anonymous on the net! [Part - 1] - Anonymous surfing on the net.-[Part - 1] |
|
advertisement
|
|