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 08-12-2002, 12:39 AM   #1
Member (8 bit)
 
crowdaddy00's Avatar
 
Join Date: Apr 2002
Location: East Coast, USA
Posts: 220
need a good program to make a website

i have office 2000 with frontpage. should i use that? i have earthlink as my ISP so i have 10mb of free webspace. i figured i might as well learn how to make a webpage. i was going to try their click n build program but that looks to simple. i want something that will give me options and a lot of control over what i put on the website. plus, can anyone recommend a book or site that teaches the basics on website building? thanks a lot people
crowdaddy00 is offline   Reply With Quote
Old 08-12-2002, 12:51 AM   #2
Member (13 bit)
 
DrZaius's Avatar
 
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
Hi crowdaddy00,

http://www.htmlgoodies.com (tutorials)
http://www.arachnoid.com/arachnophilia/ (program)
DrZaius is offline   Reply With Quote
Old 08-12-2002, 04:13 AM   #3
Member (9 bit)
 
Join Date: Jan 2002
Location: UK
Posts: 389
If you want full control,

! NOTEPAD !
Battery Powered is offline   Reply With Quote
Old 08-12-2002, 04:20 AM   #4
just a tech
 
ssahl's Avatar
 
Join Date: Jul 2001
Location: central valley CA
Posts: 1,409
That's true, but not everyone knows HTML good enough to use just that. I have used frontpage and it works good, the only problem you will have (if you consider it a problem) is that people that have a Mac and view your web site it will look funky. Dreamweaver is also a pretty good program. If you want some really cool graphics Flash is the way to go, this program is a little harder to use though.
ssahl is offline   Reply With Quote
Old 08-12-2002, 05:31 AM   #5
Member (10 bit)
 
Christoph's Avatar
 
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
VIM is also a free tool and very good!

If you want to spend money and need a WYSIWYG Editor - Dreamweaver MX is supposed to be very good!

Christoph
__________________
Life is a journey, not a guided tour.
Christoph is offline   Reply With Quote
Old 08-12-2002, 06:14 AM   #6
Member (7 bit)
 
Join Date: Jul 2002
Location: Cowtown, Texas (Fort Worth)
Posts: 84
Do a search to find a download for a little program called Dida. While it isn't a fancy WYSIWYG, it is simple and easy for beginners to use and you'll learn more about what the code actually does than with some of the other more complicated programs.

It also doesn't add all the tons of BS that isn't necessary that some of the programs do. In the beginning I tried them all, every freebie out there. Plus some high dollar programs too. When I started using Dida I learned more about coding than I had before and before long began writing my own code, still do. And study cross browser coding well. Many things that appear nice in IExplorer look like heck in Netscape and vice versa.

Best thing is keep it simple. Dont shoot for the moon until you are able to see the stars.

If you can't find the Dida program let me know and I can probably email it to you. Think I still have it in files somewhere zipped up.

Texas2Step
tx2Step is offline   Reply With Quote
Old 08-12-2002, 07:48 AM   #7
Member (10 bit)
 
Join Date: Apr 2001
Location: Michigan
Posts: 850
Send a message via ICQ to HackinCowboy
I agree with Christoph, if you're going to buy a nice editor I'd go with Dreamweaver. Frontpage is decent, but it seems to have poor programming structure.
If you're looking for a good book, Sams Teach Yourself is a good one for beginners. Also, O'Reilly makes some awesome books, but they're typically more advanced.
HackinCowboy is offline   Reply With Quote
Old 08-12-2002, 10:33 AM   #8
Member (8 bit)
 
crowdaddy00's Avatar
 
Join Date: Apr 2002
Location: East Coast, USA
Posts: 220
thanks for all the replies. i was looking at Dreamweaver MX. it looks pretty good. i will try out all the suggestions here to see which one i like. i got one more question though. is 10mb good enough to make a website with? thanks again all
crowdaddy00 is offline   Reply With Quote
Old 08-12-2002, 11:40 AM   #9
Registered User
 
Join Date: Aug 2001
Posts: 113
notepad.exe
10mb's plenty for just html & images, and since most hosts wont allow you to put anything else besides that there... its plenty. Any free hosts that allow PHP out there btw??....
sUsHIboI is offline   Reply With Quote
Old 08-12-2002, 02:01 PM   #10
Member (10 bit)
 
