Blog moved...
Just a quick note: I've moved my blog to a Drupal-based site at http://colby.id.au... so go go there for my new blog site :)
Paul.
thoughts, experiments, and discoveries in computing...
Just a quick note: I've moved my blog to a Drupal-based site at http://colby.id.au... so go go there for my new blog site :)
Ok, so I found the registry key responsible for Telstra Bigpond's irritating branding of Internet Explorer's window title:
Completely typical! I've just installed Telstra's BigPond Wireless Broadband client (unavoidable I'm afraid), and the installer has violated my PC in two ways (so far):
First some background: The Asus P5W-DH Deluxe includes an Silicon Image SiI4723 hardware RAID controller. Yes, that's hardware RAID - not fakeraid. And since the controller presents the OS with just one logical disk (as it should), Silicon Image provide a utilty called SteelVine Configuration Manager (SVCM) that can be used to view the current state of the controller and attached disks / arrays.
Most computers cannot generate truly random numbers. For this reason, many computer programming languages include pseudo-random number generators. These pseudo-random generators usually need to be seeded so that they don't always reproduce the same sequence of numbers.
Labels: db2
In my last post I presented a simple way to customise the DataGridItemRenderer class so the Flex DataGrid control would use the textRollOverColor and textSelectedColor styles correctly. But I also noted that the solution would not fix the DataGrid header items... well, here's my solution to that problem.
Labels: Flex
According to Adobe's documentation, the Flex DataGrid control supports the textRollOverColor CSS property. But this past week I discovered that that this is not the case :( A quick search revealed that I'm not alone in this discovery, but it seems that no one has proposed a useful solution yet... so I went about creating my own :)
Labels: Flex