
|
|
|
New visitors should click About VDD before proceeding. Returnees may appreciate What's New. The webmaster's periodic rambling remarks will be found at News & Views. The Privacy Policy may offer comfort and the eBay icon leads to a list of items that your host is currently offering for auction. The following selection of curious and forgotten byways is for those with a compelling appetite for insignificata. |
|
The Katzenjammer Kids There's also a special page for Harold Knerr, who drew the little hellions for 35 years. |
|
The KOOL
Penguin If you prefer, you may proceed directly to the KOOL penguin collectibles page. |
|
Mistinguett Her humble fan presents an illustrated survey of her career and recordings for your edification. |
|
Carl
Barks |
|
Svend
Asmussen Updated April 16 You don't think of the violin as a jazz instrument? Well, think again. Another truly exceptional performer who should be better known. |
|
Tim
Moore |
|
Western
Swing |
|
The Western Swing page also has links to special pages for the wonderful Adolph Hofner and the eccentric Bob Skyles and His Skyrockets. |
|
Hazel Court Updated April 16 Also, featured in the cult classic "Devil Girl From Mars," although not as the title villain, Miss Court brought a certain regal bearing to every role she played. Miss Court passed away April 15, 2008, at the age of 82. |
|
Rhythm & Blues
Revues |
|
European Jazz and Close
Harmony Vocal Groups |
|
The "Pie Girl"
Dinner Retired April 2003 You probably missed it then and, I regret to say, you have also missed the account that once resided at this site. The dining room is vacant and the guests have all departed. |
|
Sally Rand |
|
WLAC Radio
One of the ways he did so was to close the door to his room and, with a clandestine tuning of the radio dial to 1510, enter the wonderful late-night world of WLAC from Nashville, Tennessee. |
|
The Blue Flames Still, I'm thinking there might be someone out there that knows who these guys were. Are you that person? |
Here ends the menu to the primary byways of the Popular Culture Excavation Site. For capsule treatments of an additional group of subjects, each also worthy of broader exposure, you may proceed to the selected short subjects page. As for this page, please keep scrolling, there are still a few odds and ends to come. Most of the subjects featured herein also exist in the form of rare collectibles. Where can one find an autographed picture of Sally Rand, a Katzenjammer Kids comic book, or a KOOL penguin salt shaker? The answer is -- the eBay auctions! Click the eBay icon and become a registered member today. Yes, it's free, but please don't bid against "Otto." Hey guys, that's me!
If you've come this far, we may be kindred spirits. Why not proceed to a list of favorite movies, recordings and books. RETRO Online Magazine
If the various sections of this site are of interest, you may also enjoy my contributions to RETRO, the online "Magazine of Classic 20th Century Popular Culture." RETRO spotlights "Anything that was ever cool." Now in it's 7th year, this remarkable zine has been widely recognized as one of the most thoughtful and well designed sites on the Web.
Still with me? Perhaps you are one of those magical souls who would like to make a modest donation to support my efforts. If so, simply click on the Pay Pal image and fill in the pertinent information that will appear on the next screen. Your generosity will be greatly appreciated. If you would prefer to save some time and money and also support my efforts in the process, please consider shopping for your books, CDs, and videos from one of the trusty Internet vendors set forth below. Bookmark the site when you get there or make it one of your favorite places. Yes, there is a small kickback to yours truly that will help defray the expense of my upgrade to the "large" buttered popcorn.
Many of the books, videos, and recordings mentioned throughout this site can be purchased from the Internet's leading retailer -- Amazon.com. I invite you to click on the Amazon.com image and shop with them directly from this page. Prefer not to pay full price? I've got you covered there too. It's time to discover "Half.com." Click the icon and become a registered member today. Yes, it's free and, believe me, they've got books, CDs, and bargains galore. I've bought and sold quite a few items in the eBay auctions, where I'm known as Otto. Check out the "must have" items I'm trying to unload this week and take advantage of me during a weak moment.
"Vot Der Dumboozle?" springs from the private sea and is maintained by your friendly webmaster, laboring away somewhere in the backwoods of north Florida. Leaving? Take a moment to contemplate the best advice you will ever get. Recognized as One of the World's Home Pages
This site answered the question "What's Cool?" according to the Netscape
Guide to Cool Web Sites for the week of October 20,
1997. So why hasn't AOL offered a few million to buy me?
This site was designated as "Cool Page of the Day" at
GeoCities on August 26, 1997.
One of only three sites to receive the "Lunar Award" for November 1997, indicative
of being among the "cream of the crop" at GeoCities.
Further stroking of your humble scribe's ego may be found on the Vot Der Dumboozle? Recognition Page. |
|
What kind of a day is it? A day like all days, filled with the events that alter and illuminate our times. And you ... are here. |
|
During the first five years of its existence, more than 100,000 gentle souls visited the Popular Culture Excavation Site. On May 18, 2002, the 5th anniversary of its creation, hosting of the site was transferred from Yahoo/GeoCities to an independent server. You are the most recent of the #!/usr/local/bin/perl5
use GD;
alarm(600);
# cgi-bin access counter program
# Version 4.0.7
#
# Copyright (C) 1995 George Burgyan
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# A full copy of the GNU General Public License can be retrieved from
# http://www.webtools.org/counter/copying.html
#
# gburgyan@webtools.org
#
# George Burgyan
# 1380 Dill Road
# South Euclid, OH 44121
#
# For more information look at http://www.webtools.org/counter/
########################################################################
#
# CHANGE THESE TO SUIT YOUR SITE
#
# The default language option (english, french, swedish)
$default_lang = "english";
# The name of the file to use. You should probably give this an absolute path
$FileName = "$ENV{'DOCUMENT_ROOT'}/counter/access_count";
# Replace with a list of regular expression IP addresses that we
# are supposed to ignore. If you don't know what this means, just use
# "\." instead of periods. Comment out entirely to ignore nothing.
#@IgnoreIP = ("199\.18\.203\..*",
# "199\.18\.159\.1",
# );
# Aliases: Set this up so that diffent pages will all yield the same
# count. For instance, if you have a link like "index.html -> home.html"
# set it up like ("/index.html", "/home.html"). Make sure you give a full
# path to it. This will treat "/index.html" as if it were "/home.html".
%Aliases = ("/fakename.html", "/realname.html",
"/index.html", "/home.html",
);
# AUTOMATICALLY SET BY INSTALL!! Modify only if necessary!!!
#
# BaseName: set to whatever you have counter installed as. This is
# used to derive the arguments. No not touch the next comment.
### AUTOMAGIC ###
$BaseName = "counter";
# counter or counterbanner or counterfiglet
#
# Outputs the number of times a specific page has been accessed.
# The output depends on which page 'called' it, and what the program
# is named:
#
# The counter can "take arguments" via its name. That is, if you tack
# -arg to the end of the program name, -arg is taken to be an argument.
# For example, if you call the counter 'counter-ord', '-ord' is considered
# an argument, and an ordinal count (1st, 2nd, 3rd, ...) will be printed
# instead of (1, 2, 3, ...). Note that counterord does the same thing as
# counter-ord for backward compatibility.
#
# Currently recognized arguments:
#
# -f=font sets "font" to be the font for figlet
# -lang=lang sets the language used to ordinalize to "lang"
# -nc no count; don't to write the incremented count back to the file
# -nl no link; don't automatically generate a link
# -nd no display; don't display anything, just count
# -ord make an ordinal count instead of regular
# -doc=document override the DOCUMENT_URI environment variable
#
# Example: counterfiglet-ord-f=bigfont-nc
#
# This will cause the counter to call figlet as the output routine, printing
# in a big font an ordinal count, without updating the access count file.
# Note that the order of arguments is irrelevant so long as you spell the
# file name correctly. It is generally assumed that the ability to take
# different arguments/use different output routines is done with symlinks:
# i.e. ln -s counter counterfiglet-ord-f=bigfont-nc
#
# More complete documentation can be found at
# http://www.webtools.org/counter/
#
########################################################################
#
# Thing that shouldn't really need changing, but are configurable anyway.
#
# Maximum number of times to try to lock the file.
# Each try is .1 second. Try for 1 second.
$MaxTries = 10;
# Set this to point to something, or comment it out, and it
# won't be a link at all.
# $Link = "http://www.webtools.org/counter/";
# Whether or not to use locking. If perl complains that flock is not
# defined, change this to 0. Not *really* necessary because we check
# to make sure it works properly.
$UseLocking = 0;
# What version of the counter file format are we using?
$FileVersion = "02.000";
# Common names of the counter to install...
@CommonExtensions = ("-ord", # Ordinam
"figlet", # Figlet'ed
"figlet-ord",# Ordinal figlet
"banner", # Bannered
"banner-ord",# Ordinal banner
);
#
#########################################################################
#
# Misc documents to refer people to in case of errors.
#
$CreateFile = "[Error Creating Counter File -- Click for more info]";
$AccessRights = "[Error Opening Counter File -- Click for more info]";
$TimeoutLock = "[Timeout locking counter file]";
$BadVersion = "[Version access_count newer than this program. Please upgrade.]";
#########################################################################
#
# The actual program!
### Stage 1
###
### Parse the arguments... (just ignore this part)
# Get arguments from program name. Argh...what a horrible way to do it!
$prog = $0;
$prog =~ s/(\.cgi|\.pl)//; #strip .cgi|.pl name extension
$prog =~ s!^(.*/)!!; # separate program name
$prog =~ s/\\(.)/sprintf("%%%02x", ord($1))/ge; # quote \c to %xx
($printer, @args) = split(/-/, $prog); # args are separated by dashes
$printer =~ s/%(..)/pack("c", hex($1))/ge; # unquote printer function name
$printer =~ s/$BaseName/counter/; # Make it cannonical.
# This gets path info, which is only applicable if you are using our
# ssis script (see above). This makes counter/ord the same as counter-ord
push(@args, split("/", $ENV{"PATH_INFO"})) if $ENV{"PATH_INFO"};
# put them in assoc array %arg
foreach (@args) # means do this for each element in the array
{
s/%(..)/pack("c", hex($1))/ge; # unquote %xx
/^([^=]*)=?(.*)$/; # extract "=" part, if any
$arg{$1} = $2 ? $2 : 1;
}
if ($ARGV[0] eq '-install') {
&CheckPerl;
&SetBaseName;
&MakeCommon(0);
exit(0);
}
if ($ARGV[0] eq '-installforce') {
&CheckPerl;
&SetBaseName;
&MakeCommon(1);
exit(0);
}
if ($ARGV[0] eq '-unlock') {
open(FILE,"$FileName");
&UnlockFile(FILE);
exit(0);
}
undef $Link if $arg{'nl'}; # make link?
### Stage 2
###
### Print out the header
# Print out the header
print "Content-type: text/html\n\n";
#print "Debug 1: $ConfName |
This page created and maintained by Jim Lowe© 1997 to 2008 by James R. Lowe, who reserves all rights to the content of this page not successfully claimed by others. Images of the Katzenjammer Kids are used by permission of King Features Syndicate, Inc. "Katzenjammer Kids" is a registered trademark of The Hearst Corporation and is used by permission. Subpoenas should be directed to the law firm of Hudson, Futz and Mudsen.
