Are you suffering a downturn in business? Need to downsize? Well, lend me an ear, and I'll tell you a...
I really love Python's csv module. But I do wish it was a little better documented. The DictWriter...
I came across a problem this week, that I was sure, had a canonical solution (i.e. standard and...
With our first simple graph on an existing Django page, the challenge is to update it when the data...
Another journey, captured in my journal, that I think is worth sharing. To wit, a story (of learning...
And now the tour is done, all that is left is to present the Copy With Style interface and how it is...
While trying to build a simple clipboard copy button, I found the need to in-line styles if they are...
As I progress with the notes I took driving The Thing Is ... and I approach completion, slowly I...
(a.k.a. How often shall we defer to the UI?) In my effort to build a simple clipboard copy...
When executing long-running JavaScript code the web browser's User Interface (UI) remains...
As part of the initially simply project of a copy button on a web page, I discovered a need to...
Wanting to in-line styles, the first port of call, not least given Chrome-based browsers seem to...
Developing a small Javascript library to support copying arbitrary HTML elements to the clipboard...
Thus far we've look at the motivations, a first cut and the options when it comes to copying an HTML...
We've looked at the motivations, and the legacy solutions, and now we turn to the options for copying...
I've written a number of python packages over time for my own use really and I'm so snowed under just...
Following on from motivations ... the background story starts. Some while ago I added a copy button...
Have you ever gone down a rabbit hole of research and development trying to solve one small little,...