Does anybody know of a good open source (C# technology) that can be
used to design HTML pages.
I know we can use Visual Studio or Winword or Frontpage but I am
looking for a tool that can be customized for us and and can be
distributed.
Any good third-party links is appreciated.
Thanks
Saravana
Mark Rae - 19 Jun 2007 12:05 GMT
> Does anybody know of a good open source (C# technology) that can be
> used to design HTML pages.
> I know we can use Visual Studio or Winword or Frontpage but I am
> looking for a tool that can be customized for us and and can be
> distributed.
What is your purpose for this i.e. why are you trying to reinvent the
wheel...?

Signature
http://www.markrae.net
svenkatesan@quadrantsoftware.com - 20 Jun 2007 14:41 GMT
We are trying to develop a webform designer that our customers can
use. The webform designer should have the ability to design HTML
webpages and we would customize them with custom control names
attributes in the way in which we want our customers to use.
John Timney (MVP) - 19 Jun 2007 12:18 GMT
Why dont you look at Eclipse http://www.eclipse.org/
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
> Does anybody know of a good open source (C# technology) that can be
> used to design HTML pages.
[quoted text clipped - 5 lines]
> Thanks
> Saravana
Juan T. Llibre - 19 Jun 2007 13:23 GMT
Can Eclipse do C# ?
I thought it was Java/C-C++ oriented.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> Why dont you look at Eclipse http://www.eclipse.org/
>
[quoted text clipped - 13 lines]
>> Thanks
>> Saravana
John Timney (MVP) - 19 Jun 2007 15:58 GMT
there be a plug in ferrit
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
> Can Eclipse do C# ?
>
[quoted text clipped - 21 lines]
>>> Thanks
>>> Saravana
clintonG - 19 Jun 2007 16:20 GMT
I would seriously suggest trying Aptana first. This open-source IDE has
apparently been developed from the Eclipse code and my short time using it
has caused me to rethink continuing to use the crippleware Microsoft
continues to sell. Aptana is way cool and IMO should not to be
over-looked...

Signature
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
> there be a plug in ferrit
>
[quoted text clipped - 29 lines]
>>>> Thanks
>>>> Saravana
John Timney (MVP) - 19 Jun 2007 16:43 GMT
I'll take a peak at that
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
>I would seriously suggest trying Aptana first. This open-source IDE has
>apparently been developed from the Eclipse code and my short time using it
[quoted text clipped - 35 lines]
>>>>> Thanks
>>>>> Saravana
Juan T. Llibre - 19 Jun 2007 18:34 GMT
Thanks for the info, John.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> there be a plug in ferrit
>
[quoted text clipped - 29 lines]
>>>> Thanks
>>>> Saravana
svenkatesan@quadrantsoftware.com - 20 Jun 2007 14:42 GMT
Eclipse is not the right tool for this task since it is programming
tool and I am trying to find a simple HTML designer tool with open
source.
Riki - 19 Jun 2007 13:16 GMT
> Does anybody know of a good open source (C# technology) that can be
> used to design HTML pages.
> I know we can use Visual Studio or Winword or Frontpage but I am
> looking for a tool that can be customized for us and and can be
> distributed.
> Any good third-party links is appreciated.
- SharpDevelop (for general dotnet programming, but also web programming)
- NVU (not C# but C or C++ I think)

Signature
Riki
svenkatesan@quadrantsoftware.com - 21 Jun 2007 17:29 GMT
I think my terminologies was not correct earlier.
OK, I would like to know if there are any open source(C#) HTML
DESIGN
editors that would allow you to design HTML Pages. I would need the
source for this editor.
John Timney (MVP) - 21 Jun 2007 18:54 GMT
well in that case you should probably be looking to build onto fckeditor
http://www.fckeditor.net/
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
>I think my terminologies was not correct earlier.
> OK, I would like to know if there are any open source(C#) HTML
> DESIGN
> editors that would allow you to design HTML Pages. I would need the
> source for this editor.