Staredit Network

Staredit Network -> Miscellaneous -> WEBSITES
Report, edit, etc...Posted by Atreyu) on 2005-06-22 at 02:33:56
Ok well I've really been interested in making websites but I don't know how so I would like to know if someone here could help me find something that will help me alot in making a good website...
Report, edit, etc...Posted by chuiu on 2005-06-22 at 02:35:41
http://www.w3.org
Report, edit, etc...Posted by warhammer40000 on 2005-06-22 at 10:50:09
Yea, you need to learn HTML first, so i suggest you check out http://www.davesite.com/webstation/html/ Where you'll learn html in probably less then a week or so if you pay attention!

Speaking of HTML i should review it... I havnt looked at it in 2 weeks... I forget how to make tables..


Argh...
Report, edit, etc...Posted by O)FaRTy1billion on 2005-06-22 at 12:55:27
They have already given you some sites, but HTML isn't all that hard. All you need to remember is the tags, and what they do.
Here is a site that has alot of the tags, how you use them, what browsers support them, etc. (You probably will need to know a little about HTML before this helps...)
HTML Tags
If you need any help, just ask smile.gif

Hammer, here is main setup for tables. (I did a 2x2 table)
HTML
<table>
<tr><td>row1 cell1</td><td>row1 cell2</td></tr>
<tr><td>row2 cell1</td><td>row2 cell2</td></tr>
</tabe>

Had to use lots of tables for AutoStacker..
Report, edit, etc...Posted by Kashmir on 2005-06-22 at 13:30:16
you don't need to know a thing of html to make a website guys.... its alot easier, but you don't need to learn it. I use frontpage, and if you know how to use it correctly, you can make awesome layouts easily. I also use photoshop for the images.
Report, edit, etc...Posted by O)FaRTy1billion on 2005-06-22 at 13:35:01
I learned HTML in a few hours with Front Page biggrin.gif
I just typed something, clicked the HTML tab and read it.

Also Euro, What fun is it to use front page? You don't accomplish anything, except "I can type and make a website without HTML! OMFGIMSOÜBER1!!1one"

I actually prefer HTML over Front Page.
Report, edit, etc...Posted by illusion(SS) on 2005-06-23 at 17:55:15
just to let yer know, you need hosting that costs money monthly. tongue.gif
Report, edit, etc...Posted by RexyRex on 2005-06-23 at 18:26:05
No you don't.
Report, edit, etc...Posted by O)FaRTy1billion on 2005-06-23 at 18:28:40
Hey, I have the Host Matrix font biggrin.gif
(Neverwinter)
Report, edit, etc...Posted by BeeR_KeG on 2005-06-23 at 18:47:12
I learned HTML in 2 weeks from http://www.davesite.com/webstation/html/
It's quite simple and as I learned HTML, I started making test pages. There are a couple of threads that i made when I was learning HTML. I put some HTML files in there that you could use.

Now getting a Free Webhost isn't hard. Finding a reliable one is. I'd suggest the sites that Rexy mentioned.

I got something better than what Rexy mentioned tongue.gif
Report, edit, etc...Posted by RexyRex on 2005-06-23 at 19:25:22
HostMatrix is the best, hands down.
Do you have cPanel BeeR? wink.gif
Report, edit, etc...Posted by illusion(SS) on 2005-06-24 at 09:48:36
well. you cant find a good free host that has php and mysql databases and cpannel...
Report, edit, etc...Posted by Atreyu) on 2005-06-25 at 19:51:13
wow i didnt notice how much u guys replied lol, anyways so HTML is the first thing i have to learn but isnt there like alot more for more advanced stuff?
Report, edit, etc...Posted by BeeR_KeG on 2005-06-25 at 21:33:34
Yes Atreyu, there are many more languages than HTML, you got XHTML, XML, DHTML, SHTML, PHP, CSS and some other ones that I can't remember right now.
But it is a neccesity to learn HTML, it is the basic internet script language. All other languages are either based on HTML or work on HTML.

QUOTE(RexyRex @ Jun 23 2005, 07:25 PM)
HostMatrix is the best, hands down.
Do you have cPanel BeeR? wink.gif
[right][snapback]242426[/snapback][/right]


cPanel? Who needs that? I can do everything manually except make a MySQL Database, thats why I got Chu don't I? tongue.gif
Report, edit, etc...Posted by RexyRex on 2005-06-25 at 22:19:44
FTP access? phpMyAdmin? Lots and LOTS of other things...

Anyways, HTML, XHTML, and CSS all go hand in hand. happy.gif
Report, edit, etc...Posted by Tarh on 2005-06-26 at 08:55:38
JavaScript? ASP? VBScript?

XHTML isn't really a seperate language as such, it's more of just a stricter guideline applied to html (<BR> becomes <br /> etc.)
Report, edit, etc...Posted by Shmeeps on 2005-06-26 at 16:08:25
QUOTE(RexyRex @ Jun 23 2005, 06:25 PM)
HostMatrix is the best, hands down.
Do you have cPanel BeeR? wink.gif
[right][snapback]242426[/snapback][/right]

200MB bandwidth is the most you can get free? I use that in about one and a half weeks.

I got a super good host for becoming a mod at a site. 5 gigs space, unlimited bandwidth. For free. Booyah.

Anyways, I'd suggest you learn HTML, then CSS and make yourself a good template. Then learn PHP to get dynamic content (Logging in, timed events, ect.). Alot of people can help you here, so don't be afraid to ask for help.

The languages you'll really need to know are HTML, CSS, PHP, and a little Javascript.
Next Page (1)