Archive for the 'Personal' Category

Upgrading WordPress on NearlyFreeSpeech.net

Date August 26th, 2011 Comment No Comments

I ran into problems with the auto-upgrade facility of WordPress on my sites hosted here, on NearlyFreeSpeech.net. Through trial and error, I established the following works: Add the following lines to wp-config.php: Using PuTTY, log-in. Enter the following command: chgrp -R web *. This will change the group ownership of all files and directories to [...]

Tags: , , , ,

Find Text In Microsoft SQL Server Stored Procedures

Date July 7th, 2011 Comment 1 Comment

I recently had to perform a change on any stored procedures that contained a certain piece of text. Not knowing how to search for text across a database, I googled it and found the following small piece of useful code: [Via: ASP FAQ]

Tags: ,

Nope

Date March 29th, 2011 Comment 1 Comment

I did not brandish two knives outside a nightclub. Nor did I say “‘Mon then! I’ll hae ye a’!”.

Tags: ,

Streaming for Radio North Angus

Date December 29th, 2010 Comment No Comments

Radio North Angus, the independent local and healthcare radio service, has moved into the 21st century by having their broadcasting streaming on their website. The service, having had some teething troubles, is now fully functional with availability 24 hours a day. The transmission is fed from the desk at Arbroath Infirmary into a Barix Instreamer [...]

Tags: , , , , ,

New Bingo Simulator

Date November 23rd, 2010 Comment No Comments

I’ve just added a new Bingo simulator that we will be using with the Company Section. It’s written using jQuery, which I’m thoroughly enjoying; as is another larger project that I’m working on. More on that soon, but until then, have a look at the Bingo at let me know what you think…

Tags: , , , ,

DataGridView Flickering When Changing Background Colour

Date August 4th, 2010 Comment No Comments

Since implementing crossfading of tracks in Karaokidex, I’ve indicated the crossfading by gradually fading out the background colour of the first track’s row in the playlist DataGridView and fading in the background colour of the second track’s row. This caused a really annoying flickering. The problem is the DataGridView is not double-buffered by default, nor [...]

Tags: , , , ,

Launching Single-Instance ClickOnce Apps From File Association

Date August 2nd, 2010 Comment No Comments

Since Service Pack 1 of Visual Studio 2008, setting file associations has never been easier. The publish options dialog has four pages; once of which is the “File Associations” page. After one or more entries has been added, and the app published, the ClickOnce app will now be launched whenever an associated file is opened [...]

Tags: , , , ,

Removing The Need For UACLauncher

Date August 2nd, 2010 Comment No Comments

Up ’til now, when I’ve been developing and ClickOnce application, I’ve had to include a UACLauncher as a default option to support any user that is not the administrator on their own machine. The console app has elevated privileges that are passed on to the re-launched ClickOnce app. If I didn’t include this, the application [...]

Tags: , , , ,

Hosting Transferred

Date May 27th, 2010 Comment No Comments

I’ve just completed the transfer of all the websites I host to NearlyFreeSpeech.NET. For as little as $0.25, you can set up web sites at NearlyFreeSpeech.NET, the original home of only pay for what you use hosting. This is the penultimate service that this server provides as I have already transferred email to Google Mail [...]

Tags: , , , , ,

Dropbox.com for ClickOnce

Date May 7th, 2010 Comment 2 Comments

I’ve recently been using Dropbox.com to keep my files in sync between home and work. I’ve also been on the hunt for a (free) site to host ClickOnce deployments. It was only in a revelation whilst I was in bed last night that I wondered if I could use Dropbox’s Public directory as the target [...]

Tags: , , , ,