I would consider how many features the code editor must have. If the user simply inputs code and then saves to view the code, you would simply have a text area and some php to save/output the code (not in real time). At the moment I'm working a news posting system for one of my sites, which has only take a week to develop (php, js text formatting, and output). But if you need syntax highlight, especially for multiple languages, real time output, and error finding, among other features, you will be in for a long project, which could easily take many months.
Also which languages are you more familiar with? You don't want to be learning the basics and developing a production level project at the same time; your code won't be consistent throughout the project and will probably have security and usability issues in some circumstances, especially when dealing with the web.
cloud09
Junior Poster in Training
56 posts since Jan 2010
Reputation Points: 10
Solved Threads: 1
Just wanted to point out a few things to consider. :)
cloud09
Junior Poster in Training
56 posts since Jan 2010
Reputation Points: 10
Solved Threads: 1