Inexpensive Web Design and Editing Software

Main Page | Lerner Consulting Newsletter | Blog | Contact Me | Disclaimer Privacy Policy | Books, DVDs, Music from Amazon | Event Calendar | Plain Style | Color Swirls Style | Purple Style | Spring Green Style | Cell Green Style | Tan Linen Style | Deep Pink Style | Black and White Style | One Column Style (best for old browsers and/or limited vision).
Avoid Foreclosure | Private Investor? Earn higher steady returns | Real Estate Investing Products | We Buy Houses CA$H | We Can Buy Your House | Get a House No Qualifying | Real Estate Investing Workshops, Resources, Techniques | Real Estate Investing Books | Real Estate Tools | Facing Tough Financial Issues | Mortgage Calculator | Stock Investing Tools and Strategies | Asset Protection: Be Protected Within the Laws from Frivolous Lawsuits, Probate, and High Taxes | Stock and Option Investing Books.
Business Coaching | Business Consulting | Sales Training | Meeting Facilitation | Help Desk Reporting | Transforming Communications | Secrets of the Millionaire Mind — Learn the Mindset of Wealth | Raiser's Edge Consulting: Fund Raising and Donation Processing, Procedures and Training | Data Cleanup and Importing | George Lerner Résumé
Knowledge Publishing and Marketing: We ALL have immensely valuable information. | Generating Free Website Traffic from YouTube and other video sites | Generating Ongoing Income | Email Auto-Responder and Marketing eBooks | Top ways to Build Your List | Have a Million Visitors to your site! | Learn from Top Marketers | Information Publishing Business for Profit Now, even before you write your articles | Ebook Marketing Revealed | Earn $1,000 in 48 hours Starting from Scratch | Search for Articles You Can Sell | Checklist for Selling Information Products | Secrets of the Millionaire Mind | Quotations
Web Site Design: Web Sites I Designed | Designing Attractive Web Pages | Web Design Software | Style Sheet Generator — Auto-Adjusts Contrast | Convert Old Websites | Adjust size of substituted fonts | Hosted on Lunar Pages.

There are many good (and not so good) web editing programs available. Some are free, some cost hundreds of dollars. Here are some criteria for picking what software you will get, and the tools I used to develop my web sites.

Criteria for Picking Website Editing Software

Tools for making web site design easy

When I started making web sites, I picked FrontPage. I wanted "themes" that made a consistent look throughout my site. I wanted an easy way to make the navigation system (the menu buttons to move from page to page) easy to maintain. I wanted software I would be able to use in any company I went to. Besides, the company I worked at installed it on my computer...

I liked the ability to have themes that I could customize. Once I had a theme I liked, all fonts, paragraph styles, navigation buttons, and all the other visual elements of the site would be very easy to edit.

Unfortunately, the themes that come with FrontPage are not made with professional web sites in mind. There are "artistic" buttons and banners that detract from a professional image. The font colors do not even match the colors on the buttons and banners!

CSS Style sheets completely replace FrontPage's Themes, with more flexibility and control.

I also wanted to not have to worry about maintaining the navigation system for the site. FrontPage lets you simply drag your web pages around an organization chart, and it automatically maintains the navigation buttons for you. It even makes buttons with text on them for the navigation. But those buttons are graphics, so they don't resize (making them unreadable on high-resolution monitors). Worse, with all the support files needed by Frontpage, each button takes more than twice as much space on your server as the graphic file itself. Change the navigation of your site, and the buttons for each page need to be redone, and all those image files uploaded. CSS style sheets can achieve better-looking navigation systems without the bloat.

Server side includes let you make one file for your menu, to display on every page you want it—and you can have each page listed in the menu exactly where it makes sense to you, instead of having to fit your site design into a strict organization chart. The menu is one small file. The style sheet is one file that servers and browsers will cache for speedy access.

The HTML code FrontPage produces is complex. The default way of assigning fonts, text sizes, colors makes HTML code that is very hard to edit by hand; CSS style sheets are much easier, more flexible, and simpler.

The comments FrontPage uses for objects (such as navigation bars) get shown in search engine listings, rather than the descriptions I include myself.

What I am Using to Develop My Web Sites

Dreamweaver 8

I have Dreamweaver 8, well worth the money for the ease of use. I adjust properties of a tag simply by positioning the cursor in a tag and the Property Editor shows the options. I change the CSS layout in the CSS Editor, that even shows where the current style was defined (if you have multiple style sheets, plus styles in the header of the file, plus in the body of file, determining where to place your change can be a challenge without this information).

The most important feature of Dreamweaver compared to the free software I've found is the way it keeps track of the structure of your web site, and uploads files into the correct folder. I have the files on my computer, plus the files on a testing server, plus the production files. Not having to use an external FTP program, and carefully upload all files into the correct place, is a huge time saver.

XAMPP—Full Web Server on Your Computer

This free collection of applications includes Apache Server, MySQL, PHP, and Perl, in a simple to install package. Test your web site on your own computer, saving the time required to FTP the site to your web host. Keep the production site running as you develop and test new features without worrying about messing up the main site. See my blog for configuring Xampp to have multiple virtual domains on your computer (for testing multiple separate websites).

The key features you need to develop your web site are now readily available in free software

Utilities That I Use Frequently When Developing Websites