Click to See Complete Forum and Search --> : i need the most help out of the whole board!


webperson
08-23-2003, 01:38 PM
how do i make a webpage on microsoft frontpage FROM SCRATCH? i dont have one danmed clue how to do it....:mad: :mad:

pyro
08-23-2003, 01:43 PM
My number one tip to you would be to recommend that you do not use FrontPage...

webperson
08-23-2003, 01:48 PM
well all i have is frontpage... is there any websites?

pyro
08-23-2003, 01:50 PM
You also have notpad (or something similar on a Mac or Linux), or could get HTML-Kit (http://www.chami.com/html-kit/) for free...

Anyway, try searching google (http://www.google.com) for "FrontPage Tutorials"...

webperson
08-23-2003, 01:54 PM
O-O how can i use notepad to make a webpage? O-O

Fang
08-23-2003, 01:55 PM
1st Page 2000 is a free editor, get it here (http://www.evrsoft.com/).
Learn about HTML here (http://www.w3schools.com/html/default.asp).

pyro
08-23-2003, 02:01 PM
You need to hard code your pages (which is a much better way of doing it, anyway). You can look at the link that Fang posted, to W3schools, or take a look at http://www.w3.org/TR/html401/ for the specs on HTML 4.01

webperson
08-23-2003, 02:03 PM
ok thnx everyone. keep posting im using an html example posted by fang, so thanks fang!

webperson
08-23-2003, 03:46 PM
oh my god! do i need to *buy* part of a server??!?!?!?!?!?!?!?:eek:

Ares
08-23-2003, 11:26 PM
[Edit]-Deleted

Fang
08-24-2003, 03:46 AM
No need to "buy" anything, there are plenty of free website hosters i.e. geocities (http://geocities.yahoo.com/).

spufi
08-25-2003, 11:33 AM
I would highly NOT recommend Geocities. Depending on what you want to use on a site in terms of languages, I would rather use something like Netfirms instead.

Aronya1
08-25-2003, 01:28 PM
Most ISPs nowadays include space for a personal website as part of your monthly charges. I'd check there.

artnastics
08-25-2003, 02:31 PM
Pyro why would you not recommend frontpage?

pyro
08-25-2003, 02:39 PM
FrontPage is one of the worst, if the the worst editor I've seen. It fills your code loads of proprietry crap, basically ensuring your pages will only work in IE.

artnastics
08-25-2003, 03:58 PM
thanks glad I didn't buy it.
I've coded in notepad..... and now I'm using coffee cup although it seems to do no better than notepad. I've downloaded the previous program you recommended.
My website needs a lot of work I'm moving on from html to javascript but the way I figure it ... you must learn to multiply before you get a calculator.

screaming_banjo
08-28-2003, 04:43 AM
just to let you know that I've used

www.freewebs.com

for publishing sites (for free), it's good for a beginner as each file is uploaded individually (a nuiscance if you know what you're doing!) but quite good when starting out. You can pay for FTP access (transferring multiple files).

Nice and easy to register and pretty simple to use.

iniquity101
02-13-2004, 02:21 PM
http://forums.webdeveloper.com/showthread.php?s=&threadid=26286&highlight=free+hosting for many free hosting recommendations

PhillMc
02-13-2004, 03:12 PM
Stick to standards. Javascript can be nice, but not all browsers support it or are configured not to use it.

Stay away from Frontpage, just about anything Microsoft will not generate VALID code. To be honest, I still mostly use notepad.

I wish you the best of luck ! :)