Archive for the ‘Site’ Category

Spotifiy Weekly Pick 7

Sunday, November 22nd, 2009

I want to be the girl with the most cake, its true:

Hole - Live Through This

Hole - Live Through This

Live though this is a pritty intresting album and often overlooked in favour of Celebrity Skin worth a listen if your in the mood for some mid 90s grunge.

Spotifiy Weekly Pick 6

Sunday, October 25th, 2009

When your on the wrong side of 25 and theres washing up to be done you can count on NFG to remind you what it was like to be 18 again and washing up was somthing your mum did.

New Found Glory - New Found Glory

New Found Glory - New Found Glory

Spotifiy Weekly Pick 5

Thursday, October 15th, 2009

Bit hetic these last few weeks but this weeks pic will surley brighten your day. Great album for some pop punk lovleyness of a circa 2000 vintage.

Millenclion - Pennybridge Pioneers

Millenclion - Pennybridge Pioneers

More album fun next week  and as for this post; better late than never.

Not Quite Spotifiy Weekly Pick 4

Monday, September 21st, 2009

No spotify pick this week mainly due to busy weekend. What I do have is an intresting look at the amen break and how it spawned several subcultures. If your intreseted in any of the breakbeat generes this is a great little histroy lesson.




Media Portal RC4 Soft Subs and EPG Woes

Wednesday, December 17th, 2008

Ive recently setup a nice media pc PVR type thing. It took some digging but eventualy I decided to settle on the sublime media portal its a great program, open source with good comunity and half decent documentation. I had a couple problems that I thought I should post a solution to :)

Soft subs

I watch a bit of anime now and again a needed to use softsubs however media portal dosent really support this out of box. Bit of searching I came across this thread even though its for an older version the solution still works.

DVB-T EPG

This really annoyed me because I was stuck for so long and the solution was so simple! I was getting absolutly no information in my program guide  everything appeared to be setup to get the guide from DVB-T, the answer was to simply disable any encypted channels in the channel list in the TV (wiki link).

And Back

Thursday, March 6th, 2008

Over the last few weeks Ive neglected gotbadger somewhat due to some other pressing issues mainly realting to getting made redundant. But have no fear Ive just secured a new job so its all worked out for the best :)

More 2007 TU24

Thursday, January 24th, 2008

First pictures from goldstone:


2007 UT24 pictures

Images from here

Fun with 2007 TU24 and earth

Tuesday, January 22nd, 2008

2007 TU24 Fun

I wounder whats going to happen with this the people at http://www.tu24.org have a few ideas, perhaps more concerning is the background here. But hey 1.4L should be enough make it to the 30th :)

Edit: Be sure to check out close approaches here! Another intresting site is http://www.hohmanntransfer.com/

Adventures With Analytics

Sunday, October 7th, 2007

Now if your the kind of person I am you will love stats. I don’t even think its a geek thing, some people just don’t seem to be able to resist the lure of the how many and when, from programing to football to government reports you cant escape them so why should my site be any different?

Pretty much everyone has heard of google analytics by now but I wounder how many people really know what it can do and have seen it in action and how many people actually use it to its full potential? Untill a couple of days ago I knew neither what it could do or used it to its full potential now I’m doing both and the ammount of detailed statistics it can show is amazing maybe a little scary. Most people will just use the bit of code it gives you when you first get an analytics account this will give you some info but not everything to get the full benifit you need to do stuff with onclicks to monitor outbound links downloads etc. Now thats a lot of work you may think (unles you do some horibly slow client side dom traversal) well it is if you’ve already got an existing site but then I got thinking – “wordpress? somone must have done it” and they had.

Enter Joost de Valk a SEO loving guy from the Netherlands. I had a look at a few plugins but his was the best you can get an awfull lot of data on outgoing links and downloads using this and it has the ablity to do some other stuff aswell he was also kind enough to give some help and decent default settings to get you going straight away.

All this got me thinking about the data that could possibly be collected on a e-commerce site and which no doubt is collected by the major players and the value that data must have to them. Now with using analytics I can see the potential it has in the smaller market and how a smaller nieche store might really benifit from it and the potential extra value it might add to any such site…

A Change Of Heart

Monday, October 1st, 2007

It was in some respects a long time coming like a lot of people out there I have made the move to word-press and for once actually managed to create a semi-decent (I think) looking theme. I liked Mephisto but I couldn’t do ‘things’ with it. It kind of leads me into what I have been having quite some thought about latley and that is PHP.

I ve had somewhat of a resurgence in my love for PHP, Ive been toying with RoR and done some C# stuff recently at work and I came to miss the pure dirtiness of PHP. The reason I originally had started to hate PHP can probably be pinned on two things; doing maintenance on existing projects and as a result writing increasingly hacky and horrible code. The change of heart came from realising finally that I could write beautiful OO PHP5 that was incredibly rewarding to write if I wanted to. The epiphany was mostly down to the fact that programing in a language like C# made me give up a lot of my bad programing habits. Its quite easy to write bad C# apps but it quickly becomes quite self evident how horrendous it is, while doing something equally bad in PHP like mixing up function with formatting isn’t so obvious until much later when problems start cropping up. By bringing these good habits from C# and RoR to PHP5 I can write much more reliable and readable code thats also fairly agile. This article by Derek Sivers kinda sums things up.