My wife met her best friend 31 years ago, in Grade 1. I met him 7 years ago, shortly after meeting my wife, and he quickly became my friend, too. Brent was first diagnosed with liver cancer 11 years ago. Yesterday his battle came to an end as he passed away in his sleep, at age 36.
Friday Five for today:
Oh, wait. That's the Jackson Five, not the Friday Five. D'oh!
Have a good weekend!
Deutsche Welle: German Bar Opens First Kindergarten for Men
Womenin Hamburg who want to shop without dragging along grumbling male partners can leave them at the nation's first kindergarten for men. This adult daycare center has plenty of amenities to keep the big boys occupied. [...] Women wanting a few hours of Saturday shopping in peace can drop off their partners at the "Männergarten," where for 10 Euros ($11.64), the men get a meal, two beers and an afternoon of boy's games, cards, conversation and sports on TV."The women are issued a receipt for their partners when they drop them off and can pick them up again when they return it to us later," said Alexander Stein, manager of the Nox bar and creator of the Männergarten.
Uhhh... could someone set one of these up in, say... FutureShop?
[link via Simian Design]
Wednesday Whatevers for today:
Friday Five for today:
Oh. If you wanted interesting stuff? You should have said so!
Sometimes I'm very glad I don't live in the "war on drugs"-obsessed USA.
Discipline Decided In Student Inhaler Incident
MONTGOMERY COUNTY, Texas -- A meeting was held Friday for a student accused of breaking school rules and state law by giving his girlfriend his inhaler when she had trouble breathing, News2Houston reported.Andra Ferguson and her boyfriend, Brandon Kivi, both 15, use the same type of asthma medicine, Albuterol Inhalation Aerosol.
Ferguson said she forgot to bring her medication to their school, Caney Creek High School, 16840 FM 2090, on Sept. 24. When she had trouble breathing, she went to the nurse's office.
Out of concern, Kivi let her use his inhaler.
But the school nurse said it was a violation of the district's no-tolerance drug policy, and reported Kivi to the campus police. He was suspended for three days and charged with delivering a dangerous drug. He faced expulsion and being sent to juvenile detention on juvenile drug charges.
On Friday, school officials decided to expel Kivi but not press criminal charges. They said it was an amicable agreement.
I do not believe in suing over every little thing, but if that were my son or daughter, I'd have the school district in court so fast, they wouldn't know what hit them.
Unbelievable.
From Snooze Button Dreams by way of Jennifer's History and Stuff
Anyone who has ever had to do tech support can identify with Laurence Simon's rather interesting description over at Amish Tech Support.
Those of you who have never suffered in Tech Support Hell should give thanks to your Deity(ies)/Supreme Being/GiantHead of choice.
The new MT-Blacklist Plugin has been installed and tested.
Initial testing worked well. Successfully blocked a comment containing an undesirable URL. Thank you, Jay. Thank you very much.
I have no idea of that newsgroup really exists. If not, it should. SquidBlog just received a flurry of 6 new comment spams. Complete with URLs to sites that, if the link text in the spam was accurate, provide viewing of content that is illegal in most civilized countries, and many uncivilized countries as well. I won't be more specific because I have no wish to attract hits from idiots who actively look for such content.
Arcterex has several entries concerning this: a rant, some solutions, and the new MT-Blacklist Plugin.
I removed the offending comments and added the spammers IPs to the Banned IP list. I shall install MT-Blacklist Plugin when I get home after work. These are the IPs currently in my banlist:
209.210.
61.181.5.84
213.206.5.89
Someone in the blogosphere has apparently posted this <expletive deleted>'s home contact information to their blog. I don't believe in doing that. YMMV.
Bill over at Bloviating Inanitites is celebrating his first Blogiversary. He wants everyone to link to him and lavish him with praise. And link to him. And tell him he's pretty, and funny, and crude and disgusting and a perverted numbskull and - er.. actually a fun guy.
He had to resort to sweet talk to get Michele of A Small Victory to link to him and say almost nice things about him. He practically begged Rachel Lucas to link to him. Amazingly, they did!
Again, Happy Blogiversary, Bill. Keep up the crappy good work!
Friday Five for today:
Michele over at A Small Victory is holding a Blogger Limerick Contest titled: Limerick Time: the Poetry Day Incestous Blogging Contest. It's an idea blatantly stolen from the BBC Magazine's Limerick Contest, as she felt the rules there weren't quite to her liking. The most important rule of Michele's contest is - you must mention a blogger or blog. You may not mention Michele in your limerick.
My contribution:
There is an odd blogger named Helpful
Whose sanity is somewhat doubtful
Bill Shatner's double, dude!
His writings so very crude
Yet often entertaining and mirthful
Hope you like it. Especially you, Mr. Helpful!
I know I'm not the most prolific blogger. Most of the time, I seem to be able to find something to write about at least 3 days a week, but lately, not so much. I don't know what it is, but I just can't seem to write anything. My visits and page views are down, and I've dropped back to Lowly Insect in the Ecosystem.
Part of the problem, I think, is that unlike some of my favorite bloggers, I self-censor. Michele at A Small Victory and Laurence Simon over at Amish Tech Support have no problem in this regard - if it bugs them, they blog about it. If it amuses them, they write about it. If it makes them proud, they rave about it. I can't seem to get past the "I can't say that publicly" bit, sometimes.
My blog is a hodgepodge of stuff - ranging from frivolous memes like Friday Five and This-or-That entries to rants about a variety of things. No politics, though. That brings in readers, but I just can't seem to write about politics.
I was going to try to make this a kind of techie blog, but that never materialized - I've got two entries on scripting: How to skin using Javascript, a tutorial on adding skins to your blog without having to use php, and More is Less, a tutorial on using Javascript to hide and unhide portions of your blog. Two entries. Two entries does not a techie journal make.
Ah, well. I shall keep blogging, and you, my FiveFaithfulFollowers (you know who you are) will keep reading, and maybe, just maybe, I'll be able to "kick it up a notch" (oh, no! I hate that guy! how'd he get into my blog?!?) and make things interesting enough to attract a few more of FaithfulFollowers. And if not? *shrug* Life will go on.
Oh yes, I almost forgot: <beg>put me in your blogroll and Join the Ecosystem, and help me claw my way back up to Slimy Mollusc!</beg>
Another Script Entry is long overdue. It is time to show you how to hide and show bits of stuff on your blog pages, using only Javascript. You know - "Show comments here", or "more", for an extended entry.
Other bloggers use php to accomplish this, but if you don't have access to php, or if you don't want to learn php, then you can do it with just Javascript. Strictly speaking, if you can use php or some other server-side scripting language, it is probably better, because if you get lots of comments, your index or archive pages can become quite large using the Javascript method, because *all* of your comments for all entries are on the page, you just can't see them unless you open them. With php, you can prevent them from being sent to the browser at all, until you request them.
Much of the code is adapted from php code found at ScriptyGoddess. If you have php, and want to use it, go there for loads of php Scripty Goodness!
Please note, this is a loooong entry:
First, you need the javascript routine to show and hide. Rightclick and download blogtricks.js and copy it to your server. Please do not connect to the copy on our server, as this will strain our bandwidth, and is a serious breach of etiquette. In your header block, insert this line:
<script src="http://yourserver/path/blogtricks.js" type="text/javascript"></script>
To show extended entries in your blog, replace your <MTEntryIfExtended></MTEntryIfExtended> pair with:
<MTEntryIfExtended>
<span class="extended">
<span id="click<MTEntryID>"><a href="#jsenabled=no"
onclick="showMoreAnything(<MTEntryID>,'#?jsenabled=no');return false;">
<b>more...</b><!-- replace this with whatever text you want -->
</a><br /></span>
<div id="hide<MTEntryID>" style="display: none" >
<$MTEntryMore$><!-- this is the actual extended entry -->
<a href="#" onclick="showMoreAnything(<MTEntryID>,0);return false;">
<b>less...</b><!-- replace this with whatever text you want -->
</a><br />
</div>
<br />
</span>
</MTEntryIfExtended>
The <MTEntryIfExtended> tag is important. If you don't put this around this code, then you'll have "more" and "less" controls even on entries that do not have extended entries.
If you don't use Movable Type, simply replace the Movable Type tags with the appropriate tags for your content management system.
To show your comments on the page, the code is as follows:
<MTEntryIfAllowComments>
| <a href="<$MTCGIPath$>mt-comments.cgi?entry_id=<$MTEntryID$>" onclick="OpenComments(this.href); return false">Comments (<$MTEntryCommentCount$>)</a><br />
<MTEntryIfComments><span id="click<MTEntryID>.1"><a href="#jsenabled=no" onclick="showMoreAnything(<MTEntryID>.1,'#?jsenabled=no');return false;">
<script type="text/javascript">
<!--
// this prevents a link for opening, if there are no comments
if (<$MTEntryCommentCount$> > 0) {
document.write("<b>Show comments here...</b>"); //replace with appropriate text for you
}
//-->
</script></a><br />
</span><div id="hide<MTEntryID>.1" style="display: none" >
<!-- ********* start of actual comment display ********* -->
<MTComments>
<div class="comments-body">
<$MTCommentBody$>
<span class="comments-post">Posted by <$MTCommentAuthorLink spam_protect="1"$> at <$MTCommentDate$></span>
</div>
</MTComments>
<!-- ********* end of actual comment display ********* --><a href="#" onclick="showMoreAnything(<MTEntryID>.1,0);return false;">
<b>Hide comments...</b> <!-- replace with appropriate text -->
</a><br />
</div>
<br></MTEntryIfComments>
</MTEntryIfAllowComments>
<span id="clickArchives">
<div class="sidetitle">
Archives <a href="#jsenabled=no" onclick="showMoreAnything('Archives','#?jsenabled=no');return false;"><b>(show)</b></a></div>
</span>
<div id="hideArchives" style="display: none" >
<div class="sidetitle">
Archives <a href="#" onclick="showMoreAnything('Archives',0);return false;"><b>(hide)</b></a>
</div>
<div class="side">
<MTArchiveList archive_type="Monthly">
<a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a><br />
</MTArchiveList>
</div>
</div>
NOTE: whenever you play around, save your old code before embarking on significant change. You can always put back your old (working) code if you need to.
As always, please let me know if this is helpful, and if you have problems, feel free to ask, either in comments or by emailing me at squiddy AT programmer DOT net.
And please, ping my trackback, or leave a comment if you use this!
Have fun!
Friday Five for today:
I am sorry to hear about the loss of your wife's best friend.
Posted by Nicole at October 27, 2003 08:40 PM