Go Back   PCMech Forums > Help & Discussion > Internet, Web Applications, & The Cloud

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 10-17-2001, 07:02 PM   #1
Member (5 bit)
 
CroniC's Avatar
 
Join Date: Sep 2001
Posts: 27
Send a message via AIM to CroniC Send a message via Yahoo to CroniC
Html Based Website

does anyone know how to make a html website?

thanx in advance.
CroniC is offline   Reply With Quote
Old 10-17-2001, 07:32 PM   #2
Banned
 
mantapc's Avatar
 
Join Date: Oct 2001
Location: CA
Posts: 129
Yes, what do you need to know?
mantapc is offline   Reply With Quote
Old 10-17-2001, 07:34 PM   #3
Member (5 bit)
 
CroniC's Avatar
 
Join Date: Sep 2001
Posts: 27
Send a message via AIM to CroniC Send a message via Yahoo to CroniC
well i just found a free website provider and i want to make my old page look like my new one
CroniC is offline   Reply With Quote
Old 10-17-2001, 07:45 PM   #4
Banned
 
mantapc's Avatar
 
Join Date: Oct 2001
Location: CA
Posts: 129
Ok I am assuming that you aren't an experienced web developer. I suggest that you get a program such as:

Adobe Golive (the best)

Or any other not so great programs:
MS FrontPage
Macromedia DreamWeaver

If you dont want to buy these rather expensive programs, then you can go to the Adobe or Macromedia site and get a free trial version.
mantapc is offline   Reply With Quote
Old 10-17-2001, 09:14 PM   #5
Member (8 bit)
 
Join Date: Sep 2001
Posts: 204
I reccomend a tutorial to learn html: http://www.friserverplads.dk/inanerantings/html1.html
http://html.about.com
dead_eye is offline   Reply With Quote
Old 10-17-2001, 09:49 PM   #6
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Ouch, wouldn't stick Adobe GoLive anywhere near the top with it's code bloat. Dreamweaver is a far better WYSIWYG editor in my opinion.

CroniC , back to your question. You really have a couple of different options. You can use a WhatYouSeeIsWhatYouGet editor like the one's mentioned above or you can code by hand or somewhere in between. To code by hand, you could use Notepad or any text editor or other fancier editors like TextPad and Homesite. HTML is not a hard language to learn. The toughest part comes with learning how to place images & text where you want them on a page.

For a tutorial, the one above is good as or others, although I kind of like HTML Goodies. I would also recommend that you get the O'Reilly book, WebDesign in a Nutshell. It is a great book for tips, tutorials and reference.
__________________

Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row
mairving is offline   Reply With Quote
Old 10-17-2001, 11:05 PM   #7
Perpetual Newbie
 
Join Date: Mar 1999
Location: NY, US
Posts: 1,682
Send a message via ICQ to Gintaras
Don't forget about Arachnophilia which is FREE.
Gintaras is offline   Reply With Quote
Old 10-18-2001, 03:36 AM   #8
Member (10 bit)
 
Join Date: Jan 2001
Location: Birmingham, UK.
Posts: 553
Send a message via Yahoo to dj4uk
Coding by hand is the way to go - all the WYSIWYG packages add loads of unnecessary code. Also if you ever intend to do any server side programming it will be much easier. I'd also learn JavaScript if I was you - can do some great stuff with DHTML.
dj4uk is offline   Reply With Quote
Old 10-19-2001, 06:00 AM   #9
Member (11 bit)
 
Rick Hall's Avatar
 
Join Date: Apr 1999
Location: Quebec, Canada
Posts: 1,239
Macromedia Dreamweaver is currently the number 1 editor and the business standard for all web site designers. It is the best editor available today. It not only supports WYSIWYG but can be used as a hand coding editor. In my opinion, the next best (for hand coding) is Homesite, which by the way can be integrated into Dreamweaver.
Adobe GoLive is down at the bottom of the list of preferred editors.
__________________
-------------------------------------------------------------------------
The solutions of today are the problems of tomorrow!
-------------------------------------------------------------------------
Intel Motherboard, Antec 300 case, Intel Q8200 CPU, Antec 650w Truepower trio, WD 640 Blue, WD 750 Black, WD 1T Black, Radeon 4650, 14 in 1 card reader, (2X) LG dvd Super Multi, Acer 223X monitor, Logitech pro 9000 webcam, Logitech MX5500 keyboard and mouse, Intel 2 gigabit Network, Canon IP6600D Printer, Epson V600 Perfection scanner, Linksys WRT54GL router, windows 7, Windows Vista, Windows XP

Last edited by Rick Hall; 10-19-2001 at 06:04 AM.
Rick Hall is offline   Reply With Quote
Old 10-19-2001, 06:49 AM   #10
Member (13 bit)
 
Xayd's Avatar
 
Join Date: Jun 2000
Location: nowhere.com
Posts: 4,819
Send a message via AIM to Xayd
I'll use Dreamweaver, but only because of the source code panel they implemented that lets you change the source on the fly. It's great for tedious things like table layout and such, but any WYSIWYG editor will spit out bloated code that *should* be hand edited afterwards.

Learn the code, it's not difficult. After you've learned the code, you can pick an editor to make life easier.
Xayd is offline   Reply With Quote
Old 10-19-2001, 08:48 AM   #11
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
As an example, try creating a simple rollover by hand, Dreamweaver & GoLive. The hand coded rollover was 26 lines long. The Dreamweaver was 44 lines long. The Go Live rollover was 106 lines long.

You know I have never understood what you would gain by integration between Homesite and Dreamweaver. I learned how to make nested tables in DW but now I that I know how, I don't need it any more.
mairving is offline   Reply With Quote
Old 10-19-2001, 09:15 AM   #12
Member (10 bit)
 
Join Date: Jan 2001
Location: Birmingham, UK.
Posts: 553
Send a message via Yahoo to dj4uk
I agree - I've tried Dreamweaver and hated it.
Its only use is if you are going to do really intensive DHTML and that would be a nightmare anyway cos of all the browser incompatabilities.
I always handcode for work - there is no other way with serverside languages in my opinion.
dj4uk is offline   Reply With Quote
Old 10-19-2001, 11:09 PM   #13
Perpetual Newbie
 
Join Date: Mar 1999
Location: NY, US
Posts: 1,682
Send a message via ICQ to Gintaras
So far from my own experience, the best is to learn HTML. Arachnophilia can help you a lot for that, IMHO, it also, has preview(wygiwys) option.

MS Front Page, is prolly the worst- it even should be considered as suggestion to anyone, by anyone as web page creation software.

I've tried DW4, I like it, and it's harder to learn , but anyway creates a lot of garb.
Gintaras is offline   Reply With Quote
Old 10-21-2001, 08:07 PM   #14
Member (5 bit)
 
Join Date: Sep 2001
Location: Winnipeg, Manitoba, Canada
Posts: 30
Code by hand...

I'd say that learning HTML and writing the code yourself is the way to go. HTML is really easy to learn and there are a bunch of good tutorial sites out there. I recommend www.htmlgoodies.com and www.webmonkey.com.
LindZ is offline   Reply With Quote
Old 10-22-2001, 12:21 AM   #15
Banned
 
morriswindgate's Avatar
 
Join Date: Jul 2000
Location: Bakersfield,CA
Posts: 7,761
This site has free on-line tutorials by subject.

http://www.beginners.co.uk/
morriswindgate is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 02:58 PM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0