Article Index
10 Easy Ways to Promote Your Website
5 Simple Steps to Accepting Payments
5 Steps to Understanding HTML
5 Ways to Avoid the 1998 Look
6 Reasons Why You Need a Website
7 Ways to Make Your Web Forms Better
A Question of Scroll Bars
Ads Under the Radar Linking to Affiliates
AJAX Should You Believe the Hype
All About Design Principles and Elements
An Introduction to Paint Shop Pro
An Issue of Width the Resolution Problem
Avoiding the Nuts and Bolts Content Management Software
Beware the Stock Photographer Picking Your Pictures
Building a Budget Website
Building Online Communities
Clean Page Structure Headings and Lists
ColdFusion Quicker Scripting at a Price
Column Designs with CSS
Content is King
CSS and the End of Tables
Cut to the Chase How to Make Your Website Load Faster
Designing for Sales
Designing for Search Engines
Dont Be Scared Its Only Code HTML for Beginners
Dreamweaver The Professional Touch
Encryption and Security with SSL
Finding a Good HTML Editor
Focus on the User Task Oriented Websites
Fonts are More Important Than You Think
Free Graphics Alternatives
FrontPage Easy Pages
Hints All the Way
Hiring Professionals 5 Things to Look For
How Databases Work
How the Web Works
How to Get Your Website Talked About on Blogs
How to Install and Configure a Forum
How to Make Visitors Add You to Their Favorites
How to Run Ads Without Driving Visitors Crazy
How to Set Up Your Hosting in 5 Minutes Flat
IIS and ASP Microsofts Server
Image Formats GIF JPEG PNG and More
Its a World Wide Web Going International
JSP Java on Your Server
LAMP The Most Popular Server System Ever
Making Friends and Influencing People the Importance of Links
Making Searches Simple
Offering Free Downloads on Your Website
Opening a Web Shop with E Commerce Software
Perl Cryptic Power
Photoshop a Graphic Designers Dream
PHP Easy Dynamic Websites
Picking a Colour Scheme
Printing and Sending the Two Things Users Want to Do
Putting Multimedia to Good Use
Python and Ruby the Newer Alternatives
Registering a Domain Name
Registering Your Users by Stealth
RSS Really Simple Syndication
Setting Up a Mailing List
Setting up a Test Server on Your Own Computer
Some Places to Go For More Information
Taking HTML Further with Javascript
Taking HTML Further
Taking Your Website Mobile
Text Ads Unobtrusive Advertising
The 5 Principles of Effective Navigation
The Art of the Logo
The Basics of Web Forms
The Basics of Web Servers
The Case Against Flash
The Confusing World of Web Hosting Making Your Decision
The Evils of PDFs
The Importance of Validation
The Many Flavours of HTML
The Smaller the Better Avoiding Graphical Overload
The Top 10 Biggest Web Design Mistakes
The Web Designers Toolbox
The Web is Not Paper
Theres More than One Web Browser
Time for User Testing
Titles and Headlines Its Not a Newspaper
Tracking Your Visitors
Understanding Web Jargon
Uploading Your Website with FTP
Using Flash Sensibly
Using Quizzes and Games to Get Traffic
VBScript Javascript Made Easy
Websites and Weblogs Whats the Difference
What Do You Want Your Website to Do
What You See Isnt Always What You Get
Which Database is Right for You
Why Doing It Yourself is Best
Why Java Will Drive Your Visitors Away
Why Word is Bad for the Web
Why You Should Put Your Content in a Weblog Format
Why You Should Stick to Design Conventions
Working With Templates
Writing for the Web

FrontPage Easy Pages

FrontPage: Easy Pages.

One way to create web pages from scratch without using HTML is to use an editor that hides the HTML from you, letting you edit a web page as easily as you would use a word processor. These programs are called WYSIWYG (What You See is What You Get) editors.

Microsoft's FrontPage is one of the most popular WYSIWYG editors, mainly because it comes as part of Microsoft Office, which lots of people buy just to get Word and Excel. FrontPage is, therefore, seen as a cheap and easy solution, and the fact that it works very similarly to the other Microsoft Office programs is a plus as well.

Using FrontPage.

FrontPage is very easy to get started with: you can either create a single page, or a whole 'web' (FrontPage's word for a set of inter-connected pages). You can use the buttons on the toolbar to do simple things like set your text's font, make text bold and italic, make links and insert graphics.

Going up to the menus will give you access to a few more complicated functions, such as table creation. Part of the reason FrontPage is so popular is that it has all sorts of little scripts ready to insert into your page, including hit counters and animations.

FrontPage Extensions.

FrontPage is quite unique in that many web hosts have special 'FrontPage Extensions' installed, that allow to upload your site easily from FrontPage to your host. In most cases, though, you'll be better off just saving the files using FTP. You will also need to have the Extensions installed on your server if you want the forms FrontPage produces to work, or if you want to be able to add its search function to your site.

Really, the Extensions are nothing more than a good reason not to use FrontPage to design any dynamic elements of your site – it will cause you no end of trouble. FrontPage is only really any good when it comes to designing static pages.

FrontPage Templates.

One of FrontPage's strong points, however, is that it has an easy-to-use templating system. This means that you can download templates and easily use them to create new pages in FrontPage. It will create a navigation system for you as you go, using information from the template. This can be a quick and easy way to get started on your website, although you'll often need to be careful to avoid doing anything that causes the carefully worked-out layout of the template to break.

Problems with FrontPage.

FrontPage's biggest problem is that it produces wildly non-standard 'Microsoft HTML'. This HTML is bad enough to be completely un-editable by anyone who isn't also using FrontPage, and has a tendency to display wrongly in any browser apart from Internet Explorer. Even the default template you see before you've typed a word in FrontPage isn't valid HTML!

Worse, because e of the amount of repetition FrontPage introduces into your pages, they can often be much larger than they need to be and so take much longer for your visitors to download than they should. It's bad enough that many sites offer programs designed specifically to do nothing but clean up FrontPage's terrible code.

Part of the reason there's quite a stigma attached to FrontPage amongst web users is that it tends to produce pages that are extremely amateurish. Some FrontPage sites can even crash web browsers, because their authors decided to use FrontPage's various animated navigation elements – FrontPage is all too happy to quickly add in so much Javascript and Java that a website becomes unmanageable. Page transitions are particularly bad.

Overall, trying to create and manage a website with FrontPage can be a big headache – it's all too easy to hit one of FrontPage's bugs and mess something up, or load it with too many proprietary features to the point where it's pretty much unusable to anyone. Worse, if you open a half-finished web page in FrontPage, its code will be messed up beyond repair.