Ok, this might be easier if you kept your questions to 1 or 2 posts instead of 1 per question.
You've got a LOT of reading/learning to do. I can recommend some good sources and books:
Learn HTML and CSS -
www.w3schools.com
You might also find this book worthwhile:
http://www.sitepoint.com/books/html1/
If classes are more your learning style, I highly recommend LVS -
www.lvsonline.com. The classes are 6-weeks, instructor led and you have to turn in your homework. It's all on-line and I've not been disappointed in any class I've taken there. The cost is $25 (1st time) per class, $20 for returning students. VERY reasonable. There are also self-paced courses you can take independently. If you enroll, tell them I (LadynRed) referred you
Dreamweaver is an HTML editor - and more, but I would NOT recommend you start there. Start by HAND CODING in a simple text editor like Notepad. You will learn to code the right way and build better sites. If you rely on WYSIWYG programs like Dreamweaver, you will NOT learn what you need to learn well. Dreamweaver creates HORRIBLE code if you only use it in WYSIWYG mode.
Quote:
|
1 - How do I know that what I publish is what I built?
|
Because you upload the files that you built to your web server - they do NOT change on upload. However, there are differences in how some browsers render what you wrote, so there will be differences to some degree. Conquering cross-browser issues is something we all must learn to deal with.
Quote:
|
2 - How do I keep from screwing it up when I need to update/modify it?
|
If you learn HTML/CSS from the ground up, and I mean REALLY learn it, then you will know how to update/modify your site. We all screw up at some point, it's just the way it is.
Quote:
|
3 - Should I use Dreamweaver instead of Homesite?
|
I would recommend you not use either until you have got HTML down pat. Learn to hand code with a text editor FIRST. Then and only then will tools like DW and Homesite benefit you.
Quote:
|
4 - Will Dreamweaver publish the site so I don't have to use 2 separate pieces of software?
|
Yes, DW has an FTP function built in.
Quote:
|
4 - Can I preview the site in Dreamweaver like I can in Frontpage?
|
Yes, of course you can.
Quote:
|
Is Frontpage a WYSIWYG editor? I currently have an operational site created with Frontpage. Should I rewrite it in Dreamweaver?
|
Yes, and NO. Frontpage, a Microsoft product, creates MS-centric web pages. The code is littered with MS proprietary garbage code and stuff that will ONLY work with IE. It also creates generally crappy code. Once you learn HTML and CSS, you can easily clean up Frontpage's garbage with any text editor.
Quote:
|
What is a user account and why do I need one?
|
If you want your site on the web, you need a web host. A hosting company will set up a user account for you so that you can upload your web site to their servers. No user account - no site on the web.
The key to this is taking the time and making the commitment to LEARN, and learn it well. You need HTML as your foundation and CSS (cascading stylesheets to control presentation) to go along with it.
Stay away from WYSIWYG editors until you've got the above down pat, a text editor is a professional web masters best friend !