Archive for August, 2007

New PHP5-based Framework Project, PHP5 and Lack of Namespace Support, Among Other Things…

Monday, August 13th, 2007

I have been spending way too much time programming with Python and Django. I was looking for something like Django but written for PHP5. I needed a way to go forward with my PHP-based projects since PHP4 will no longer receive updates next year.

(more…)

Excluding Nuisance Sites From Google Search Results

Monday, August 13th, 2007

Well, I finally went on with it and did it. I got fed up with getting search results from nuisance sites. I’ve always wanted to somehow be able to conveniently select sites that will be excluded in my Google search results. Of course, there’s the -site: option but typing in those nuisance sites can be a nuisance in itself.

Like any good mouse potato out there, I would rather let other people do stuff for me as much as possible :) I searched for Firefox extensions but none of them seems to do what I want. I found a good one called, CustomizeGoogle. It has a lot of user-configurable features, but it’s a bit too much for me. All I needed was a convenient way of specifying -site: for some selected sites that I find annoying.

So here it is:

Minus Sites Screenshot

That is not a mock-up. That is the result of a Greasemonkey User script that I’ve just written. It’s my first stab at Greasemonkey. Counting the time to RTFM about Greasemonkey as well as tweaking it to make sure it looks good, it took me about 4 hours to finally nail it down.

More about it here: Minus Sites