proxies
Sep 3 2004, 02:00 PM
Darren
Sep 8 2004, 10:38 PM
Thanks Proxies i was looking for a basic tutorial or something for a friend who wanted to learn basic html. You read my mind.
Comment/Reply (w/o sign-up)
FirefoxRocks
Mar 5 2008, 02:12 PM
These tutorials are quite old. I also don't see why they can't teach valid XHTML Strict (or even HTML Strict) because their pages are almost all valid XHTML strict except for the <embed> element in the sound one and an unescaped ampersand in a referral link in some other ones. I know that they skip the "technical details" of HTML, but still, they should teach valid HTML Strict, not transitional.
Comment/Reply (w/o sign-up)
Jeigh
Mar 5 2008, 10:34 PM
The posts are from 2004, would make sense they aren't completely up to date references  Just thought that deserved to be pointed out lol
Comment/Reply (w/o sign-up)
Herbert
Mar 6 2008, 01:52 AM
Personally, I'd like to see some tutorials for learning CSS. Table programming is old news, but I can't figure out how DIV tags work correctly yet
Comment/Reply (w/o sign-up)
Jimmy89
Mar 6 2008, 03:14 AM
QUOTE(Herbert @ Mar 6 2008, 12:52 PM)  I can't figure out how DIV tags work correctly yet  Div tags are painful! I spent ages trying to fix some on a website, but when you get them right, they're very useful. Have a look at W3Schools, they have tutorials on css, as well as heaps of other topics here.
Comment/Reply (w/o sign-up)
Jeigh
Mar 6 2008, 05:26 AM
w3schools have amazing tutorials, as well htmlgoodies.com used to be a great resource... I haven't read much on the site in the past few years but they have sections for many things such as CSS so might be worth a look. Personally the biggest thing I find with css is simply to learn the differences between the different levels of style sheets and the different types of style definitions. Once you understanding the differences setting up div's and classes and everything just sort of falls into place
Comment/Reply (w/o sign-up)
skedad
Mar 6 2008, 09:31 PM
It has been a while since I have really looked into a lot of 'newer' scripts and HTML codes. I have been out of class for over a year now, and I am beginning to feel a little rusty to coding. I do use a little bit of HTML on my webpage, but I plan to add a lot of Flash to it. But if I wasn't so lazy, I would break out my Java, VB, and Dreamweaver HTML books and refresh myself on how to make really, really fun programs and additions to my site. But at the moment, it is quite difficult to even keep up with posting... So thanks for pulling this topic out of archives.... (Going to go find my books, now!)
Comment/Reply (w/o sign-up)
kgd2006
Mar 7 2008, 05:54 AM
The best place for reference in html and the correct use of its library of syntax's is http://www.w3schools.com, this source is all you need to endow yourself in and build your skills in web development. If you spend enough time and effort in reading its tuturials and its explanations of each area you will have enough understanding to do websites that are professional and can definitely be marketable. W3schools taught me everything from html, css, and javascript. I also reference it every now and then because as your areas of speciliaty expand you will eventually forget certain things, because like any normal human if you dont use what you learn you will eventually forget what you have recently learned. Books are good sources, but I have learned that there is nothing in a book that the internet dont have. The internet itself is the index in the back of any book. So make use of your resources and expand your skills, you never know you might be the one developing a site that many investors might find great interest in and will buy your site out for millions of dollars hehe...
Comment/Reply (w/o sign-up)
rockershive
Mar 7 2008, 06:40 AM
If your younger brother asks you to teach him HTML codings. Will you still teach him the way you were taught when MS Frontpage wasn't born yet? I mean you still have to learn HTML coding and editing 'traditionally'.
Comment/Reply (w/o sign-up)
HannahI
Nov 4 2009, 11:29 PM
Those are nice tutorials. I don't need them, I'm already an expert! Did you just find them while you were browsing the web?
Comment/Reply (w/o sign-up)
surfermac
Aug 25 2009, 02:02 PM
w3schools are best out there for beginners i have searched out for some other sites like that but all the sites are linking theirs to w3schools so i say its good i have just completed html on that and planning to complete all of that available on the site
Comment/Reply (w/o sign-up)
frameworker
Jun 16 2008, 09:39 PM
QUOTE(LegallyHigh @ Jun 16 2008, 12:28 AM)  In my opinion the Best way to Learn HTML is by using a Web Page Designing Program such as Dreamweaver, and using both the HTML only mode along with the visual creation mode. So when you input an object in the Visual Mode you can see the HTML behind it. You can learn simple HTML along with advanced coding by doing it that way. Not a terrible way to pick up tips, but I wouldn't recommend beginning the learning process that way. The most obvious downside to learning this way is that you have to have an expensive piece of software to begin with. One great strength of HTML is precisely that you don't need extra software to use it. Even if you do have the software in place, programs like Dreamweaver (and especially programs like FrontPage!) don't always use the best HTML practices. They're already bending over backward trying to interpret what you're doing visually, and good code is sometimes a casualty. A third downside to learning that way is that you don't get a very in-depth understanding of the markup language. You can try the things you think about and see how Dreamweaver interprets it, but a good tutorial might show you things html can do that you hadn't been thinking about. By running through tutorials at W3Schools or Sitepoint, you're less likely to run up against things as you go that you don't know how to deal with (that happens often enough as it is!). My advise to a beginner is to stick with the tutorials as a starting point. Once you have a good understanding of tags and good practice, you can use LegallyHigh's method as a way to solidify what you already know, especially if you come at it with a critical eye to spot things the program may be doing wrong. For that matter, you can do the same with websites you see online. Open up the code and try to figure out what they're trying to do (sucessfully and unsuccessfully). Or in both instances, look at the display and figure out how you would code it, then see how the HTML differs from your idea and decide who has the better idea.
Comment/Reply (w/o sign-up)
LegallyHigh
Jun 16 2008, 05:28 AM
In my opinion the Best way to Learn HTML is by using a Web Page Designing Program such as Dreamweaver, and using both the HTML only mode along with the visual creation mode. So when you input an object in the Visual Mode you can see the HTML behind it. You can learn simple HTML along with advanced coding by doing it that way. Also, since newer Web Design Programs also set up pages with CSS, you can learn a bit of Cascade Styling as well. I don't know if anyone else learned HTML in this method, but its how I learned what I have and none of my Pages look to bad. Also, when I used to like Nav Bars and other Java Acript Apps, I would copy the codes from Tutorial sites and then try to configure the Navigation Bars to look good on my site and as I did this through the script, it helped me to pcik up a bit of coding also.
Comment/Reply (w/o sign-up)
frameworker
Jun 13 2008, 11:24 PM
I'm another product of W3Schools tutorials. I figure we need more sites like that on any number of nonprogramming topics  Anyway, a newer resource for learning and reference for html is reference.sitepoint.com/html. It hasn't been around for nearly as long as w3schools has, but it is an excellent reference. Sitepoint also has a great reference for CSS at reference.sitepoint.com/css.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : basic, tips, tricks, html
- Good Books For Html And Css Beginners
(1)
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 Title
I've already got a few basics set out that I tend to stick to. For
instance, so far each of my projects has been XHTML Strict, which is why it's always up there.
Similarly, I use the same character set, and (at least initially) have two CSS files calle....
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....
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....
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 Emails How?
(12) How on earth do you create HTML emails? I have been searching Google for some time now and can find
ABSOLUTELY no information what so ever on how to ACTUALLY create HTML content emails. It just a
bunch of programs and Microsoft applications, or testing facilities, I don't need any of this,
there must be some coding system to it? I tried emailing using basic direct HTML tags (like ), but
it fails (it just shows ), so how can I do this? I am not looking for anything really fancy, I
just want to use some basic bolding and font changes and things to make it look a ....
Html Table Issue.
(18) Does anyone know how I might create a HTML table but using pure CSS (div's and what not). I
really have no idea why, but for some odd reason my layout goes nuts if I try to use the table tags,
even used properly with no errors the whole thing just brakes down (I don't use tables
anywhere). So I figured my only option is to attempt to do it CSS way if possible?....
About Html
(15) How long did it take you to learn Html?? It took me about 2months to learn the basics lmao. I need
a tuturial that has it all or a website.i would like it if someone did it. Thats why i get my
friends to help me /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0"
alt="biggrin.gif" /> But they are nice friends thats why. Like 2 people have helped me Sten and
Habble Sten Owns www.habbofront.com which uses Asta as its host and www.habble-aus.com which uses
Asta as its host. so this must be a good host because 2 good sites that have expert Htmlers so need
he....
Html Stats
(3) Do you know how to get website stats in a html code?? Like The amount of people viewing the site at
the moment and stuff like that?? because i need to know. Thanks if you reply to this i am in need
for it. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />....
Stretching My Site Vertically
Using CSS or HTML (6) I know it's possible, I've seen it one time. But I forgot. Many websites, if they hold more
content than there is room for in the minimum height, the site stretches vertically. How can I do
this? I only know that I need a background image of 1px height. Thanks in advance MediYama....
Scripts And Html
(13) Hey /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />, In the
note pad, I put the proper code for php ?> and save the file as name.php But i can't put
that file in html. This is a big problem since Iam trying to make an online text based game. Whats
the code to put a script inside a web page. And do i need any special software for it? If so
where can i download it? Thanks for reading /biggrin.gif" style="vertical-align:middle" emoid=":D"
border="0" alt="biggrin.gif" />.....
Firefox Inventing Its Own Html?
(9) I am building a website for a client. I finally have the animations and the site content the way i
want it. I updated the site via FTP, and IE displays it perfectly. Firefox however displays my "work
in progress" animations still, even though the index file references the new animation. I have
cleared cache, and even looked up the site on different computers, and on every one, FF displays
those darn rough draft animations while IE works perfectly. Any idea as to what is going on here?....
Quick Tips On Html And Css
(11) Here are just some general tips, helpers and time-savers for HTML and CSS. HTML Ideally, you should
be working under the XHTML 1.1 doctype specification. Some reasons: Improved semanticism - make use
of the elements available appropriately to convey the information as it was intended. Improved
understanding - because of an increase in semanticism, it's easier for your audience to
understand what your trying to convey. Cleaner code - due to the deprecation of some elements and
the strict requirements of nesting, closing and structure, your code becomes much cleane....
Bulletproof HTML: 37 Steps To Perfect Markup
Excellent article that highlights and answers most FAQ about HTML (4) Hi, i want to share with everybody this excellent article at sitepoint.com that i just read, it
highlights and answers most FAQ about HTML, it's very consice and simply and for me it is a must
to read. You can read it at Bulletproof HTML: 37 Steps to Perfect Markup . Best regards,....
Home Videos
html code for home video (4) I was wondering if anyone knows how to turn a home video that is saved on your computer to that of a
html code so I can put it onto my myspace page... Please if anyone at all knows how to do this
please please help me!!!!....
A First Peep Into Html
(5) Dear friends HTML is the building block of any web page. Without it no pages can be written though
there are some exceptions. Even you got to have some knowledge of HTML to write dynamic web
applications. An HTML file is a text file containing small markup tags The markup tags tell the Web
browser how to display the page An HTML file must have an htm or html file extension An HTML file
can be created using a simple text editor HTML is acronym of Hyper Text Markup Language. This time
I will discuss about HTML tags. Dear friends HTML is the building block of any web pa....
Where To Find A WML To HTML Converter ?
(2) hello people, i need to convert few wml codings to html.. I have found plenty of converter that
convert html to wap. But none of my use.. Please guide me.. Thanks in advance....
HTML: Seems Like A Simple Problem, But I'm Baffled!
(4) i got this one question...I have this page http://ebiztip.com/thankyou.html with an image of the
book not coming out.....the image is named chapterm-big.jpg...but the image just want to hide....i
swear there's nothing wrong with the html....or am I wrong???....
Really Helpful Tips In Designing
Tips for both webmasters and designers (4) I am not going to have internet connect for a week or two, /dry.gif" style="vertical-align:middle"
emoid=" so just to keep my account active and running here is some really useful stuff I though
you might be interested in! Its basically about some webmaster/designer tips. Keep these in mind
when ever you are designing your site. It will prove very effective. This is through my personal
advice. Content deleted, plagerised from
http://www.zabswebdesignz.com/html/html/we...gning_tips.html Thats it guys, finsihed. Hope these
dum tips /blink.gif" style="vertical-ali....
Need Help With The HTML HR Tag
(5) Hi, does anybody knows which is the equivalent tag in CSS of the HTML HR tag or how do i replace
this. I need this because the HR tag is deprecated and i wanna validate a website. The code that i
need to replace is this: QUOTE best regards,....
HTML Editor
(23) I am sick of using notepad to create my HTML pages and I want somthing better. Are there any
programs available that are easier to use than notepad for html editing. If so i wolud like to know
about them. Thanx....
How Can You Spice Up Your Basic HTML Site ? Beginner Needs Help
(9) Well im new to this,and i know a person who knows how to do HTML,I of course dont lol,but I was
wondering with html can you change the way the sites you make on here look and ect..(put flash in
and w/e..)....
Get Input From Html/txt File?
with just html/css and maybe javascript? (2) I was just wondering if it's possible to retrieve text (and maybe images) from a .html or .txt
file. So for example you get the header and footer from an external file. Is it possible with just
html/css and maybe a little javascript or does it require server side scripting like php???
-=jeroen=-....
Here Are Some Html Tutorial Sites
(1) I think here is a very good HTML Tutorial : Rolling Eyes
http://www.allfreetutorials.com/htmltutorials.htm Also very competent : Rolling Eyes
http://www.yourhtmlsource.com/ Adequate one : Rolling Eyes http://htmldog.com/ Take a look and
you'll get all answers about HTML, CSS and Java-scripting. Laughing....
Where Can I Learn Html Codes ?
html codes (8) does anyone know a good website with html codes?....
Web Design Tips: Add Your Own Cursor
(4) The code that we will be using will work with Internet Explorer 6.0+. You can use your own cursor
images -- just upload them to a website. Cursor images are special images with a .cur or a .ani file
extension. body, a {cursor: url(http://www.youraddress.com/cursor.cur);} Replace
youraddress.com/cursor.cur with the address of your custom cursor and then save your changes.
That's it!....
Free Shoutbox? HTML, Flash or PHP Code
(25) 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....
Force Object To Load Last
html question (2) Alright html wizards...i've got a question ^_^ I assume that, like other programming codes, html
and php compilers read a code from top to bottom. Say I have a object though...and I want it to load
last...how do I do that? Let's just pretend I have an image that I do not want to load until
everything else on the webpage is loaded...how can I set that up? Is there perhaps a javascript code
for it...or maybe a CSS style I could add onto the object? Or better yet, is it possible to make
everything within a div/span/table tag load last? Another thing...if I leave an....
Html W/ Embedded Flash
How do I get rid of borders?? (9) Hey if any of you HTML wizzes out there could help me - I would greatly appreciate it. I am
designing some web site stuff with flash only. I know I know I should be using dreamweaver or
something else in addition - which I don't have access to on my computer here at work. When I
publish my files I can't get rid of the border around my swf file when I view it in a browser.
Is there any way to get rid of this $#%$ed border?? I have tried all the options I can find in
flash to no avail. I'm thinking there probably is some simple HTML code to get rid of the....
Embedding XML into HTML
(2) Hi, I am looking for a way to embed external rss/xml files into my html page, how/is this possible?....
Looking for basic, tips, tricks, html
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for basic, tips, tricks, html
|
advertisement
|
|