PDA

View Full Version : website layout rapid development?


slavik
February 24th, 2008, 09:46 PM
Is there anything that allows quick mock up of a site design/layout? (I am guessing something with WYSIWYG HTML design?)

Pardon the web dev noobness :)

LaRoza
February 24th, 2008, 09:48 PM
You mean for visual representation or in code?

You can use the time proven technique of drawing and sketching, which never fails.

For code, I am hesitant to recommend any WYSIWYG editor, as the code will likely be unusable.

I keep my own templates for rapid layouts, and refine later.

slavik
February 24th, 2008, 10:06 PM
visual stuff ...

hmm, drawing ... :-\ (I completely suck at visual design :P)

LaRoza
February 24th, 2008, 10:09 PM
visual stuff ...

hmm, drawing ... :-\ (I completely suck at visual design :P)

It is easier for web design, as you don't have to be precise. You can get a way with a lot on paper.

If that fails, a simple paint program can help.

Typically, I just take one of my style sheets and tweak it a bit.

Learning CSS shouldn't be hard for you. (You can do all that cool stuff in Perl...)

slavik
February 24th, 2008, 10:16 PM
I am actually more interested in placement of things ... (I've dabbed a little with php/css/javascript)

Wybiral
February 25th, 2008, 12:37 AM
If you just want a simple layout editor that can generate HTML, OpenOffice Writer (the word processor) might work. I haven't tried it for HTML so I can't vouch for the quality of markup it generates, but I occasionally use it for PDFs and it works pretty well.

LaRoza
February 25th, 2008, 12:40 AM
If you just want a simple layout editor that can generate HTML, OpenOffice Writer (the word processor) might work. I haven't tried it for HTML so I can't vouch for the quality of markup it generates, but I occasionally use it for PDFs and it works pretty well.

Not much. A blank page is not even close to being worthwhile markup.

Balazs_noob
February 25th, 2008, 02:57 AM
kompozer (http://www.kompozer.net/)