vote up 1 vote down star

Duplicate: Tools for faster, better web development

I would like to gather some really cool and useful tools in web development; And would like to upgrade my knowledge. I recently found that Dreamweaver is not developer's favorite tool. I would like to hear some of your list of tools that you use in web development and why?.

to start with, here's mine.

  1. Dreamweaver CS4 - I started web development using this.
  2. WebDeveloper Toolbar (FF Plugin) - A set of tools that really suites for web development. In CSS I really find 'Display Element Information' and 'Outlining' very handy.
  3. Fire Debug (FF Plugin) - great for debuging javascripts.
  4. FileZilla - My favorite FTP client

I am looking for an alternative option for Dreamweaver, What I like about Dreamweaver is it has a File and Site Manager. So if your IDE has a Site and File Manager I would like to try that. I am also looking for an IDE that support code hinting for JS framworks like JQuery and Mootools. Btw, I'm running windows.

Thank You!

flag

Hmm, seems like you are looking for a web-design tool more than a development (in the programming sense) one. Of course web design these days involves programming as well. – o.k.w Oct 12 at 13:15
Duplicate? stackoverflow.com/questions/411954/… – Neil McKeown Oct 12 at 13:15
Possible duplicate: stackoverflow.com/questions/411954/… – Sinan Ünür Oct 12 at 13:15
Thanks for the link. I didn't know it has a duplicate. Sorry. – Pennf0lio Oct 12 at 13:25
@Pennf0lio Don't worry about it. Next time, search before you post. ;-) – Sinan Ünür Oct 12 at 13:29

closed as exact duplicate by Sinan Ünür, Robert Munteanu, Eduardo Molteni, James Black, EndangeredMassa Oct 12 at 13:25

3 Answers

vote up 2 vote down check

Your question reads like one from someone new to web development, so I'll proceed on that basis. Please ignore and accept my apologies if this is all too basic for you.

Basically I want two things from an IDE:

  • a list of files that I'm working on, so I can double-click one to open it.
  • a fast, responsive, capable editor with syntax highlighting and features like macros, regex replace, etc.

On Windows, TextPad is enough to acheive this. On Linux, KATE and GEdit are nice. On OS X, TextMate rocks. On Windows, there's a clone of TextMate, called E-TextEditor, but it's (inexpensive) payware and seems a little rough around the edges. Never tried it though. Most of these are really just text editors, but have plugins available to do the file listing part.

Once you have a decent IDE/editor, then for HTML/CSS, you just need to actually learn the markup languages well enough to do it without helpers, and have (multiple) browser(s) to test with.

Frankly, so-called "tools" like Dreamweaver just get in my way. And that's allowing for the fact that they're much better now than they used to be.

As for more professional solutions... you might want to look into web applications (as opposed to scripts in languages like PHP) and Python/Ruby programming with Django/Rails eventually. I'd recommend Python/Django out of the two, but may be biased. My point is that learning to write actual web applications rather than just web pages and scripts will put you in a whole different league, with much faster ways to build things, and much more options of what you can build.

link|flag
Revied Django and find it really awsome. now confuse between Django and RoR. Thanks for the info. it's Awesome! – Pennf0lio Oct 12 at 20:02
vote up 1 vote down

I would recommend Visual Studio Web Developer, it's free and has a ton of features for developing both static html/css sites and more dynamic stuff using Javascript and ASP .Net.

link|flag
vote up 1 vote down

Aptana is cross platform and has all the major features you would need for web development

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.