View Single Post
  #157 (permalink)  
Old 06-21-2008, 06:53 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 523
Last Blog:
Just over the next hil...
Credits: 0
Rep Power: 10
G_Morgan is a jewel in the roughG_Morgan is a jewel in the roughG_Morgan is a jewel in the rough
Default Re: Do you write html in notepad?

Quote:
Originally Posted by scsefrmr View Post
Xav is right, VWD is excellent for typing the raw code in. It has that VB feel where it gives you a drop down list for alternative commands for the text you have typed etc.
I was impressed by that, made it a lot easier.
Plus theres less chance for user error, as it gives you the commands available for the position your cursor is in the code (i.e. it will only offer <TD> and </TR> if you are typing after a <TR> tag in HTML).
Just about every IDE on the planet has code completion. Well there are some text editors with code completion as well. Emacs certainly has it.