[CentralOH] HTML Editor?

Issac Kelly issac.kelly at gmail.com
Tue Jul 26 21:31:11 CEST 2011


I will never use anything other than a text editor to write HTML. If
you can't read and write your templates with a text editor, you're
probably doing several things The Wrong Way.

Some tips

* use includes liberally
* nest as little as possible
* make a comment at your closing tags if their opening tag is > 10 lines away

Markup should be semantic breakdowns of your page, and CSS should
define layout. Break that rule as little as possible.

Best of luck.
Issac Kelly


On Jul 26, 2011, at 2:45 PM, Mark Erbaugh <mark at microenh.com> wrote:

> Yes, this really is a Python question<g>.
>
> I'm working on a web-based application using the Pyramid framework. Pyramid is a descendent of Pylons and can be configured to use various templating languages. I'm using Chameleon as it's the default for the template I started with.
>
> Anyways, I'm knee deep in HTML inside vi trying to find a mis-matched tag.  Do people using templates still edit the HTML by hand?  I've got Kompozer, but doesn't seem to like the template language.
>
> Thanks,
> Mark
>
> FWIW, I'm impressed with Pyramid and yes, I will be willing to make a presentation to the group<g>.
> _______________________________________________
> CentralOH mailing list
> CentralOH at python.org
> http://mail.python.org/mailman/listinfo/centraloh


More information about the CentralOH mailing list