Forum Moderators: mack
Depending on the complexity of the website you have a few options available.
You can use one of the GUI tools like Dreamweaver to manage the website. Many first time web designers have been very successful with it as it is mostly a drag and drop system to building web pages. I started with Dreamweaver.
Beyond using a tool, you can modify your code using any text editor, provided you learn some basic HTML.
www.w3schools.com is a good site for learning and referencing HTML.
If the site is very complex - using database connections, javascript, shopping carts, etc. you'd be better off continuing to pay someone until you're very confident to make changes.
William
It's made by Macromedia and you can download a trial from them.
It comes with a very good tutorial, start there, and beyond that there are forums just for Dreamweaver. Our WYSIWYG forum has many topics on Dreamwever.
I've never used Front Page, but the newer version supposedly is pretty good. The older versions didn't code very nicely. Apparently you can do some good things with Front Page as well.
How was your site constructed? That may help you decide which tools to use.
These days I don't use any of the HTML writers - I do everything by hand in a text editor, but that's after years of practice. I know what to copy/paste/modify to make pages quickly.
I went to W3schools.com and the whole site is completely free except a $59 charge for a certification exam at the end, which I thought was reasonably priced. The site also has received many awards and is dedicated to staying a free site. I look forward to their tutorials and learning HTML.
My initial motivation is just to learn enough of the basics to change text, modify our contact page, and add links to my site. I'm very happy with the design.
However, very soon, I will be in charge of two more sites, (which I'm probably going to have to pay thousands of dollars to get designed), so to maintain the three sites is enough motivation for me to learn the basics (and a bit more) to avoid paying my current webmaster $120 every time I want 5 sentences changed!
William
[edited by: William2002 at 6:58 pm (utc) on Jan. 18, 2004]
You should go back and take out your URL from your previous post. We don't allow specific URLs to member sites as the board can fall into a "evaluate my site" or "here is a cool site" trap.
You can sticky mail your URL to other members if you want, but not on the board. Click "edit post" and you can edit it. If you don't, one of the admins will do it for you.
I wouldn't spend the money on an HTML certification. The real certification is in the site you produce. People can tell immediately if you know what you are doing, and you don't need a certificate to prove it.
Good luck with it! Your reasons are correct. Why spend so much for maintenance when it's very easy to do it yourself.
What exactly is the difference between Dreamweaver and Front page? They both write code for you? You type in WYSIWYG format and they auotmatically translate it to HTML code?
Pretty good primers for beginners.
Also see [w3.org...]
Although I'm consumed in CSS as of this moment, I do know some html.
I started out by trial and error and checking out other sites source codes to get the idea of what an html structure looks like.
Then I went and bought the book "HTML 4 For Dummies" and it cleared everything up for me. Very good book
I would suggest writing it from scratch and learning at html goodies and the w3cschools.
If your site is important to your business and is more complicated than a simple 'FrontPage' creation you might want to be very careful about messing around with it. You could inadvertedly make your site unviewable or break all your links with just a touch of a key. Making advanced websites is something that people spend years of work and time to do. It's not something you can sit down and learn in your spare time in a couple of months. For example, if the site designer used a bunch of Javascript on your site then a html book will be of little help to you. If your site uses server side scripting like asp or php then unless you got a few years to spare to learn programming, forget about it. Leave it to the pros. Just my opinion.
It's not something you can sit down and learn in your spare time in a couple of months. If your site uses server side scripting like asp or php then unless you got a few years to spare to learn programming, forget about it.twist-
Personaly, I always find the content part the hardest. (That, and pulling myself away from WebmasterWorld for long enough to apply what I've learned.:))
if you already have a solid foundation in programming
Well, that's the real challenge isn't it.
I've trained people who don't have a solid foundation in programming, and it's not an easy concept to pick up.
I always start with the basics. All programming comes down to one truth:
if it's raining
then bring an umbrella
or else get wet.
If they can understand that, they can learn programming.
[edited by: JamesR at 9:03 pm (utc) on Jan. 20, 2004]