Monthly Archives: December 2007

Google Analytics – Updated

Google has updated Analytics, and the feature that made this most obvious was the date range picker.  Before you even open it you can see a new Comparing to: Site ? text. On opening the data picker, they now let … Continue reading

Posted in Analytics, Google | Leave a comment

I’ve been elf’ed

Harvey Elf’ed the kids and I. http://www.elfyourself.com/?id=1268944285 The kids though it was the funniest thing, and watched it quite a few times this morning.

Posted in Entertainment | Leave a comment

Installing Visual Studio 2008

I have finished now, but I have to say there was something creepy about the two male photos used. One looked too happy and the other too smooth.  What made it worse was that it kept changing and my attention … Continue reading

Posted in Microsoft, Visual Studio | 2 Comments

Pascal 6-byte real to IEEE 8-byte double

A while ago I mentioned that System.BitConverter.Int64BitsToDouble would be useful for converting Pascal 6-byte real’s to IEEE 8-byte double’s.  Here is my C# .Net code to do just that. My original code was based on Richard Biffl’s BPREAL.C.  My original … Continue reading

Posted in .Net, C#, Programming | Comments Off

Compiling and Running code at runtime

I have wanted to know how to compile and run code at runtime for a long time. I have now got a working solution, so it’s time to share.  I might even learn a better way. So here is the … Continue reading

Posted in .Net, C#, Programming | 12 Comments