Philosophical Python

Having spent a lot of time in the Perl world and even trying to write a Perl poem here and there, I decided to give some Python poetry a try. It turned out to be a bit more philosophical than poetic. But it compiles and that’s what counts; even though it doesn’t do anything useful (or anything at all).
Read the rest of this entry »

Sortfix Or A Next Generation Search Tool

Although SortFix has been around for a while, I hadn’t heard of it until recently. I also didn’t really have a reason to give it a try because the vast majority of my Google searches were providing me with the results I was looking for.

The idea here is that you can do a normal search for something and then you will be presented with a screen that will allow you to narrow down your search using a graphical user interface (GUI). This will produce a search similar to something that a power searcher would do in Google. After doing this a few times, it becomes fairly evident how its done and one could start “power searching” on their own.
Read the rest of this entry »

Posted in SEO. Tags: . Comments

Social Search’s Effect on SEO

There always seems to be something affecting your SEO rankings. Most recently, people have had issues with personalized search. Another kink in the chain may be social search.

The first thing is that Social Search can’t replace Hyptertext search (such as Google/Yahoo!/Bing/etc). Social search has 3 inherent drawbacks, time to receive information, credibility of the source, and subject/objectivity. Technically subjectivity is an issue with hypertext searches as well, but since the information is considered more permanent, people tend to be a little less opinionated and a little more objective (if the information is factual).
Read the rest of this entry »

Posted in SEO. Tags: . Comments

Model Specific Formatted Search Results Using Thinking Sphinx

Having recently implemented Thinking Sphinx on one of my web sites, I thought it would be cool to be able to search every indexed model. With Thinking Sphinx, it’s easy to have a bunch of different classes returned in the results. The tougher part is displaying them in a way that is organized (although admittedly not very DRY).
Read the rest of this entry »