Archive for the 'Uncategorized' Category

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: , , , , ,

Online Shop using AJAX

Date July 16th, 2009 Comment No Comments

The Pro Shop that I developed at Computa Services for the Carnoustie Golf Links, is now live. It uses concurrent AJAX, calling a lightweight PHP+XML web service layer to communicate with a Microsoft SQL Server. The management application that the staff at the Links use to administer the bookings is written in C#, using C# [...]

Tags: , , , , , ,

What A Way To Go…

Date June 5th, 2009 Comment No Comments

Kill Bill and Kung Fu star David Carradine has been found dead in a Bangkok hotel room on Thursday. Thai police told the BBC a hotel maid found the 72-year-old naked in a wardrobe with a cord around his neck and other parts of his body. [Via: BBC News]

Tags:

MP's Expenses – My $0.02

Date May 12th, 2009 Comment 2 Comments

This is getting ridiculous now. During a time when many people are losing their homes, nevermind their jobs, the members of the Westminster Parliament are still being exposed for making the most outrageous expenses claims on top of their already overblown salaries. It seems that during the interviews, in which it sounds like they have [...]

Tags:

Customize the Office HP Printer's Console Message

Date April 2nd, 2009 Comment No Comments

Baffle your coworkers with an "Insert Coin" message on the office printer using the HP Printer Job Language (HPPJL) command set. [Via: Lifehacker]

Tags: , ,

Upside-Down-Ternet

Date April 2nd, 2009 Comment No Comments

Clever network admin Pete decided to mess with his wifi-piggybacking neighbors by flipping all the images they’d see on web pages upside down. [Via: Lifehacker]

Tags: , , ,

Tee-Time Booking Using AJAX

Date November 15th, 2008 Comment No Comments

The online tee-time booking system that I developed at Computa Services for the Carnoustie Golf Links, is now live. It uses concurrent AJAX, calling a lightweight PHP+XML web service layer to communicate with a Microsoft SQL Server. The management application that the staff at the Links use to administer the bookings is written in C#, [...]

Tags: , , , , , ,