jump to navigation

NOTE: The spam filter is being unusually aggressive. If you comment does not immediately appear, it has simply been placed in moderation and I will approve it as quickly as possible. Thank you for your patience.

"Murphy was an optimist!"

Joys of home ownership September 9, 2010 8:04 pm

Posted by Doug McCaughan in : Daily Life, Family, House, Of Being Dad
, add a comment

Tonight, I am not a computer programmer. I am a washing machine repair man!

add a comment

Darkness September 9, 2010 10:07 am

Posted by Doug McCaughan in : Philosophy, Poetry
, add a comment

The Darkness came for me in the night
With the setting sun
The loss of light
The Darkness enveloped and consumed
No brightness, only gloom
The Darkness took from me my soul
I gave no fight
For I am too old
I should be relieved that it is gone
But in place of my heart
It left a gaping hole.

add a comment

From the mouths of babes September 9, 2010 7:40 am

Posted by Doug McCaughan in : Daily Life, Evan, Family, From the mouths of babes, Of Being Dad
, add a comment

Evan: If I waste the batteries, daddy can fix it.

add a comment

If… September 9, 2010 7:03 am

Posted by Doug McCaughan in : Daily Life
, add a comment

If you wake up on the couch and don’t remember why, you probably owe penance. Let the self-deprecation begin!

add a comment

State of me September 8, 2010 8:44 pm

Posted by Doug McCaughan in : Daily Life, Philosophy
, add a comment

i’m happy!

add a comment

Doug’s Mantras September 8, 2010 7:20 pm

Posted by Doug McCaughan in : Doug's Mantras, Philosophy
, add a comment

Just say yes!

add a comment

Doug’s Mantras September 8, 2010 6:29 pm

Posted by Doug McCaughan in : Doug's Mantras, Philosophy
, add a comment

Never start at the top.

add a comment

Doug’s Mantras September 8, 2010 6:26 pm

Posted by Doug McCaughan in : Doug's Mantras, Philosophy
, add a comment

Count to 10; Wait 24 hours.

With credit due to Chris Jepeway.

add a comment

Doug’s Mantras September 8, 2010 6:23 pm

Posted by Doug McCaughan in : Doug's Mantras, Philosophy
, add a comment

Just let it go.

add a comment

Doug’s Mantras September 8, 2010 6:21 pm

Posted by Doug McCaughan in : Doug's Mantras, Philosophy
, add a comment

Move forward.

add a comment

Gotta hand it to the Buddhists September 8, 2010 11:51 am

Posted by Doug McCaughan in : Religion / Spirituality, Touchy Subjects
, 1 comment so far

So I was doing this chanting thing that Jason Jarrett turned me onto. For the first time in 30 years, I was truly starting to feel contentment, happiness even, perhaps I’d go so far as to say joy, in all things. But the chanting felt a bit odd. I think my wife found it hokey and I believe it is important in marriage that the couple be eye to eye on religious and spiritual stuff. Plus as I looked into the practice of Buddhism more and read more about stuff revolving around the alter it began to feel a little like some of those things that I find distasteful about particular organized religions. I guess the biggest killer for me was not finding support for the Buddhism of Nichiren Daishonin in Knoxville. There’s a Buddhist temple on Dutchtown Road but they don’t speak English. The language barrier didn’t stop me from going as much as it being a different practice than what Jason Jarrett introduced me to. I dropped in on another place in Knoxville near Homberg Place which was a different practice than either Nichiren or the one on Dutchtown and they just looked at me like, "who’s the old guy?" Despite the sign that read "All welcome" I did not feel welcome. Apparently there is a Nichiren youth organization in Knoxville but I don’t really want the old guy experience again.

So I quit chanting. Then everything went to shit. Coincidence? Probably. There’s some karma crap to be considered too. I was working very hard at removing negativity in my life so the response karmicly speaking was an abundance of negativity was drawn to me. The happier I felt, the greater the onslaught of crap that seemed to be directed at me. There was some Murph stuff too. If you don’t know Murph, you’ll have to buy me a beer and I’ll tell you about him sometime. The flat tire yesterday was a Murph moment. I produced a deluge of negativity and in response I was punished with a flat tire. A wake up call of sorts.

So, I’ll continue listening to A Buddhist Podcast because it is truly one of the best produced podcasts I regularly enjoy. I may even keep chanting if for any reason, for my children. It is so nice when Evan or Amy spontaneously erupt in chant. I believe it is very good for them. But I think my experiment in Buddhism is a bust.

1 comment so far

Rubber and Rain September 8, 2010 7:18 am

Posted by Doug McCaughan in : Daily Life
, add a comment

Changing a tire in the rain. This ought to set the mood for the day. Actually the air feels great!

add a comment

jquery challenge of the day September 7, 2010 6:19 pm

Posted by Doug McCaughan in : CSS, Daily Life, JavaScript, jQuery, Programming, Technology
, 10comments

And now for something completely different…

Let’s say you have a table that could have infinite rows. The table has an id but none of the other elements (ie. we won’t be traversing by id). The column to the furthest right of the row has an anchor tag in the for of an <a href> There are no other anchors on that row. What I want to do is when the anchor tag is clicked, have the <a href> text in the row above the clicked on turn bold and only that <a href>. Sample table:

<table id="tbl">
   <thead>
      <tr>
         <th>col 1 label</th>
         <th>col 2 label</th>
      </tr>
   </thead>
   <tbody>
      <tr>
         <td>one</td>
         <td>sometext <a class="tt" href="#">link</a></td>
      </tr>
      <tr>
         <td>two</td>
         <td>moretext <a class="tt" href="#">link</a></td>
      </tr>
      <tr>
         <td>three</td>
         <td>differenttext <a class="tt" href="#">link</a></td>
      </tr>
      <tr>
         <td>four</td>
         <td>othertext <a class="tt" href="#">link</a></td>
      </tr>
   </tbody>
</table>

So, if I click the link in row three, I want the text "link" in row two to become bold. This is using jquery and traversing this is kicking me hard.

10comments

I have a crush on her September 7, 2010 10:11 am

Posted by Doug McCaughan in : Cathy, Love, Philosophy, Poetry
, add a comment

My love for Cathy is so large
That in trying to carry it
I find myself crushed.

add a comment

Stone me September 7, 2010 9:32 am

Posted by Doug McCaughan in : Philosophy, Poetry
, add a comment

I feel like I need medication
I need tranquilization.

add a comment