Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I'm looking for more great software tools (than the ones listed below that I already use) to not only create and run a website, but to verify and maintain it. All our websites run on Unix servers with php. We use:

  1. TopStyle to create and edit html and CSS web pages.
  2. Zoom website search engine. You define the output look, search algorithm, and more.
  3. FTP Voyager for file ftp work.
  4. HTML Validator to verify the html and CSS code are technically correct.
  5. Xenu link validator - verifies every link, image, etc on your web site. Reports broken or missing links, redirected, etc. Worst graphics and user interface ever, but it is free, accurate, and fast.
  6. Instant Demo Creates professional flash application tutorials for your web site.
  7. Web Log Storming Web site log analysis.

What tools do you use? Do they have any quirks? These are the minimum tools I think are necessary (not including a graphics editor) needed by any startup with a web site- assuming they are PC based.

share|improve this question
This question is probably best asked on a web development site or software development site. – TimJ Feb 26 '10 at 6:10

5 Answers

My must haves are:

  1. Emacs for editing HTML/CSS/JS.
  2. Firebug for debugging all of the above.
  3. W3C HTML/CSS validators.
  4. Selenium for automated front-end testing.
  5. Rsync for file transfers.
  6. Gimp for image editing.

Honorable mentions are:

  1. Firefox cookie swap plugin for easily changing between various test user accounts and admin accounts.
  2. Firefox MeasureIt and ColorZilla plugins for web design tasks.
share|improve this answer

I'm not a real web developer, but one of the ones I have used is Firebug

share|improve this answer

You should ask this question on Stack Overflow instead. It's the Q&A site for programming questions. You'll get several excellent answers in a matter of minutes.

share|improve this answer
+1 if you provide a url for a search of that site that returns results relevant to the question. – TimJ Feb 26 '10 at 15:28
Questions like these usually get shot down on SO because they are "not a programming question". Go figure. – Gabriel Magana Feb 26 '10 at 16:36
Perhaps on serverfault.com They already have many websites related questions: serverfault.com/questions/tagged/website – Damian Feb 27 '10 at 17:20

I use a text editor(Scite) for HTML. Gimp/Inkscape for images. WebDeveloper plugin for Firefox for basic HTML tuning and validation. WordPress for content management.

share|improve this answer

Here are several suggestions with feedback: StackOverflow

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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