6 Great Online Source Code Tools

Posted on 22. Jul, 2009 by srikanth in Internet Tools

Advertisements

codeThere are many IDE’s and software utilities for source code editing, but almost all of the known ones are desktop applications.  We are living in a world where more and more things are turning into web based applications, and source code editors are definitely joining that party.

In this article, we will show you six tools that will help you effectively organize and manage your source code.  These applications enable you to edit code from anywhere, independent of your operating system, as they are available online.

TextSnip

TextSnip is a web based tool that enables you to easily share formatted text and code online.  Just copy and paste your code or text onto the provided field, click on ‘Get my URL’ and share the URL with others.

textsnip

It provides you with a clean display of code with color coded formatting and options to print and ‘copy to clipboard’. You can change the code view between plain text, html, php, sql, css, ruby, xml, javascript, python, etc.  It also allows you to create custom URL’s to remember easily like, http://textsnip.com/see/lostintech

CodeFetch

CodeFetch enables you to search for code snippets from published programming books. To get started,  select a programming language and enter a keyword then click “Fetch” to browse through the results.

codefetch

Using this tool you can quickly find out where to look for relevant code, thereby you can avoid searching multiple books page-by-page which would be a tedious task.

MonkeyTex

MonkeyTex is a web based LaTex editor which allows you to create, store and manage your LaTeX files online. It provides you with options including spell checker, toggle line numbers, backup files, etc.

monkeytex

It also enables you to download and save your documents in PDF format. You might want to check out the ‘getting started’ screencast here.

FixMyHTML

FixMyHTML, as the name implies, is a simple web based utility to clean up any unwanted styles and HTML tags in your code. All you need to do is, copy and paste your HTML code onto the provided field and click on ‘Fix It’.

fixmyhtml

This tool would be handy for programmers to get rid of any additional tags or cluttered code.

StyleNeat

StyleNeat enables you to quickly organize your CSS files online.  You can either copy and paste the CSS code or upload a CSS file from your computer or supply a direct link to the CSS file.

styleneat

It provides you with options to sort properties, sort selectors, import and organize linked stylesheets and select between multi/single line formatting. It also enables you to download the organized CSS file.

Ecoder

Ecoder is a fully functional web based code editor, which includes a file browser, file uploader, and tabbed system to allow multiple files to be edited at the same time.

ecoder

This application enables you to edit code online with handy features like real-time syntax highlighting, keyboard shortcuts, etc. You can switch between the basic and deluxe editors, where in the basic editor loads faster but has less options. It does not require any software install and works with most standards compliant browsers which have javascript enabled.

What’s your favorite web based code editor? Do tell us in comments.

By Srikanth AD from Techonaut, check out his Linkedin Profile or blog for more information.

Related Posts

Tags: , , , , , , ,

6 Responses to “6 Great Online Source Code Tools”

  1. J.P.

    23. Jul, 2009

    Nice list. Thank you for this post.

    I also like to search Codeplex (http://codeplex.com) for open source Microsoft projects, and The Code Project (http://thecodeproject.com) for coding examples for Windows (.NET, C/C++, VB.)

    Reply to this comment
  2. James Lorenzen

    23. Jul, 2009

    For another web based code editor you use Bespin: https://bespin.mozilla.com/. It’s an experiment by mozilla using the new features in HTML5.

    Reply to this comment
  3. [...] 6 Great Online Source Code Editors [...]

    Reply to this comment
  4. Chris

    28. Jul, 2009

    I found another editor called NaviCoder Editor, it is FREE but powerful!

    Reply to this comment
  5. Megan_Ads

    23. Nov, 2009

    I also had discovered Amy Editor, it is actually one of the most used online source code editor. Another web based code editor also is 9ne which is a good one.

    Anyway, great list there!

    Reply to this comment

Leave a Reply