Join Date: Apr 2001
Location: Michigan
Posts: 850
Send a message via ICQ to HackinCowboy
10MB is doable for just a small personal site. If you plan on storing data or other info from users on your site then you might want to get some more space. The pages themselves will generally be small, so just keep an eye on your image sizes. You don't want large images anyway since users on slower connections will have to wait a while for the page to load.
HackinCowboy is offline   Reply With Quote
Old 08-12-2002, 03:00 PM   #11
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
If you want to learn how to code, then start with HTML goodies and Notepad. Notepad works but it doesn't give you any advanced options. Dreamweaver is the best WYSIWYG editor out there but it comes at a hefty price. I tend to prefer Homesite, which now comes bundled with Dreamweaver. It is preferred by a large percentage of hand-coders and has some pretty good features to it.

As far as the size of the site, it really just depends on the content. I have some small sites under 10mb and some larger ones over 100Mb. One of my largest size wise is a site that I did for my son to show his granny pictures of him. It is up to about 60Mb's with all the images and videos.
mairving is offline   Reply With Quote
Old 08-12-2002, 03:58 PM   #12
Banned
 
ryanatalie's Avatar
 
Join Date: Apr 2002
Location: Northwest
Posts: 185
Quote:
Any free hosts that allow PHP out there btw??....
try: http://www.free-php-hosting.com

Last edited by ryanatalie; 08-12-2002 at 04:07 PM.
ryanatalie is offline   Reply With Quote
Old 08-12-2002, 07:37 PM   #13
Member (10 bit)
 
Christoph's Avatar
 
Join Date: Jun 1999
Location: Denver, Colorado / USA
Posts: 545
10 mb should do it for the first steps. Once you feel comfortable you switch to either a free hosting company or get a good domain name and a good web host. If you choose a host make sure you test how fast they respond to your pre-sales questions and if they maybe offer a web control panel. PHP and MySQL should be standard now for most hosts and should not cost any extra money.

Christoph
Christoph is offline   Reply With Quote
Old 08-13-2002, 04:16 PM   #14
Pif
Member (5 bit)
 
Join Date: Aug 2002
Location: NH
Posts: 21
If you keep your site focused, 10mb should be plenty starting out. If doing anything with images, remember that by converting the images to 72 dpi (screen resolution - instead of 300 dpi from a digital camera), you'll save a bunch of space.

I use DreamWeaver, TextPad and notepad. Some decent beginner sites are WebMonkey (http://hotwired.lycos.com/webmonkey/) and Builder.com (http://builder.com.com/). If you're looking for a book, try O'Reilly's HTML & XHTML Definitive Guide. Well worth it, IMO.

-Pif
Pif is offline   Reply With Quote
Old 08-14-2002, 09:07 AM   #15
Member (8 bit)
 
crowdaddy00's Avatar
 
Join Date: Apr 2002
Location: East Coast, USA
Posts: 220
thanks for all the help guys. i'm still deciding what to make for my website. i have a friend who has Dreamweaver 4 and Flash 5. i think i'm going to give Dreamweaver a shot to see how it is. thanks again all
crowdaddy00 is offline   Reply With Quote
Old 08-19-2002, 12:39 PM   #16
Member (9 bit)
 
Join Date: Jul 2002
Location: Orlando Florida
Posts: 375
Send a message via AIM to setfree
I would recommend a program called SWiSH. It is a program that allows you to do flash animations but it is very easy to use and the cost is only $50.00. You can get more information and see some examples at www.swishzone.com
setfree is offline   Reply With Quote
Old 08-20-2002, 04:50 AM   #17
Member (5 bit)
 
GrungeSea1967's Avatar
 
Join Date: Jul 2002
Location: Seattle, WA
Posts: 21
Send a message via Yahoo to GrungeSea1967
If you do decide to learn and write your own HTML I would suggest HTML-Kit by Chami. That's what I use and I think it's a great program, and it's free.

http://www.chami.com/html-kit
GrungeSea1967 is offline   Reply With Quote
Old 08-21-2002, 01:09 AM   #18
Member (9 bit)
 
Join Date: Mar 2000
Location: Lesmurdie , W . A . Australia .
Posts: 342
http://www.arachnoid.com/arachnophilia/index.html

Powerful Web Site Workshop

Arachnophilia is CareWare ( Free )
jmatt 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 06:33 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2