This is topic *rings doorbell* in forum Books, Films, Food and Culture at Hatrack River Forum.


To visit this topic, use this URL:
http://www.hatrack.com/ubb/main/ultimatebb.php?ubb=get_topic;f=2;t=030620

Posted by CalvinMaker (Member # 2032) on :
 
I'd just like to say that html is officially cool.

That is all.
 
Posted by quidscribis (Member # 5124) on :
 
Well, sure, when ya understand it. [Dont Know] Which I'm beginning to. Sorta. [Roll Eyes]
 
Posted by Vadon (Member # 4561) on :
 
It's pretty easy to me...

The easiest way I find to get the basics of it are two general foundations.

If you want something bolded, italicised, underlined, start a new paragraph, get a line break, etc. Typically, all you need to do is put the first letter of the word in brackets... then finish it with the slash.

For paragaph... <p> and this is the stuff inside, to end it... </p>

Bold n'stuff also works like that.

The other one is that you can always look at other websites to understand how it works. Just view their sorce, if you understand a bit of something, and you want to see how it works completely, you can see how another website did it and change it to make your own form.

(And I won't go into tables and frames {curse frames})
 
Posted by TomDavidson (Member # 124) on :
 
The kind of HTML being described here is, to some extent, largely yesterday's technology.
 
Posted by mr_porteiro_head (Member # 4644) on :
 
So?
 
Posted by fugu13 (Member # 2859) on :
 
And yesterday's version of HTML had huge problems if you tried to do anything even moderately complex.
 
Posted by vwiggin (Member # 926) on :
 
Wait until you try to get css/html to look the same in Firefox and Internet Explorer. Then we'll see how cool you think it is. [Wink]
 
Posted by fugu13 (Member # 2859) on :
 
A lot of the problem is people trying to do table based designs in CSS, I've found. When I started approaching designs from a semantic perspective, which markup I then styles, I found my going got a lot easier.
 
Posted by Vadon (Member # 4561) on :
 
I found a way with my website. It wasn't that hard.

True, I was saying the basics. ^_^
 
Posted by Da_Goat (Member # 5529) on :
 
Yes, html is cool.

Speaking aloud to people in html, however, is not.
 
Posted by Nato (Member # 1448) on :
 
As you're beginning to teach yourself HTML, try learning CSS too. Learning CSS now will help you out a lot in the long run. It gives you much more precise control over what is displayed, and is very nice and flexible.

I'm currently trying to teach myself to use CSS better, but I'm having a lot of trouble getting things to work right. (And I'm going to try to pretend IE doesn't exist so I don't have to deal with it.)
 
Posted by TomDavidson (Member # 124) on :
 
"And I'm going to try to pretend IE doesn't exist so I don't have to deal with it."

This is like saying "I'm learning to ride a bicycle, but refusing to believe in the ground." [Smile]
 
Posted by fugu13 (Member # 2859) on :
 
Now, now, Tom, IE isn't 100% of the browser market . . .

Its like trying to breathe without believing in nitrogen.
 
Posted by fugu13 (Member # 2859) on :
 
More seriously, while any website must consider the (unfortunate given its severe rendering flaws) dominance of IE, the best thing to do when writing a web page generally is to ignore IE, in a sense. While there's the occasional thing one just shouldn't do (use any beyond relatively simple CSS selectors, for instance), the way to get a page to look good across browsers is usually to write the page in a standards compliant manner, and then tweak it so IE doesn't decide everything should be 3 pixels in random directions.
 
Posted by Vadon (Member # 4561) on :
 
Seriously, I don't have a problem with my website and conversions... the only difference is I believe in IE it's a bit darker. ^_^
 
Posted by fugu13 (Member # 2859) on :
 
Vadon: try maintaining a site with more than a handful of pages which is updated regularly using POH (Plain Old HTML) and you'll soon kill yourself. Its an exercise in self-torture.

The enormous ease of update and alteration that CSS based design leads to is wonderful.
 
Posted by Dagonee (Member # 5818) on :
 
I've been converted. But the CMS software I use still insists on putting each element in its own table. So far I've managed to work around it, but yikes! Is it painful.

Dagonee
 
Posted by fugu13 (Member # 2859) on :
 
Get better CMS software [Razz] [Wink] .

Right now, my favorite CSS friendly CMSs are Drupal and Wordpress.
 
Posted by Dagonee (Member # 5818) on :
 
Mambo will be pure CMS in the next release, and I like the other features it has enough to put up with it.

It is nice developing dynamic web code and not even caring about formatting. Slap a class or div on it and you're done.

I released an open source search plugin for one of the Mambo galleries, and it's fun seeing it get spread across dozens of web sites. RSS sure makes things look more popular than they are.

Dagonee

[ January 08, 2005, 10:31 PM: Message edited by: Dagonee ]
 
Posted by Vadon (Member # 4561) on :
 
Well, I don't have more than a handfull of pages. But I do write my HTMLs all through notepad. I used to have problems, but I found a way around them. (For example my tables used to all go up into each other.)

I fixed that by just using one table, since then I've had no trouble.

This is it, all of it is in my own coding, no other programs used. http://vadon.hays.org
 
Posted by Insanity Plea (Member # 2053) on :
 
My favorite IE render screwup was when I redid the nav block on the top left here with CSS to show that it could be done and looked exactly the same when I used Arial instead of a $300 Adobe font that they used instead. What happened was because of IE's three pixl error,the entire thing was rendered correctly....except everything below "Beloit College" was moved down a line, and right below on the left corner said "tics." When highlighted, the corresponding letters in "Athletics" were also highlighted, why IE decided to rerender only four letters, I don't know. But adding three pixels to the div element fixed it without changing how it looked like. And don't get me started on the lack of alpha transparencies, I ended up putting a background colour in for IE and using child processes (which IE doesn't understand) to define the real background (a png). I hate that I have to do so much hackery to get things working right, but I'm glad IE's inconsistancies are as such that there's a workaround for every one of IE's stupidities.
Satyagraha
 


Copyright © 2008 Hatrack River Enterprises Inc. All rights reserved.
Reproduction in whole or in part without permission is prohibited.


Powered by Infopop Corporation
UBB.classic™ 6.7.2