Apr
4
2008
0

LAdy hAidEe on SellaBand

I have decided to support Lady Haidee on SellaBand.
It is a novel concept where new bands can tout for investment to press a CD.

You effectively buy shares in the album, and get royalties on future sales for two years.

Who knows, LAdy hAidEe may be the next big thing....

Give them a listen, you will not be disappointed.
Twitter Facebook Google Bookmarks FriendFeed Technorati LAdy hAidEe on SellaBand Bookmark LAdy hAidEe on SellaBand  at reddit.com Bookmark using any bookmark manager! Stumble It! Print this article! E-mail this story to a friend!
Mar
14
2008
0

Perl scripts with Cherokee Web server

After battling with Webalizer I realised that development stopped on this in 2002, so I looked at awstats.

Awstats relies on perl-cgi so I had to find a way of making this work with Cherokee.

After much trial and error I found the solution.

Apache using the following directive

ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"


To implement this in Cherokee I needed

Directory /awstats {
Handler cgi
DocumentRoot /usr/local/awstats/wwwroot/cgi-bin/
}


and then add the .pl extension support

Extension pl {
Handler cgi
}
Twitter Facebook Google Bookmarks FriendFeed Technorati Perl scripts with Cherokee Web server Bookmark Perl scripts with Cherokee Web server  at reddit.com Bookmark using any bookmark manager! Stumble It! Print this article! E-mail this story to a friend!
Mar
12
2008
0

logresolve for nslu2 improves webalizer output

I have been using webalizer to produce some statistics for my Cherokee web server running on the nslu2.

This is a great piece of software, but on the slug it did not have the dns lookup enabled. This means that I could only see the IP addresses of people hitting the site, but not the domain name.

I found logresolve, but struggled to compile it for unslung. After much trial and error the following settings worked in the Makefile

CFLAGS = -O2 -pipe -I/opt/include
DBMLIB = -L/opt/lib -lgdbm_compat -lgdbm
Twitter Facebook Google Bookmarks FriendFeed Technorati logresolve for nslu2 improves webalizer output Bookmark logresolve for nslu2 improves webalizer output  at reddit.com Bookmark using any bookmark manager! Stumble It! Print this article! E-mail this story to a friend!
Mar
5
2008
0

Vista Safari

I thought that I would give Safari 3.04 Beta a trial on Vista.

I have just tried Flock, but it had a few shortcomings and wouldn't allow me to login to one of my forums - although Firefox would. Considering Flock is essentially a reskinned Firefox, this was strange.

As my laptop can run in tablet mode, and Safari looked so good on the iTouch I wonder if it will work here ?

Step 1 - Install
Chose the option with QuickTime support to install.
I was surprised when I was asked if I wanted to install Bonjour - hell why not :-)
After only one prompt from UAC the install has completed.

Step 2 - Configuring Safari
Not a lot to say here really, all the default options seem sensible, although I would have preferred some skin options to get rid of the iTunes like brushed steel effect.

Step 3 - Using Safari
Well it launches quickly, and is working as I can edit this blog with it ;-)

Nice features
Bookmarks are neatly imported from IE and Firefox automatically.

There is an option to check spelling while typing - this is not on by default for some strange reason. At least, they have a spell check feature without using another add-in.

Conclusion
I like this and will try it as my default browser for a while.

:-)Cool resizing of input fields:-)
Maybe the text area youâ??re typing in is a bit too small to read. Or maybe you just have a lot to say. Either way, Safari lets you resize text areas on any website, just by grabbing the corner of the area. Resize and the web page reflows to make room.

Bonjour Discovery
Safari found my Firefly Media Server and all my Soundbridge devices :-O.
With a single click I can manage each device. How easy was that ?
Twitter Facebook Google Bookmarks FriendFeed Technorati Vista Safari Bookmark Vista Safari  at reddit.com Bookmark using any bookmark manager! Stumble It! Print this article! E-mail this story to a friend!
Feb
29
2008
0

Virgin Media peddles data to spyware company

Looks like my ISP has done a deal with Phorm to collect my browsing habits.

This is a another reason why I use OpenDNS - at least this way my ISP will not get their mucky paws on my requests. I suppose they log everything at router level, but I will limit my exposure.

They claim there will be an opt out - time will tell ;-)

Update 02-March-2008
BT and TalkTalk customers can opt here. Thankfully Virgin Media have yet to implement this.
Twitter Facebook Google Bookmarks FriendFeed Technorati Virgin Media peddles data to spyware company Bookmark Virgin Media peddles data to spyware company  at reddit.com Bookmark using any bookmark manager! Stumble It! Print this article! E-mail this story to a friend!