jQuery UI spinner widget
In a project I was working on I was using jQuery UI and wanted to put a spinner on a numeric text box. Then I discovered that jQuery UI, while an excellent ...
In a project I was working on I was using jQuery UI and wanted to put a spinner on a numeric text box. Then I discovered that jQuery UI, while an excellent ...
I’ve moved my blog away from Blogger and the blog.btburnett.com address. Now you can find me at btburnett.com and using WordPress. Hopefully I’ve got all t...
I was recently dealing with importing a DBISAM (Btrieve) database to SQL Server, which had separate date and time columns where I wanted to import a DateTime...
If you want to add a constant GUID to a table during a DTS transformation, it’s a little tricky. Here’s the solution.
One problem I’ve been running into is my ServiceHosts failing out in my long running background services. I’ve written the following class to help monitor th...