Categories
HTML

Should have posted this earlier

I can’t count the number of times that the show DIV bookmarklet has been needed and I had to run down a working version. So to save myself in the future show divs.

Categories
HTML

Should have posted this earlier

I can’t count the number of times that the show DIV bookmarklet has been needed and I had to run down a working version. So to save myself in the future show divs.

Categories
Uncategorized

Google Problems

Google_Error.JPG

Looks like Google is having some problems.

Categories
Uncategorized

Google Problems

Google_Error.JPG

Looks like Google is having some problems.

Categories
Apache HTML Perl Weblogging

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.

Categories
Apache HTML Perl Weblogging

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.