Friday, July 20, 2007
GOTO

From (where else?) XKCD.

Friday, July 20, 2007 7:43:09 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  | 
 Monday, July 09, 2007

I've just noticed the Amazon link that's been added for Green Earrings in the set list in the previous post, a link to (what else?) a pair of green earrings. Hmm... Maybe I ought to limit it to music, books and movies... On the other hand, maybe someone reading this will be suddenly taken with the desire to buy a pair of green earrings, and who am I to prevent such a thing from happening (especially if I get a few quid in commission!) Actually, thinking about it as I type, I imagine this post will contain lots of links to green earrings...

Monday, July 09, 2007 2:36:55 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  | 
Steely Dan

On Saturday night, I saw Steely Dan play the Hammersmith Apollo. Superb, wonderful, gig!

The support act was the Sam Yahel Trio (there were 4 of them), who played a few jazz tunes. To be honest, they bored me, so we left after 3 numbers and went back to the bar.

The Dan came on at 9pm, played a storming set until 10:40pm, then a 2 song encore (by which time almost everyone was on their feet). Wonder if there are any decent boots of this tour kicking around??

Set list:
  Time Out Of Mind
  Godwhacker
  Bad Sneakers
  Two Against Nature
  Hey Nineteen
  Haitian Divorce
  Peg
  Dirty Work
  Home At Last
  Green Earrings
  Josie
  Chain Lightning
  Aja
  Kid Charlemagne
  
  FM
  My Old School

Photo linked from the Steely Dan website.

Monday, July 09, 2007 8:02:06 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  | 
 Friday, July 06, 2007

One of the biggest keyword searches that brings people to my website is "golf scorecard template", for which this page is one of the first page of hits on Google.

I'm curious: what are people looking for? Is my XML template helpful? Is there something else I can write that would be of more use? Feedback in the comments on this post would be most welcome! I'll also put a link to this post on the scorecard page on the main website.

Friday, July 06, 2007 12:19:39 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  | 

I don't seem to have posted anything this week, so I feel I really ought to rectify that... So, here's a few words about some Visual Studio Addins that I use regularly.

1. GhostDoc

This addin helps you generate source documentation. It's such a faff writing what are often no more than restatements of the name of the function, but this addin takes care of a lot of it for you. It's written for C#, but can be used for VB.Net as well (to an extent).

For example, the VB.Net function:

Private Function Translate(ByVal sourceXml As String, ByVal xslFile As String) As String

gets the comments:

''' <summary>

''' Translates the specified source XML.

''' </summary>

''' <param name="sourceXml">The source XML.</param>

''' <param name="xslFile">The XSL file.</param>

''' <returns></returns>

Private Function Translate(ByVal sourceXml As String, ByVal xslFile As String) As String


2. CodeKeep

An on-line repository for code snippets. Ok, I keep a few on my main website, but with this plugin they're browsable from within Studio.

3. CopySourceAsHTML

This one adds a context menu into Studio that allows you to copy the highlighted text, formatted as HTML, retaining the colour and style information used in Studio. A nice solution to the code colouring problem that those of us with techy blogs have! It's what I've used for the comment snippets above.

N.B. The above tools all work with Visual Studio 2005. I have no idea about other versions!

Coding | Software | Work
Friday, July 06, 2007 11:55:16 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |