Author Archives: Duncan Butler

Unknown's avatar

About Duncan Butler

I’m Duncan, an entrepreneur and co-founder behind nth.digital and The Puzzle Board, where I combine heritage‑focused creativity with modern technology. My work spans AI development, C# engineering, and collaborative problem‑solving with Squad, building smarter tools, streamlined workflows, and engaging digital experiences. Whether refining puzzle production systems or exploring new AI capabilities, I’m driven by creating practical, intuitive solutions that make technology feel effortless.

Silverlight

  If you haven’t heard, and are a developer, then go look at Silverlight, its got to be big, someone was heard to say that Microsoft has rebooted the web!’ I will be putting up some stuff, once I come … Continue reading

Posted in Silverlight | Leave a comment

Tag Cloud

  This post is actually for my benefit, I want to try out using a tag cloud on a web page I am playing with at the moment, mainly to see how the data will look. This looked a good … Continue reading

Posted in Code | Leave a comment

I am Alive

  Ok so its been a while, and no one noticed, but I am still alive, and have loads of things to blog about, which I hope to do over the next few weeks, I have installed a few new … Continue reading

Posted in Computers and Internet | Leave a comment

Real Test Driven Development – Thinking of Money 16

so finally we are working on the delete function, when a user clicks on on delete check box’s in the grid, and then clicks update button, the selected items should be deleted. writing a test for this is difficult, as … Continue reading

Posted in Uncategorized | Leave a comment

Real Test Driven Development – Thinking of Money 15

next on the list  is to do the add transaction part of the update, this should simply be a case of passing the various form controls to the controller object, getting it to extract the various values and checking that … Continue reading

Posted in Uncategorized | Leave a comment

Real Test Driven Development – Thinking of Money 14

  right so we now need to display the balance, this is quite simple as we have a text box that is set to read only, and the balance is available form the engine, now we could add this balance … Continue reading

Posted in Projects | Leave a comment

String Formatting in c#

One of those things that I am always forgetting the correct syntax for, here is a handy reference for string formatting in c# SteveX compiled

Posted in Code | Leave a comment

Real Test Driven Development – Thinking of Money 13

  OK so I have tested the binding, and made sure that what I thought might work did, transferring this to our formal code means we need a way to test it as close to the interface as possible, personally I … Continue reading

Posted in Projects | Leave a comment

Real Test Driven Development – Thinking of Money 12

It took a while to figure out correctly but by adding the grid to the form and opening the data grid view task, I selected the object data source and then clicked next, ok so we want to display money engine transactions, … Continue reading

Posted in Projects | Leave a comment

Program Launchers and Spell Checkers

For the last month I have been testing a new program launcher, and spell checker supplied by ENSO now they are two products, so I shall treat them totally separately ENSO Words I have great difficulty with spelling (just ask the … Continue reading

Posted in Computers and Internet | 1 Comment