.net and other musings

Ben Lovell, an agile developer living in the UK.

Archive for the ‘General’ Category

How would you like to be in charge of the legacy systems?

without comments

Dilbert

Dilbert

:)

Written by benl

December 15, 2008 at 11:57 am

Posted in Fun, General

The hiatus is officially over

with one comment

I’m back and badder than ever. This time with even more poorly punctuated ramblings. So what have I been up to I hear you all (not) asking?

  • Working on a couple of small ruby on rails gigs.
  • Adding features to my very own top-secret sideline gig (hush hush!)
  • Some .net bits with the Castle framework but of course.
  • Helping a friend with a hosting startup. Purchasing and configuring various doses of servers, firewalls, switches, DNS, reverse proxies… I’ve certainly learnt a lot the last few months.

Not to mention I have a few interesting happenings coming down the pipeline so do stay tuned!

Written by benl

December 9, 2008 at 8:38 pm

Posted in General

Sopcast: Watch premier/champions league football for free!

with one comment

Sweet, use Sopcast to stream live premier & champions league football games (among other things) for free. Handy if you don’t have satellite or cable TV!

Written by benl

April 25, 2007 at 9:34 pm

Posted in Fun, General

New look

without comments

If you’re reading this via the  browser not the RSS feed you’ve probably noticed i’ve changed the theme. No great shakes just fancied something different :)

Written by benl

April 22, 2007 at 7:25 pm

Posted in General

SEO… Hmm…

without comments

I’ve been trying to optimise a site for a friend’s driver training company recently, having never done much search engine optimisation before its been an interesting learning curve. I’ve been mainly optimising for Google seeing as though they drive the most traffic nowadays and the main points from my minimal understanding are as follows:

  1. Being externally linked from other high ranking sites
  2. Good page names and titles
  3. Keywords appearing in the page content (sounds obvious I know)
  4. Relevant (and not abused!) ALT tags
  5. Content of hyperlink anchor tags being relevant keywords

I’ve added them in order of preference as far as I can tell. Anyone got any other tips for a quick win regarding SEO?

BTW: This post wasn’t just a needless ramble to justify linking the site from a (fairly) well ranking site :)

Written by benl

April 22, 2007 at 3:07 pm

Posted in General

Visual task tips

without comments

Check out this nifty little tool which displays previews of window contents when you hover over the corresponding button in the taskbar.

TaskbarPreview

Written by benl

May 18, 2006 at 2:26 pm

Posted in General, Tools

Dapper!

without comments

This is my first post from Ubuntu land! I'm currently running the Ubuntu Dapper Drake beta 6.06 Desktop CD inside VMWare Player. The beta is due for release around June time this year.

Have to say i'm very impressed by the whole LiveCD experience. Especially for evaluation purposes and when combined with the excellent (and free!) VMWare Player. I'll definitely install the full release OS on a spare partition when the time comes.

 Ubuntu Screenshot

Copy the content below and save as a VMX file alongside the LiveCD ISO to run in VMWare Player.

config.version = "8"
virtualHW.version = "4"
scsi0.present = "TRUE"
memsize = "512"
ide1:0.present = "TRUE"
ide1:0.fileName = "ubuntu-6.06-beta2-live-i386.iso"
ide1:0.deviceType = "cdrom-image"
floppy0.present = "FALSE"
ethernet0.present = "TRUE"
usb.present = "TRUE"
sound.present = "TRUE"
sound.virtualDev = "es1371"
displayName = "LiveCD"
guestOS = "ubuntu"
nvram = "ubuntu.nvram"

workingDir = "."

Written by benl

May 6, 2006 at 8:33 pm

Posted in General