Dreamweaver vs FrontPage

Written by Oleg Lazarenko


There are two major WYSIWYG(What You See Is What You Get) editors available for beginners. These are: Microsoft FrontPage and Macromedia Dreamweaver. Sorepparttar question is which one is better?

This article is not intended to humiliate Dreamweaver or FrontPage editors. I just attempted to analyze both programs from different points, based on Internet research, experience of other users and my years of html coding experience.

To say honest I am notrepparttar 118030 fan both of them. In our production we regularly use AceHtmlPro butrepparttar 118031 fact is that many of our customers DO use either FrontPage or Dreamweaver and that'srepparttar 118032 reason our employee have to be familiar with both. Writingrepparttar 118033 article I have talked to our stuff and did some research about both editors and I came up withrepparttar 118034 facts I'd like to share with you.

Pluses and minuses of MS FrontPage:

1. FrontPage as all Microsoft product has so many templates and ready to use solutions that you cannot admit it is easier for beginner to start using FrontPage to build his first website. You can create simple website personal or business with several clicks and all you will need to do next is to enter your text and pictures instead of used by FrontPage by default.

2. The good news is FrontPage html pages look exactly as they appear in MS Explorer andrepparttar 118035 bad news is that they look perfect ONLY in MS Explorer. However you may program FrontPage to get rid of nasty tags but I believe it requires some hand coding to adjust pages to Netscape or Opera. Another good news for FrontPage users: about 93% of all internet clients use MS Explorer 5 and higher.

3. As Microsoft application FrontPage is better with ASP pages, which are standard for Windows based hosting and windows based programming.

4. MS FrontPage perfectly interacts with other MS Office products. For example you can easily cut and paste some chart from MS Excel into FrontPage working area.

5. By default MS FrontPage uses table withrepparttar 118036 fixed width and sometimes it can be a problem to make it display tables with percentage width.

Why You Should Learn HTML

Written by Debra Hamer


Do you have a website or are you planning on creating a website inrepparttar near future? You owe it to yourself to at least learn some basic HTML (HyperText Mark-up Language). Even if someone else is creating and maintaining your website there are some basics you should know. What if that person is not available and you need to add or make changes to your website? I’ve always believed if you have a business, computer, website, or whatever, you need to know how it works. Don’t depend on someone else. Besides why pay someone else when you can do it yourself free of charge.

In this article I will explain some basic HTML formats for you. Believe me it will come in handy at one point or another. I, myself, have only learned some ofrepparttar 118029 basics and I have been able to add, change, and make corrections on my own website by myself.

When you come across a website you like and would like to use a similar layout or text pattern, look atrepparttar 118030 page in HTML code. You can do this by clicking on “View” atrepparttar 118031 top ofrepparttar 118032 screen, then choose “Document Source” or “Source” and you can seerepparttar 118033 page as a HTML document. If you are using AOL then right click on any area onrepparttar 118034 page without any text or images, then select “View Source”. At first it will look like Greek to you but after learning some basic HTML it will start to make sense.

First you will need a word processor program such as Windows “Notepad” or any other word processor you might have. You are working with simple text. You will need to save your document usingrepparttar 118035 “save as” command and give it an html suffix, ex: Mynewdocument.html or Mynewdocument.htm (you can use either suffix html or htm).

HTML works in a simple, logical format. It reads top to bottom and left to right. What are used to set sections apart like bigger text, smaller text, bold text, underlined text are tags. Tags are commands. If you wanted a line of text to be bold you will place a tag atrepparttar 118036 point you wantrepparttar 118037 bold text to start and a tag atrepparttar 118038 end of where you wantrepparttar 118039 bold text to stop.

All tags start withrepparttar 118040 less-than sign < and end withrepparttar 118041 greater-than sign >, always. What is between these signs isrepparttar 118042 tag or command. You will need to learn what tag does what. Let’s first learnrepparttar 118043 bold command. The following is an example of making your text bold. The tag for bold is “B”. You can use uppercase or lowercase, it doesn’t matter. Here is an example:

This is how it will look in HTML format - This text needs to be bold

Here is how it will look when converted to normal view – This text needs to be bold   Did you noticerepparttar 118044 slight difference inrepparttar 118045 ending tag? There is a slash / beforerepparttar 118046 b. That means it isrepparttar 118047 end tag. Onlyrepparttar 118048 text betweenrepparttar 118049 start and end tags will be in bold. Now let’s add a twist by putting one ofrepparttar 118050 words in italics.

This is how it will look in HTML format - This text needs to be bold

Here is how it will look in normal view – This text needs to be bold   There are some tags that are an exception torepparttar 118051 rule about having to have a start and end tag. You don’t have to have an end tag when using these tags. Here are some examples.


this command places a line acrossrepparttar 118052 page. HR stands for “horizontal reference”.


this command breaksrepparttar 118053 text and jumps torepparttar 118054 next line, likerepparttar 118055 return key.

this command stand for “paragraph”, it doesrepparttar 118056 same thing asrepparttar 118057
command but skips a line.

Every page you create with HTML will needrepparttar 118058 HTML tag which denotes it is an HTML document andrepparttar 118059 end HTML tag will be atrepparttar 118060 end of your document. The next tags will be your start Title tag and your end Title tag . The title of your document will go in between these two tags. The title will show up inrepparttar 118061 title bar on your browser when you are looking atrepparttar 118062 page in normal view.

Cont'd on page 2 ==>
 
ImproveHomeLife.com © 2005
Terms of Use