English 中文(简体)
Windows compatible IDE for webdevelopment?
原标题:

I have been searching for the perfect web development IDE for some time now. I first started coding with notepad when all I wrote was HTML. Clearly, that was a relationship not meant to last.

Eventually I discovered Notepad++ and the wonderful syntax highlighting that it does. However, I got frustrated when I started working with server-side code and eventually moved to Netbeans, which I have been using for about a year now.

I enjoy using Netbeans quite a bit. The syntax highlighting is fantastic, the ability to push a button and step through your server side code (once you get your apache server set up properly). And the diff engine on it is fantastic for viewing code side by side. I dislike the learning curve (it seems awfully steep to me), and I ve recently wanted to try Zen coding, which I can t do with Netbeans.

So, I am looking for an IDE that allows stepping through server side code, and the ability to install plugins such as zencoding. A good Diff engine would be fantastic (but not a dealbreaker), and making code versioning a bit easier would also be points for it.

最佳回答
问题回答

While I myself enjoy the simpler things in life such as VI or even notepad++. Your problem is going to arise when you want to do debugging, as you found it requires an apache plugin. My best recommendation to you would to look at zend studio although it is not free. I ve used it with non zend framework apps, and its pretty handy.

As Stijntjhe mentioned zend studio , if you want free software , use eclipse or eclipse pdt. Netbeans also could be good for it.

Hi recently i have started the same journey. And my main choices where eclipse with WPT, Aptana en Netbeans. And After a while I returned to Netbeans 7 beta. Which suits me perfectly fine. It is helps me in a robust way which in the end matter the most to me.

The Zeus IDE has support for HTML, CSS and Zen coding.

Zend Studio for Eclipse, I used it a while ago when I was still a windows user. Html-Kit is also a good editor but if you re more advanced I prefer the first one.

Adobe Dreamweaver is also an excellent Web IDE. It is pricey (if you purchase it).

The best versions are MX2004, CS4, and CS5.

Surprised no one has mentioned UEStudio yet. It is not free, but is one of the more powerful editors out there.

And I second netbeans as well.





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签