|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is dreamweaver mx gonna finally be php friendly?
I just downloaded it. It asks if you want server technology when setting up a site. One of the technology fields is php. I did'nt see much change in viewing it. Anyone hear or know if dreamweaver will start intergrating php.
Personally I love Dreamweaver, because I design mostly. I program small scripts like links, galleries, and such. I doubt dreamweaver will want to do this anyway because of CF. |
|
#2
|
||||
|
||||
|
I have to admit I'm really impressed. This thing handles PHP fairly well. I mean, it even puts mysql_error() into the die() for queries...how nice is that?
And, check this out, previous/next links are point and click. You create a record set (query), and then you can drag and drop columns from that query into your document, choose to insert a "previous link", "next link", "go to first page" link, etc. There are "wizards" for creating INSERT, UPDATE, and DELETE statements that use functions. It even puts your database connection info into an include file and includes it in your main script. It would take a little while to get used to it all if you're used to doing it by hand, but once you're used to it, I can see how it could save you some time. Here's some code it generated for prev/next link page: PHP Code:
---John Holmes... |
|
#3
|
||||
|
||||
|
Forgot to mention the problems..
![]() I did have to install it a second time because it wouldn't let me create a connection to MySQL. Kept giving me an "unidentified error" Also, as you can see, it uses HTTP_GET_VARS instead of _GET. I really, really, hope that this is fixed in the release version. I imagine it will be, but that would be a certain way to almost doom it from doing PHP programming... ---John Holmes... |
|
#4
|
||||
|
||||
|
Give me a text editor any day, software like this is what ruins the programming trade in my opinion, it allows to many novices to go around posing as professionals, taking the clients money, bugging out when it gets to complicated for them because they don`t actually understand PHP and never intend to learn, the client ends up not trusting web developers anymore because his experience working with this novice was so bad. Or the client ends up thinking that PHP could never do the job in the first place.
Rant over Just my tuppence worth ![]()
__________________
--------------------- -- SilkySmooth -- --------------------- Proxy | Little Directory |
|
#5
|
|||
|
|||
|
Same here Silky. It'll be pretty lame also if all programmers end up to be debuggers for faulty scripts... where's the fun in that?
__________________
K1 |
|
#6
|
||||
|
||||
|
People can write crappy code with or without a tool like this...just look at what gets posted on this forum.
I like dreamweaver b/c of the site syncronization, easy HTML layout, and other features...now it's even better with syntax highlighting and some of the functions might even make coding faster...maybe... ---John Holmes... |
|
#7
|
||||
|
||||
|
i believe that dreamweaver mx is fine for programmers who already know what they are doing. but for newbies, tools like this promotes laziness and keeps them from really learning php.
Last edited by roninblade : May 5th, 2002 at 10:24 PM. |
|
#8
|
||||
|
||||
|
John,
Don`t get me wrong, I'm not saying D/W is a bad product, it does have many advantages, but I think Ronin summarised pretty well what I was trying to say. |
|
#9
|
||||
|
||||
|
I checked out Dreamweaver MX !!!
It has really improved !!! and I luv it !! Though I have yet to check its server side scripting capabilities, I don't think I would use Dreamweaver for that. The simple reason being I follow a style when I code. Like I never use DIE straight off. There would be always one error handling function which takes care of all the errors. All the time I use templates, so I won't need that facilty where you can drop the recordsets and create pages. Its not my way. ![]() Still I would say dreamweaver is the BEST html editor you can have for money !!! JD
__________________
_____________________________ d.k.jariwala (JD) ~ simple thought, simple act ~ I blog @ http://jdk.phpkid.org |
|
#10
|
||||
|
||||
|
I wonder if the code it inserts is template driven or if new stuff could be added. I know there is a "snippets" tab, where you can save functions, classes, etc, I imagine.
It'd be nice if you could modify the code that's inserted to fit your own style... ---John Holmes... |
|
#11
|
|||
|
|||
|
I must say that MM is impressing the hell out of me with DWMX.
The code generated is pretty clean. Not quite my style, but definately A LOT cleaner than I expected. I haven't been a fan of DW and it was only on my computer because my partner who does design uses it. I'm going to give it the full workout over the next few days, and if it continues to impress, I'll definately be using it.
__________________
FSBO (For Sale By Owner) Realty |