solutions for rapid front-end development?

Posted by fayer on Stack Overflow See other posts from Stack Overflow or by fayer
Published on 2010-05-01T11:14:19Z Indexed on 2010/05/01 11:17 UTC
Read the original article Hit count: 166

Filed under:

im using mvc framework and i have learned some techniques that help me with different parts of RAD.

  • models: doctrine/visual paradigm
  • controllers/libraries: various design patterns

now i only need to know what technique/solution i should use for the views so that i can create views more rapidly.

cause i don't think it's efficient to code css/html manually, even though i understand it. its the same principle when using visual paradigm to create both my mysql database tables and doctrine model classes. i believe in using right tools will boost up development speed.

so what could i use for the views to save time and energy and don't reinvent the wheel all the time?

  • dreamweaver?
  • any css generation tools?
  • 960/blueprint for layout?
  • suggestions?

thanks

© Stack Overflow or respective owner

Related posts about web-development