Intermediate Webmaster
|
||||||||||||||||||||||||||||||||||
| So now you've done the basics. You've played around with a free web host (see above) and used their magic wizard to make a web page. Woo-wee.. you are on your way to webmaster. Not yet! You have yet to delve into the magical world of using a web editor to make your web pages. The magic comes with the software. The software, unfortunately can be expensive. The main cheese software out there to use is Macromedia Dreamweaver. It's been the top software for years. Click Here to Try it for 30 Days What is this software? Well back in the day, and when I say back in the day
I mean like late 1990's web pages could only be made with
a somewhat simple language called HTML. Today, web pages
still use this language for development however they also
use other languages such as PHP, ASP, CGI, PERL etc. To
make a long story short, Dreamweaver allows you to program
a web page with out you even having to know how to program! What are you crazy? No really. Now you can visually design a web page by using things like tool windows. Here's an example of the dreamweaver tool window (also known as Insert Menu). Figure 1. Dreamweaver Insert Menu
Again, as I said... this software may be quite expensive for the beginner developer, or even the intermediate developer. There are free editors available, no doubt about it. In fact, some may even support WYSIWYG Here's a page that lists a bunch of them: http://www.thefreecountry.com/webmaster/htmleditors.shtml#html Special Note: Beware..
You may have found a web editor on your system called
Microsoft Front Page..... DO NOT USE! Let's go on!! So what is the underlying language? What if I want to do this all on my own with out WYSIWYG? Well... If you want to be on your way to being a great web master you really should learn the languages that DRIVE the pages themselves. Starting with HTML. Here are two great sources for learning HTML HTML Goodies.com and WebMonkey.com Here is HTML for the basic structure of a web page. You can make your first web page simply open up the application in Windows called Notepad. Type this: <HTML> <TITLE> Hi this is my web page! </HTML> Now navigate to the desktop and double click MyWebPage.html
icon.
|
|
ADVANCED WEB DESIGNER
|