solutions for rapid front-end development?
- by fayer
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