Re: Tools for writing HTML templates

2007-01-30 Thread mamcxyz
TopStyle is a great tool. I like the option to preview side by side the page in IE and Firefox. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-user

Re: Tools for writing HTML templates

2007-01-30 Thread Sebastien Armand [Pink]
A few weeks ago I discovered Intype ( http://intype.info/home/index.php ) which seems to be a windows equivalent of textmate. I've written the snippets for django templates if you're interested. 2007/1/30, Julian Romero <[EMAIL PROTECTED]>: > > On 1/28/07, Paulo <[EMAIL PROTECTED]> wrote: > > > >

Re: Tools for writing HTML templates

2007-01-30 Thread Julian Romero
On 1/28/07, Paulo <[EMAIL PROTECTED]> wrote: > > > For quick and dirty wireframes OmniGraffle < > http://www.omnigroup.com/applications/omnigraffle/ > is great (not > sure of a Windows alternative). You can use Photoshop or Illustrator > (or their open source brethren) as well but it is overkill if

Re: Tools for writing HTML templates

2007-01-28 Thread Paulo
> TextMate looks nice, but I don't have a mac. We've primarily been a > windows shop, with a handful of linux and solaris servers. Have you > run into anything your windows friends like? These have all been recommended to me in the past but I do not have much experience with them since I can't

Re: Tools for writing HTML templates

2007-01-28 Thread Andrew Diederich
On 1/27/07, Paulo <[EMAIL PROTECTED]> wrote: > > This could turn into a religious debate... but I give TextMate two thumbs up! > > < http://macromates.com/ > TextMate looks nice, but I don't have a mac. We've primarily been a windows shop, with a handful of linux and solaris servers. Have you r

Re: Tools for writing HTML templates

2007-01-27 Thread [EMAIL PROTECTED]
At work, normally what I do is ask the designer what he wants to see on the page, then I write very basic HTML code and the Django templating code to display that info. After that, he just works in his usual HTML/CSS editor moving the template code around. On Jan 27, 6:56 pm, "Andrew Diederic

Re: Tools for writing HTML templates

2007-01-27 Thread Paulo
This could turn into a religious debate... but I give TextMate two thumbs up! < http://macromates.com/ > On 1/27/07, Andrew Diederich <[EMAIL PROTECTED]> wrote: > > I'm looking for a tool for our non-programmers to develop the HTML > templates for django. Our python folks can help stick in the

Tools for writing HTML templates

2007-01-27 Thread Andrew Diederich
I'm looking for a tool for our non-programmers to develop the HTML templates for django. Our python folks can help stick in the template code, but the folks we have to make the website good-looking aren't necessarily the same people. Are there any HTML editing tools that people here have enjoyed