I had your same problem, and I used dreamweaver since 8 years and now i have to say that now i code all by hand witout looking the results when finish… i mean i do not use dreamweaver like a standard visual editor but like a code editor and I use it a lot (is a great TOOL) to manage the links changed, files changed, to find and replace code or pice of code along a whole website or a whole directory.
Regarding your question “”" add the new links to 30+ HTML files that were already created “”" try to use this INCLUDE funcion in php, you do not need to know also php in order to do that (i do not, but i will learn)
With this few lines you can add a menu on the left of your page side and also a footer on the base (usualy are the main issues) .
(1) create a menu like you do in html call it menu.php
(2) create a footer like you do in html call it footer.php
(3) create a page content like you do in html call it page1.php
define your CSS class properly in a CSS file
take out all / headers / and opening html / and body tag from (1) and (2) live them jut in (3)
add the code above to page1 content accordingly with your needs and design
save all files like .php
upload
you must have solved…
now… all the pages of your website will change automatically each time you modify and save your menu.php or footer.php
in case you want also add a header you can do that with the same way but in this case must keep in the headers / html / and body tag scripts etc
The main concept you must always remember managing a page in this way is that THE CODE WILL BE ADDED … so all the codes of page1+footer+header+menu+whatever must be consistent together (example can not have a couple of tag body all div must close the closing tag of body and html must stay in the footer final file)
with a GOOD knowledge of CSS and html/xhtml (and little php is usefull) you can modify/create completely a template of wordpress and make a blog or a template of oscommerce or cubecart and make a shop online… or a CMS like jomla or similar…
of course you will not be able to modify the php engine (will be my next step i hope) but can modify the container… and is already a big job!
I would just ignore him Max, if you check his other post’s their pretty much entirely comprised of Fluff, in a typography thread his “idea” of giving advice was a claim of sticking to Arial. I would say the opposite to his statement is true, less people use Dreamweaver (or a related product) than hand code because anyone who’s been in the industry a while will realise how bad they really are, and less bloated products usually mean we end up with a more streamlined experience.
It depends, the graphical appearance of a website (which I assume you want to know about) in respect to the design does not require server-side scripting like PHP or ASP. Most of it is comprised of HTML, CSS and JavaScript. What exactly did you want to know in terms of good design / design theory?
beside that… I said and I agree that code must be checked and written by hand. DW can help to manage and change things in a website with hudreds of pages with just few click using search and replace. This thing is great.
Mr358
I went through a similar dilemma about three years ago, seeing lots of fancy looking sites, that looked visually much better than my output. I installed a trial version of Dreamweaver and put aside lots of time each day to learn how to use it. I very quickly realised that the standard templates produced so much junk code that my pages became too large and because I hadn’t coded them by hand, I didn’t know how to slim them down without messing the whole thing up.
I’ve now gone back to basics and have spent my time learning the basics of html, css and php coding everything within Crimson Editor. It takes longer intially, but I think it’s worth it in the end.
Oh and some of the css layout templates at Dynamic Drive are worth a look to get a page layout started. Throw in a bit of CSS and the odd php include and you’re on your way.
Dr John, I was replying to rguy84’s specific claim that the W3C validator converts your PHP code to HTML. You’re saying the same thing as me, except using much better language.
Wow frames… I haven’t used frames for about ten years…
I code all of my websites by hand. There is however a lot of cut, paste, customize involved in coding. But yes, I code thousands of lines of code a day.
Sometimes it feels like I didn’t accomplish anything for the day because of interuptions that cost me hundreds of lines, or bugs that cost me hours.
I use Dreamweaver when coding templates because Zend studio doesn’t work with html files or css very well.
But its zend studio all the way when coding html, php, javascript, mysql. all the rest.