Jump to content

Dreamweaver vs Expression Web


dgow13

Recommended Posts

I have been using Expression Web for quite a few years now, using html extensions, but now I am learning php and wondered if there are any advantages to switching over to Dreamweaver.

 

Dreamweaver's support of PHP comes in two forms:

  • Code editor - not bad.
  • Point & Click PHP code generation called 'Server Behaviors' - not too good

 

The code editor, with regards to using PHP, is OK. It color codes, has basic code completion and it has code snippets loaded into buttons (code block creation, session etc ...).

 

The Server Behavior tools are designed to allow non-programmers to create basic PHP functionality: reading and writing to databases, set session, password protect pages with PHP etc... The problem is, that the code it generates is fragile ... easily broken and in the end, it really is just better to use it for rapid prototyping of simple PHP applications.

 

... I was a beta tester of Dreamweaver CS4 and I can tell you that even the Adobe developers are aware of the problem; I believe the idea was to do a complete rewrite of of the Server Behaviors for Dreamweaver CS5. In fact, I was writing a book for a major publisher last year on Dreamweaver CS4 and PHP (a lot on Server Behaviors), and I dropped it (after completing 4-5 chapters) because I could not stand to write about a technology I did not believe in.

 

Beyond that, I think Dreamweaver and Expression Web are good products.

 

Stefan

Link to comment
Share on other sites

Upgrade to EW3. It has php support in version 2 but version 3 will allow you to view the rendered page. Otherwise, you can keep on using your current version without a problem so long as you have the BOM turned off for php which usually is by default.

Thank you. I will go ahead and upgrade to EW3.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...