I’m looking for an alternative for Dreamweaver. I’m not using it much lately. DW used to be a good designing tool, but recently, with the mass introduction of JS and PHP, it’s not as useful any longer. I hardly use the visual designer at all. Not to tell that nowadays things like html img tags for templates are very outdated. Everything is done using CSS and DW doesn’t have a visual designer that allows me to easily create DIVs styled with CSS.
Basically, the most important feature for me is the “templates” one, because I design static websites and DW has this feature in which I can make a “template” and make editable regions, so I don’t have to use only CSS for theming, I just create a template, and whenever I want to change the appearance of an entire website, I just have to edit its template, and DW will automatically update all pages to that style, but keeping the specific parts (editable regions). It’s like a CMS but produces static pages, I use PHP only where its really needed.
PHP and JQuery coding assistance and debugging are also important.
Any recommendations?
Thank you.
Netbeans http://netbeans.org
Eclipse http://www.eclipse.org/
If you are using PHP you should have a header and footer ‘template’ which is included in each of your site’s pages. This allows you to edit a single file and it show up on all of your pages.
I use Notepad++ http://notepad-plus-plus.org/