Don’t agree but gotta love the attitude.
Category: Perl
Simple CMS
Perls of wisdom in a sea of site mismanagement
What sort of tools does Berk have in mind? Perl scripts, for instance. A tiny technical team armed with Perl scripts and an Oracle database ran the first sites he worked on back in the mid-1990s. Berk recalls his fascination as he saw larger and larger teams implementing more and more complex platforms in the late 1990s and early 2000s to achieve essentially the same result.
Sounds about right.
Perl Advent Calendar
Another year, another The 2003 Perl Advent Calendar
CPAN April Fooled
For those of you that will get it, run your browser over to CPAN. Much haliarity ensues for the Perl geeks out there.
CPAN April Fooled
For those of you that will get it, run your browser over to CPAN. Much haliarity ensues for the Perl geeks out there.
ModRewrite + Blosxom
Go from http://fozbaca.org/blagg/blosxom.cgi/ to http://fozbaca.org/blagg/
RewriteEngine on RewriteRule ^$ blosxom.cgi RewriteRule !^blosxom\.cgi - [C] RewriteRule (.*) blosxom.cgi/$1
mod_rewrite magic on the blosxom list.
ModRewrite + Blosxom
Go from http://fozbaca.org/blagg/blosxom.cgi/ to http://fozbaca.org/blagg/
RewriteEngine on RewriteRule ^$ blosxom.cgi RewriteRule !^blosxom\.cgi - [C] RewriteRule (.*) blosxom.cgi/$1
mod_rewrite magic on the blosxom list.
Camel POOP
A nice Perl OOP intro article, Camel POOP: Object Oriented Programming in Perl, over on evolt.
Camel POOP
A nice Perl OOP intro article, Camel POOP: Object Oriented Programming in Perl, over on evolt.
RSS in your MovableType
mt-rssfeed v1.0, is a MovableType plugin that provides a series of tags for retrieving an RSS feed and inserting it into a MovableType template.
A nice MovableType plugin that I don’t have a use for yet.