Re: GUI builder for django

2010-04-21 Thread Mike Dewhirst
On 22/04/2010 8:10am, andres osinski wrote: No, and it's not a good idea to do WYSIWYG development for HTML. HTML is not a format that produces static content; it varies depending on screen fonts, browser, and platform, and getting that right means sticking to relative layout, making content flow

Re: GUI builder for django

2010-04-21 Thread Javier Guerra Giraldez
On Wed, Apr 21, 2010 at 5:52 PM, John Finlay wrote: > Does everyone code the html and css by hand for their templates? That seems > very time consuming and tedious. every developer i know does. > Desktop apps have the same issues with variations of languages, fonts, etc. > and resizing and the l

Re: GUI builder for django

2010-04-21 Thread John Finlay
Does everyone code the html and css by hand for their templates? That seems very time consuming and tedious. Desktop apps have the same issues with variations of languages, fonts, etc. and resizing and the layout containers and other widgets provide for dynamic changes. GUI builders make it ea

Re: GUI builder for django

2010-04-21 Thread andres osinski
No, and it's not a good idea to do WYSIWYG development for HTML. HTML is not a format that produces static content; it varies depending on screen fonts, browser, and platform, and getting that right means sticking to relative layout, making content flow, and taking care of quirks. WYSIWYG editors d