View Single Post
Old Apr 5th, 2006, 4:27 PM   #9
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I use Dreamweaver. I don't use the Design (drag-drop, view) mode. I use the Code mode. Why? The design mode view is inaccurate, it doesn't correspond well to ANY browser except from the most trivial placement of the simplest elements. Further, if a file has a .php extension, it won't display, anyway. I use it because I can select any of my sites for any servers I have set up, view the local and remote file sets, ftp back and forth, immediately preview directly in any browser I have on my machine, use CVS if I like, and get some very simple (not thorough) validation. All this with a couple clicks or keystrokes. Instant preview in Firefox with F12, IE with ALT-F12, Mozilla and Opera with two clicks. These are previews from the server, the 'real' code as it exists. It's productivity. If I need local debugging of a serious nature, which is extremely rare, I can fire up Zend. Must be six months since I did that. Is a very nice Zend worth the money to me? Nopey. Dreamweaver most definitely is. Any tool that does the same would be worthwhile if you work professionally. Sure, I can fire up any text editor, browser window, FileZilla, a whole set of different things all at once, and move around from window to window. I donwanna. I wannamaxoutprofit.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote