Search...

24 October 2009

22 October 2009

Creating a readonly Checkbox control

I had to make an ASP.Net checkbox readonly today and found that adding the following :

w.AddAttribute("onClick", string.Format("javascript:{0}.checked = {1};", this.ID, this.Checked.ToString().ToLower()));

to the overridden Render() method of a control that inherits a standard Checkbox control did the trick. The call must be place before the call to the parent classes Render() method.

19 October 2009

Amarok Issues.

For a while I have been having a strange problem with Amarok. You could set up a playlist, let it play the first song and then wait upto five minutes before it moved to the next track.

Anyway, enough was enough tonight, (a guy needs Dave Grohl to run to!) I found this helpful little post on the Arch forums. Basically it is a known problem and if you switch to xine as your backend for phonon your good to go.

7 October 2009

KDE 4.3.2

Here is the latest release announcement for KDE 4.3. 4.3.2 is a maintenance release with fixes for core libraries, KMail and KWin amongst others.

6 October 2009

Arora 0.10.1

Already a major bug fix is out for Arora 0.10.

Grab the sources here

5 October 2009

Chakra Alpha 3 Is Out

This is a link for the latest Chakra alpha release. This release has been brewing for sometime and appears to contain a large number of fixes and improvements.

Chakra is a live cd based on Arch and KDE (from the team that package KDE-Mod).

Help the team out and give it a whirl.

1 October 2009

Arora 0.10

Just pacman -Syu my laptop to find a shinny new version of Arora waiting for me.

Arora is a Qt based Webkit browser which has now become my browser of choice on Windows (with keyboardr as the home page it just flys). This means that for now Google Chrome has been relegated to my second choice browser (since the v3 release anyway.... maybe it's me but it seems very buggy).

On Linux Arora and Firefox are fighting for my attention. Although I think for now at least I will use Arora for research and development work and Firefox for entertainment, rss and social.