Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat tools do web developers use with PHP, Ruby on Rails, Python, etc?
    primarykey
    data
    text
    <p>A good friend just sent me the following email</p> <blockquote> <p>My father is putting together a proposal for a local college to start a center of innovation and technology. As part of that, he’s proposing they teach web design and web development. My question is in your opinion what are the “industry standard” tools for both web design and web development. I think I have a good handle on the web design (html, flash, photoshop, dreamweaver), but I want your take and need some guidance on web development (.net, ajax, visual C++, rubyonrails). Thoughts?</p> </blockquote> <p>I was able to instruct him on what tools are predominant on the Microsoft Stack (Visual Studio + Expression Studio), but I'm not exactly sure what people writing in ruby on rails, or python, or PHP, etc., are using.</p> <p>I'm asking this here because:</p> <ol> <li>Who better to ask than developers</li> <li>Those looking to get started in these languages might find these tools very useful.</li> </ol> <p>So those of you who use these stacks, what type of tools do you use for your development?</p> <h2>Summary</h2> <blockquote> <h3>Database</h3> <ul> <li><a href="http://mysql.com/" rel="nofollow noreferrer">MySql</a></li> <li><a href="http://www.postgresql.org/" rel="nofollow noreferrer">PostgreSQL</a></li> </ul> <h3>Source Control</h3> <ul> <li><a href="http://subversion.tigris.org/" rel="nofollow noreferrer">Subversion</a></li> <li><a href="http://git-scm.com/" rel="nofollow noreferrer">Git</a></li> <li><a href="http://www.selenic.com/mercurial/wiki/" rel="nofollow noreferrer">Mercurial</a></li> <li><a href="http://bazaar-vcs.org/" rel="nofollow noreferrer">Bazaar</a></li> </ul> <h3>Editors</h3> <ul> <li><a href="http://macromates.com/" rel="nofollow noreferrer">TextMate</a> (Mac)</li> <li><a href="http://notepad-plus.sourceforge.net/uk/site.htm" rel="nofollow noreferrer">Notepad++</a> (Windows)</li> <li>emacs or <a href="http://www.vim.org/" rel="nofollow noreferrer">vim</a> (Cross-platform)</li> </ul> <h3>IDEs</h3> <ul> <li><a href="http://www.netbeans.org/" rel="nofollow noreferrer">NetBeans</a></li> <li><a href="http://www.aptana.com/" rel="nofollow noreferrer">Aptana</a></li> <li><a href="http://www.eclipse.org/" rel="nofollow noreferrer">Eclipse</a> - <a href="http://www.eclipse.org/" rel="nofollow noreferrer">Eclipse PDT</a></li> </ul> <h3>Frameworks</h3> <ul> <li><a href="http://framework.zend.com/" rel="nofollow noreferrer">Zend Framework</a> (PHP)</li> <li><a href="http://codeigniter.com/" rel="nofollow noreferrer">Code Igniter</a> (PHP)</li> <li><a href="http://cakephp.org/" rel="nofollow noreferrer">CakePHP</a> (PHP)</li> <li><a href="http://www.djangoproject.com/" rel="nofollow noreferrer">Django</a> (Python)</li> <li><a href="http://www.turbogears.com/" rel="nofollow noreferrer">TurboGears</a> (Python)</li> <li><a href="http://rubyonrails.org/" rel="nofollow noreferrer">Rails</a> (Ruby)</li> </ul> <h3>Debugging</h3> <ul> <li><a href="http://www.xdebug.org/" rel="nofollow noreferrer">Xdebug</a> + <a href="http://code.google.com/p/webgrind/" rel="nofollow noreferrer">WebGrind</a> (PHP)</li> <li><a href="http://getfirebug.com/" rel="nofollow noreferrer">Firebug</a> (Cross-platform, in-browser)</li> </ul> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload