|
||||||
| HTML Programming Forum discussion covering HTML, XHTML, DHTML and all flavors of HTML. Hypertext Markup Language is used to create websites. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Quote:
GUI (implementing a GUI interface) <-> ControllerClass <-> Backend This way the raw interactions are in the controller class and can be automatically tested by mocking the GUI interface. The GUI just passes out events to the controller and renders whatever the controller tells it to. It's hard to set this up with code generating visual editors. A similar principle applies to web development though the specifics differ. When you use a code generator you are always forced into the methodology of the person who wrote the code generator and it is very rarely what you want. |
|
|||
|
Having access to the output code doesn't really help in most cases. It still enforces a structure on you that precludes certain forms of black box testing.
|
|
|||
|
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). |
| Sponsored Links |
|
|
|
|||
|
Quote:
|
|
|||||
|
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. ![]() |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| printing out into notepad from the html using perl | lichy | Perl | 8 | 12-14-2007 02:06 PM |
| About HTML | Onur | Tutorials | 0 | 08-28-2007 07:13 PM |
| HTML Introduction | clookid | Tutorials | 5 | 01-08-2007 10:43 PM |
| What is HTML, DHTML and XHTML? | Lop | HTML Programming | 5 | 08-09-2006 12:00 PM |
| How can I write HTML? | dirkfirst | HTML Programming | 6 | 07-04-2006 03:10 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |