"Christoph Bergmann" <lalakaka2@hotmail.com> wrote in message
news:c01ab2f3.0310261313.6fedb15b@posting.google.c om...[color=blue]
> Hi...
>
> We want to write an open source web based TEXT editor and would be
> happy about any help ;-)[/color]
<snip>[color=blue]
> Right now we have just a bit more than the basic framework, but some
> things already work: You can edit text ,-) Syntax Highlighting is
> impemented (with bugs), indent/deindent works more or less and we have
> a little menu popup. And: The program has a nice OO design ;-)
>
> So, if you are a javascript guru and longing for a new adventure, come
> join us and take a look at...
>
>
http://baseportal.com/htmledit
>
> We set up a little CVS - if you like you could check out the source
> and start programming right away...
>
>
> Any help is welcome! ;-)
>
>
> Best regards,
>
> Christoph...[/color]
Hello Christoph,
Some comments:
- I could not find any contact info on the site (regarding how to
contribute).
- You changed the name to WEBBED, but if I view the copy from 10/23, there
is a comment in the code that still lists the name as HTMLEDIT.
- I tried running it, but I did not see any syntax highlighting, and when I
tried clicking on the items in the menu, I got a Javascript error.
- Looking at the code, I see that your HTML code is, in fact, invalid. For
example, you are missing the required <title> element in your <head>. You
should declare a DOCTYPE and write valid HTML code.
Good luck.
Peter Foti