I am a begginer with not too much time on my hand. I do some html
pages with Dreamweaver and with some minor Flash actionscript and I
have a minor ability (with the help of lots of tutorials) to do some
PHP.
I love Dreamweaver MX since it realy simplifies the visual part of the
process of making a page and also help with code typos since it
generates alot of the basic code automatically (for example, I don't
have to know how to write a relative link or an absolute link;
Dreamweaver figures taht out for me. Another example, I don't have to
type a link at all, the interface helps me find the target and
generates the link for me).
When I try to build a page with PHP, I have a very hard time getting
the visual part of the page correctly (and make many typo mistakes in
the code. Also, since I am not (and don't have the time to be) an
experienced or a pro, I have hard time remembering attributes in html
and php (which usually, dreamweaver provides automatically).
I WAS WONDERING IF ANYONE HAS SPECIFIC SUGGESTIONS OR KNOWS OF A
PROGRAM SIMILAR TO DREAMWEAVER, BUT MADE FOR PHP RATHER THAN FOR
HTML!!!!!!!
One thing I tried to do to solve this problem was to create part of
the page with dreamweaver and than cut and past the html code into the
php page... this way I dont have to deal with issues such typing the
links correctly, typing the color codes correctly, etc, etc...
the problem is that the quatation marks are different for php and
html. So I spend all of my time fixing quatation mark typos.
pages with Dreamweaver and with some minor Flash actionscript and I
have a minor ability (with the help of lots of tutorials) to do some
PHP.
I love Dreamweaver MX since it realy simplifies the visual part of the
process of making a page and also help with code typos since it
generates alot of the basic code automatically (for example, I don't
have to know how to write a relative link or an absolute link;
Dreamweaver figures taht out for me. Another example, I don't have to
type a link at all, the interface helps me find the target and
generates the link for me).
When I try to build a page with PHP, I have a very hard time getting
the visual part of the page correctly (and make many typo mistakes in
the code. Also, since I am not (and don't have the time to be) an
experienced or a pro, I have hard time remembering attributes in html
and php (which usually, dreamweaver provides automatically).
I WAS WONDERING IF ANYONE HAS SPECIFIC SUGGESTIONS OR KNOWS OF A
PROGRAM SIMILAR TO DREAMWEAVER, BUT MADE FOR PHP RATHER THAN FOR
HTML!!!!!!!
One thing I tried to do to solve this problem was to create part of
the page with dreamweaver and than cut and past the html code into the
php page... this way I dont have to deal with issues such typing the
links correctly, typing the color codes correctly, etc, etc...
the problem is that the quatation marks are different for php and
html. So I spend all of my time fixing quatation mark typos.
Comment