Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I was actually learning Website development these days...basically HTML,CSS,JavaScript and JQuery. I was looking for a Software Application (other than Adobe Dreamweaver) that integrates all these elements and is more graphical to Use? What Applications are used to develop professional websites like eBay or Amazon?

share|improve this question
1  
"What Applications are used to develop professional websites" IDEs and text editors, not WYSIWYGs. – Waleed Khan Jan 18 at 17:51
1  
I use vim, but you might be better sticking with notepad. – symcbean Jan 18 at 17:51
Different developers have different preferences when it comes to choosing an IDE. I personally use notepad++ to do my programming for the languages you listed above. You should really just download a few and see what works best for you. – Ryan Beaulieu Jan 18 at 17:52

closed as not constructive by Pointy, Gabe, apsillers, Joseph Silber, j08691 Jan 18 at 17:52

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

What Applications are used to develop professional websites like eBay or Amazon?

That's really a general question. What you mean by Applications? Those websites/applications used a server-side language and if you mean what IDEs, you can consider they're used NetBeans or PyCharm for development.

What you need to build and develop applications is that:

  1. Define what you need and then choose your server-side language (e.g. Python, PHP, Ruby)
  2. Choose a front-end framework (e.g. Bootstrap, ExtJs)

And you should know that what's important is your code not the IDE's you used to produce codes.

share|improve this answer

Dreamweaver is by far the most common web development software available. That would be my suggestion. If you are absolutely against Dreamweaver, you have one of two choices.

  1. You can design everything from Notepad

  2. Use freeware like Firebug or Shareware like Panic Coda. With either of these choices you are going to have less than perfect software.

Is there any reason why you are against Dreamweaver?

Source: http://sixrevisions.com/web_design/top-five-web-design-tools/

share|improve this answer
1  
[Citation Needed] – GalacticCowboy Jan 18 at 18:11

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