views:

320

answers:

2

I would like to see if there is such a tool that allows reusable web template with components like menu and form easily applied. Basically I want to mock a very simple interface using html, to see if the navigation is working, then generate a pure XHTML/CSS for me to use on my web projects.

For your information, I use Ruby on Rails. However I would hope such web design tool to be as language neutral as possible.

Update: I am looking for things like RapidWeaver on mac, but more flexible and language neutral (seems RapidWeaver have bias to php)

+2  A: 

Aptana and Scripts/Samples?

01
thats an IDE, which does not really provide you design aid. I have tried RapidWeaver (I am a mac user) but it doesn't cut it, primary because it's strong coupling with PHP scripts.
goodwill
A: 

Try this http://www.blumentals.net/webuilder/ this is the best editor(for me) supports javascript, css, php, etc.

Agusti-N
I have updated the question- basically I am not asking for editor/IDE, I want things which does good theming and building blocks but programmer friendly (export clean XHTML/CSS)
goodwill