• Subscribe To My Podcast
    Subscribe To My Podcast with iTunes
  • GPEN
  • Save the Net Now
  • REFORM THE MEDIA: www.freepress.net
  • Categories

  • Dates to Remember

  • May. 25 - Free For All Friday (7 days)
  • May. 28 - Memorial Day (10 days)
  • May. 31 - Sheryl's Birthday (13 days)
  • Jun. 2 - Donna's Birthday (15 days)
  • Jun. 3 - Alicia's Birthday (16 days)
  • Jun. 14 - Flag Day (27 days)
  • Jun. 17 - Father's Day (30 days)
  • Jun. 22 - Mom's Birthday (35 days)
  • Jul. 4 - Independence Day (47 days)
  • Aug. 8 - Bob & Eunsook Anniversary (82 days)
  • Archives:


  • May 2012
    S M T W T F S
    « May    
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  
  • Category Cloud

  • Meta:

  • Simpsons Quote

  • All right, brain. You dont like me and I dont like you, but lets just do this and I can get back to killing you with beer.
    quote image Homer
  • WXPN is my favorite radio station

  • Someone once said

  • If you want a place in the sun, you have to put up with a few blisters.
    quote image Abigail Van Buren

Local Weather

Thursday, May 17
Fair
Currently: 60˚F
Feels Like: 60˚ F
Hi: N/A˚, Lo: 50˚
Wind: 5, Gust: N/A MPH
Wind Direction: NW (320)
Fair

Tonight: 50˚
Sunset: 8:12 PM
Moon Phase: Waning Crescent
Clear

weather feed courtesy of weather.com - thanks!

My Latest Tweets



My Idea WhyNotBobStoreDotNet

Causes I Support

  • ACLU
  • Greenpeace
  • MoveOn.org
  • Democratice Congressional Campaign Committee
  • MomsRising
  • TruMajority
  • emPivot
  • Food & Water Watch
  • The Wilderness Society
  • Working America
  • Mental Health America
  • Health Care for America NOW
  • The Pennsylvania Waiting List Campaign
  • Ocean Conservancy
  • WHYY
  • WXPN
  • Food for the Poor
  • The RTI Action Network
  • Capital Insider
  • Autism
  • The Sierra Club
  • World Wildlife Fund
  • ASPCA
  • PETA
  • National Parks Conservation Association
    • GWB once said:

    • We look forward to analyzing and working with legislation that will make -- it would hope -- put a free press's mind at ease that you're not being denied information you shouldn't see.
      quote image George W. Bush

    Recent WordPress issues

    May 27th, 2008


    I experienced not being able to login to 2 of my blogs last week. I could view all the posts and access everything outside of the admin. I then checked another blog in a subdomain and I was able to gain access to the admin area. Strange! I hadn’t changed anything. I did upgrade one site to 2.5.1 but the other site was still on 2.3.3.

    Then I decided to look at error logs for clues. I saw errors but they have been there for several months. What could have happened. Was I hacked? No. All the files were intact.

    So then I decided to compare the files on the site that was working with the site that was not. I found the culprit. It was an htaccess file in the wp-admin folder. Apparently, something changed on the host server that did not require this any more. Once I deleted it, I was fine.

    minishowcase update

    January 8th, 2008


    I started working on 2 updates to this gallery script. I wanted to be able to add a new image to new galleries that are uploaded. And I wanted to expand my captions mod to include the default image viewing. This is taking me longer than I expected. The js I tried didn’t work in FF but did in IE. I them found a cross platform js script called sarissa which I will try. I still need to add some way of getting the date modified on the gallery folder so that I can determine when to show the NEW image.

    The files I’m modifying are:
    ajax.functions.js
    ajax.init.js
    ajax.gateway.php
    gallery.css

    W3C compliant

    October 8th, 2006


    I wanted to make my forum be W3C compliant and pass the HTML validation. I found 2 problems that I corrected. One was with my Flashclocks extension for Vanilla. I was using the embed tag to show an swf file. This was not valid and I replaced it with the object tag. The code for embedding should be:

    [object type="application/x-shockwave-flash" data="extensions/flashclocks/clock_large.swf" width="165" height="165"]
    [param name="movie" value="extensions/flashclocks/clock_large.swf"]
    [img src="extensions/flashclocks/clock_large.swf" width="165" height="165" alt="flashclock"/]
    [/param]
    [/object]

    Note: replace [ and ] with < and >.

    I also found that the Announcement extension was not valid because the style tag needed to have type=”text/css” added.

    Getting caught up

    September 9th, 2006


    It’s seems that whatever I do, I put myself further behind in many other things. I seem to have been somewhat preoccupied with helping others on the support forums that I have ignored what I need to do. This is a common occurrence for all of us. There just isn’t enough time to do everything. You really have to set your priorities.

    I’ve tried to help someone recently integrate the Vanilla forum into WP. It was (and is) quite a learning experience. There have been instructions by others which I tried to follow, but didn’t work. As it turned out, the person I was trying to help actually figured it out. That sometimes happens to me, too. I ask a support question and when I don’t get any help or get help that doesn’t work (for me), it makes me think harder and in different ways. I have solved problems many times and I’m happy that others have done this, too. I hope to try these new steps and see what happens.

    As an aside, I have noticed that there are very knowledgeable people who manage the support forums. They could easily (in a lot of cases) answer the users questions. But if they did, the user wouldn’t learn. Managing a support forum appears to be an art and not a science. In some cases, you have to give someone explicit instructions. In other cases, simple clues will help them solve the problem. And in other cases, no response will help the user think harder to look for the solution. Managing a support forum is like teaching. You have to learn who your students are in order to adapt your teaching to their learning styles.

    There are 2 solutions as I see it: complete integration with the two and just a look theme-wise for Vanilla to match the WordPress theme. I was trying to go for the theme look and did succeed by doing an iframe in a WP page and create a page template. That really seems to work for me and my type of blog. The other person wanted complete integration with users and passwords and stuff. He wanted the forum to also display in the WP content area. For their scenario, that was the proper solution. I just want to learn so that I can possibly help another at another time. Here is their site, if you want to chek it out.

    Vanilla extensions

    August 30th, 2006 (Last modified: 9/4/2006 @ 9:34 am UTC)


    I thought I would write now since I just uploaded my second extension for the Vanilla forum software. Both extensions were ported from WP plugins: wp_dash-flash-clocks and weighted words. I ported the weighted words plugin back in July creating the WeightedWords extension. I just completed the flashclocks extension tonight. Having contacted both plugin authors for permission to do this, I found that both had used others scripts or flash objects in the making of their plugins.

    I also ported the Prolific plugin as a Vanilla extension recently in my experimentation for increasing performance of the WeightedWords extension, but have not distributed this yet to the Vanilla community. It counts the number of words used in posts and display the number. Now, in the Vanilla world, it counts the number of words in the comments and discussion items. What I liked about this plugin was that it only updated a text file with the count when a new post was added. It took me a little while to figure out how to do this in Vanilla, but finally did. I hope to use this technique when I create the next version of WeightedWords to alleviate any performance issues there are with the keyword list now being generated any time the page is refreshed.


    Daily Ray of Hope

    Screens And Old Wood

    Screens And Old Wood, by glaciergirl in Sierra Club's Daily Ray of Hope

    Cumulus