Archive for June, 2006

Can’t delete .html from trash

Thursday, June 29th, 2006

I’ve been hearing around the place that a number of people can’t delete .html files from their trashcan with the OS X 10.4.7 update

If you are experiencing this problem, then open up the terminal and type cd .trash to be taken to the trashcan folder. You can then use rm $filename to remove the offending file or rm -R $folder name to remove a folder. If you experience any problems doing this then use the sudo command before trying the aforementioned fix.

Be warned it probably won’t ask you if you are sure you want to delete the files, so get it right..

Digg This

Google errors

Saturday, June 24th, 2006

Many people have been getting the following error with Google queries all over the place:

We’re sorry… but your query looks similar to automated requests from a computer virus or spyware application. To protect our users, we can’t process your request right now. We’ll restore your access as quickly as possible, so try again soon.

(more…)

RSS Alerter

Wednesday, June 21st, 2006

Since 4 Wise Monkeys has been getting so much media attention I have decided to finally start finishing off my RSS Alerter.

This program will watch the Codingo and 4 Wise Monkeys RSS feeds and display a Gmail Notify like alert whenever a new entry has been made. Alternatively, you can choose to have Windows Messaging like alerts shown (see the screenshot below).

I have only allowed this to notify you of Codingo and 4 Wise Monkeys streams presently, but I will have a final version available soon that will let you add any RSS feed you like!

You can download this program by clicking here.
You can the source code for RSS Alerter by clicking here.

(more…)