June 2005 - Stay N Alive

RSS Lives!

A lot of activity today! I have gotten rss working with HTML::Mason by converting the included template.rss into a format Mason can read. Then all that needs to be done is in autohandler, do something like this: $rss => ” % if (!$rss) {# print default autohandler html% }% else {% $r->content_type(“application/rdf+xml”); %% } Then […]

Read more...

KnowRichmond.com

For all Richmonders (VA) please check out http://www.knowrichmond.com. I’m looking for ideas and need all the help I can get to get content for the site. I’ll post the best ideas online once I have enough content.

Read more...

Catalyst

I’ve decided I’m going to begin porting Jeens over to Catalyst, based on Simon Cozen’s Maypole module. Perl is going to need to move to more of an MVC framework for it to stay up with the competition so I may as well help it out. I in some ways want to leave where Simon […]

Read more...