Web development class

  • Thread starter Lorenzo Bolognini
  • Start date
L

Lorenzo Bolognini

Hi all,

it's been a while I haven't looked at Python but I remember that there once
was a class (I think it was just a class) that helped in web development.
Can't remember the name of the project: it was a kind of a parser which
would allow you to do this sort of stuff:

h1.red (assigning properties to html entities)

I think the project's web page was on a kind of red background.

Any hints?

Cheers,
Lorenzo Bolognini
 
P

Peter Otten

Lorenzo said:
it's been a while I haven't looked at Python but I remember that there
once was a class (I think it was just a class) that helped in web
development. Can't remember the name of the project: it was a kind of a
parser which would allow you to do this sort of stuff:

h1.red (assigning properties to html entities)

I think the project's web page was on a kind of red background.

Any hints?

Have a look at
http://mail.python.org/pipermail/python-list/2004-April/215227.html

Peter
 
?

-

Lorenzo Bolognini said:
Sorry,

h1.color("red")

I have no idea what the class you're looking for does, but this
example is better implemented with standard CSS.

Example

<style type="text/css">
h1 {color: red;}
</style>
 
L

Lorenzo Bolognini

- said:
"Lorenzo Bolognini" <[email protected]> wrote in message

I have no idea what the class you're looking for does, but this
example is better implemented with standard CSS.
<style type="text/css">
h1 {color: red;}
</style>

Say so to Microsoft for ASP.NET... in the meanwhile a guy was so kind to
post me the answer directly in my mailbox:

http://www.entrian.com/PyMeld/

That's what I was looking for ;-)

Lorenzo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,196
Messages
2,571,036
Members
47,631
Latest member
kukuh

Latest Threads

Top