Web Design Software - HTML Editors
Introduction ...
HTML editor tips, tricks and recommendations from an experienced web developer. There are a huge number of free HTML editors for you to choose from and this page discusses the different types of HTML editor so that you can make an informed choice. It also shows you a novel way to replace Windows NotePad so that when you 'View Source' in Internet Explorer the web page is loaded into your choice of HTML editor, not Windows NotePad.
HTML Editors ...
Those of you who are new to web authoring should understand that web pages are very basic text files that contain the page content, the HTML Markup, the CSS Styles and the JavaScript scripts. You can create web pages in programs as basic as Microsoft Notepad although you would be better advised to pick a more fully featured web page software tool. You should not attempt to create web pages in a word processing program such as Microsoft Word or Wordpad because word processing files contain all the word processor's proprietary formatting information which you certainly do not want when you are developing web pages.
In essence, there are two basic methods that can be used in web page creation. The first method, which we described above, is to use a standard text editor and develop your Markup skills. The second method is to use a program that creates the web page for you and this is where matters can become very confusing because this type of program is often described as an 'HTML editor' or a 'visual HTML editor'. Examples of this type of program include Microsoft FrontPage, Macromedia Dreamweaver, page builder, tool editor, etc.
The concept of using a program that creates the web page Markup for you can be very seductive to the user who is struggling to develop their own HTML Markup skills but in my opinion, there are several problems with this approach. The first problem is that the learning curve required to master this type of program can often be greater than the learning curve required to develop your own HTML Markup skills. The next problem is that you are limited to creating web pages that fall within the design capabilities of the program and this can exclude you from using a wealth of web design techniques that become available to you if you develop your own Markup skills.
Tips And Tricks ...
I spend a lot of time developing websites and my all time favourite text editor, for writing and developing web pages is EditPad Lite. I often use EditPad Lite in conjunction with Microsoft's Internet Explorer browser which I use to view the rendered pages that I have created in EditPad Lite. I also use the browser to navigate to different pages of a website when I will suddenly spot a problem with a page that requires some immediate attention. At this stage I can either switch back to EditPad Lite and then manually locate and load the page or I can use Internet Explorer's 'View Source' facility to view/edit the page. The problems with the first option are fairly self-evident and the problem with the second option is that Internet Explorer loads the page into Microsoft Notepad. In terms of professional web development this is about as 'retro' as you can get and it is also very dangerous to risk having different instances of the same web page loaded into different text editors at the same time.
The obvious solution to the problem is to find a way to make Internet Explorer's 'View Source' facility load the web page into EditPad Lite instead of Notepad and the procedure below achieves just this. The only downside (read upside) to this is that whenever you run Microsoft Notepad in Windows you will get EditPad Lite instead. Isn't life a cow?
Link Directly To This Page ...
help support free information on the Internet ...
Many users prefer to link directly to individual content pages on Web-Wise-Wizard. If you would like to do this then we have provided the following HTML/CSS link script which you can copy and paste directly into your HTML editor. Alternatively, you might like to use our New Dynamic Link Generator to create a link that more fully meets your own particular requirements.
the link displayed ...
select/copy the link Markup ...


