Staredit Network > Forums > Technology & Computers > Topic: Learning how to code using HTML
Learning how to code using HTML
Feb 13 2009, 4:53 am
By: Toothfariy  

Feb 13 2009, 4:53 am Toothfariy Post #1



I havent really gotten into coding programs or anything, but i would really like to learn how to do HTML to make websites and such

does anyone have ne way i can learn this or anything tools or resourses that could help me learn how to do this?



None.

Feb 13 2009, 5:26 am Falkoner Post #2



Here is where I learned everything, also, if you need something specific, just google it and usually things come up, and if you need something REALLY specific, feel free to get on MSN or some other messenger and ask people who have websites.



None.

Feb 13 2009, 4:20 pm Riney Post #3

Thigh high affectionado

HTML Tutorials are the easiest things in the world to find on google, its things like Javascript that starts to get a little frustrating.

The best part of HTML would be knowing how to do tables incase you arent aware of it yet. Learn and master these and it makes your job 200 times easier to make a page.



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

Feb 13 2009, 5:31 pm Syphon Post #4



Quote from name:Dark_Marine
HTML Tutorials are the easiest things in the world to find on google, its things like Javascript that starts to get a little frustrating.

The best part of HTML would be knowing how to do tables incase you arent aware of it yet. Learn and master these and it makes your job 200 times easier to make a page.

Do NOT listen to this man.

You are not supposed to use tables to lay out a page. You are supposed to use divs and spans. Using tables to lay out a page is bad web design practice.



None.

Feb 13 2009, 6:05 pm Riney Post #5

Thigh high affectionado

He said HTML not any of this new fancy stuff.

And if they're so bad...why are they in SENs source code when you view source? :P



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

Feb 13 2009, 6:46 pm Falkoner Post #6



Quote
The best part of HTML would be knowing how to do tables incase you arent aware of it yet. Learn and master these and it makes your job 200 times easier to make a page.

Use divs/spans if you are trying to do page layout, invisible tables are a bit ridiculous, although I admit to being hypocritical since I've used them on my website, however if you're going for page layout, that's what divs are for.



None.

Feb 13 2009, 7:37 pm Kellimus Post #7



Quote from name:Dark_Marine
He said HTML not any of this new fancy stuff.

And if they're so bad...why are they in SENs source code when you view source? :P

DIVs and SPAN are PART of HTML/XHTML...

The best way to lay pages out is by using CSS with one call to a .CSS file that has everything pre-defined within the .CSS file.



None.

Feb 13 2009, 7:55 pm Forsaken Archer Post #8



Quote from name:Dark_Marine
He said HTML not any of this new fancy stuff.

And if they're so bad...why are they in SENs source code when you view source? :P
Mostly because of IE users.



None.

Feb 13 2009, 8:43 pm Demented Shaman Post #9



Quote from name:isolatedpurity
Quote from name:Dark_Marine
He said HTML not any of this new fancy stuff.

And if they're so bad...why are they in SENs source code when you view source? :P
Mostly because of IE users.
Owned.

Stupid IE users and their sucky browers.



None.

Feb 14 2009, 4:39 am Toothfariy Post #10



well a family member of mine is guna pay me to make a website for their concrete company and i told them that i would try to learn how to do it so i can make it for them

so you guys all agree that divs are better to use on a site? (i dont rlly know what that is yet tho)



None.

Feb 14 2009, 5:21 am A_of-s_t Post #11

aka idmontie

Quote from Toothfariy
well a family member of mine is guna pay me to make a website for their concrete company and i told them that i would try to learn how to do it so i can make it for them

so you guys all agree that divs are better to use on a site? (i dont rlly know what that is yet tho)
If your going to do that, I'd test the website with different browsers and use a .css file like Kellimus said. I believe there is a way to display different code for different web browsers -- it should be at w3schools.



Personal GitHub
Starcraft GitHub Organization - Feel free to request member status!
TwitchTV

