Dreamweaver against pure MySQL/PHP with CSS style sheets
Hey guys i need some advice. About to start on my first website for a friend who's a jeweller. Do i use dreamweaver or MySQL/PHP? At first it will be an informative website, but she wants to sell stuff on in later. What's the best choice here?
I use dreamweaver to design sites. Most of them use a database. The extra time spent to at least put your text ( site news, about us, ) in a database can make it easier to work with later on if you need to make changes. Just build some editing pages for the site that are password protected.
Draemweaver is a tool to do the job.. It doesnt really matter if you code in dreamweaver or.. notepad.
You'd probably be better using some PHP IDE - if you create a dynamic site - PHP waterproof or Zend - will make it easier to spot misspelling, higlight errors and such.
Over the years I have tried almost everything from writing my own code to all the numerous apps for website building. IMO Dreamweaver is about as good as it gets.. and I highly recommend it.
Thanked 4,294,967,295 Times in 4,294,967,295 Posts
Reputation Power: 26
In important thing to think about is where do you want to go with this site~ meaning how is it going to evolve over time. By using Dreamweaver mainly adobe products they work together rather well. So you can change with the times as well as the content^^
обезьяна
__________________ "I count only the bright hours"
I personally prefer hand-coding - Dreamweaver offers many ways to generate the HTML code, etc, needed to create websites, and although it saves time I think to hand-code it is better. You get a feel for what you're doing and how you personally structure and style elements, rather than use a few clicks to generate what you want. That, and I can type fast enough, lol.
But the program itself is good, and widely used, therefore providing a BIG group of users that could provide support should problems ever arise (MX2004, lovely crashes back then, lol...), so I'd use it if I was you. Also, MySql/PHP isn't a program like Dreamweaver or anything, it's a coding language - you'd need to use that even in Dreamweaver if you wanted to make a site with dynamic content - it depends on what you want. User Logins, Shopping Cart, etc = MySql + PHP. Static, yet slightly dynamic = XHTML + JS. You can do shopping carts, etc, in JavaScript, but MySql + PHP is a better choice.
Still, seeing as how it's your first website, I'd go and get Dreamweaver so you'll find it easier to code the website, then read up on MySql + PHP and get the dynamics going. Dreamweaver can also help with that partially, if you'd like it to, ^^.