Comments (1 Comment) | Send a Comment

  1. I agree with what you’re saying about Google. I’m a newbie blogger (started about 4 months ago) and had built my blog to a page rank of 3. However, I just switched from Blogger to a hosted site using Wordpress so in essence, I’m starting over. I now have a page rank of 0. Was I sad to leave behind a PR 3? Sure, but I’m less interested in that than in providing good content to my readers. Good post.

Send Comment



    $('#feature2').cycle({
        fx:     'scrollRight', 
        timeout: 8000,
        delay:  -4000 
    });
    $('#feature1').cycle({
        fx:    'scrollDown',
        timeout: 8000, 
   		delay: -4000 
    });
    $('#latest').cycle({
        fx:    'scrollDown',
        timeout: 3000, 
   		delay: -1000 
    });
    $('#leading').cycle({
        fx:    'fade',
        timeout: 6000, 
   		delay: -4000 
    });
    $('#large_banner').cycle({
        fx:    'scrollDown',
        timeout: 6000, 
        delay:  -4000 
    });
    $('#long_banner').cycle({
        fx:     'turnRight',
        timeout: 8000, 
        delay:  -8000 
    });