Feb 14 2009, 5:35 am Riney Post #12

Thigh high affectionado

Quote from Toothfariy
well a family member of mine is guna pay me to make a website for their concrete company and i told them that i would try to learn how to do it so i can make it for them

so you guys all agree that divs are better to use on a site? (i dont rlly know what that is yet tho)

Which I why I mentioned tables :fear:

Weither they agree or not, I think its good practice before you start on real stuff



Riney#6948 on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

-- Updated as of December 2021 --

Feb 14 2009, 5:44 am ClansAreForGays Post #13



Quote from Toothfariy
well a family member of mine is guna pay me to make a website for their concrete company and i told them that i would try to learn how to do it so i can make it for them

so you guys all agree that divs are better to use on a site? (i dont rlly know what that is yet tho)
wow they are pretty fail if they are paying you for something you don't have the slightest clue on how to do. Reminds me of kids that say they want to make video games, but find programming stupid/hard/boring.




Feb 14 2009, 5:53 am Toothfariy Post #14



Quote from A_of-s_t
Quote from Toothfariy
well a family member of mine is guna pay me to make a website for their concrete company and i told them that i would try to learn how to do it so i can make it for them

so you guys all agree that divs are better to use on a site? (i dont rlly know what that is yet tho)
If your going to do that, I'd test the website with different browsers and use a .css file like Kellimus said. I believe there is a way to display different code for different web browsers -- it should be at w3schools.

I got this program called Crimsion Editor a friend recommend to me. I think he said u can display a preview of it to see waht you coded

Quote from ClansAreForGays
Quote from Toothfariy
well a family member of mine is guna pay me to make a website for their concrete company and i told them that i would try to learn how to do it so i can make it for them

so you guys all agree that divs are better to use on a site? (i dont rlly know what that is yet tho)
wow they are pretty fail if they are paying you for something you don't have the slightest clue on how to do. Reminds me of kids that say they want to make video games, but find programming stupid/hard/boring.

well im pretty good with computers, and a pretty fast learner, so i told them i'd do it for them and that way i can also learn how to do this kinda stuff, and maybe later ill get into things like C++ and such



None.

Feb 14 2009, 5:54 am A_of-s_t Post #15

aka idmontie

BTW, is this going to be a static page? If not, you're going to need to learn javascript and php.



Personal GitHub
Starcraft GitHub Organization - Feel free to request member status!
TwitchTV

Feb 14 2009, 5:57 am Toothfariy Post #16



Quote from A_of-s_t
BTW, is this going to be a static page? If not, you're going to need to learn javascript and php.
i havent really gotton the details

i dont think it'll be like an interactive site or anything

i might include some kinda of job estimator, but idk

it'll pretty much be like, what the company is, who owns it, who to call, information, their experience; stuff like that



None.

Feb 14 2009, 8:25 am Falkoner Post #17



Quote
I got this program called Crimsion Editor a friend recommend to me. I think he said u can display a preview of it to see waht you coded

Haha, Notepad ftw! If you want preview you can use CoffeeCup, it's free, but you might as well just test it where you're going to actually see it, in the browser.

If it's a read-only site, it shouldn't be very simple, all you need is to learn HTML, CSS, and you might need to learn a bit of javascript, but that's it.



None.

Feb 14 2009, 1:01 pm Vi3t-X Post #18



Quote from name:Barack Obama
Quote from name:isolatedpurity
Quote from name:Dark_Marine
He said HTML not any of this new fancy stuff.

And if they're so bad...why are they in SENs source code when you view source? :P
Mostly because of IE users.
Owned.

Stupid IE users and their sucky browers.
IE 8 (in my opinion), while still a BETA, is better than FireFox. However, FireFox has more room for plug-ins, so I'm not sure which is really better.



None.

Feb 14 2009, 2:54 pm Falkoner Post #19



