Archive for July, 2009
Eureka
Posted by mcgelligot in Uncategorized on July 20, 2009
Serendipity again comes into play. I no sooner write an article about Archimedes than I am sent this fun political limerick by Bob Duplantier:
EUREKA!
When I got an idea that was big,
A round bulb would light over my wig,
But now incandescents
Are replaced by fluorescents
And it looks like the tail of a pig.
Actually, I don’t believe in serendipity, I think we simply process so much randon info every day that we are bound to run into coincidences. Still, it does make all this reading enjoyable to once in a while try to “connect the dots”. Which reminds me, a long time ago I wrote a movie review of A Beautiful Mind. It was on ostensibly the same subject. What a coincidence!
To Follow or Not to Follow
Posted by mcgelligot in Uncategorized on July 18, 2009
I never know whether to allow links to be followed or to use the Google inspired rel=”no follow” attribute to the anchor tags to links outside my websites.
My instinct is not to use nofollow for anything because I think we should give credit where credit is due. If I am quoting someone, it is legitimate to give them a link. However, letting link juice ooze from a webpage can have serious repercussions according to some in the internet marketing world. The selfish people like Wikipedia don’t allow any of their so-called link popularity flow from the site. This is, of course, ostensibly to discourage spammers, but it also hurts sites that deserve to be linked to as well.
The fact of the matter is, those who use rel=”nofollow” are thought to rank better in search engines, and after all is it not more readers that we are really after?
Well, on my own site I have come up with a way to deal with my mood swings. If on any given day I have got it so that I can change external links from one to the other. I merely have to upload a litte file in my utilities folder. I use SSI and this little scrap of code is placed in all my external links: <a href=”http://www.freerepublic.com/focus/f-news/571498/posts” target=”_blank” <!–#include virtual=”../util/nofollow.php” –>>Free Republic Report on U.S. Participation in Cavalry Attack</a>.
Notice the virtual include. If the file is empty then do follow, if not don’t follow.
Now I can freely exercize my Dr Jeckyl and Mr. Hyde paranoia and change it back and forth on a daily basis!