Jump to content

So, what do php coders use to make their website?


chimp1950

Recommended Posts

Stay away from Dreamweaver :)

 

I would not say stay away from Dreamweaver, but more use it carefully.

 

Dreamweaver is not bad as long as your not relying on it writing your php code for you. I use dreamweaver in code view most of the time. I like it because it manages all the sites I work on (over 5-7 now) with FTP access, easily manages CSS and I use it in developer view for HTML stuff. It is a lot simpler pound out tables and forms in Dreamweaver rather than typing it out by hand.

 

ZEND Studio is pretty awesome, but a little to complicated for my taste (I will admit that I have not used it for very long), Notepad++ is OK but I am not a real big fan of it. I will stick to my dreamweaver as that is what I am most comfortable with and it has great features.

 

I again stress, don't have it write your php code for you as it becomes WAYYYY bloated and far too complicated to accomplish a fairly simple task.

 

Nate

Link to comment
Share on other sites

Dreamweaver is good for its site managing tools, I used to use it (and occasionally do) but never ever relied on its "code snippets" as they are completely deprecated. I'll take back what I say, use it if you like - but don't let it code for you!

Link to comment
Share on other sites

Editors as dreamweaver might be easy to use, but will get you nowhere on REAL programming.

I personally use Jedit. Downloadable at http://www.jedit.org/

its a Programming Text Editor written in Java.

It supports realtime syntax recognition for PHP MySQL CSS and many many more.

Meaning the text your typing will change color as you write it. (customizable by user)

(standard example's are variables are shown in blue and SQL things are show in green etc etc.)

Jedit also support multiple file opened and viewed at once.

for example you could open 2 pages at once, each in a sepperate section on the screen at the same time.

you can open and view as much files simultaneously as you want ( Or your moniter will hold).

here is an example

jedit_screenshot.jpg

 

 

it also has loads of usefull plugins that are free to download.

hope this helps:)

 

 

greetingz Silverado

 

Link to comment
Share on other sites

I would agree, Dreamweaver sucks royal monkey nuts. You will develop bad copding habits and it does little to show you what real/clean PHP should look like.

 

I use UltraEdit (A text editor with syntax highlighting...does not generate code like l4m0rz DW) but there's a number of decent ones out there.

Link to comment
Share on other sites

Well i used to and on occasion use notepad as it is simple, but i have recently upgraded to notepad++, as it justs helps pick up small mistakes that i have missed.

 

I personally am not a fan of WYSIWYG as I find they mess up code bad and i like mine neat, but thats my opinion.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.