Quote
IE 8 (in my opinion), while still a BETA, is better than FireFox. However, FireFox has more room for plug-ins, so I'm not sure which is really better.

Firefox is less buggy, and by the time IE8 is no longer a beta, Fx will have updated to its level anyway.



None.

Feb 14 2009, 4:32 pm Syphon Post #20



Quote from name:Dark_Marine
He said HTML not any of this new fancy stuff.

And if they're so bad...why are they in SENs source code when you view source? :P

SeN...

A) Contains tabular data
B) Was not laid out by web designers, but web programmers.

Quote from name:Dark_Marine
Quote from Toothfariy
well a family member of mine is guna pay me to make a website for their concrete company and i told them that i would try to learn how to do it so i can make it for them

so you guys all agree that divs are better to use on a site? (i dont rlly know what that is yet tho)

Which I why I mentioned tables :fear:

Weither they agree or not, I think its good practice before you start on real stuff

They're generic block elements. Spans are generic inline elements.

And no, no it isn't.

Quote from Toothfariy
Quote from A_of-s_t
Quote from Toothfariy
well a family member of mine is guna pay me to make a website for their concrete company and i told them that i would try to learn how to do it so i can make it for them

so you guys all agree that divs are better to use on a site? (i dont rlly know what that is yet tho)
If your going to do that, I'd test the website with different browsers and use a .css file like Kellimus said. I believe there is a way to display different code for different web browsers -- it should be at w3schools.

I got this program called Crimsion Editor a friend recommend to me. I think he said u can display a preview of it to see waht you coded

Quote from ClansAreForGays
Quote from Toothfariy
well a family member of mine is guna pay me to make a website for their concrete company and i told them that i would try to learn how to do it so i can make it for them

so you guys all agree that divs are better to use on a site? (i dont rlly know what that is yet tho)
wow they are pretty fail if they are paying you for something you don't have the slightest clue on how to do. Reminds me of kids that say they want to make video games, but find programming stupid/hard/boring.

well im pretty good with computers, and a pretty fast learner, so i told them i'd do it for them and that way i can also learn how to do this kinda stuff, and maybe later ill get into things like C++ and such

It's more just, is it IE, or not, because 99% of everything works between Safari, Camino, Chrome, Opera, Konquerer, and Fx.

>>Don't use WYSIWYG editors. Notepad, Notepad++ are all you need.



None.

Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[07:43 am]
NudeRaider -- Vrael
Vrael shouted: if you're gonna link that shit at least link some quality shit: https://www.youtube.com/watch?v=uUV3KvnvT-w
Yeah I'm not a big fan of Westernhagen either, Fanta vier much better! But they didn't drop the lyrics that fit the situation. Farty: Ich bin wieder hier; nobody: in meinem Revier; Me: war nie wirklich weg
[06:36 pm]
RIVE -- Nah, I'm still on Orange Box.
[04:36 pm]
Oh_Man -- anyone play Outside the Box yet? it was a fun time
[2024-4-29. : 12:52 pm]
Vrael -- if you're gonna link that shit at least link some quality shit: https://www.youtube.com/watch?v=uUV3KvnvT-w
[2024-4-29. : 11:17 am]
Zycorax -- :wob:
[2024-4-27. : 9:38 pm]
NudeRaider -- Ultraviolet
Ultraviolet shouted: NudeRaider sing it brother
trust me, you don't wanna hear that. I defer that to the pros.
[2024-4-27. : 7:56 pm]
Ultraviolet -- NudeRaider
NudeRaider shouted: "War nie wirklich weg" 🎵
sing it brother
[2024-4-27. : 6:24 pm]
NudeRaider -- "War nie wirklich weg" 🎵
[2024-4-27. : 3:33 pm]
O)FaRTy1billion[MM] -- o sen is back
[2024-4-27. : 1:53 am]
Ultraviolet -- :lol:
Please log in to shout.


Members Online: Roy, Excalibur