View Single Post
  #160 (permalink)  
Old 06-21-2008, 03:25 PM
Xav's Avatar   
Xav Xav is offline
Code Slinger
 
Join Date: Mar 2008
Location: The North Pole
Posts: 11,010
Last Blog:
Web slideshow in JavaS...
Credits: 1
Rep Power: 86
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Do you write html in notepad?

It can be whatever you want it to be - download it at Visual Web Developer 2008 Express Edition.

Like Dreamweaver, it has a WYSIWIG (and an excellent one at that, which allows you to apply styles to elements with a properties window, add controls, the works). However, it's real strength is in code view. As long as the file type of the file is recognised, you can edit the code easy peasy.

For example, you type a <table> tag. Once you type <table , a window pops up with all the attributes you can use, with code completion. After the <table> tag, simply type the < character, and it displays a list with the different tags (eg <tr>) that you can use in this circumstance. I think the main difference is that it sort of 'understands' the code more than a text editor, if you know what I mean. It generally makes the coding a lot more enjoyable and easy.
__________________


Mr. Xav | Website | Forums | Blog

Sponsored Links