« April 2005 | Main | June 2005 »

May 27, 2005

A web crawler written in Python

http://www.newton.cx/~peter/software/crawler.py

Posted by pj at 01:20 PM

Example of how to go from Unicode to HTML

Unicode to HTML - tiddly-pom.com

Posted by pj at 12:54 PM

Information about the Python urlparse module

The urlparse module ::: The Standard Python Library (2005) ::: www.effbot.org

Posted by pj at 12:46 PM

More information about Python HTMLTidy wrappers

XML.com: Wrestling HTML

Posted by pj at 12:03 PM

A Python based HTML parser which handles tag soup and does tidying automaticamente

Beautiful Soup: We called him Tortoise because he taught us.

Posted by pj at 11:59 AM

Python based RSS and Atom feed parser

SourceForge.net: Project Info - Universal Feed Parser

Posted by pj at 11:54 AM

May 26, 2005

Rare urllib2 example for handling response codes

ASPN : Python Cookbook : urllib2 for actions depending on http response codes

Posted by pj at 12:11 PM

May 23, 2005

Handling Unicode encoding in XML with Python

XML.com: Unicode Secrets

Posted by pj at 10:02 PM

May 12, 2005

XML declaration and CSS support in IE

I found out today that I can set the DOCTYPE for XHTML 1.0 and everything seems to work OK in IE as far as our CSS goes.

If I include the XML declaration at the top of the document thus however:

<?xml version="1.0"?>

Then styles start breaking all over the place in IE 5.0.

Posted by pj at 05:08 PM